December 22, 2010  
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:03:01] 
[00:06:51] <maxandersen> lincolnthree:  made any thoughts on where we should read dtabase connection info from in forge ? (and how we load/define what jdbc driver jars to use?)
[00:07:42] <jbossbot> git [forge] push master 3c23a7b.. Mike Brock git plugin
[00:07:42] <jbossbot> git [forge] push master f85e5f2.. Lincoln Baxter, III Merge branch 'master' of git://github.com/mikebrock/seam-forge
[00:07:43] <jbossbot> git [forge] push master e7810d5.. Mike Brock fix
[00:07:43] <jbossbot> git [forge] push master 6185506.. Lincoln Baxter, III Added baseFacet, renamed forge.spec facets for consistency
[00:07:43] <jbossbot> git [forge] push master a73350c.. Lincoln Baxter, III Merge branch 'master' of git://github.com/mikebrock/seam-forge
[00:07:43] <jbossbot> git [forge] push master URL: http://github.com/seam/forge/compare/c6f879a...a73350c
[00:08:07] <lincolnthree> JDBC drivers will likely need to be on the classpath
[00:08:16] <lincolnthree> i haven't put any thought into it since our discussion, sorry
[00:09:00] <mojavelinux> well, I can't figure this out
[00:09:05] <mojavelinux> and I'm done f*ing with it
[00:09:18] <lincolnthree> :(
[00:09:24] <mojavelinux> if anyone can figure out how to get the jboss-logging-tool to do something other than just look at me with a blank stare
[00:09:27] <mojavelinux> then awesome
[00:09:31] <lincolnthree> maybe if you asked dmlloyd ?
[00:09:34] <mojavelinux> otherwise, we are sticking with dynamic proxies for jboss-logging
[00:09:35] <lincolnthree> he may know
[00:09:39] <mojavelinux> I'm sick of fucking with this thing
[00:10:39] <lightguard_jp> mojavelinux: ouch
[00:13:47] *** tsurdilo has quit IRC
[00:14:02] *** tsurdilo has joined #seam-dev
[00:14:38] <jbossbot> git [solder] push master 1e39919.. Dan Allen jboss-logging-tool config (not working)
[00:14:38] <jbossbot> git [solder] push master URL: http://github.com/seam/solder/compare/eb924c8...1e39919
[00:15:00] <mojavelinux> I pinged dmlloyd
[00:15:04] <mojavelinux> haven't heard back yet
[00:15:18] <mojavelinux> I've committed the configuration so other people can have a shot at it
[00:15:51] <lightguard_jp> How in the world can I have one object (it's a Proxy, BTW), put it in a Vector, pull it out of the Vector and not have them be equal??
[00:15:56] <mojavelinux> I did try setting the target and source on the compiler plugin to 1.6, but that didn't do anything
[00:16:10] <mojavelinux> probably because it's a proxy
[00:16:23] <mojavelinux> perhaps it's messing with it some how
[00:18:27] <lightguard_jp> It's delegating to the delegate for the equals method
[00:18:40] <lightguard_jp> Gotta look at the delegate code and see if it's returning false or not always
[00:20:08] <lightguard_jp> Okay, looks like it's using the Object equals
[00:20:15] <lightguard_jp> But it's the same object!!!
[00:20:19] <lightguard_jp> Grr
[00:20:57] <lightguard_jp> Ahh
[00:21:01] <lightguard_jp> Which it isn't
[00:21:04] <lightguard_jp> Wow
[00:21:12] <lightguard_jp> Okay, got it
[00:21:14] <lightguard_jp> sheesh
[00:21:21] <lightguard_jp> You were right Dan
[00:22:18] *** cbrock has quit IRC
[00:32:26] *** tsurdilo1 has joined #seam-dev
[00:32:26] *** tsurdilo has quit IRC
[00:34:11] <jbossbot> git [forge] push master 1637fdd.. Lincoln Baxter, III fixed bug in ConstraintEnforcer that was causing things to be ignored even when a current project was available
[00:34:11] <jbossbot> git [forge] push master URL: http://github.com/seam/forge/compare/a73350c...1637fdd
[00:41:25] *** bleathem has joined #seam-dev
[00:47:13] <mojavelinux> holy crap, I got it to work
[00:47:15] <mojavelinux> it's a miracle
[00:47:31] <lightguard_jp> Buy it some flowers and take it to dinner?
[00:47:31] <mojavelinux> turns out, the annotations pete was using in solder were not the ones the tool was looking for
[00:47:41] <lightguard_jp> It didn't like your forceful advances before?
[00:47:48] <mojavelinux> of course, all the debug information from the tool is swallowed by maven
[00:47:50] <mojavelinux> so you wouldn't know it
[00:47:51] <lightguard_jp> lol, awesome
[00:48:03] <lightguard_jp> #fail all over
[00:48:05] <mojavelinux> and when you get an error in an annotation processor, it's reported as a compile error
[00:48:11] <mojavelinux> so you have no idea what is giving you that error
[00:48:12] <mojavelinux> hahaha
[00:48:16] <mojavelinux> it's super fail
[00:50:13] <lightguard_jp> Is it not that bad then, once you get it to work?
[00:53:28] <mojavelinux> what I've learned is that how good it performs is up to the person who wrote the processor
[00:53:45] <mojavelinux> basically, if the processor puts the files in the wrong place, you are in major trouble
[00:53:51] <mojavelinux> but if it puts it in the write place, you're okay
[00:54:27] <mojavelinux> so since james considered maven the primary use case
[00:54:32] <mojavelinux> he made sure it did it right
[01:06:37] <mojavelinux> okay, I think I know what I need to do now
[01:06:54] <mojavelinux> wow, some serious voodoo magic in this tool
[01:07:30] <mojavelinux> well, not so much that it's performing voodoo magic, just that you would have to read the code to know what exactly it's looking for
[01:07:32] <mojavelinux> now I get it
[01:09:43] *** lightguard_jp has quit IRC
[01:17:27] *** maxandersen has quit IRC
[01:41:03] *** tsurdilo1 has quit IRC
[01:41:15] *** tsurdilo1 has joined #seam-dev
[01:45:05] *** tsurdilo1 has quit IRC
[01:45:20] *** tsurdilo has joined #seam-dev
[02:00:30] *** tsurdilo has quit IRC
[02:00:40] *** tsurdilo has joined #seam-dev
[02:15:47] *** tsurdilo1 has joined #seam-dev
[02:15:47] *** tsurdilo has quit IRC
[02:21:15] *** tsurdilo1 has quit IRC
[02:21:32] *** tsurdilo has joined #seam-dev
[03:10:05] *** tsurdilo has quit IRC
[03:10:19] *** tsurdilo has joined #seam-dev
[03:25:15] *** clerum has quit IRC
[03:55:51] *** tsurdilo has quit IRC
[03:55:59] *** tsurdilo has joined #seam-dev
[03:58:25] <jbossbot> git [solder] push master cb5fd6e.. Dan Allen SOLDER-49 generate concrete type-safe logger...
[03:58:27] <jbossbot> jira [SOLDER-49] Unsatisfied dependencies for type-safe logger [Open, Blocker, Unassigned] https://issues.jboss.org/browse/SOLDER-49
[03:58:27] <jbossbot> git [solder] push master URL: http://github.com/seam/solder/compare/1e39919...cb5fd6e
[04:04:35] *** clerum has joined #seam-dev
[04:08:06] <jbossbot> git [solder] push master 3cf479b.. Dan Allen cleanup pom
[04:08:06] <jbossbot> git [solder] push master URL: http://github.com/seam/solder/compare/cb5fd6e...3cf479b
[04:13:00] *** tsurdilo has quit IRC
[04:13:04] *** tsurdilo1 has joined #seam-dev
[04:16:18] <jbossbot> git [solder] push master e128170.. Dan Allen SOLDER-60 rename servicehandler package
[04:16:18] <jbossbot> jira [SOLDER-60] servicehandler package should be serviceHandler for consistency [Open, Major, Unassigned] https://issues.jboss.org/browse/SOLDER-60
[04:16:19] <jbossbot> git [solder] push master URL: http://github.com/seam/solder/compare/3cf479b...e128170
[04:38:25] *** tsurdilo1 has quit IRC
[04:38:29] *** tsurdilo has joined #seam-dev
[04:43:56] *** tsurdilo has quit IRC
[04:45:29] *** tsurdilo has joined #seam-dev
[04:47:20] *** tsurdilo has quit IRC
[04:57:04] *** tsurdilo has joined #seam-dev
[05:37:47] *** tsurdilo1 has joined #seam-dev
[05:39:15] *** tsurdilo has quit IRC
[06:02:24] *** tsurdilo has joined #seam-dev
[06:02:24] *** tsurdilo1 has quit IRC
[06:12:11] *** tsurdilo1 has joined #seam-dev
[06:14:40] *** tsurdilo has quit IRC
[06:18:31] *** tsurdilo2 has joined #seam-dev
[06:20:51] *** tsurdilo1 has quit IRC
[06:33:42] *** tsurdilo1 has joined #seam-dev
[06:37:46] *** tsurdilo2 has quit IRC
[06:52:34] *** tsurdilo2 has joined #seam-dev
[06:56:08] *** tsurdilo1 has quit IRC
[06:57:34] <jbossbot> git [servlet] push master eee9dfa.. Dan Allen switch to Seam Solder...
[06:57:34] <jbossbot> git [servlet] push master c72011d.. Dan Allen add solder dependency
[06:57:35] <jbossbot> git [servlet] push master URL: http://github.com/seam/servlet/compare/c72a4f9...c72011d
[06:59:10] *** tsurdilo1 has joined #seam-dev
[07:00:58] *** tsurdilo2 has quit IRC
[07:01:59] <jbossbot> git [servlet] push master d7a638d.. Dan Allen update docs for switch to Seam Solder
[07:02:00] <jbossbot> git [servlet] push master URL: http://github.com/seam/servlet/compare/c72011d...d7a638d
[07:02:30] <lincolnthree> i see mojavelinux. I'm not the last person awake!
[07:02:34] <lincolnthree> and still working
[07:02:42] <lincolnthree> going to bed though :)
[07:03:30] <mojavelinux> yep, i'm trying to get this dang release out...uh, test failures
[07:03:37] <mojavelinux> but all passing  now ;)
[07:03:58] <lincolnthree> i just refactored a 450 line spaghetti class
[07:04:02] <lincolnthree> it took a long time
[07:04:06] <lincolnthree> it's still not working right
[07:04:08] <lincolnthree> but closer
[07:04:20] <lincolnthree> plugins and commands tab-complete, not options or values though
[07:05:22] *** tsurdilo1 has quit IRC
[07:12:10] * lincolnthree falls asleep
[07:12:23] *** lincolnthree has left #seam-dev
[07:13:46] *** stuartdouglas has joined #seam-dev
[07:23:45] *** stuartdouglas has quit IRC
[07:28:45] *** clerum has quit IRC
[07:34:22] *** stuartdouglas has joined #seam-dev
[08:16:05] <jbossbot> git [servlet] push master 090b693.. Dan Allen SEAMSERVLET-15 Enum and basic temporal support
[08:16:07] <jbossbot> jira [SEAMSERVLET-15] conversions for Date, Time, Calendar and Enum in HTTP state producers [Open, Major, Unassigned] https://issues.jboss.org/browse/SEAMSERVLET-15
[08:16:07] <jbossbot> git [servlet] push master URL: http://github.com/seam/servlet/compare/d7a638d...090b693
[08:44:26] *** mbg has quit IRC
[08:54:11] *** lightguard_jp has joined #seam-dev
[09:00:05] *** oskutka has joined #seam-dev
[09:00:49] *** oskutka has quit IRC
[09:02:16] <jbossbot> git [js-remoting] push master e00691c.. Shane Bryzak remove weld-extensions dependency, update documentation for bean validation, clean up
[09:02:17] <jbossbot> git [js-remoting] push master URL: http://github.com/seam/js-remoting/compare/4a4a3cc...e00691c
[09:09:57] <jbossbot> git [servlet] push master f1ae435.. Dan Allen cleanups...
[09:09:57] <jbossbot> git [servlet] push master URL: http://github.com/seam/servlet/compare/090b693...f1ae435
[09:14:46] <lightguard_jp> mojavelinux: working late again huh?
[09:15:03] <sbryzak> i don't think Dan sleeps
[09:15:16] <sbryzak> he was probably bitten by a vampire recently
[09:15:16] <lightguard_jp> I'm pretty sure he doesn't
[09:15:29] <lightguard_jp> I was thinking he was an android, but vampire works too
[09:16:16] <mojavelinux> the vampire is now driving the ship
[09:16:33] <lightguard_jp> sbryzak: I doubt we'll be having a meeting this week (maybe, though) and possibly next week due to the holidays, but were you thinking of changing the time so you don't have to stay up so late?
[09:16:41] <mojavelinux> if you want to know a million secrets about what works on jboss as and what doesn't, I could probably keep you entertained
[09:16:54] <mojavelinux> wow, it's been quite a parade figuring out all these dang api and impl changes
[09:17:05] <lightguard_jp> I'm sure
[09:17:15] <lightguard_jp> Must add tests to opentck ;)
[09:17:23] <sbryzak> lightguard_jp: i actually have another meeting this week at our usual meeting time, but i agree it's too close to christmas to have a meeting this week
[09:17:35] * Nik notices that the vampire is coming far north for JFocus this year
[09:18:30] <sbryzak> and changing the meeting time might be possible.. that would allow me to attend without having to prop open my eyes with toothpicks
[09:19:11] <sbryzak> mojavelinux: did you receive my last e-mail?
[09:19:13] <lightguard_jp> I think Dan was suggesting 1200 UTC (that right Dan) for a new meeting time, that would allow pretty much the whole team to be here at regular waking hours :)
[09:19:25] <mojavelinux> the biggest heads up is this inverted parameters on ProcessProducerMethod and ProcessProducer
[09:19:37] <sbryzak> 1200 UTC i think is 10pm my time
[09:19:49] <Nik> europeans are out of luck when scheduling meetings now that Pete went off to write on that big HashMap ;-)
[09:19:50] <sbryzak> that would be nice
[09:20:02] <mojavelinux> basically, seam-servlet 3.0.0.Alpha2 works on CR1 but not on snapshot...it outright just breaks the extensions
[09:20:12] <sbryzak> Nik: please, it's a big *distributed* HashMap
[09:20:20] <mojavelinux> so, see what I did in ServletExtension and LoggerExtension to accomodate both variants
[09:20:28] <lightguard_jp> lol
[09:20:38] <Nik> *laggy* HashMap ;-)
[09:20:41] <mojavelinux> hahah
[09:21:24] <sbryzak> mojavelinux: are you talking JBoss AS here?
[09:21:25] <Nik> "Is your HashMap too fast? Now you can slow it down by splitting it up!"
[09:21:30] <mojavelinux> let's see, why does a release take so long...hmm, maybe because Maven feels the need to build the project 10 times
[09:21:37] <lightguard_jp> Wait, I think I had the time wrong 2000 UTC was what mojavelinux was suggesting
[09:22:03] <mojavelinux> i just love that it builds the PDF every single time you build the documentation
[09:22:09] <sbryzak> 2000 UTC.. hmm isn't that 6am??
[09:22:23] <sbryzak> that's worse than 12pm
[09:22:23] <lightguard_jp> Bah, I don't remember which time he said
[09:22:34] <mojavelinux> I was suggesting night time in EST
[09:22:41] <mojavelinux> morning in AU
[09:22:47] <lightguard_jp> sbryzak: I thought it was about 8 AM your time
[09:22:51] <mojavelinux> and afternoon in west
[09:22:59] <sbryzak> I'm +10 GMT here
[09:23:35] <lightguard_jp> 2000 UTC would be correct then
[09:23:37] <mojavelinux> yep, I just add 3 to my time
[09:23:40] <mojavelinux> and flip the AM/PM
[09:23:40] <Nik> http://www.worldtimezone.com/time/wtzplanner.php
[09:23:41] <mojavelinux> :)
[09:23:43] <lightguard_jp> That would be 0800 your time
[09:23:47] <jbossbot> git [servlet] push master e27906e.. Dan Allen [maven-release-plugin] prepare release 3.0.0.Alpha3
[09:23:47] <jbossbot> git [servlet] push master URL: http://github.com/seam/servlet/compare/f1ae435...e27906e
[09:23:48] <jbossbot> git [servlet] push master f3d97e2.. Dan Allen [maven-release-plugin] prepare for next development iteration
[09:23:48] <jbossbot> git [servlet] push master URL: http://github.com/seam/servlet/compare/e27906e...f3d97e2
[09:24:55] <mojavelinux> I'm praying that this dang thing works ;) but I did test it with a simple example war I have and it seemed to work just great
[09:25:22] <mojavelinux> of course, couldn't test the catch integration
[09:25:37] <mojavelinux> because that requires that catch be moved to solder, but we can't do that until servlet is moved to solder ;) hahah
[09:25:46] <mojavelinux> one step at a time
[09:26:10] <mojavelinux> actually, it's more of a circular dependency with my time
[09:26:14] <mojavelinux> catch doesn't need servlet
[09:26:17] <mojavelinux> servlet needs me
[09:26:30] <mojavelinux> and I can't work on catch until servlet is out, because the other modules need servlet
[09:26:31] <mojavelinux> hehehe
[09:26:47] <mojavelinux> so happy day, it's almost ready
[09:26:50] <sbryzak> mojavelinux: i empathize
[09:26:54] <lightguard_jp> I can get catch done tomorrow or Thursday
[09:27:10] <sbryzak> moving seam along is a lot harder now that it's a many-legged beast
[09:27:32] <lightguard_jp> It's harder to coordinate, but it can move along faster
[09:27:38] <mojavelinux> true, those this is just the hardest situation of all,when the foundation module changes
[09:27:40] <lightguard_jp> Well, pieces of it
[09:27:53] <Nik> instead of a giant ball of spaghetti there is now many portions of spaghetti that hang together
[09:27:56] <mojavelinux> I think once we have the stable APIs we will parallelize nicely
[09:28:03] <sbryzak> lightguard_jp: the tricky thing is the inter-dependencies
[09:28:08] <mojavelinux> of course, if cdi would just stop changing
[09:28:10] <mojavelinux> that would be a nice start
[09:28:51] <mojavelinux> deploying an app to JBoss AS 6 is sort of like a carnival game
[09:28:56] <mojavelinux> you just don't know what you are going to get
[09:29:00] <lightguard_jp> sbryzak: Where do we have people in the team? Eastern US time, Pacific US time, Mountain US time, Melbourne (is that close to you?), and some in Europe (though I don't know where)
[09:29:01] <mojavelinux> or is that a box of chocolates?
[09:29:14] <mojavelinux> we seem to now skip the UK
[09:29:15] <lightguard_jp> was waiting for that
[09:29:15] <sbryzak> mojavelinux: has persistence been updated with the combined jar build?
[09:29:21] <mojavelinux> so we have a gap of time that we can abuse
[09:29:25] <mojavelinux> yep
[09:29:50] <sbryzak> lightguard_jp: US & Australia mainly now
[09:29:58] <sbryzak> QA team is in Brno
[09:30:09] <mojavelinux> the only thing persistence is lacking at the moment is that tests don't work on JBoss AS snapshot...but I'm not sure whether that is a problem with the snapshot or persistence
[09:30:49] <sbryzak> i'm running CR1 anyway
[09:30:55] <lightguard_jp> sbryzak: Yeah so 2000 UTC, or around there is probably best
[09:30:59] <sbryzak> as long as it passes there, i'm happy
[09:32:07] <sbryzak> lightguard_jp: want to put an example time into http://timeanddate.com/worldclock/fixedform.html ?
[09:33:27] <lightguard_jp> We need US PST, US EST and which city in Australia?
[09:33:59] <sbryzak> 2000 UTC is 6am in brisbane - http://timeanddate.com/worldclock/converted.html?day=22&month=12&year=2010&hour=20&min=0&sec=0&p1=0&p2=47
[09:34:42] <lightguard_jp> Okay, you're in brisbane then? We need to go a little later then :)
[09:36:11] <sbryzak> mojavelinux: i'm getting failure for Jetty with Hibernate tests
[09:37:07] <lightguard_jp> http://timeanddate.com/worldclock/fixedtime.html?month=12&day=22&year=2010&hour=23&min=0&sec=0&p1=0
[09:37:21] <mojavelinux> hmmm, crap...unfortunately I would be useless for starting a debugging session atm...but I can offer some tips from when I was running them last night
[09:37:30] <mojavelinux> make sure it's pulling in weld 1.1.0.Beta1
[09:37:40] <mojavelinux> and cdi 1.0-SP2
[09:38:07] <sbryzak> this is in the report:
[09:38:08] <sbryzak> Caused by: java.lang.IllegalStateException: Error launching test at http://localhost:9090/test/ArquillianServletRunner?outputMode=serializedObject&className=org.jboss.seam.persistence.hibernate.test.ManagedHibernateSessionELTest&methodName=testELInInquery. Got 503 (Service Unavailable)
[09:38:13] <sbryzak> not very descriptive
[09:38:44] <sbryzak> versions for weld and cdi are correct in the pom
[09:38:59] <sbryzak> were the tests all passing for you in JBoss AS CR1?
[09:40:13] *** kpiwko has joined #seam-dev
[09:40:36] <mojavelinux> I'm pretty sure...but I'm a little fuzzy at the moment I was working on so many combinations
[09:40:43] <mojavelinux> are you running that from maven?
[09:40:48] <mojavelinux> or from the ide?
[09:40:53] <sbryzak> yes just a mvn clean install
[09:41:30] <sbryzak> oh wait
[09:41:36] <sbryzak> there's a better error on the console
[09:41:45] <sbryzak> java.lang.IllegalStateException: Both Weld Extensions and Seam Solder libraries detected on the classpath. If you're migrating to Seam Solder, please remove Weld Extensions from the deployment.
[09:41:49] <sbryzak> ;)
[09:42:41] <mojavelinux> hmm, just passed for me
[09:42:48] <mojavelinux> aha!
[09:42:48] <mojavelinux> :)
[09:43:32] <mojavelinux> hmm, I wonder if by chance you have something in your maven repository that it's pulling in because you have a snapshot somewhere
[09:43:45] <mojavelinux> ahhhh
[09:43:48] <mojavelinux> seam-config version
[09:43:53] <mojavelinux> the persistence module is dependent on it
[09:43:55] <sbryzak> i'm just running dependency:tree to find out where it's coming from
[09:43:55] *** stuartdouglas_ has joined #seam-dev
[09:43:57] *** stuartdouglas has quit IRC
[09:43:57] *** stuartdouglas_ is now known as stuartdouglas
[09:44:01] <mojavelinux> guess we need to release that
[09:44:09] <sbryzak> ah, yeah that would be it
[09:44:11] <mojavelinux> I'd say, just go an release config right now
[09:44:18] <mojavelinux> because it's definitely ready to go
[09:44:37] <sbryzak> confirmed, it's from seam-config-xml
[09:44:38] <mojavelinux> either that, or just build config w/ the next tag locally
[09:44:41] <sbryzak> want me to release that?
[09:44:41] <mojavelinux> update persistence to that
[09:44:46] <mojavelinux> by the time they land they will be aligned
[09:44:59] <mojavelinux> yep, I'd just go for it
[09:45:06] <sbryzak> no problem, i'm on it
[09:45:07] <mojavelinux> plus, stuart is here ;)
[09:45:18] <sbryzak> yeah, i can annoy him if there's any problems
[09:45:25] <mojavelinux> though honestly, I'm quite confident xml config is all set
[09:45:39] <mojavelinux> I've been editing poms for about 48 hours
[09:45:50] <mojavelinux> I think my ears are starting to turn into <  >
[09:46:14] <sbryzak> you'll need to drink some more blood soon
[09:46:30] <mojavelinux> mmmmmm
[09:47:30] <mojavelinux> servlet is now in the wild
[09:47:39] <sbryzak> afk while building config module
[09:47:50] <sbryzak> ...and back again, it was successful
[09:51:10] <sbryzak> mojavelinux: we renamed the config module to seam-config-xml ?
[09:51:26] <mojavelinux> yes, the module name is now officially Seam Config
[09:51:33] <mojavelinux> with a root org.jboss.seam.config:seam-config-parent
[09:51:39] <mojavelinux> and now, our "configuration options" are providers
[09:51:39] <sbryzak> so the next release i'm guessing should be .Beta2
[09:51:42] <mojavelinux> so we have xml to start
[09:51:51] <mojavelinux> and hopefully java config and a DSL later on ;)
[09:51:57] <mojavelinux> yep
[09:52:01] <sbryzak> no problem
[09:54:05] <mojavelinux> btw, the javadoc now has links to all the Java EE 6 api classes :)
[09:56:16] <sbryzak> oh very nice, how did you do that?
[09:57:27] <jbossbot> git [servlet] push master bfd016c.. Dan Allen add combined JAR to dist...
[09:57:27] <jbossbot> git [servlet] push master URL: http://github.com/seam/servlet/compare/f3d97e2...bfd016c
[09:57:32] <mojavelinux> seam-parent
[09:57:40] <mojavelinux> config'ed up the javadoc plugin
[09:57:42] <mojavelinux> killer
[09:57:46] <sbryzak> very cool
[09:57:54] <Nik> BTW, why the beta1->CR1 cycle for the org.jboss.spec:jboss-javaee-6.0? The APIs are fixed, right?
[09:57:56] <lightguard_jp> Now we just need it styled :)
[09:57:56] <mojavelinux> i'd love to know why maven doesn't replace project.version in the book_info.xml and the readme.txt
[09:58:00] *** emmanuel has joined #seam-dev
[09:58:11] <mojavelinux> I have to replace that manually before building the zip and docs from the tag when I am uploading
[09:58:18] <mojavelinux> annoying, I should make a jira for that
[09:58:43] <mojavelinux> yeah, we need to slap the seam styles on there
[09:58:46] <sbryzak> i'll be spending some time with the docs team before we go final, to polish up all our documentation
[09:58:51] <sbryzak> thankfully they're all local to me
[09:59:02] <mojavelinux> http://docs.jboss.org/seam/3/servlet/3.0.0.Alpha3/api/
[09:59:07] <mojavelinux> I need package-info.java files
[09:59:23] <mojavelinux> oh, excellent...yes, because we need that publican build thing in there too
[10:00:00] <mojavelinux> okay, I think I'm out of the critical path now...I'm going to go faint
[10:00:23] <mojavelinux> lightguard_jp: upgrading catch will be no problem at all...you should actually have plenty to reference now, I'll catch up with you tomorrow and we'll get it knocked out
[10:00:46] <lightguard_jp> Sweet
[10:00:50] <lightguard_jp> I'm off to bed too.
[10:01:02] <lightguard_jp> I wipped that 3rd party monitoring solution into place
[10:02:23] <mojavelinux> hehehe, alright guys...keep the torch burning! later!
[10:02:30] <jbossbot> git [config] push master b636358.. Shane Bryzak [maven-release-plugin] prepare release 3.0.0.Beta2
[10:02:30] <jbossbot> git [config] push master URL: http://github.com/seam/config/compare/2844d17...b636358
[10:02:39] <sbryzak> g'night Dan, try not to dream of maven
[10:02:40] *** mojavelinux has quit IRC
[10:02:44] <jbossbot> git [config] push master 784cf70.. Shane Bryzak [maven-release-plugin] prepare for next development iteration
[10:02:44] <jbossbot> git [config] push master URL: http://github.com/seam/config/compare/b636358...784cf70
[10:04:01] <lightguard_jp> I'm off to bed as well, later all
[10:04:14] <sbryzak> night Jason
[10:04:20] *** lightguard_jp has quit IRC
[10:06:37] *** jharting has joined #seam-dev
[10:13:50] *** aslak has joined #seam-dev
[10:35:29] <jbossbot> git [dist] push master e53b084.. Shane Bryzak updated seam-config version
[10:35:29] <jbossbot> git [dist] push master URL: http://github.com/seam/dist/compare/e5be1de...e53b084
[11:01:40] *** daniel__ has quit IRC
[11:28:35] <jbossbot> git [persistence] push master 7c81633.. Shane Bryzak updated seam-config version
[11:28:36] <jbossbot> git [persistence] push master URL: http://github.com/seam/persistence/compare/ab21ba3...7c81633
[11:32:08] *** daniel has joined #seam-dev
[11:53:09] *** antoine_sd has joined #seam-dev
[12:00:22] <jbossbot> git [persistence] push master c64090c.. Shane Bryzak [maven-release-plugin] prepare release 3.0.0.Beta2
[12:00:22] <jbossbot> git [persistence] push master URL: http://github.com/seam/persistence/compare/7c81633...c64090c
[12:00:38] <jbossbot> git [persistence] push master 323d8e3.. Shane Bryzak [maven-release-plugin] prepare for next development iteration
[12:00:38] <jbossbot> git [persistence] push master URL: http://github.com/seam/persistence/compare/c64090c...323d8e3
[12:02:17] *** marekn has joined #seam-dev
[12:08:05] *** emmanuel has quit IRC
[12:25:13] *** epbernard has joined #seam-dev
[12:25:13] *** epbernard is now known as emmanuel
[12:28:19] *** antoine_sd_ has joined #seam-dev
[12:31:43] *** antoine_sd has quit IRC
[12:31:43] *** antoine_sd_ is now known as antoine_sd
[12:47:33] *** antoine_sd_ has joined #seam-dev
[12:49:36] *** antoine_sd has quit IRC
[12:49:37] *** antoine_sd_ is now known as antoine_sd
[13:09:07] <jbossbot> git [js-remoting] push master 11e9d59.. Shane Bryzak updated dependency versions
[13:09:07] <jbossbot> git [js-remoting] push master URL: http://github.com/seam/js-remoting/compare/e00691c...11e9d59
[13:16:05] <jbossbot> git [dist] push master 157f41c.. Shane Bryzak updated seam-persistence version
[13:16:05] <jbossbot> git [dist] push master 06e9f55.. Shane Bryzak fix remoting artifact id, version
[13:16:05] <jbossbot> git [dist] push master URL: http://github.com/seam/dist/compare/e53b084...06e9f55
[13:18:59] <jbossbot> git [rest] push master dcbded9.. Jozef Hartinger SEAMREST-8...
[13:19:00] <jbossbot> jira [SEAMREST-8] Create a JAX-RS bridge [Resolved, Major, Jozef Hartinger] https://issues.jboss.org/browse/SEAMREST-8
[13:19:00] <jbossbot> git [rest] push master b6a95e0.. Jozef Hartinger updated docs
[13:19:00] <jbossbot> git [rest] push master 69a4da4.. Jozef Hartinger SEAMREST-10 migrate to Seam Solder
[13:19:01] <jbossbot> jira [SEAMREST-10] Migrate to Seam Solder [Coding In Progress, Blocker, Jozef Hartinger] https://issues.jboss.org/browse/SEAMREST-10
[13:19:01] <jbossbot> git [rest] push master 55f34f4.. Jozef Hartinger minor
[13:19:01] <jbossbot> git [rest] push master URL: http://github.com/seam/rest/compare/06bdb15...55f34f4
[13:25:37] *** stuartdouglas has quit IRC
[13:37:25] <jbossbot> git [js-remoting] push master e1dbf74.. Shane Bryzak updated to use seam solder, fixed broken dependencies
[13:37:25] <jbossbot> git [js-remoting] push master URL: http://github.com/seam/js-remoting/compare/11e9d59...e1dbf74
[13:46:30] *** emmanuel has quit IRC
[13:56:40] *** maxandersen has joined #seam-dev
[14:14:40] *** maxandersen has quit IRC
[14:24:46] *** maxandersen has joined #seam-dev
[14:39:10] *** marekn has left #seam-dev
[14:50:08] *** antoine_sd has left #seam-dev
[15:04:56] *** jharting has quit IRC
[15:13:35] *** pmuir has joined #seam-dev
[15:24:01] *** tsurdilo has joined #seam-dev
[15:35:30] *** jharting has joined #seam-dev
[15:51:40] *** mbg has joined #seam-dev
[15:51:41] *** mbg has quit IRC
[15:51:41] *** mbg has joined #seam-dev
[15:53:27] *** clerum has joined #seam-dev
[16:05:11] *** maxandersen has quit IRC
[16:06:15] <jbossbot> git [rest] push master b5a0439.. Jozef Hartinger SEAMREST-11 combined artifact
[16:06:16] <jbossbot> jira [SEAMREST-11] Provide combined artifact (api+impl) [Open, Major, Jozef Hartinger] https://issues.jboss.org/browse/SEAMREST-11
[16:06:16] <jbossbot> git [rest] push master URL: http://github.com/seam/rest/compare/55f34f4...b5a0439
[16:26:11] *** lightguard_jp has joined #seam-dev
[16:28:32] <jharting> lightguard_jp: ping
[16:28:49] <lightguard_jp> jharting: hey
[16:29:16] <jharting> lightguard_jp: hey Jason, planning on releasing catch with solder dependency soon?
[16:29:47] <jharting> lightguard_jp: I'm kind of stuck trying to release seam-rest since I depend on catch
[16:29:51] <lightguard_jp> Yeah, should be able to get to it tonight or tomorrow.
[16:29:58] <jharting> lightguard_jp: I can help migrating the code
[16:30:06] <lightguard_jp> :( sorry I'm holding you up.
[16:30:17] <lightguard_jp> Probably just changing the poms and the imports is my guess
[16:31:07] <lightguard_jp> These past couple of weeks I got slammed with production issues at work, and had family stuff in the evening, no time for Catch hacking :(
[16:31:48] <jharting> lightguard_jp: no problem, I'll take a look at those imports and dependencies and send a pull request
[16:32:01] <lightguard_jp> jharting: Awesome!
[16:32:13] <lightguard_jp> jharting: Any ideas on that issue with GF Siva and Pete emailed about?
[16:33:04] <pmuir> lightguard_jp: we're getting there, past the original problems :-)
[16:33:17] <jharting> lightguard_jp: nope, I double checked and it must be visibility issue in GF. No idea how otherwise it could not work
[16:33:29] <lightguard_jp> pmuir: The problem in the email? Or still on that one?
[16:33:51] <pmuir> past the original problem
[16:33:53] <pmuir> in the email
[16:34:02] <pmuir> now onto the visibility problem jozef mentions
[16:34:31] <lightguard_jp> Okay.  Still some corner case Solder is revealing?
[16:35:25] <pmuir> yes
[16:35:32] <pmuir> well actually just rest now :-D
[16:35:44] <pmuir> the visibility / resolvability stuff is tough
[16:35:57] <lightguard_jp> Okay, cool.  Are Siva's changes in any sort of promoted build?
[16:36:08] <pmuir> they should be, but idk for sure ;-)
[16:37:10] *** epbernard has joined #seam-dev
[16:37:10] *** epbernard is now known as emmanuel
[16:38:05] <jharting> lightguard_jp, pmuir: this is not a corner case, is it? having two beans in two different jars. I wonder how come this has not been revealed before :-(
[16:51:59] *** jharting has quit IRC
[16:53:50] *** lincolnthree has joined #seam-dev
[16:55:40] <pmuir> it's not a corner case, but unlikely to come up in simple apps
[16:56:07] *** pmuir has quit IRC
[16:56:26] *** lightguard_jp has quit IRC
[17:23:59] *** kpiwko has quit IRC
[17:40:20] *** lightguard_jp has joined #seam-dev
[17:53:30] <jbossbot> git [solder] push master 38e10b9.. Dan Allen add missing license headers
[17:53:31] <jbossbot> git [solder] push master URL: http://github.com/seam/solder/compare/e128170...38e10b9
[19:00:33] *** tsurdilo has quit IRC
[19:01:04] *** tsurdilo has joined #seam-dev
[19:06:34] *** pmuir has joined #seam-dev
[19:06:34] *** pmuir has quit IRC
[19:06:34] *** pmuir has joined #seam-dev
[20:26:24] *** mojavelinux has joined #seam-dev
[20:44:39] *** pmuir has quit IRC
[20:45:58] *** pmuir has joined #seam-dev
[20:45:58] *** pmuir has quit IRC
[20:45:58] *** pmuir has joined #seam-dev
[20:47:33] *** rruss has joined #seam-dev
[20:48:27] *** pmuir has quit IRC
[21:01:22] *** emmanuel has quit IRC
[21:53:05] <mojavelinux> I've come up with emblems for config, catch, persistence and mail
[21:53:24] <mojavelinux> granted, these are just prototypes...if we have a nice set, we can show the design team and then they can make it part of the module's logo
[21:53:34] <mojavelinux> I just didn't want to send them on a wild goose chase
[21:53:47] <mojavelinux> also, module pages now redirect from simpler urls
[21:53:52] <mojavelinux> http://sfwk.org/Seam3/Catch
[21:54:12] <mojavelinux> the emblems are 48x48 atm
[21:54:22] <mojavelinux> so if you find one for your module or another module, feel free to suggest
[22:13:49] <Nik> how about a fishnet for catch? It's only .us and .jp that plays baseball ;-)
[22:14:15] <lincolnthree> and canada
[22:14:18] <bleathem> or the little dreamworks fishing kid sitting on top of the Seam logo
[22:14:22] <lincolnthree> and south america
[22:15:27] <bleathem> and a bucket of Spring salmon next to him :P
[22:17:15] * Nik notices from images.google.com that fishnet apparently is more related to womens clothing and not the fish trap thing.
[22:22:43] <lightguard_jp> I was thinking a net would be better anyway
[22:22:47] <lightguard_jp> With the Seam logo in the net
[23:15:54] *** maxandersen has joined #seam-dev
[23:48:45] *** aslak has quit IRC
[23:50:15] <jbossbot> git [config] push master 6206cf8.. Dan Allen dist cleanups
[23:50:15] <jbossbot> git [config] push master URL: http://github.com/seam/config/compare/784cf70...6206cf8
[23:59:15] *** akazakov has joined #seam-dev

top