April 26, 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

[00:17:45] *** ldimaggi has joined #jbosstesting
[00:20:10] *** bgeorges has joined #jbosstesting
[00:45:32] *** OndraZizka has quit IRC
[01:07:33] *** michaelschuetz has quit IRC
[01:08:22] *** aslak has quit IRC
[01:25:39] *** lightguard_jp has joined #jbosstesting
[01:57:26] *** OndraZizka has joined #jbosstesting
[02:26:57] *** johnament has joined #jbosstesting
[02:35:20] *** rruss has quit IRC
[03:31:32] *** kenfinnigan has joined #jbosstesting
[04:01:35] *** kenfinnigan has quit IRC
[04:03:30] *** OndraZizka has quit IRC
[04:03:48] *** OndraZizka has joined #jbosstesting
[04:31:57] *** ldimaggi has quit IRC
[07:09:22] *** jbossbot has quit IRC
[07:10:06] *** dmlloyd has quit IRC
[07:13:55] *** rruss has joined #jbosstesting
[07:23:55] *** johnament has quit IRC
[07:25:54] *** johnament has joined #jbosstesting
[07:57:33] *** mgoldmann has joined #jbosstesting
[07:59:45] *** lfryc has joined #jbosstesting
[08:12:29] *** jharting has joined #jbosstesting
[08:23:29] *** wolfc has joined #jbosstesting
[08:25:53] *** rruss has quit IRC
[08:27:01] *** michaelschuetz has joined #jbosstesting
[08:31:09] *** ge0ffrey has joined #jbosstesting
[08:39:05] *** jbossbot has joined #jbosstesting
[08:40:16] *** Guest36397 has joined #jbosstesting
[08:40:28] *** tdiesler has joined #jbosstesting
[08:40:54] *** tdiesler has left #jbosstesting
[08:59:24] *** michaelschuetz1 has joined #jbosstesting
[09:00:20] *** michaelschuetz has quit IRC
[09:01:46] *** aslak has joined #jbosstesting
[09:01:46] *** rrva has joined #jbosstesting
[09:03:45] <rrva> Hi! Using DeploymentScenario contains targets not maching any defined Container in the registry. _DEFAULT_
[09:04:05] *** maeste has joined #jbosstesting
[09:11:17] <aslak> rrva, your most likely missing a container implementation on classpath
[09:18:23] <rrva> Using arquillian-jbossas-managed-6
[09:18:43] <rrva> embedded jboss choked my CLASSPATH variable on windows
[09:19:42] <rrva> aslak, of course you were right, messed up my maven profile selection
[09:25:59] <aslak> :)
[09:26:30] <rrva> argh still choking on too long classpath
[09:26:39] <rrva> arquillian doesnt like windows
[09:26:58] <aslak> windows doesn't like java :)
[09:26:59] <rrva> can I package a classpath jar using maven somehow?
[09:27:12] <aslak> managed should be ok on windows tho ?
[09:27:47] <aslak> rrva, you can try this: http://community.jboss.org/en/arquillian/blog/2011/04/05/trim-your-dependencies-when-using-jboss-as-6-remote
[09:28:30] *** rruss has joined #jbosstesting
[09:28:33] <rrva> i will
[09:30:24] <aslak> rrva, Maven should handle it tho, they workaround the windows limitation
[09:36:00] *** kpiwko has joined #jbosstesting
[09:36:42] *** lightguard_jp has quit IRC
[09:51:00] <rrva> running from eclipse does not work
[09:51:11] <rrva> java.exe error indicating too long classpath
[09:59:32] *** rruss has quit IRC
[10:01:47] *** oskutka has joined #jbosstesting
[10:21:01] <rrva> embedded nor managed does not work from maven.. jboss 6 remote works but javax.naming.NameNotFoundException: ProfileService not bound
[10:22:39] *** Tashtego has joined #jbosstesting
[10:22:53] <rrva> might have been due to starting the minimal jboss "run -c minimal"
[10:37:30] <rrva> aslak: InjectionTestCase should add beans.xml in the example.. granted, it's documented in the getting started section, but anyway
[10:38:04] <rrva> at http://docs.jboss.org/arquillian/reference/latest/en-US/html/examples.html
[10:46:45] *** tdiesler has joined #jbosstesting
[10:49:26] <aslak> rrva, which InjectionTestCase ?
[10:49:36] <rrva> at http://docs.jboss.org/arquillian/reference/latest/en-US/html/examples.html section 2.4
[10:50:04] <rrva> 				.addAsManifestResource(
[10:50:04] <rrva> 				new ByteArrayAsset("<beans/>".getBytes()),
[10:50:04] <rrva> 				ArchivePaths.create("beans.xml"));
[10:50:25] <aslak> why?
[10:50:33] <aslak> 2.4 is not a CDI based test
[10:52:00] *** tdiesler has left #jbosstesting
[10:52:14] <rrva> I assumed it was, since without adding beans.xml i get CDI deployment errors
[10:52:24] <rrva> running the test against jboss 6 remote
[10:52:42] <aslak> which cdi error? warning you it can't find a bean manager
[10:52:43] <aslak> ?
[10:52:51] <rrva> yes something along that
[10:53:23] <rrva> or I should have ignored that warning
[10:53:25] <aslak> it's the CDIEnricher that just warns you that, it can't find one, so if you planned on having one, something is wrong
[10:56:04] *** tdiesler has joined #jbosstesting
[10:56:09] <tdiesler> aslak, ping
[10:56:54] <aslak> tdiesler, heya
[11:00:12] <tdiesler> aslak, I just wanted to mention that when you work with an embedded modular system, you'll need detyped invocations and serialization of the exchanged typed. The communication must happen at a very low level. This is what the jmx protocol does. So you might need it for embedded jbossas, not only for embedded osgi
[11:00:41] <tdiesler> aslak, I can explain in more detail on Thu if needed
[11:02:26] <aslak> tdiesler, true..  we can always move it back..
[11:03:18] <tdiesler> aslak, I left it in core, but removed all other osgi references
[11:03:35] <rrva> .. with test case http://pastie.org/private/bo2np81nxejmzg4clcstdg now I get LinkageErrors: some classloader hell problem.. loader constraint violation: when resolving interface method "javax.jms.QueueSession.createSender(Ljavax/jms/Queue;)Ljavax/jms/QueueSender;" the class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) of the current class, se/extenda/core/messaging/channel/jms/test/InjectionTestCase, and the class loader (instance of
[11:04:30] *** jeand has joined #jbosstesting
[11:10:05] *** alesj has joined #jbosstesting
[11:11:40] *** tdiesler has left #jbosstesting
[11:12:19] <rrva> sorry for spamming.. anybody know about classloading in jboss+arquillian to interpret this error?
[11:17:40] <aslak> rrva, you trying embedded as?
[11:27:23] *** ALR has quit IRC
[11:29:40] *** johnament has quit IRC
[11:56:28] *** vtunka has joined #jbosstesting
[11:58:07] *** timte has joined #jbosstesting
[12:15:26] *** alesj has quit IRC
[12:16:01] <rrva> aslak, no remote
[12:27:59] *** maschmid has joined #jbosstesting
[12:28:13] <aslak> rrva, are you bundling up some EE API libs in your test deployment?
[12:29:23] <aslak> rrva, aa, yea, don't package QueueSender, that's part of the jms api
[12:33:10] <rrva> ok..
[12:33:37] <rrva> thanks :)
[12:37:34] *** Jaikiran has joined #jbosstesting
[12:45:20] *** OndraZizka has quit IRC
[12:45:40] *** OndraZizka has joined #jbosstesting
[12:48:33] <aslak> michaelschuetz1, as Guardian of the Arquillian sandbox/examples, you want to handle this: https://github.com/arquillian/arquillian-examples/pull/1  ? :)
[13:07:38] *** alesj has joined #jbosstesting
[14:01:14] *** rruss has joined #jbosstesting
[14:44:00] *** ldimaggi has joined #jbosstesting
[14:55:37] *** rruss has quit IRC
[14:58:57] *** rrva has quit IRC
[15:00:47] *** tdiesler has joined #jbosstesting
[15:01:30] *** tdiesler has left #jbosstesting
[15:02:45] *** jharting has quit IRC
[15:03:41] *** michaelschuetz1 has quit IRC
[15:06:10] *** michaelschuetz has joined #jbosstesting
[15:29:50] *** Tashtego has quit IRC
[15:33:12] *** Guest36397 has quit IRC
[15:33:12] *** Guest36397 has joined #jbosstesting
[15:33:24] *** Guest36397 is now known as dmlloyd
[15:34:22] *** mgoldmann has quit IRC
[15:45:44] *** michaelschuetz1 has joined #jbosstesting
[15:46:55] *** michaelschuetz has quit IRC
[15:51:53] *** michaelschuetz has joined #jbosstesting
[15:52:38] *** michaelschuetz1 has quit IRC
[15:58:34] *** timte has quit IRC
[16:12:35] *** tdiesler has joined #jbosstesting
[16:12:45] <tdiesler> aslak, ping
[16:12:52] <aslak> tdiesler, hey
[16:13:41] <tdiesler> I like to share an object between the container and the protocol. Is this conceptually possible?
[16:14:24] <aslak> tdiesler, what are you sharing ?
[16:15:07] <tdiesler> The MBeanServerConnection is used by the JMX protocol to create the JMXMethodExecutor. The same connection should be used by the remote container to deploy the archive
[16:16:42] <aslak> tdiesler, both the DeployableContainer and the Protocol are statically injected, so they can use @Inject Instance and @Inject InstanceProducer, but the ProtocolPackager is created by the Protocol, so if you need it there, you would need to @Inject Instance<Injector> and do injector.inject(protocolPackager) for it to have access there as well, or you can pass the values down from Protocol
[16:17:17] <aslak> so yea, it's possible
[16:17:57] <aslak> tho, the ProtocolMetadata returned by Deploy is suppose to contain the information needed to recreate it in the JMXProtocol.
[16:18:34] <aslak> this of course becomes a bit clumsy since you already have it but..
[16:19:06] <tdiesler> so I can inject the protocol instance in the container such that it is available at deploy()
[16:19:13] <aslak> protocolPackager  / methodExecutor
[16:19:20] <aslak> no
[16:19:44] <aslak> you can produce a Instance of MBeanConnection in the Container, which you can consume in the JMXProtocol
[16:20:33] <aslak> you probably have the MBean connection from start right ?
[16:20:51] <tdiesler> by injecting the container in the protocol?
[16:21:12] <aslak> so you can in start do, @Inject @ContainerScoped InstanceProducer<MBeanConnection> mbean; mbean.set(myconnection)
[16:21:27] <aslak> and in the Protocol impl use, @Inject Instance<MBeanConnection> mbean;
[16:21:42] <tdiesler> ok, I'll try that
[16:21:47] <tdiesler> merci
[16:29:14] *** alesj has quit IRC
[16:44:01] *** lfryc has quit IRC
[16:46:30] *** lfryc has joined #jbosstesting
[17:01:35] *** bgeorges has quit IRC
[17:03:29] *** jharting1 has joined #jbosstesting
[17:04:29] *** jharting1 has quit IRC
[17:08:09] *** michaelschuetz has quit IRC
[17:08:54] *** michaelschuetz has joined #jbosstesting
[17:10:06] *** michaelschuetz has quit IRC
[17:10:48] *** rruss has joined #jbosstesting
[17:10:52] *** michaelschuetz has joined #jbosstesting
[17:12:20] *** kpiwko has quit IRC
[17:20:42] *** bgeorges has joined #jbosstesting
[17:22:26] *** maeste has quit IRC
[17:22:39] *** oskutka has quit IRC
[17:23:02] *** maschmid has quit IRC
[17:26:59] *** michaelschuetz has quit IRC
[17:57:16] *** tdiesler has quit IRC
[17:59:14] *** lfryc has quit IRC
[18:01:35] *** lfryc has joined #jbosstesting
[18:15:15] *** bobmcw has quit IRC
[18:17:06] *** bobmcw has joined #jbosstesting
[18:21:29] *** maeste has joined #jbosstesting
[18:39:03] *** adriancole has left #jbosstesting
[18:54:50] *** lfryc has quit IRC
[19:12:32] *** maeste has quit IRC
[19:20:17] *** Jaikiran has quit IRC
[19:40:32] *** ge0ffrey has quit IRC
[20:57:11] *** lightguard_jp has joined #jbosstesting
[21:16:37] *** ldimaggi has quit IRC
[22:08:39] *** dblevins has joined #jbosstesting
[22:44:21] *** michaelschuetz has joined #jbosstesting
[23:06:30] *** jpederse has joined #jbosstesting
[23:07:03] <jpederse> mojavelinux: ideas for ARQ-426 ? I need a pointer...
[23:07:05] <jbossbot> jira [ARQ-426] NPE in ContainerDeploymentContextHandler [Open (Unresolved) Bug, Major, Unassigned] https://issues.jboss.org/browse/ARQ-426
[23:16:21] <jpederse> mojavelinux: nm, aslak got my back
[23:16:25] *** jpederse has left #jbosstesting
[23:18:46] *** jdlee has quit IRC
[23:19:10] *** jdlee has joined #jbosstesting
[23:23:48] *** jdlee has quit IRC
[23:25:40] *** wolfc has quit IRC
[23:28:21] *** dblevins has quit IRC
[23:28:39] *** jdlee has joined #jbosstesting
[23:42:50] *** ldimaggi has joined #jbosstesting
[23:42:55] *** ldimaggi is now known as ldimaggi_home_af
[23:43:11] *** ldimaggi_home_af is now known as ldimaggi_afk
[23:44:20] *** jeand has quit IRC
[23:48:52] *** rruss has quit IRC
[23:50:43] *** dblevins has joined #jbosstesting

top