March 19, 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:59:11] *** michaelschuetz has quit IRC
[01:46:40] *** aslak has quit IRC
[01:53:48] *** bleathem has joined #jbosstesting
[03:33:20] *** bleathem has quit IRC
[03:33:26] *** bleathem has joined #jbosstesting
[03:53:16] *** ldimaggi has quit IRC
[04:59:05] *** bobmcw has joined #jbosstesting
[05:03:21] *** bobmcw has quit IRC
[05:04:55] *** bobmcw has joined #jbosstesting
[05:54:32] *** bgeorges has joined #jbosstesting
[06:07:44] *** bgeorges has quit IRC
[06:25:24] *** rruss has quit IRC
[07:20:35] *** bobmcw has quit IRC
[08:22:19] *** bgeorges has joined #jbosstesting
[09:09:48] *** jharting has joined #jbosstesting
[10:06:13] *** vtunka has joined #jbosstesting
[10:06:51] *** vtunka has quit IRC
[11:12:04] *** alesj has joined #jbosstesting
[11:22:30] *** bgeorges has quit IRC
[11:47:06] *** prabinpaudel has joined #jbosstesting
[12:44:36] *** alesj has quit IRC
[12:48:38] *** aslak has joined #jbosstesting
[12:48:39] *** aslak has quit IRC
[12:48:39] *** aslak has joined #jbosstesting
[13:05:29] *** prabinpaudel has quit IRC
[13:36:43] *** michaelschuetz has joined #jbosstesting
[14:16:29] *** alesj has joined #jbosstesting
[14:20:18] <alesj> aslak: ping?
[14:20:23] <aslak> alesj, hey
[14:21:17] <alesj> https://github.com/alesj/arquillian/blob/resin4_last/containers/resin4-embedded/src/main/java/org/jboss/arquillian/container/resin/embedded_4/ResinEmbeddedDeploymentAppender.java
[14:21:20] <alesj> i have this here
[14:21:49] <alesj> and still no @Resource usage, or its enricher
[14:26:11] <aslak> hmm, that should have done it... let me check
[14:28:25] *** michaelschuetz has quit IRC
[14:43:23] <alesj> aslak: ^ any luck?
[15:17:24] <aslak> alesj, first, don't deploy the servlet protocol as part of the deployment..
[15:17:58] <aslak> alesj, second, your depending on the wrong protocol module, it's now named arquillian-protocol-servlet
[15:18:23] <aslak> alesj, it is falling back on the only protocol available default, which is Local. meaning it will run as client basically..
[15:19:23] <alesj> ok, so no servlet protocol into archive
[15:19:28] <aslak> if you add the correct servlet protocol module, you will see it fail because it's missing data in the ProtocolMetadata that the deploy returns. it needs to find it's own servlet by name in the HTTPContext.servlets
[15:19:35] <alesj> or do i need to change it?
[15:19:49] <aslak> alesj, don't add it in the test case, and change it in the pom
[15:20:15] <alesj> i guess jetty7 has this in its pom?
[15:20:51] <aslak> alesj, and at this point, we seem kinda stuck. the Resin Embedded APIs, as far as i can see don't give you much info about the WebContext that you have deployed at all. you need to research a bit here
[15:21:00] <aslak> alesj, yea, all have it in their poms
[15:21:30] <aslak> alesj, the protocol 'embedds' it self in the deployment as needed
[15:21:50] <alesj> and I should then remove that MvnDepResolver?
[15:21:56] <aslak> alesj, yes
[15:23:08] *** johnament has joined #jbosstesting
[15:23:25] <alesj> java.lang.IllegalArgumentException: ArquillianServletRunner not found. Could not determine ContextRoot from ProtocolMetadata, please contact DeployableContainer developer.
[15:23:31] <alesj> ok, progress
[15:23:48] <alesj> aslak: ^
[15:24:14] <aslak> alesj, see above
[15:25:03] <alesj> ok, thought that was connected :-)
[15:32:14] <aslak> alesj, if you see ServletUtil.determineBaseURI in the servlet module you can see what it expects
[15:32:46] <aslak> alesj, but basically, ProtocolMetadata should return a HTTPContext with all Servlets(name, contextroot) that is deployed as part of the deployment
[15:33:19] <alesj> who should fill this HttpContext with Servlets?
[15:33:27] <aslak> you
[15:33:32] <alesj> where?
[15:33:37] <aslak> deploy
[15:33:44] <aslak> ProtocolMetaData deploy(Archive)
[15:33:46] <alesj> let me see how Jetty6 does this ...
[15:34:25] <alesj> ah, ok ...
[15:35:26] <alesj> aslak: who puts in ArqServlet?
[15:35:39] <aslak> in the deployment?
[15:35:56] <aslak> alesj, the Protocol DeploymentPackager
[15:36:37] <alesj> it also modifies web.xml?
[15:38:22] <aslak> alesj, Servlet 2.5 does, Servlet 3.0 does not. Servlet 3.0 only adds a web-fragment
[15:38:31] <aslak> brb
[16:04:12] <johnament> aslak: ping
[16:06:07] <johnament> aslak: i get lots of errors like this one http://pastebin.com/L5Lev5WF
[16:21:54] <alesj> aslak: ha, it works :-)
[16:27:38] <aslak> johnament, yea, but they don't do you any harm right? i think they just are printed in the background when we try to load the ManagementView of JBoss, for some reason it doesn't manage to read all the attached Deployment metadata or similar and fails..
[16:28:06] <johnament> aslak: ok, then my error is somewhere else (all tests failed)
[16:28:12] * johnament has a sad-face
[16:28:58] <aslak> johnament, they are printed in DEBUG level so..
[16:33:31] <aslak> alesj, did you find  away to get the Servlets from resin? without reflection ?  :)
[16:33:49] <aslak> johnament, no exception in surefire?
[16:34:37] <johnament> aslak: i'm going to create a local branch to do alpha5 on, until I get it working right, then get the old error.
[16:49:27] <alesj> aslak: aha :-)
[16:49:34] <alesj> no reflection ;-)
[16:51:09] *** alesj has quit IRC
[16:53:01] *** johnament is now known as johnament_away
[17:50:52] *** bobmcw has joined #jbosstesting
[17:53:31] *** bobmcw has quit IRC
[18:13:31] <aslak> yea! Emotional ike is back at jboss.org
[18:15:23] <mojavelinux> alright!!!
[18:15:49] <mojavelinux> we are back in action
[18:16:44] <aslak> hudson changed their status messages so.. he was clueless.. :)
[18:17:07] <aslak> maybe should have added the shrugging ike instead on UNKNOWN
[18:22:25] <aslak> dinner guest time
[19:16:55] *** lightguard_jp has joined #jbosstesting
[19:22:52] *** bobmcw has joined #jbosstesting
[19:25:32] *** bobmcw has quit IRC
[20:22:13] *** johnament_away is now known as johnament
[21:15:23] *** alesj has joined #jbosstesting
[21:52:45] *** jeand has joined #jbosstesting
[22:27:30] *** jeand has quit IRC
[22:47:28] *** johnament is now known as johnament_away
[22:57:13] *** alesj has quit IRC
[22:58:53] *** avogt has joined #jbosstesting
[23:09:50] *** jharting has quit IRC
[23:13:04] *** avogt has quit IRC

top