[00:12:19] <lightguard_jp> stuartdouglas: ping [00:21:46] <stuartdouglas> lightguard_jp: pong [00:22:12] <lightguard_jp> I have some xml config in WEB-INF/beans.xml and it's not being picked up, do I need to use seam-beans.xml? [00:22:32] <stuartdouglas> yes, you can get it to work in some containers, but not all [00:22:41] <stuartdouglas> cause the ServletContext does not exist when weld starts in jbossas [00:22:48] <lightguard_jp> Ah [00:22:55] <stuartdouglas> so META-INF/seam-beans.xml is your best bet [00:23:04] <lightguard_jp> Even in a war? [00:23:17] <stuartdouglas> If you are using weld-servlet then you can get it to work [00:23:33] <stuartdouglas> if you add the weld-extensions resource listener to WEB-INF [00:23:47] <lightguard_jp> WEB-INF/classes/META-INF/seam-beans.xml or war!/META-INF/seam-beans.xml ? [00:23:55] <lightguard_jp> I'm in AS6 [00:24:01] <stuartdouglas> WEB-INF/classes/META-INF/seam-beans.xml [00:24:07] <lightguard_jp> Okay [00:24:16] <stuartdouglas> not ideal [00:24:26] <stuartdouglas> but there is not much I can do about it at the moment [00:24:26] <lightguard_jp> No, not really, but it works [00:24:38] <lightguard_jp> Is that in your latest docs? [00:24:51] <lightguard_jp> I'm reading http://docs.jboss.org/seam/3/xml-config/latest/reference/en-US/html_single/ and it doesn't have that as an option [00:24:53] <stuartdouglas> It will be for the next release [00:24:54] <lightguard_jp> Or say it's picked up [00:24:56] <lightguard_jp> Okay [00:25:06] <stuartdouglas> the startup order got changed, at one stage it was working [00:25:12] <lightguard_jp> Gotcha [00:25:25] <stuartdouglas> It may work on glassfish, it just depends on the order of startup [00:26:35] <lightguard_jp> Glassfish no workie period right now for me. [00:26:41] <lightguard_jp> Pete says they're having CL issues again [00:27:35] <lightguard_jp> Also tried seeding the DB using an EntityManager from a ServletContextListener and seam-persistence, that didn't work because there was no active conversation when it went to do injection [00:27:49] <lightguard_jp> I don't know if something like that is supported or not, just bringing it to your attention [00:27:55] <lightguard_jp> Went with EJBs instead [00:35:52] <stuartdouglas> if you are using a conversation scoped em [00:36:07] <stuartdouglas> it will not work if there is no conversation scope active [00:36:30] <stuartdouglas> thats a spec limitation [00:37:26] <lightguard_jp> Yeah. Not sure the best way to do that. What I have works well enough for an example [00:37:31] <lightguard_jp> Which finally works! [00:37:37] * lightguard_jp is excited [00:37:41] <lightguard_jp> /clap [00:37:44] <lightguard_jp> :) [00:38:15] <jbossbot> git [catch] push master 5b215b5.. LightGuard Removing design.md as we don't need it any longer [00:38:15] <jbossbot> git [catch] push master 1bf0fed.. LightGuard Adding a JAX-RS example... [00:38:15] <jbossbot> git [catch] push master d8a1b91.. LightGuard Trying to get the example to deploy :( [00:38:16] <jbossbot> git [catch] push master f187e51.. LightGuard This works for Jozef, I haven't had any luck yet [00:38:16] <jbossbot> git [catch] push master ed4be75.. LightGuard Example works in JBoss AS 6... [00:38:16] <jbossbot> git [catch] push master URL: http://github.com/seam/catch/compare/b606540...ed4be75 [01:06:45] *** lightguard_jp has quit IRC [02:23:52] *** mbg has joined #seam-dev [02:26:21] *** mbg has quit IRC [03:00:46] *** aslak has quit IRC [03:55:42] *** tsurdilo has quit IRC [08:33:03] *** stuartdouglas has quit IRC [08:33:28] *** stuartdouglas has joined #seam-dev [09:03:33] *** clerum has quit IRC [09:10:59] *** clerum has joined #seam-dev [10:04:30] *** jharting has joined #seam-dev [10:04:35] *** jharting has quit IRC [11:20:56] *** clerum has quit IRC [11:29:19] *** aslak has joined #seam-dev [11:30:54] *** oskutka has joined #seam-dev [11:58:55] *** stuartdouglas has quit IRC [11:58:56] *** aslak has quit IRC [11:59:25] *** aslak has joined #seam-dev [12:00:21] *** stuartdouglas has joined #seam-dev [12:28:38] *** stuartdouglas has quit IRC [12:29:39] *** stuartdouglas has joined #seam-dev [13:13:00] *** stuartdouglas has left #seam-dev [13:45:34] *** aslak has quit IRC [14:03:36] *** aslak has joined #seam-dev [15:00:34] *** aslak has quit IRC [15:01:02] *** aslak has joined #seam-dev [15:25:53] *** aslak has quit IRC [15:43:32] *** aslak has joined #seam-dev [16:17:30] *** aslak has quit IRC [16:18:02] *** aslak has joined #seam-dev [16:19:54] *** aslak has quit IRC [18:05:48] *** clerum has joined #seam-dev [19:03:25] *** wdrai has joined #seam-dev [20:49:30] *** wdrai1 has joined #seam-dev [20:50:59] *** wdrai has quit IRC [22:34:47] *** stuartdouglas has joined #seam-dev [23:03:24] *** amitev2 has joined #seam-dev [23:03:30] *** amitev has quit IRC [23:04:58] *** maxandersen has joined #seam-dev [23:05:08] <maxandersen> lincolnthree: bing [23:29:42] *** clerum has quit IRC [23:32:00] <maxandersen> lincolnthree: https://github.com/seam/forge/pull/1 [23:32:16] <maxandersen> lincolnthree: my first git babysteps ;) now on to bigger things..