January 20, 2011  
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31

[00:00:42] <aslak> it fals back to its old ways . ?
[00:01:06] <lightguard_jp> Yep
[00:01:19] <lightguard_jp> With a local interface It uses the portable names
[00:01:29] <lightguard_jp> But the same names as no interface
[00:01:31] <aslak> lightguard_jp, try naming it test2.jar, see if it use global jndi then
[00:01:36] <aslak> portable jndi i mean
[00:02:21] <lightguard_jp> Portable JNDI names for EJB Greeter : [java:global/test/test2/Greeter!org.jboss.arquillian.container.glassfish.remote_3_1.GreeterRemote, java:global/test/test2/Greeter
[00:03:23] <aslak> hehe ok
[00:03:59] <aslak> so a remote ejb in a name clash result in falling back on it's own non portable jndi names, while a local just change the context name
[00:04:36] <lightguard_jp> No, that was local
[00:04:39] <lightguard_jp> I'll try remove with the different named jar
[00:06:07] <lightguard_jp> Portable JNDI names for EJB Greeter : [java:global/test/test2/Greeter!org.jboss.arquillian.container.glassfish.remote_3_1.GreeterRemote, java:global/test/test2/Greeter
[00:07:25] <lightguard_jp> aslak: Yep, that's what it looks like
[00:19:48] *** balunasj has quit IRC
[00:20:10] *** balunasj has joined #jbosstesting
[00:22:28] *** balunasj has quit IRC
[01:02:29] *** lightguard_jp has quit IRC
[02:04:13] *** ldimaggi_ has joined #jbosstesting
[02:16:18] *** aslak has quit IRC
[02:33:00] *** michaelschuetz has quit IRC
[03:13:43] *** jganoff has joined #jbosstesting
[03:17:06] *** bgeorges has joined #jbosstesting
[03:31:42] *** jganoff has quit IRC
[03:40:11] *** johnament has joined #jbosstesting
[03:57:35] *** johnament has quit IRC
[04:58:35] *** bleathem has joined #jbosstesting
[05:02:20] *** ldimaggi_ has quit IRC
[05:32:32] *** ALR has quit IRC
[06:24:24] *** bleathem has quit IRC
[06:31:09] *** maeste has joined #jbosstesting
[06:53:42] *** lightguard_jp has joined #jbosstesting
[07:18:22] *** yahya_h has joined #jbosstesting
[07:30:22] *** lightguard_jp has quit IRC
[07:40:10] *** oskutka has joined #jbosstesting
[07:40:52] *** lightguard_jp has joined #jbosstesting
[07:50:39] *** oskutka has quit IRC
[07:51:30] *** oskutka has joined #jbosstesting
[08:01:19] *** lightguard_jp has quit IRC
[08:17:39] *** maeste has quit IRC
[08:39:00] *** Jaikiran has joined #jbosstesting
[08:51:25] *** ge0ffrey has joined #jbosstesting
[08:51:25] *** bobmcw has quit IRC
[08:52:10] *** bobmcw has joined #jbosstesting
[08:57:12] *** jharting has joined #jbosstesting
[09:02:35] *** jeand has joined #jbosstesting
[09:15:56] *** kpiwko has joined #jbosstesting
[09:19:32] *** jeand has quit IRC
[09:23:17] *** GTobi has joined #jbosstesting
[09:30:09] *** wolfc has joined #jbosstesting
[09:33:07] *** bgeorges has quit IRC
[10:13:46] *** michaelschuetz has joined #jbosstesting
[10:14:15] *** aslak has joined #jbosstesting
[10:14:15] *** aslak has quit IRC
[10:14:39] *** yahya_h has quit IRC
[10:18:14] *** aslak has joined #jbosstesting
[10:18:15] *** aslak has quit IRC
[10:18:15] *** aslak has joined #jbosstesting
[10:34:04] *** jeand has joined #jbosstesting
[10:34:45] *** maeste has joined #jbosstesting
[10:55:33] *** mgoldmann has joined #jbosstesting
[10:57:11] *** nickarls has joined #jbosstesting
[11:08:51] *** Jaikiran has quit IRC
[11:11:10] *** Jaikiran has joined #jbosstesting
[12:13:03] *** Jaikiran has quit IRC
[12:27:12] *** Jaikiran has joined #jbosstesting
[13:09:27] *** aslak has quit IRC
[13:10:20] *** aslak has joined #jbosstesting
[13:13:21] *** aslak has quit IRC
[13:30:02] *** aslak has joined #jbosstesting
[13:40:56] *** jdlee has quit IRC
[13:41:38] *** ldimaggi_ has joined #jbosstesting
[13:50:59] *** balunasj has joined #jbosstesting
[14:04:47] *** bgeorges has joined #jbosstesting
[14:17:36] *** bgeorges has quit IRC
[14:50:09] *** nickarls has quit IRC
[14:53:54] *** balunasj is now known as balunasj_focused
[15:16:33] *** pmuir has joined #jbosstesting
[15:27:46] *** hatchetman82 has joined #jbosstesting
[15:28:55] <hatchetman82> if my @Deployment creates a jar with a @Singleton @Startup, and a persistence.xml set to "create-drop" is there any way for me to prepare the DB before the @Startup fires ?
[15:30:04] <hatchetman82> i'd there to be data by the time the singletom fires, but on the other hand i'd like to keep the "create-drop" to prevent interferences. im looking for some point in between to intervene and persist() some stuff
[15:41:08] <aslak> hatchetman82, which jpa provider do you use?
[15:41:28] <hatchetman82> aslak - hibernate
[15:42:49] *** bgeorges has joined #jbosstesting
[15:44:46] <aslak> hatchetman82, hibernate supports the import-sql property
[15:44:58] * hatchetman82 goes to look that up
[15:46:00] <hatchetman82> thanks :-)
[15:47:18] *** jharting has quit IRC
[15:51:02] *** kpiwko has quit IRC
[15:52:38] *** theute1 has joined #jbosstesting
[15:52:57] *** theute has quit IRC
[15:54:19] *** theute1 has quit IRC
[15:54:47] *** theute has joined #jbosstesting
[15:58:47] *** ALR has joined #jbosstesting
[15:59:45] *** pmuir has quit IRC
[16:00:36] *** jdlee has joined #jbosstesting
[16:00:36] *** jdlee has quit IRC
[16:00:36] *** jdlee has joined #jbosstesting
[16:00:57] *** balunasj_focused is now known as balunasj_mtg
[16:02:02] *** oskutka has quit IRC
[16:06:13] *** bdlink has joined #jbosstesting
[16:06:32] *** oskutka has joined #jbosstesting
[16:09:17] *** jharting has joined #jbosstesting
[16:37:24] *** lightguard_jp has joined #jbosstesting
[16:57:38] *** bdlink has quit IRC
[17:06:41] *** oskutka has quit IRC
[17:07:09] *** kpiwko has joined #jbosstesting
[17:11:32] *** bleathem has joined #jbosstesting
[17:11:53] *** kpiwko has quit IRC
[17:20:36] *** maeste has quit IRC
[17:40:53] *** pmuir has joined #jbosstesting
[17:57:02] *** ge0ffrey has quit IRC
[18:01:06] *** pmuir has quit IRC
[18:06:31] *** lfryc has quit IRC
[18:26:06] *** lfryc has joined #jbosstesting
[18:31:43] *** michaelschuetz has quit IRC
[18:35:02] *** bobmcw has quit IRC
[18:35:03] *** bobmcw_ has joined #jbosstesting
[18:46:35] *** Jaikiran has quit IRC
[19:16:40] *** GTobi has quit IRC
[19:30:23] *** ldimaggi_ has quit IRC
[19:30:43] *** jharting has quit IRC
[20:05:49] *** balunasj_mtg is now known as balunasj_away
[20:08:17] *** dblevins has joined #jbosstesting
[20:10:03] *** rruss has joined #jbosstesting
[20:35:10] *** ldimaggi_ has joined #jbosstesting
[20:56:32] *** lfryc has quit IRC
[21:13:11] *** theute has quit IRC
[21:20:20] *** rruss has quit IRC
[21:20:47] *** rruss has joined #jbosstesting
[22:11:07] *** nickarls has joined #jbosstesting
[22:16:52] *** balunasj_away is now known as balunasj
[22:29:35] *** maeste has joined #jbosstesting
[22:38:47] *** wolfc has quit IRC
[22:43:40] *** michaelschuetz has joined #jbosstesting
[22:54:36] *** mgoldmann has quit IRC
[22:54:49] *** ldimaggi_ has quit IRC
[23:03:38] *** jharting has joined #jbosstesting
[23:09:04] *** maeste has quit IRC
[23:12:39] *** jeand has quit IRC
[23:36:45] *** nickarls has quit IRC

top