[01:03:56] *** alesj has quit IRC [01:27:34] *** dblevins has quit IRC [01:30:11] *** ldimaggi has joined #jbosstesting [01:31:23] *** dblevins has joined #jbosstesting [01:50:13] *** aaronwalker has joined #jbosstesting [02:50:06] *** ldimaggi_ has joined #jbosstesting [02:50:15] *** ldimaggi_ has quit IRC [03:43:41] *** bgeorges has joined #jbosstesting [05:12:53] *** ldimaggi has quit IRC [05:57:05] *** dblevins has quit IRC [06:01:46] *** dblevins has joined #jbosstesting [07:07:09] *** dblevins has quit IRC [07:12:04] *** dblevins has joined #jbosstesting [07:28:09] *** bleathem has joined #jbosstesting [07:30:22] *** bleathem has quit IRC [08:41:44] *** nickarls has quit IRC [08:41:49] *** nickarls has joined #jbosstesting [08:46:55] *** kpiwko has joined #jbosstesting [08:49:47] *** mgoldmann has joined #jbosstesting [08:52:26] *** ge0ffrey has joined #jbosstesting [09:03:56] *** maschmid has joined #jbosstesting [09:10:56] *** bgeorges_ has joined #jbosstesting [09:12:15] *** bgeorges has quit IRC [09:41:48] *** bgeorges_ has quit IRC [10:33:34] *** aaronwalker has quit IRC [10:36:05] *** pilhuhn has joined #jbosstesting [10:36:05] *** pilhuhn has joined #jbosstesting [10:39:44] *** kiwi17 has joined #jbosstesting [10:53:02] *** vtunka has joined #jbosstesting [10:59:27] *** jhuska has joined #jbosstesting [12:36:45] *** timte has quit IRC [12:41:40] *** alesj has joined #jbosstesting [12:55:49] *** pilhuhn is now known as pil-lunch [13:09:38] *** mbg has quit IRC [13:24:32] *** maeste has joined #jbosstesting [13:35:51] *** timte has joined #jbosstesting [13:40:23] *** pil-lunch is now known as pilhuhn [13:40:50] *** jose_freitas has joined #jbosstesting [13:44:23] *** timte has quit IRC [13:58:29] *** maeste has quit IRC [14:17:17] <kpiwko> alesj: hi [14:20:17] <alesj> kpiwko: wazup? [14:20:18] <kpiwko> alesj: do you know what the status of mc-like deployments in AS7? Looks like it was removed in master, however it was released as a part of 7.0.1...I'm trying to specify a login-module in *jboss-beans.xml but in vain and documentation is lacking [14:21:01] <alesj> there is support in current master [14:21:09] <alesj> it didn't make it into 7.0.1 [14:21:33] <alesj> but it should be the same as in AS5/6 [14:21:43] <alesj> if it's not, let me know, and i'll fix few things [14:22:01] <alesj> kpiwko: ^ [14:22:16] <kpiwko> alesj: ok, I'll try it with the master [14:22:36] <alesj> kpiwko: the module was renamed to pojo [14:22:38] <alesj> from mc [14:22:46] <kpiwko> alesj: good to know [14:23:04] <kpiwko> alesj: one more question, is there an as7 way how to specify security-domain in application? e.g. without touching standalone/domain.xml ? [14:24:24] <kpiwko> alesj: or it is meant to be done via *jboss-beans.xml? [14:25:43] *** oskutka has joined #jbosstesting [14:25:57] <alesj> kpiwko: dunno [14:26:20] <alesj> kpiwko: perhaps ask on the dev ml [14:26:30] <kpiwko> alesj: ok [14:34:00] *** ldimaggi has joined #jbosstesting [14:39:19] *** kiwi17 has left #jbosstesting [14:40:40] *** feifei09 has joined #jbosstesting [14:49:31] *** pgmjsd has joined #jbosstesting [14:53:21] *** feifei09 has quit IRC [14:54:23] <ge0ffrey> does jboss as 7 embedded work? [14:54:28] <ge0ffrey> with arquillian [14:55:09] <ge0ffrey> There's a Beta3 release, but no CR1 or Final like with managed and remote [14:58:13] *** oskutka has quit IRC [14:58:50] *** oskutka has joined #jbosstesting [15:00:21] *** timte has joined #jbosstesting [15:03:39] *** jeand has joined #jbosstesting [15:14:49] *** rachmatowicz has joined #jbosstesting [15:29:57] *** ldimaggi has quit IRC [15:30:05] *** ldimaggi has joined #jbosstesting [15:30:22] *** ldimaggi has quit IRC [15:30:26] *** ldimaggi has joined #jbosstesting [15:30:51] *** ldimaggi has quit IRC [15:33:47] <jose_freitas> ge0ffrey: not yet [15:35:15] <jose_freitas> the biggest problem is that with embedded mode, you'd have to start jboss modules yourself to make the container work [15:36:24] *** ldimaggi has joined #jbosstesting [15:36:54] <ge0ffrey> jose_freitas: I am trying to migrate guvnor to weld-seam3-arquillian [15:37:26] <ge0ffrey> but I am having lots of troubles with arquillian :/ I was hoping that jboss 7 embedded solves most of my troubles [15:37:49] <ge0ffrey> on 1 side I need embedded, because we need to be able to debug, and to keep the build simple [15:38:00] <ge0ffrey> and to make sure no process keep alive on hudson [15:38:37] <ge0ffrey> other hand, embedded doesn't work (tomcat etc at least) because all sorts of beans.xml on the classpath activate [15:39:07] <ge0ffrey> because there is no seperation of test classpath and container classpath (which I am hoping jboss 7 is better at) [16:02:08] <jose_freitas> can't you use managed? [16:02:12] <jose_freitas> ge0ffrey ^ [16:03:04] <jose_freitas> you can debug on both remote and managed containers [16:03:14] <ge0ffrey> jose_freitas: yea, but it's a whole setup [16:03:35] <ge0ffrey> it too big of a hoop to jump through for our community contributors [16:04:08] <ge0ffrey> now, we're not using arquillian, and we can "just debug" [16:04:54] <ge0ffrey> I am trying to evangalize the use of dependency injection with weld-seam3 to them, so any regression is frowned upon :) [16:05:08] <jose_freitas> :) [16:06:35] *** mbg has joined #jbosstesting [16:07:23] <jose_freitas> I don't get it why you couldn't debug with arquillian [16:07:30] <jose_freitas> is it something specific for guvnor? [16:07:54] <ge0ffrey> no, just setting a breakpoint and run the test in debug mode doesn't work with managed or remote mode [16:08:19] <ge0ffrey> because that code is run in a different jvm [16:08:34] <ge0ffrey> that's one of the reasons I am hoping that embedded works [16:09:41] <jose_freitas> hm [16:10:00] <ge0ffrey> the arq manual does explain how to get debug to work with managed or remote, but it's too many hoops for our contributors [16:10:02] <jose_freitas> but you can start jboss as debug mode [16:10:15] <jose_freitas> using jboss tools is fairly easy [16:10:28] <jose_freitas> you just start jboss at debug mode with a click [16:10:38] <jose_freitas> and then you can debug your code [16:10:54] <jose_freitas> have you tried that? [16:10:55] <ge0ffrey> most are not using jboss tools or even have jboss installed for tests [16:11:01] <jose_freitas> hmmm [16:11:08] <ge0ffrey> others use intellij (including myself) [16:11:44] <ge0ffrey> jose_freitas: I think we even have someone using netbeans [16:12:14] <jose_freitas> I'm not a fond of embedded containers... I normally use remote for development and managed for nightly builds [16:12:24] *** maeste has joined #jbosstesting [16:12:38] <jose_freitas> using remote is much more productive too cause we don't need to start the container each time too [16:13:00] <jose_freitas> but I don't have any experience with intellij [16:13:04] <ge0ffrey> hmm, good point [16:13:13] <ge0ffrey> although jboss 7 boots fast enough [16:13:57] <jose_freitas> btw, interesting project this guvnor [16:59:10] *** timte has quit IRC [17:00:14] *** alesj has quit IRC [17:02:34] *** kpiwko has quit IRC [17:04:46] *** alesj has joined #jbosstesting [17:12:06] *** alesj has quit IRC [17:18:36] *** wolfc has joined #jbosstesting [17:42:12] *** jamezp_afk is now known as jamezp [17:44:44] *** maeste has quit IRC [17:52:21] *** alesj has joined #jbosstesting [18:01:04] *** maschmid has quit IRC [18:13:31] *** ianbrandt has joined #jbosstesting [18:13:51] *** vtunka has quit IRC [18:15:28] *** lfryc has joined #jbosstesting [18:25:15] *** jhuska has quit IRC [18:27:01] *** alesj has quit IRC [18:28:44] *** pilhuhn is now known as pil-dinner [18:48:35] *** bobmcw has quit IRC [18:49:46] *** rbattenfeld has joined #jbosstesting [18:50:06] *** rbattenfeld has left #jbosstesting [18:56:24] *** bobmcw has joined #jbosstesting [18:56:42] *** alesj has joined #jbosstesting [19:04:55] *** mgoldmann has quit IRC [19:09:08] *** kevinpollet has joined #jbosstesting [19:39:10] *** oskutka has quit IRC [19:51:57] *** ge0ffrey has quit IRC [19:56:46] *** ldimaggi has quit IRC [20:09:08] *** mbg1 has joined #jbosstesting [20:11:19] *** mbg has quit IRC [20:11:52] *** lfryc has quit IRC [20:39:55] *** jeand has quit IRC [20:42:39] *** kevinpollet has quit IRC [20:42:57] *** lfryc has joined #jbosstesting [20:48:22] *** michalhuniewicz has joined #jbosstesting [20:53:05] *** jeand has joined #jbosstesting [21:03:22] *** pil-dinner has quit IRC [21:22:08] *** kevinpollet has joined #jbosstesting [21:22:45] *** rruss has joined #jbosstesting [21:26:28] *** jbott has quit IRC [21:26:28] *** OndrejZizka has quit IRC [21:27:06] *** OndrejZizka has joined #jbosstesting [21:27:54] *** rruss has quit IRC [21:28:07] *** rruss has joined #jbosstesting [21:29:22] *** mbg has joined #jbosstesting [21:30:00] *** jbott has joined #jbosstesting [21:30:09] *** mbg1 has quit IRC [21:32:13] *** rruss has quit IRC [21:36:35] *** alesj has quit IRC [21:36:54] *** alesj has joined #jbosstesting [21:37:30] *** jamezp is now known as jamezp_afk [21:57:44] *** ldimaggi has joined #jbosstesting [22:07:40] *** ldimaggi has quit IRC [22:21:47] *** jamezp_afk is now known as jamezp [22:56:04] *** jose_freitas has quit IRC [23:13:11] *** wolfc has quit IRC [23:14:46] *** jeand has quit IRC [23:14:46] *** mbg has quit IRC [23:15:18] *** maeste has joined #jbosstesting [23:16:57] *** mbg has joined #jbosstesting [23:21:04] *** mbg has quit IRC [23:21:20] *** maeste has quit IRC [23:26:05] *** mbg has joined #jbosstesting [23:34:16] *** oskutka has joined #jbosstesting [23:42:39] *** mbg has quit IRC [23:42:54] *** mbg has joined #jbosstesting [23:49:43] *** oskutka has quit IRC [23:50:41] *** oskutka has joined #jbosstesting [23:59:22] *** michalhuniewicz has left #jbosstesting