[00:04:14] *** mbg has joined #weld-dev [00:16:37] *** struberg has quit IRC [00:17:16] *** mbg has quit IRC [00:17:17] *** aslak has joined #weld-dev [00:27:12] *** pmuir has quit IRC [01:13:26] *** mbg has joined #weld-dev [01:30:12] *** pmuir has joined #weld-dev [01:30:12] *** pmuir has quit IRC [01:30:12] *** pmuir has joined #weld-dev [01:34:09] *** aslak has quit IRC [01:40:51] *** alesj has quit IRC [01:50:09] *** rruss has quit IRC [02:43:29] *** pmuir has quit IRC [03:26:35] *** mbg is now known as mbg|away [03:31:27] *** mbg|away is now known as mbg [03:35:33] *** mbg has quit IRC [03:39:55] *** mbg has joined #weld-dev [03:46:51] *** mbg has quit IRC [05:40:31] *** magesh has quit IRC [05:40:47] *** magesh has joined #weld-dev [05:51:57] *** rruss has joined #weld-dev [06:48:55] *** struberg has joined #weld-dev [07:00:25] *** struberg has quit IRC [07:50:33] *** magesh has quit IRC [08:01:25] *** magesh has joined #weld-dev [08:18:14] *** magesh1 has joined #weld-dev [08:19:45] *** magesh has quit IRC [08:22:22] *** magesh1 has quit IRC [08:26:33] *** magesh has joined #weld-dev [08:35:20] *** struberg has joined #weld-dev [08:41:21] *** struberg has quit IRC [08:41:52] *** ge0ffrey has joined #weld-dev [08:44:44] *** rruss has quit IRC [08:47:05] *** struberg has joined #weld-dev [09:02:26] *** alex57711 has joined #weld-dev [09:05:09] *** alex5771 has quit IRC [09:05:55] *** rruss has joined #weld-dev [09:10:41] *** mkouba has joined #weld-dev [09:10:42] *** kevinpollet has joined #weld-dev [09:18:50] *** maschmid has joined #weld-dev [09:21:03] *** rruss has quit IRC [09:31:39] *** oskutka has joined #weld-dev [09:39:31] *** jharting has joined #weld-dev [09:43:06] *** magesh has left #weld-dev [09:49:35] *** kevinpollet has quit IRC [09:56:46] *** alesj has joined #weld-dev [10:25:58] *** kevinpollet has joined #weld-dev [11:02:57] *** magesh has joined #weld-dev [11:04:15] *** oskutka has quit IRC [11:20:30] *** oskutka has joined #weld-dev [12:18:45] *** kevinpollet has quit IRC [12:24:10] *** jharting has quit IRC [12:24:20] *** jharting has joined #weld-dev [12:32:40] *** alesj has quit IRC [12:40:18] *** alesj has joined #weld-dev [13:09:28] *** aslak has joined #weld-dev [13:59:36] *** mbg has joined #weld-dev [13:59:36] *** mbg has joined #weld-dev [14:12:37] *** rruss has joined #weld-dev [14:19:20] *** pmuir has joined #weld-dev [14:19:21] *** pmuir has quit IRC [14:19:21] *** pmuir has joined #weld-dev [14:25:45] *** kevinpollet has joined #weld-dev [14:30:24] *** magesh has quit IRC [14:30:27] *** magesh1 has joined #weld-dev [14:35:09] *** magesh1 has quit IRC [14:53:26] *** jharting has quit IRC [14:55:00] *** jharting has joined #weld-dev [15:37:30] *** mkouba has quit IRC [15:41:26] *** struberg has quit IRC [15:45:17] *** magesh has joined #weld-dev [15:47:23] *** struberg has joined #weld-dev [15:54:38] *** struberg has quit IRC [16:14:01] *** mkouba has joined #weld-dev [16:20:29] <alesj> ge0ffrey: yt? [16:25:23] <ge0ffrey> alesj: hi alejs [16:25:32] <ge0ffrey> *alesj [16:28:50] <ge0ffrey> alesj: how can I help? [16:30:41] <alesj> ge0ffrey: hey [16:30:47] <alesj> i got rid of jetty-web.xml [16:30:57] <ge0ffrey> alesj: you did? great! [16:31:04] <ge0ffrey> alesj: and jetty-env.xml? [16:31:15] <alesj> and i guess the purpose of jetty-env.xml is probably in BeanManager and JNDI? [16:31:51] <ge0ffrey> I think jetty-env.xml might just be because the variables used in jetty-web.xml need to be there [16:32:51] <ge0ffrey> hmm, no my last statement is incorrect [16:33:07] <ge0ffrey> http://docs.jboss.org/weld/reference/latest/en-US/html_single/#d0e5286 [16:33:47] <ge0ffrey> alesj: does it work for both jetty 6 and jetty 7? [16:34:18] <ge0ffrey> once the snapshot hits nexus, let me know, (including the snapshot version), I 'll try it out on guvnor [16:36:15] <alesj> i removed all jetty-web.xml and it worked [16:36:35] <alesj> let me now check what exactly does the -env.xml do [16:37:53] <ge0ffrey> k tnx, if that's gone too, then we're a lot closer to a portable war [16:41:12] <alesj> hmmm, imo JETTY_ENV in JettyDeployments is broken ... [16:41:18] <alesj> i wonder why Jetty doesn't complain ... [16:43:20] <alesj> ah, no ? one ARG is closed immediately [16:52:00] *** mkouba has quit IRC [16:57:08] *** oskutka has quit IRC [17:04:06] <alesj> ge0ffrey: hmmm, the -env.xml hack kicks in too lazy when applied in Listener ... [17:04:35] <ge0ffrey> alesj: that's annoying, because the -env.xml needs to be different between jetty 6 and jetty 7 [17:04:44] <ge0ffrey> it's impossible to have one that works for both [17:05:32] <alesj> yeah ... [17:05:39] <alesj> but the binding check is done while parsing [17:05:46] <alesj> which is before Listener gets initialized [17:06:02] <alesj> ge0ffrey: ^ [17:06:34] <ge0ffrey> What's the binding check? [17:06:55] <alesj> web.xml has resource-env-ref [17:07:03] <alesj> which is where BM is defined [17:07:35] <alesj> if you wanna use it as jndi in web apps [17:07:48] <alesj> what we do here is bind it in -env.xml [17:07:57] <alesj> and then look it up in web.xml parsing [17:08:08] <alesj> and properly re-bind [17:09:25] *** jharting has quit IRC [17:16:01] <ge0ffrey> Can the part inside web.xml be moved into the listener too, and done after the listener does the env part? [17:17:10] <alesj> it could, but that would make it web conytainer dependant [17:17:20] <alesj> e.g. Tomcat doesn't need that move [17:22:19] <ge0ffrey> alesj: so? :) [17:22:45] <ge0ffrey> alesj: as a user, who prefers it that weld-internals deal with that pain, instead me, I think that's a great idea ;) [17:23:26] <ge0ffrey> it's definitly more of challenge, but the weld listener already recognizes the web container, no? [17:23:41] <ge0ffrey> and the web.xml BeanManager part is specific to tomcat and jetty only anyway [17:24:28] <alesj> ge0ffrey: i'm happy to leave this hacking excercise to you ;-) [17:24:36] [17:24:43] <alesj> as that's what it is, at the end [17:24:57] <alesj> trying to hack around the limitations of web containers [17:25:01] <ge0ffrey> alesj: yea :/ [17:25:19] <alesj> i'll push my changes [17:25:24] <alesj> and you're welcome to continue [17:25:26] <ge0ffrey> alesj: most of that bootstrap code is, but it does make the life and quick-starts of weld a lot easier [17:25:39] <alesj> i agree [17:25:57] <alesj> but there are more important issues that this hacking excercise [17:26:09] <alesj> but i won't mind if you hack around them [17:26:24] <alesj> i'll be more than happy to merge once you're done :-) [17:26:54] <ge0ffrey> alesj: tnx for obsolete the jetty-web already. I've already spend my time budget on weld-seam3 by a month, so I doubt I 'll get time for it, but if it really bugs us I might [17:27:03] <alesj> e.g. i removed the need for jetty-web.xml, leaving you the jetty-env.xml ;-) [17:27:52] <alesj> ge0ffrey: nah, i'll have a word with MarkP ? you'll be fine ? hacking away the next month on jetty-env.xml :-) [17:28:11] <ge0ffrey> alesj: agreed :) convince him and I 'll happily fix it [17:40:48] *** kevinpollet has quit IRC [17:58:26] *** ge0ffrey has quit IRC [18:01:13] *** struberg has joined #weld-dev [18:13:23] *** alesj has quit IRC [18:14:30] *** maschmid has quit IRC [18:20:53] *** oskutka has joined #weld-dev [18:20:56] *** oskutka has quit IRC [18:23:51] *** alesj has joined #weld-dev [18:26:00] *** kevinpollet has joined #weld-dev [18:38:12] *** alesj has quit IRC [18:39:11] *** alesj has joined #weld-dev [18:59:02] *** maschmid has joined #weld-dev [19:06:40] *** struberg has quit IRC [19:22:51] *** aslak has quit IRC [19:23:14] *** aslak has joined #weld-dev [19:23:14] *** aslak has joined #weld-dev [19:38:06] *** struberg1 has joined #weld-dev [19:41:26] *** struberg1 has quit IRC [19:41:54] *** struberg1 has joined #weld-dev [19:43:43] *** struberg1 is now known as struberg [19:46:13] *** PeteRoyle has quit IRC [19:46:26] *** sbryzak has quit IRC [19:47:04] *** PeteRoyle has joined #weld-dev [19:50:10] *** sbryzak has joined #weld-dev [19:50:10] *** sbryzak has quit IRC [19:50:11] *** sbryzak has joined #weld-dev [19:53:17] *** pmuir has quit IRC [20:09:38] *** kevinpollet has quit IRC [20:26:45] *** kevinpollet has joined #weld-dev [20:48:56] *** magesh has quit IRC [21:16:36] *** aslak has quit IRC [21:16:57] *** aslak has joined #weld-dev [21:19:29] *** maschmid has quit IRC [21:25:04] *** kevinpollet has quit IRC [21:44:54] *** gastaldi has joined #weld-dev [21:44:54] *** rmartinelli has joined #weld-dev [21:44:55] <gastaldi> hey [21:45:04] <gastaldi> have you guys ever run Weld on Weblogic ? [21:45:11] *** rmartinelli has quit IRC [21:45:22] <alesj> gastaldi: i haven't run WL since 2003 :-) [21:45:27] <gastaldi> :) [21:45:33] <gastaldi> lucky guy [21:46:02] <alesj> it wasn't bad then [21:46:12] <alesj> where as WS was always a pita ... [21:49:52] <struberg> gastaldi we have OWB running on weblogic [21:49:57] <struberg> but we had to hack a few things [21:50:08] <struberg> because weblogic e.g. uses a different url format [21:50:19] <struberg> wsjar:// instead of jar:// etc [21:50:30] *** kevinpollet has joined #weld-dev [21:50:45] <struberg> probably you might have similar probs with weld [21:51:13] <alesj> weld has plugable Scanner [21:51:23] <alesj> e.g. we needed custom VFS stuff for pre-AS6 [21:51:36] <struberg> then you might need to impl such a custom scanner for weblogic [21:51:40] <alesj> with tighter integration, there was no need for it [21:55:24] *** kevinpollet has quit IRC [21:57:55] *** mbg is now known as mbg|away [21:58:06] <gastaldi> :P [21:58:18] [21:58:46] <struberg> pfff ;) [21:59:10] <gastaldi> Just need to figure out what is the JNDI name for each EJB in Weblogic [21:59:27] <gastaldi> So I can inject using a lookup mechanism in applicationContext.xml [21:59:33] <gastaldi> :( [21:59:43] <gastaldi> Any hint ? [22:01:05] *** kevinpollet has joined #weld-dev [22:01:23] <struberg> welcome to the JNDI data toilette [22:01:40] <struberg> almost the worst invention ever [22:02:04] <gastaldi> :) [22:02:29] *** mbg|away has quit IRC [22:12:28] *** rruss has quit IRC [22:13:59] *** gastaldi has quit IRC [22:19:39] *** rruss has joined #weld-dev [22:21:00] *** kevinpollet has quit IRC [22:28:54] *** kevinpollet has joined #weld-dev [22:51:05] *** rruss has quit IRC [22:56:11] *** struberg has quit IRC