Switch to DuckDuckGo Search
   March 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 | >


NOTICE: This channel is no longer actively logged.

Toggle Join/Part | bottom
[00:01:40] *** aslak has quit IRC
[00:03:55] *** pferraro has joined #jboss-as7
[00:03:55] *** ChanServ sets mode: +v pferraro
[00:45:43] *** jwulf has joined #jboss-as7
[00:47:07] *** dmlloyd has quit IRC
[00:49:08] *** jbossbot has quit IRC
[01:31:17] *** pferraro has quit IRC
[01:34:36] *** jamezp has joined #jboss-as7
[02:17:54] *** dimitris_ has quit IRC
[02:37:56] *** jamezp is now known as jamezp_afk
[02:40:15] <Nihility> baileyje: hi!
[02:40:24] <Nihility> jpearlin: hi!
[02:49:55] *** rawbdor has joined #jboss-as7
[02:59:56] <baileyje> Nihility: Hey
[03:01:48] <Nihility> hey there
[03:01:51] <Nihility> hows it going
[03:02:18] <baileyje> Not too bad. It took me a long time to get motivated, but I have it mostly there
[03:02:23] <baileyje> Still need one last step
[03:03:05] <Nihility> fantastic
[03:03:12] <Nihility> stuartdouglas: hey you around
[03:03:13] <Nihility> ?
[03:10:10] <Nihility> baileyje: antyhing you need my help with on tha
[03:10:11] <Nihility> t
[03:10:13] <Nihility> ?
[03:10:42] *** miclorb_ has joined #jboss-as7
[03:10:45] <baileyje> Not yet. Unless you want to get JCA to produce another module with the contents of those RARs
[03:15:00] <Nihility> my thinking is lets pull it into AS
[03:15:17] <baileyje> Nihility: Yehat. That is what I have done
[03:15:28] <Nihility> then we can tailer the implementation
[03:15:36] <Nihility> tailor
[03:19:36] *** miclorb_ has quit IRC
[03:46:13] <bstansberry> Nihility: do you have a sec to look at 2 commits on https://github.com/bstansberry/jboss-as/commits/result-handler ?
[03:46:18] <Nihility> yes
[03:48:34] <Nihility> looks good
[03:49:10] <bstansberry> thannks
[03:56:47] *** wmprice has joined #jboss-as7
[03:57:00] *** wmprice has quit IRC
[04:05:36] <jpearlin> Nihility: Hi...sorry that I missed you earlier
[04:08:58] <Nihility> jpearlin: so one thing that i noticed is that the changes you made to boundary delimited stream bypass the internal buffer, which will lead to corruption
[04:09:20] <jpearlin> yeah...it was a quick hack to handle the headers, but I think that's the root of my current problem
[04:09:27] <jpearlin> I need to get the header stuff inline with the regular read
[04:10:27] <jpearlin> my main problem is being able to read and inspect the header to determine if we want the body
[04:11:05] <jpearlin> other implementations that I have seen have separate calls to read the header and body and put the onus on the caller to call them in the right order
[04:13:18] <Nihility> right the best approach would be to just pull that header stuff out and have it use the boundary stream
[04:13:18] *** rawbdor has quit IRC
[04:13:43] <Nihility> then its no big deal to say
[04:13:50] <Nihility> readHeaders()
[04:13:54] <Nihility> read() // boday
[04:14:22] <jpearlin> right, but I assume you are referring to the leftOvers buffer?
[04:14:33] <baileyje> bstansberry: Around? Any idea why the deployment scanner is not working?
[04:14:33] <baileyje>
[04:14:55] <Nihility> jpearlin: no im saying dont bother modifying boundarydimitedstream
[04:14:59] <bstansberry> baileyje: didn't know it wasn't
[04:15:09] <baileyje> bstansberry: OK. Could be my end. Thanks
[04:15:14] <Nihility> jpearlin: instead have your upload routine USE it
[04:15:18] <jpearlin> Nihility: oh...you want me to read outside in the domainhttpserver
[04:15:21] <jpearlin> right...got ya
[04:15:21] <bstansberry> there's a smoke test that uses it
[04:15:39] <baileyje> DOHHHH.
[04:16:06] <baileyje> I rebased and got the pushed changes. Which include the new requirement for the .deploy marker
[04:16:16] <bstansberry> :-)
[04:16:28] <bstansberry> .dodeploy
[04:17:20] <Nihility> jpearlin: yeah then all you do is is you is read the headers at the start of every new "inner" stream
[04:17:33] <jpearlin> yeah...good suggestion...will do
[04:17:40] <Nihility> jpearlin: that might actually have been your problem
[04:17:50] <jpearlin> I was trying to encapsulate all of the logic in the stream
[04:17:59] <jpearlin> it is most definitely my problem (corruption of the stream)
[04:24:17] <baileyje> where should I expect to find javax.sql.DataSource
[04:30:06] <baileyje> nevermind.
[04:30:12] <baileyje> Just missread something
[04:42:33] *** dmlloyd has joined #jboss-as7
[04:42:33] *** ChanServ sets mode: +v dmlloyd
[04:44:34] *** jamezp_afk is now known as jamezp
[04:46:04] <baileyje> Nihility: You around?
[04:48:43] <Nihility> yep
[04:48:53] <baileyje> So I have the local DSs working.
[04:49:00] <Nihility> SUWEEET
[04:49:08] <baileyje> haven't hooked XA in yet
[04:49:12] <baileyje> should be fairly easy though
[04:49:44] <Nihility> yeah the key is just using the class of the Driver
[04:49:51] <Nihility> to load the classname specified in the ds
[04:50:05] <baileyje> Yeah..
[04:50:15] <baileyje> So the RAR is gone.
[04:50:16] <baileyje> T
[04:50:20] <Nihility> WOOHOO
[04:50:29] <baileyje> The DS instances get added when the DS subsystem is added.
[04:50:44] <baileyje> It uses our standard mechanism for binding with a BinderService
[04:50:49] <Nihility> so did you just hook the driver instance
[04:50:56] <Nihility> into the cf
[04:50:57] <Nihility> ?
[04:51:11] <baileyje> yeah.. The datasource has a dep on the driver and actually uses the driver instance.
[04:51:24] <baileyje> So it only needs the one Driver instance loaded.
[04:52:24] <baileyje> It is pretty sweet. It will give you a dep error if the driver jar is not installed.
[04:52:37] <baileyje> but if you deploy it, everything kicks in gear
[04:54:05] *** pferraro has joined #jboss-as7
[04:54:05] *** ChanServ sets mode: +v pferraro
[04:56:35] <bstansberry> baileyje: does adding a DS after the subsystem is added work?
[04:56:54] <baileyje> Haven't got there..
[04:57:04] <baileyje> It will not work as it is..
[04:57:20] <bstansberry> baileyje: yeah.. The datasource has a dep on the driver and actually uses the driver instance.
[04:57:51] <baileyje> since the DS config is just being parsed and the DS subsystem add is doing the sevice add.
[04:58:05] <baileyje> by DS did you mean the driver?
[04:58:17] <bstansberry> so if the DS subsystem add happens before the driver is deployed, an error gets logged?
[04:58:52] <baileyje> It will be a missing dependency.
[04:59:07] <baileyje> but if the driver is a registered deployment at startup time, it will work correctly
[04:59:23] <bstansberry> k; the breakage will be with the FS scanner
[04:59:32] <baileyje> the only time it errors is if you boot with the DS definitions, but there isn't a driver deployment.
[05:00:24] <bstansberry> ok. the FS scanner issue, meh
[05:00:32] <bstansberry> Doctor, Doctor!
[05:03:57] <jpearlin> Nihility: that worked like a charm. I am going to push another patch up for the upload stuff
[05:07:18] <bstansberry> the FS scanner issue is probably easy to solve
[05:08:06] <bstansberry> it should be possible to make the initial scan part of the boot using the StartContext passed into DeploymentScannerService.start()
[05:08:25] * bstansberry makes a note
[05:23:30] <Nihility> whats the FS issue
[05:29:38] <jpearlin> Nihility: I'll be back on tomorrow if you need me to make any mods to the upload stuff (or you can e-mail me as well)...good night!
[05:31:16] *** jpearlin has quit IRC
[05:32:44] *** rawbdor has joined #jboss-as7
[05:42:11] <Nihility> baileyje: so you working on a patch
[05:42:41] <baileyje> yeah
[05:42:50] <Nihility> you know i was thinking
[05:43:07] <Nihility> it might be nice if we supported driver deployments over a module-ref
[05:43:14] <Nihility> not sure exactly how we would do that
[05:43:24] <Nihility> but then like we would not have to deploy h2
[05:43:27] <Nihility> since its in our module repo
[05:53:49] *** Nihility has quit IRC
[06:10:05] *** Nihility has joined #jboss-as7
[06:10:05] *** ChanServ sets mode: +v Nihility
[06:10:08] <Nihility> damn
[06:10:11] <Nihility> more kernel panic
[06:36:04] <baileyje> anyone else getting errors with the JSFTestCase?
[06:36:19] <Nihility> can you pastebin the error
[06:36:58] <baileyje> http://pastebin.com/Ss3YKUHh
[06:37:44] <Nihility> whats the server log say
[06:38:18] <Nihility> hmm maybe you dont get that
[06:38:27] <baileyje> http://pastebin.com/LWpNjq8f
[06:39:02] <baileyje> That isn't a big deal.
[06:39:04] <baileyje> Seems unrelated
[06:39:14] <Nihility> ah my guess is that the jsf test needed something deployed
[06:39:31] <baileyje> I see the deployment getting deployed, something causes it to not show up
[06:39:36] <Nihility> ah
[06:40:14] <baileyje> http://pastebin.com/UzQSbpxk
[06:41:01] <Nihility> strange
[06:41:07] <Nihility> so basically its acting like it works
[06:41:16] <Nihility> but the test says it got a 4040
[06:41:19] <Nihility> erm 404
[06:41:21] <baileyje> right.
[06:41:31] <baileyje> Which I can't make sense of.
[06:41:32] <Nihility> i do a fresh build
[06:41:41] <Nihility> and see if i get it
[06:44:23] <bstansberry> baileyje: are you sure you don't have another AS instance running?
[06:44:45] <baileyje> yeah. Ihave confirmed that.
[06:45:03] <bstansberry> k
[06:53:05] <Nihility> how are you testing
[06:53:14] <Nihility> just doing ./build.sh test
[06:53:15] <Nihility> ?
[06:55:28] <baileyje> Just doing mvn test or install
[06:55:46] *** pferraro has quit IRC
[06:56:45] <Nihility> ok yeah everything passes
[06:56:48] <Nihility> on a clean build
[06:57:35] <baileyje> weird. Wonder how my change could have caused it.
[06:58:59] <baileyje> This is the change.. v
[06:59:00] <baileyje> https://github.com/baileyje/jboss-as/commit/55cef7531caca8a8085348f5460e84f7912c9d2f
[06:59:05] <Nihility> ill try
[06:59:58] <Nihility> clean install here we go
[07:08:36] <Nihility> haha
[07:08:38] <Nihility> to funny
[07:08:47] <Nihility> i get the same failure
[07:09:02] <Nihility> maybe i can help you figure out why baileyje
[07:09:10] <baileyje> yeah..
[07:11:05] <baileyje> Very strange. I can't run the web demo either
[07:11:17] <Nihility> maybe its a dep issue
[07:11:24] <Nihility> the web components dont actually come up
[07:11:56] <baileyje> I see... [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-2) Starting Coyote HTTP/1.1 on http-8080
[07:13:48] <Nihility> this looks like a problem (although an unrelated one maybe)
[07:14:00] <Nihility> public static final int INSTALL_WS_LAZY_BINDING_SOURCE_HANDLER = 0x0E00;
[07:14:00] <Nihility> + public static final int INSTALL_EE_COMPONENT = 0x1F00;
[07:14:00] <Nihility> + public static final int INSTALL_SERVLET_INIT_DEPLOYMENT = 0x1000;
[07:14:27] <Nihility> i think that was supposed to be a 0 instead of a 1
[07:14:29] <baileyje> ohhhh.. Did I screw up the phases. I forgot to fix itup
[07:14:52] <baileyje> yeah.. f or sure
[07:16:17] <baileyje> still failed.
[07:18:03] <baileyje> I have confirmed the wars are working.
[07:28:20] <Nihility> http://localhost:8080/jsf-example/ArquillianServletRunner
[07:28:25] <Nihility> thats the key right there
[07:34:05] <baileyje> did you find somehting?
[07:35:10] <Nihility> ah yes
[07:35:13] <Nihility> it was the Phase
[07:35:16] <Nihility> that was the problem
[07:35:23] <Nihility> you need to do a clean install
[07:35:26] <Nihility> for it to resolve itself
[07:35:58] <baileyje> That phase made a lot of sense. (why it would break things)
[07:36:08] <baileyje> I will try a clean install
[07:37:53] *** jamezp has quit IRC
[07:39:10] <baileyje> boom.. works.
[07:39:43] <Nihility> BOOYAKASHA
[07:40:49] <baileyje> ok. Updated https://github.com/baileyje/jboss-as/commit/1ca35a0432caec737ec709c83f431f6c0d163b81
[07:41:04] <baileyje> i you want to play with it, you can change the xml DS def to enable it and start the server
[07:41:26] <Nihility> http://www.youtube.com/watch?v=QDkx7ayfdRQ
[07:41:42] <Nihility> thanks ill try that
[07:42:44] <baileyje> You can get the AS up with the DS down because there is no driver. Then copy the driver jar over to the deployment and it will start up
[07:42:50] <baileyje> well the DS will start and bind
[07:43:32] <Nihility> nice!
[07:45:19] <Nihility> thanks man
[07:45:22] <Nihility> this rocks
[07:45:41] <baileyje> I plan to look at it abit more tomorrow to see if there is any cleanup needed.
[07:46:01] <Nihility> cool ill be around in the evening again
[07:46:16] <Nihility> im ready to merge this sucker as soon as you feel comfrotable with it
[07:46:33] <baileyje> It is more ready then the RAR version..
[07:47:30] <baileyje> I had to resist the urge to rewrite a lot of the MangedConnectionFactory parts.
[07:47:46] <baileyje> Didn't have time to redo it all..
[07:48:42] <baileyje> sounds good. Well have a good night. I will talk to you tomorrow.
[07:49:07] <Nihility> you too
[08:06:31] *** bgeorges has joined #jboss-as7
[08:08:47] *** rawbdor has quit IRC
[08:12:54] *** bgeorges has quit IRC
[08:14:26] *** bgeorges has joined #jboss-as7
[08:30:18] *** aslak has joined #jboss-as7
[08:30:18] *** ChanServ sets mode: +v aslak
[09:31:26] *** bgeorges has quit IRC
[09:31:44] *** bgeorges has joined #jboss-as7
[10:24:40] *** jfclere has joined #jboss-as7
[11:08:35] *** _baleyje has joined #jboss-as7
[11:08:35] *** _baleyje has joined #jboss-as7
[11:08:35] *** ChanServ sets mode: +v _baleyje
[11:08:36] *** baileyje has quit IRC
[11:08:36] *** _baleyje is now known as baileyje
[11:10:35] *** asoldano has joined #jboss-as7
[11:10:35] *** ChanServ sets mode: +v asoldano
[11:19:13] *** dimitris_ has joined #jboss-as7
[11:19:14] *** dimitris_ has joined #jboss-as7
[11:19:14] *** ChanServ sets mode: +v dimitris_
[11:30:23] *** maxandersen has joined #jboss-as7
[11:30:23] *** ChanServ sets mode: +v maxandersen
[11:51:49] <asoldano> dimitris_, dmlloyd, Nihility: do you mind if I add a "Update to jboss-module 1.0.0.Beta16" to DOC-16608 ?
[11:52:22] <asoldano> that has fixes for some ws regressions
[11:53:01] <dimitris_> I've no problem with that, but I guess dmlloyd knows more...
[11:54:41] <asoldano> dimitris_, well, I'll send an email to jboss-as7-dev
[11:58:58] *** jfclere has left #jboss-as7
[12:19:04] *** asoldano has quit IRC
[12:31:00] *** maxandersen has quit IRC
[12:56:18] *** dimitris_ has quit IRC
[12:58:46] *** alesj has joined #jboss-as7
[14:40:39] *** maxandersen has joined #jboss-as7
[14:40:40] *** ChanServ sets mode: +v maxandersen
[14:53:22] *** ALR has joined #jboss-as7
[14:53:22] *** ChanServ sets mode: +v ALR
[15:01:08] *** jpearlin has joined #jboss-as7
[15:13:24] *** alesj has left #jboss-as7
[15:25:25] *** bgeorges has quit IRC
[15:33:48] *** jwulf has quit IRC
[15:35:46] *** ccrouch has quit IRC
[15:53:10] *** ALR has quit IRC
[15:54:40] *** maxandersen has quit IRC
[15:57:45] *** smarlow has joined #jboss-as7
[15:57:46] *** ChanServ sets mode: +v smarlow
[16:24:14] <smarlow> I committed the JPA TX support yesterday. I'm going to start diffing my branch against master to lookup for screwups.
[16:25:37] <smarlow> I'm curious if anyone will be against my standalone.conf change, it was missing a second comment to run AS in a debug and suspend=y. I added that, which takes a few keystrokes out of preparing to debug. :-)
[16:27:52] *** dmlloyd has quit IRC
[16:29:27] <smarlow> my branch has arquillian/cdi-testenricher-service but as7 master doesn't
[16:30:31] <smarlow> I have some other ARQ folders, that as7 master doesn't.
[16:34:14] <bstansberry> good morning everyone
[16:39:40] *** AndyTaylor has joined #jboss-as7
[16:39:41] *** ChanServ sets mode: +v AndyTaylor
[16:41:11] <smarlow> hi bstansberry, good morning
[17:02:47] *** smarlow has quit IRC
[17:05:24] *** slaboure has joined #jboss-as7
[17:16:04] *** jamezp has joined #jboss-as7
[17:56:07] *** smarlow has joined #jboss-as7
[17:56:08] *** smarlow has joined #jboss-as7
[17:56:08] *** ChanServ sets mode: +v smarlow
[18:28:14] *** slaboure has quit IRC
[18:38:25] *** jamezp is now known as jamezp_afk
[18:43:33] *** smarlow has quit IRC
[19:23:12] *** jbossbot has joined #jboss-as7
[19:23:13] *** ChanServ sets mode: +v jbossbot
[19:23:55] *** dmlloyd has joined #jboss-as7
[19:23:55] *** ChanServ sets mode: +v dmlloyd
[19:25:39] <dmlloyd> everything cool?
[19:25:57] *** bgeorges has joined #jboss-as7
[19:30:29] *** bgeorges has quit IRC
[19:31:25] *** jamezp has joined #jboss-as7
[19:40:41] <jamezp> Nihility: If you're around. I've created the first version of the Maven deployment plugin. https://github.com/jamezp/jboss-as-deploy-plugin
[19:46:17] *** dimitris_ has joined #jboss-as7
[19:46:17] *** dimitris_ has joined #jboss-as7
[19:46:17] *** ChanServ sets mode: +v dimitris_
[20:15:33] *** pferraro has joined #jboss-as7
[20:15:34] *** ChanServ sets mode: +v pferraro
[20:18:06] <jbossbot> git [jboss-as] push master 81622a8.. jaikiran Refactored package hierarchy
[20:18:06] <jbossbot> git [jboss-as] push master 7050f25.. jaikiran Initial implementation of @Singleton
[20:18:06] <jbossbot> git [jboss-as] push master 80493ff.. jaikiran Reverted the package hierarchy refactoring
[20:18:06] <jbossbot> git [jboss-as] push master 696fdf2.. jaikiran Destroy the singleton component instance on component's stop
[20:18:07] <jbossbot> git [jboss-as] push master 6a5f352.. jaikiran Add support for @Startup singleton beans and added included a smoke-test for the same
[20:18:07] <jbossbot> git [jboss-as] push master URL: http://github.com/jbossas/jboss-as/compare/963dfa3...6a5f352
[20:30:04] *** kkhan has joined #jboss-as7
[20:30:04] *** ChanServ sets mode: +v kkhan
[20:56:04] <baileyje> yo...
[21:08:27] *** pferraro has quit IRC
[21:08:46] *** pferraro has joined #jboss-as7
[21:08:46] *** ChanServ sets mode: +v pferraro
[21:12:04] *** jamezp has quit IRC
[21:34:22] *** jamezp has joined #jboss-as7
[21:34:26] <Nihility> jamezp: Hi
[21:34:38] <Nihility> jamezp: Great i will check it out
[21:34:54] <jamezp> Perfect. Thanks!
[21:37:01] *** jamezp has quit IRC
[21:37:36] *** jamezp has joined #jboss-as7
[21:38:23] <jamezp> The only issue I've found so far is when trying to undeploy an application if the name attribute was used.
[21:39:44] <Nihility> do you think is a bug with the plan API, or is it with the way your plugin works
[21:40:04] <jamezp> Not sure yet. I get back an odd error message.
[21:40:17] <jamezp> Let me double check what is was, something about an invalid character.
[21:40:26] <jamezp> Deploy and redploy work fine.
[21:43:06] <Nihility> jpearlin: your upload branch has multiple interleaved merge commits, tonight Im going to try ton unwind it.
[21:43:36] *** Darran_L has joined #jboss-as7
[21:43:47] <Nihility> other than that the change looked fine
[21:46:36] <Nihility> jpearlin, jamezp btw just so you know both of you will be included in the authors file of the upcoming release
[21:47:03] <jamezp> Nihility: This is the message from the I get from the Exception.getMessage()
[21:47:04] <jamezp> "java.io.InvalidObjectException: Invalid type character '`'"
[21:47:10] <jamezp> Awesome! Thanks!
[21:47:54] *** Darran_L has quit IRC
[21:48:23] <jamezp> The message from my terminal is http://pastebin.com/sL1Cn2uP
[21:49:29] <jamezp> Hmmm… …I'm not sure the deploy is working properly either with the name attribute. Maybe I'm misusing it.
[21:49:50] <jamezp> The log says it was deployed, but I get a 404 on the context.
[21:52:23] <Nihility> Does it show up in the management tree if you go to http://localhost:9990/domain-api?recursive
[21:53:18] <jamezp> Yes, it's the last entry.
[22:02:25] *** maxandersen has joined #jboss-as7
[22:02:25] *** ChanServ sets mode: +v maxandersen
[22:05:30] *** irooskov has joined #jboss-as7
[22:09:38] *** maxandersen has left #jboss-as7
[22:13:02] <jpearlin> Nihility: cool...did you get a chance to look at the latest patch I pushed up last ngiht?
[22:16:21] <jpearlin> Nihility: just saw your other comment...yeah...I tried to undo it...it might just be easier for me to re-do my changes in a clean checkout, since there have been so many other changes going in lately
[22:17:23] <Nihility> jpearlin: Yeah its probably less work to do an old fashioned file diff in this case
[22:17:34] <Nihility> Will take a look this evening
[22:17:37] *** pferraro has left #jboss-as7
[22:27:15] *** kkhan has quit IRC
[22:29:49] *** kkhan has joined #jboss-as7
[22:29:50] *** ChanServ sets mode: +v kkhan
[22:43:10] *** kkhan has quit IRC
[22:51:36] *** miclorb_ has joined #jboss-as7
[23:04:05] <jpearlin> Nihility: I'll see if I can create a new branch with only those changes to make your life easier
[23:05:14] *** dimitris_ has quit IRC
[23:57:26] <baileyje> Nihility: There?
[23:57:44] <jpearlin> Nihility: https://github.com/jdpgrailsdev/jboss-as/commit/41cdc39eeb05d4f4908246e1a300cdc151da78f4
[23:57:45] <jbossbot> git [jboss-as] 41cdc39.. Jonathan Pearlin Added support to HTTP server to handle deployment upload request....
[23:57:57] <jpearlin> that should be it all condensed into one patch without any of the merging fun
[23:58:00] <jpearlin> let me know if you have issues
top

   March 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 | >