[00:12:31] *** balunasj has joined #seam-dev [00:12:41] *** balunasj has quit IRC [01:12:56] *** lightguard_jp has quit IRC [01:31:12] *** mbg has quit IRC [01:33:25] *** rruss has quit IRC [01:34:12] *** mbg has joined #seam-dev [01:35:19] *** mbg has quit IRC [04:14:37] *** tsurdilo has joined #seam-dev [04:30:31] *** rruss has joined #seam-dev [04:31:37] *** rruss has quit IRC [04:33:27] *** tsurdilo1 has joined #seam-dev [04:35:49] *** tsurdilo has quit IRC [05:10:39] *** tsurdilo1 has quit IRC [05:24:28] *** mbg has joined #seam-dev [06:18:02] *** clerum has quit IRC [08:11:15] *** mbg has quit IRC [08:26:01] *** clerum has joined #seam-dev [08:31:13] *** lincolnthree has joined #seam-dev [09:38:30] *** clerum has quit IRC [10:00:14] *** pmuir has joined #seam-dev [10:00:23] *** pmuir has quit IRC [10:00:23] *** pmuir has joined #seam-dev [11:17:33] *** pmuir has quit IRC [11:39:44] *** aslak has joined #seam-dev [11:39:44] *** aslak has quit IRC [11:39:44] *** aslak has joined #seam-dev [12:50:14] *** aslak has quit IRC [13:30:44] *** aslak has joined #seam-dev [13:49:03] *** aslak has quit IRC [14:00:46] *** aslak has joined #seam-dev [14:43:57] *** aslak has quit IRC [15:21:52] *** aslak has joined #seam-dev [15:26:16] *** tsurdilo has joined #seam-dev [15:51:00] *** lightguard_jp has joined #seam-dev [15:51:37] *** aslak has quit IRC [15:55:33] *** clerum has joined #seam-dev [16:00:25] *** balunasj has joined #seam-dev [16:03:53] *** balunasj has quit IRC [16:04:15] *** balunasj has joined #seam-dev [16:05:16] *** aslak has joined #seam-dev [16:56:46] *** mbg has joined #seam-dev [16:56:47] *** mbg has quit IRC [16:56:47] *** mbg has joined #seam-dev [16:58:01] *** mbg has left #seam-dev [16:59:50] *** aslak has quit IRC [17:21:29] *** mbg has joined #seam-dev [18:10:31] *** balunasj has quit IRC [19:09:38] <lightguard_jp> Which version of JBoss do I need to run for any examples I create? Is M5 sufficient, or do I need a snapshot? [19:12:44] <mbg> lightguard_jp: CR1 is planned to come out at the end of the week ... you may want to try a copy from the release branch in the mean time, the actual release should not be too different [19:14:26] <lightguard_jp> http://hudson.qa.jboss.com/hudson/ doesn't work [19:14:31] <lightguard_jp> What's the external link? [19:16:36] <lightguard_jp> Got it [20:27:56] *** balunasj has joined #seam-dev [20:34:59] <lightguard_jp> stuartdouglas: You there yet? [20:41:13] *** balunasj has quit IRC [20:50:09] <stuartdouglas> lightguard_jp: just woke up [21:01:49] *** arbi has joined #seam-dev [21:02:29] <arbi> I am evaluating an AOP tool to generate sequence and class diagrams dynamically during use case execution: MaintainJ [21:02:38] <arbi> is there any idea to include such a library in Seam 3? [21:02:48] <arbi> or is this simply out of scope? [21:03:06] <arbi> rev engr diagrams [21:08:20] *** tsurdilo has quit IRC [21:08:47] *** tsurdilo has joined #seam-dev [21:22:24] <lightguard_jp> I doubt that's in scope [21:22:49] <lightguard_jp> stuartdouglas: I think I may have figured it out. Using seam-persistence w/ seam-rest w/ seam-catch [21:22:58] <lightguard_jp> Had questions about getting started, but I think I got it [21:23:11] <stuartdouglas> ok [21:28:27] <lightguard_jp> stuartdouglas: I'm injecting an em into a non-ejb cdi bean, I annotate with @TransactionAttribute(REQUIRES) and that's it? [21:39:15] <stuartdouglas> yep [21:39:30] <stuartdouglas> make sure you enable the transaction interceptor in beans.xml [21:39:42] <lightguard_jp> Right, got that. [21:40:07] <lightguard_jp> How do I get the transaction if I want to? @Inject UserTransaction? Or do I need to qualify it? [21:40:28] <stuartdouglas> @Inject @DefaultTransaction SeamTransaction transaction; [21:40:55] <lightguard_jp> Sweet [21:53:09] <lightguard_jp> Gah!! I can't @Inject into a ServletContextListener?? [21:56:42] <lightguard_jp> Crap, how do I do this then? [22:00:54] <Nik> jp: why can't you inject into SCL? [22:01:51] <lightguard_jp> It's something in the spec, let me find it exactly [22:08:03] <lightguard_jp> I guess it's IntelliJ complaining because it had an old idea of what a ManagedBean was [22:08:49] <Nik> it got added a while back, post 1.0.1 or something(?) [22:09:08] <lightguard_jp> Ah [23:54:39] <lightguard_jp> stuartdouglas: Still there?