January 13, 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:37:19] *** bgeorges has quit IRC
[00:49:18] *** wolfc has quit IRC
[01:01:37] *** lightguard_jp has quit IRC
[01:06:05] *** bleathem has quit IRC
[01:21:32] *** johnament has joined #jbosstesting
[01:24:11] *** aslak has quit IRC
[02:16:28] *** bgeorges_afk has joined #jbosstesting
[02:37:40] *** dblevins has joined #jbosstesting
[02:48:25] *** jc3 has quit IRC
[03:05:00] *** rruss has quit IRC
[04:59:54] *** bgeorges_afk has quit IRC
[05:00:54] *** bgeorges_afk has joined #jbosstesting
[05:12:43] *** ldimaggi_ has quit IRC
[06:02:24] *** rruss has joined #jbosstesting
[06:13:00] *** bgeorges_afk has quit IRC
[06:22:38] *** jc3 has joined #jbosstesting
[06:23:58] *** bleathem has joined #jbosstesting
[06:32:42] *** johnament has quit IRC
[06:38:55] <ALR> jdlee: Ping.
[06:39:18] <jdlee> pong! :)
[06:39:30] <ALR> jdlee: Ah cool.  Compiles clean for you?
[06:39:39] <ALR> I got errors on finding JPA classes, @Id, @Colunm
[06:39:52] <jdlee> it does
[06:39:54] <jdlee> hmm
[06:39:59] <jdlee> well, let me try a clean build ;)
[06:40:55] <jdlee> the whole project is a mess as I'm in the phase where I'm trying to verify the basics are working. i was fighting classpath issues, so I may have a broken pom ATM
[06:41:08] <ALR> Hehe.
[06:41:09] <ALR> N/P
[06:41:27] *** maeste has joined #jbosstesting
[06:43:19] <ALR> jdlee: I don't know about src/main/webapp
[06:43:42] <jdlee> don't know about it?
[06:43:48] <ALR> Have a feeling it's not getting copies to target or otherwise not put on the application classpath
[06:43:53] <ALR> jdlee: Yeah, I've never used it.
[06:44:16] <jdlee> oh... how do you normally do that?
[06:44:33] <jdlee> or, alternately, have you ever integrated arq in a war module before?
[06:45:09] <ALR> jdlee: Hehe, nope, I've never made a WAR module before.
[06:45:28] <jdlee> hehe
[06:45:30] <jdlee> shoot :P
[06:45:31] <ALR> I'm a SW guy, and I do EJBs.  So my layers end at EJB endpoints normally. I've never done a Maven-based webapp.
[06:46:16] <ALR> jdlee: I'm scared to uncomment javaee-api as a dep
[06:46:27] <ALR> As that's probably the stupid stub classes
[06:46:32] <ALR> Which will break at runtime.
[06:46:48] <jdlee> yeah, that was what was causing my problems.  class w/o defs or something blowing up runtime
[06:47:55] <ALR> jdlee: OK I have this running in the IDE
[06:48:02] <ALR> Though the Maven build is still not gonna compile.
[06:48:17] <jdlee> ok...i'm trying to remember what that dep was :(
[06:48:26] <ALR> Caused by: java.lang.IllegalArgumentException: test-persistence.xml not found in classloader sun.misc.Launcher$AppClassLoader@7ea2dfe
[06:48:33] <ALR> jdlee: That's the error I now have.  Correct?
[06:49:29] <ALR> jdlee: "target/classes" and "target/test-classes" are empty.  Because the Maven build hasn't run, and Eclipse doesn't copy resources automatically
[06:49:49] <jdlee> i get that for beans.xml after running mvn from the command line
[06:53:42] <jdlee> think i about have mvn fixed :|
[06:54:37] <jdlee> ok...mvn fixes pushed
[06:58:21] <jdlee> btw, i updated GF embedded to 3.1-b37 locally, in case that matters any
[07:01:27] <jdlee> hehe. now i get ClassNotFoundException: org.glassfish.api.embedded.Server$Builder.  gonna downgrade, get the working, then worry about moving to 3.1
[07:04:19] <jdlee> it's midnight. time to update the RichFaces SNAPSHOTs
[07:05:05] <jdlee> ok:
[07:05:10] <jdlee> Caused by: java.lang.IllegalArgumentException: beans.xml not found in classloader sun.misc.Launcher$AppClassLoader@77cde100
[07:05:10] <jdlee>     at org.jboss.shrinkwrap.impl.base.Validate.notNull(Validate.java:44)
[07:05:10] <jdlee>     at org.jboss.shrinkwrap.impl.base.asset.ClassLoaderAsset.<init>(ClassLoaderAsset.java:64)
[07:05:10] <jdlee>     at org.jboss.shrinkwrap.impl.base.asset.ClassLoaderAsset.<init>(ClassLoaderAsset.java:48)
[07:05:11] <jdlee>     at org.jboss.shrinkwrap.impl.base.container.WebContainerBase.addWebResource(WebContainerBase.java:125)
[07:05:11] <jdlee>     at com.steeplesoft.frenchpress.service.impl.PostServiceTest.createDeployment(PostServiceTest.java:25)
[07:05:23] <jdlee> .addWebResource("beans.xml");
[07:05:39] <jdlee> ALR: i can forward you dan's example if you give me your address
[07:05:52] <ALR> jdlee: alr at jboss dot org
[07:06:01] <jdlee> or if you can coax dan into coming online tomorrow, I can pick his brain
[07:06:29] <ALR> jdlee: I'll mention it to him.  Just making sure the SW exceptions are informative enough to be useful.
[07:06:55] * jdlee nods
[07:06:58] <jdlee> mail forwarded
[07:08:43] <jdlee> hmm...i'm missing src/test/resources/arquillian.xml
[07:14:53] <jdlee> if I do .addWebResource(EmptyAsset.INSTANCE, ArchivePaths.create("beans.xml")); like brian leathem suggested, it runs and I get Error launching test at http://localhost:7070/test/ArquillianServletRunner?outputMode=serializedObject&className=com.steeple    soft.frenchpress.service.impl.PostServiceTest&methodName=temp. Kept on getting 404s.
[07:14:58] <jdlee> which is progress, I guess
[07:16:10] <jdlee> local changes pushed
[07:16:42] <jdlee> ALR: (andrew, right? i keep wanting to call you al :P "andrew lee" is my son's name, though first and last :) anyhoo...
[07:17:10] <ALR> jdlee: Sure, Andy, Andrew, ALR, whichever works :)
[07:17:27] <jdlee> it's a quarter past midnight here, so I need to go to bed.  i'll pick this up first thing tomorrow, and hopefully dan will be around
[07:17:28] <ALR> jdlee: Cool, I'll look again in a bit?
[07:17:31] <jdlee> or aslak
[07:17:31] <ALR> Yep, get some sleep
[07:17:39] <ALR> We'll get you up and running.  Our stuff works.
[07:17:41] <ALR> Generally :P
[07:17:44] <jdlee> haha
[07:17:56] <jdlee> i'm sure I'm doing something silly
[07:18:16] <ALR> If the silly thing you're doing is not documented otherwise, then it's us who's silly.
[07:18:17] <jdlee> can't wait to get it working, though, as I think it will help make testing much easier for me
[07:18:25] <ALR> That's the idea :)
[07:18:29] <jdlee> either that or I'm in good company ;)
[07:19:07] <jdlee> ok... 6 hours of sleep, get boy off to school, then back at it
[07:19:14] <jdlee> thanks, again.  talk to you in a few :)
[07:28:15] *** jc3 has quit IRC
[07:34:42] *** oskutka has joined #jbosstesting
[07:55:34] *** maeste has quit IRC
[08:03:19] *** bleathem has quit IRC
[08:29:51] *** theute has quit IRC
[08:33:24] *** theute has joined #jbosstesting
[08:36:16] *** rruss has quit IRC
[08:40:50] *** jharting has joined #jbosstesting
[08:52:07] *** kpiwko has joined #jbosstesting
[09:00:50] *** wolfc has joined #jbosstesting
[09:04:53] *** Jaikiran has joined #jbosstesting
[09:10:18] *** maeste has joined #jbosstesting
[09:10:25] *** ALR has quit IRC
[09:20:59] *** GTobi has joined #jbosstesting
[09:32:29] *** jeand has joined #jbosstesting
[09:56:58] *** lfryc has joined #jbosstesting
[10:04:36] *** lfryc has quit IRC
[10:06:38] *** lfryc has joined #jbosstesting
[10:52:48] *** aslak has joined #jbosstesting
[10:56:02] <kpiwko> aslak: heya!
[10:57:14] <aslak> kpiwko, good morning
[10:58:19] <kpiwko> aslak, time's almost heading for a lunch ;)
[10:58:25] <aslak> :)
[11:00:03] <kpiwko> aslak, we are currently with lfryc hacking on ARQ-329 and we realized the API changes introduced by SW alpha-12 break the code based on the_bigger_picture and probably on master as well...the question is whether you plan to release ARQ-alpha-5 to encapsulate them
[11:00:05] <jbossbot> jira [ARQ-329] Support Ajocado in Selenium extension [Open, Major, Karel Piwko] https://issues.jboss.org/browse/ARQ-329
[11:00:58] <kpiwko> if so, I would probably need to backport some fixes (SeleniumServer runner for instance) from ARQ-329 to master and ask for pull
[11:00:58] <jbossbot> jira [ARQ-329] Support Ajocado in Selenium extension [Open, Major, Karel Piwko] https://issues.jboss.org/browse/ARQ-329
[11:01:02] <aslak> kpiwko, yea, next arq release will use the new alpha-12 build. alpha-12 breaks everything.. :)
[11:01:27] <aslak> what breaks for you in selenium?
[11:02:15] <kpiwko> aslak, well nothing in selenium, but I've fixed SeleniumServer startup for JUnit while rewriting Selenium for the_bigger_picture
[11:02:27] <aslak> kpiwko, any new work should go off the_bigger_picture, planning to merge it back in to next this weekd
[11:03:37] <kpiwko> aslak, not sure if I understood it right...so next release will use the_bigger_picture?
[11:03:41] *** maeste has quit IRC
[11:04:06] <aslak> kpiwko, aa yes, the_bigger_picture is the next release.
[11:04:25] <kpiwko> aslak, awesome
[11:04:46] <aslak> kpiwko, working on stabalizing the last parts now, then merge it back into next. and go back to a bit more structured dev issue to issue using the next branch as source
[11:05:09] <kpiwko> aslak, I see
[11:05:23] <aslak> kpiwko, the only reason why it's a diff branch is because it changes everything :)
[11:05:48] <kpiwko> aslak, yes, it does :)
[11:05:55] <aslak> became hard to to try to do them one a pr issue basis, it currently contains about 6-7 issues or so
[11:06:03] <aslak> one/on
[11:07:51] <kpiwko> aslak, I'll probably send you a pull request then...If you'll be hacking on that during weekend, it would be nice new selenium is already inside
[11:14:59] *** kpiwko has quit IRC
[11:16:58] *** maeste has joined #jbosstesting
[11:31:32] *** kpiwko has joined #jbosstesting
[11:45:24] *** johnament has joined #jbosstesting
[12:02:43] *** timte has joined #jbosstesting
[12:11:02] *** lfryc has quit IRC
[12:11:10] *** pmuir has joined #jbosstesting
[12:11:10] *** pmuir has quit IRC
[12:11:10] *** pmuir has joined #jbosstesting
[12:20:06] *** kpiwko has quit IRC
[12:27:01] *** lfryc has joined #jbosstesting
[12:34:11] *** kpiwko has joined #jbosstesting
[13:04:07] *** rruss has joined #jbosstesting
[13:06:15] *** rruss has quit IRC
[13:06:19] *** rruss has joined #jbosstesting
[13:23:58] *** aslak has quit IRC
[13:24:35] *** aslak has joined #jbosstesting
[13:27:44] *** aslak has quit IRC
[13:28:20] *** aslak has joined #jbosstesting
[13:29:53] *** aslak has quit IRC
[13:30:35] *** aslak has joined #jbosstesting
[13:45:22] *** ldimaggi_ has joined #jbosstesting
[13:53:53] *** mgoldmann has joined #jbosstesting
[13:56:10] *** aslak has quit IRC
[13:57:03] *** aslak has joined #jbosstesting
[13:57:52] *** balunasj has joined #jbosstesting
[14:00:00] *** aslak has quit IRC
[14:00:34] *** aslak has joined #jbosstesting
[14:22:28] *** mgoldmann has quit IRC
[14:25:39] *** pmuir has quit IRC
[14:26:47] *** pmuir has joined #jbosstesting
[14:26:47] *** pmuir has quit IRC
[14:26:47] *** pmuir has joined #jbosstesting
[14:27:43] *** mgoldmann has joined #jbosstesting
[14:30:28] *** jharting has quit IRC
[14:43:43] *** jc3 has joined #jbosstesting
[14:45:28] *** balunasj is now known as balunasj_mtg
[15:02:11] *** lightguard_jp has joined #jbosstesting
[15:12:39] *** pmuir has quit IRC
[15:36:00] *** lfryc has quit IRC
[15:36:28] *** lfryc has joined #jbosstesting
[15:41:27] *** rruss has quit IRC
[15:53:29] *** pmuir has joined #jbosstesting
[15:57:37] *** jharting has joined #jbosstesting
[16:15:59] *** Jaikiran is now known as Jaikiran|AFK
[16:21:44] *** oskutka has quit IRC
[16:23:07] *** oskutka has joined #jbosstesting
[16:24:27] *** ldimaggi_ has quit IRC
[16:28:27] *** jharting has quit IRC
[16:38:50] *** oskutka has quit IRC
[16:39:48] *** oskutka has joined #jbosstesting
[16:49:52] *** Jaikiran|AFK is now known as Jaikiran
[17:08:23] *** rruss has joined #jbosstesting
[17:18:46] *** GTobi has quit IRC
[17:28:02] *** balunasj_mtg has quit IRC
[17:31:01] *** mojavelinux has joined #jbosstesting
[17:40:03] *** kpiwko has quit IRC
[17:46:27] *** pmuir has quit IRC
[17:54:24] *** dblevins has quit IRC
[17:56:16] *** dblevins has joined #jbosstesting
[18:15:04] *** bleathem has joined #jbosstesting
[18:23:17] *** michaelschuetz has joined #jbosstesting
[18:32:48] *** rruss has quit IRC
[18:51:49] *** ldimaggi_ has joined #jbosstesting
[18:53:09] *** michaelschuetz has quit IRC
[18:54:16] *** rruss has joined #jbosstesting
[18:57:39] *** pmuir has joined #jbosstesting
[18:57:39] *** pmuir has quit IRC
[18:57:39] *** pmuir has joined #jbosstesting
[19:01:11] *** dblevins has quit IRC
[19:02:03] *** pmuir has quit IRC
[19:03:42] *** dblevins has joined #jbosstesting
[19:07:55] *** pmuir has joined #jbosstesting
[19:07:55] *** pmuir has quit IRC
[19:07:55] *** pmuir has joined #jbosstesting
[19:27:34] *** lfryc has quit IRC
[19:37:57] *** Jaikiran has quit IRC
[20:07:22] *** dblevins has quit IRC
[20:10:55] *** dblevins has joined #jbosstesting
[21:22:05] *** mgoldmann has quit IRC
[21:56:00] *** michaelschuetz has joined #jbosstesting
[22:01:18] *** dblevins has quit IRC
[22:23:12] *** pmuir has quit IRC
[22:28:27] <jdlee> mojavelinux: ping
[22:53:50] *** jharting has joined #jbosstesting
[23:10:15] <mojavelinux> hey jason...I'm about to start the seam community meeting in #seam-dev...until about 17:45 EST
[23:11:24] <jdlee> ok.  took me a while to get back to this anyway.  i can wait :)
[23:38:32] *** jdlee has quit IRC
[23:47:24] *** jdlee has joined #jbosstesting

top