January 7, 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:05:08] *** jharting has quit IRC
[00:24:32] *** clerum has quit IRC
[00:25:10] *** clerum has joined #seam-dev
[00:53:45] *** maxandersen has quit IRC
[01:07:30] *** bleathem has quit IRC
[01:07:58] *** lightguard_jp has quit IRC
[01:30:52] *** kenfinnigan has joined #seam-dev
[01:35:00] *** rruss has quit IRC
[01:35:05] *** aslak has quit IRC
[01:35:19] *** rruss has joined #seam-dev
[01:57:17] *** tsurdilo has quit IRC
[02:09:36] *** kenfinnigan has quit IRC
[02:41:32] *** kenfinnigan has joined #seam-dev
[02:50:17] *** rruss has quit IRC
[03:44:55] <kenfinnigan> mojavelinux: do we want to keep the same class names that jboss-logging has once we import the code to solder?  Or are we free to tweak them a little?
[03:45:41] <kenfinnigan> should all references to jboss-logging classes in solder be replaced with the imported version, or leave them separate?
[04:19:07] *** rruss has joined #seam-dev
[04:19:53] <jbossbot> git [wicket] push master f12dc93.. Dan Allen migrate to Solder; upgrade and align...
[04:19:53] <jbossbot> git [wicket] push master URL: http://github.com/seam/wicket/compare/1d535ec...f12dc93
[04:20:38] <jbossbot> git [wicket] push master 580a541.. Dan Allen add files missing from last commit
[04:20:38] <jbossbot> git [wicket] push master URL: http://github.com/seam/wicket/compare/f12dc93...580a541
[04:32:45] <jbossbot> git [wicket] push master cbd788e.. Dan Allen fix dist build
[04:32:45] <jbossbot> git [wicket] push master URL: http://github.com/seam/wicket/compare/580a541...cbd788e
[04:36:55] *** kenfinnigan has left #seam-dev
[04:42:05] *** rruss has quit IRC
[04:42:32] *** rruss has joined #seam-dev
[04:52:25] *** rruss has quit IRC
[05:37:01] *** stuartdouglas has quit IRC
[05:54:02] *** stuartdouglas has joined #seam-dev
[06:18:44] *** clerum has quit IRC
[06:34:48] *** lightguard_jp has joined #seam-dev
[06:53:34] *** kpiwko has joined #seam-dev
[07:09:42] <jbossbot> git [wicket] push master 6eeba63.. Dan Allen fix example to run in IDE and Jetty Maven plugin...
[07:09:42] <jbossbot> git [wicket] push master URL: http://github.com/seam/wicket/compare/cbd788e...6eeba63
[07:28:35] *** maxandersen has joined #seam-dev
[07:40:29] *** oskutka has joined #seam-dev
[07:42:41] *** maxandersen has quit IRC
[08:06:33] *** mgencur has joined #seam-dev
[08:38:57] *** maxandersen has joined #seam-dev
[08:48:37] *** rruss has joined #seam-dev
[09:02:47] <mgencur> stuartdouglas: hi Stuart, have you seen such kind of exception? I encounter this when I include seam-solder as a dependency to the project: http://pastebin.com/psJceyBz
[09:05:01] <mgencur> mojavelinux: Dan? have you seen it? ^^^
[09:05:23] <mgencur> I put the following lines into the pom.xml : <dependency>
[09:05:23] <mgencur>          			<groupId>org.jboss.seam.solder</groupId>
[09:05:23] <mgencur>          			<artifactId>seam-solder-api</artifactId>
[09:05:23] <mgencur>          			<scope>runtime</scope>
[09:05:23] <mgencur>       			</dependency>
[09:05:23] <mgencur>       			<dependency>
[09:05:24] <mgencur>          			<groupId>org.jboss.seam.solder</groupId>
[09:05:24] <mgencur>          			<artifactId>seam-solder-impl</artifactId>
[09:05:25] <mgencur>       			</dependency>
[09:36:47] <lightguard_jp> sbryzak: https://github.com/LightGuard/problem_ferret/tree/master/cdi-extension-loading
[09:37:09] <lightguard_jp> Glassfish 3.0.1 has problems with the way we're adding beans in Solder
[09:37:32] <lightguard_jp> GF 3.1 doesn't have the fix that's been proposed in http://java.net/jira/browse/GLASSFISH-14808 so I'll retest in that
[09:38:15] <lightguard_jp> And resin is somewhat broken with the way we're doing things in Solder.  If you add a beans.xml in the extension jar everything works great.
[09:39:01] <sbryzak> lightguard_jp: i was discussing this with Dan a little earlier, unfortunately i don't fully understand the problem
[09:39:29] <sbryzak> is this to do with it missing a beans.xml ?
[09:39:40] <lightguard_jp> Hopefully glassfish 3.1 will be fixed soon, it doesn't have the fix that we were expecting it to have in the latest nightly.
[09:39:45] <lightguard_jp> yep
[09:40:09] <sbryzak> ok, from what i understand (and i believe that pete agrees) the spec doesn't require a beans.xml for extensions
[09:40:15] <lightguard_jp> Right
[09:40:25] <sbryzak> cool, so i'm on the same page then ;)
[09:40:35] <lightguard_jp> Pete and Jozef have been working with Siva to get that part of their integration fixed
[09:40:44] <lightguard_jp> And it should be, we just can't verify yet
[09:41:04] <sbryzak> i wonder if there would be an issue with adding a beans.xml to the solder module regardless
[09:41:07] <lightguard_jp> We need to talk to the Resin guys as well and get them to fix their impl.
[09:41:19] *** shervin_a has joined #seam-dev
[09:41:19] <lightguard_jp> I also need to test openwebbeans and see what happens there
[09:41:45] <lightguard_jp> sbryzak: Not sure, but it doesn't fix GF 3.0.1
[09:42:06] <sbryzak> how about 3.1 ?
[09:42:27] <lightguard_jp> 3.1 should be fine w/o the beans.xml as soon as Siva gets his patch in.
[09:42:43] <lightguard_jp> I think Jozef said it worked (probably from a patched build from Siva, not sure)
[09:42:46] <sbryzak> it would be nice to have this tested by the tck
[09:42:53] <lightguard_jp> Yes
[09:43:05] <lightguard_jp> AFAIK the TCK doesn't really cover this area very well.
[09:43:10] <sbryzak> i'll discuss it with pete when i get a chance
[09:43:17] <sbryzak> maybe raise a jira issue for it if he agrees
[09:43:27] <lightguard_jp> We also need to point to wherever it talks about this in the spec
[09:43:31] <lightguard_jp> for GF?
[09:43:39] <lightguard_jp> There's already a JIRA for 3.1
[09:43:40] <sbryzak> TCK jira
[09:43:43] <lightguard_jp> Ah
[09:43:47] <lightguard_jp> That I'm not sure about
[09:44:08] *** jharting has joined #seam-dev
[09:44:16] <sbryzak> i'll see what pete says
[09:44:47] <lightguard_jp> I should have some time later to look at openwebbeans as well (assuming I can get an environment with it)
[09:45:11] <sbryzak> cool
[09:46:00] <lightguard_jp> We should raise it with the Resin guys though
[09:46:22] <sbryzak> definitely, i'll ask mojavelinux to follow up on that
[09:46:26] <lightguard_jp> I have a very simple app that tests adding beans w/o a beans.xml via the extension in that github repo I linked that they can use
[09:46:28] *** aslak has joined #seam-dev
[09:46:29] *** aslak has quit IRC
[09:46:29] *** aslak has joined #seam-dev
[09:46:33] *** marekn has joined #seam-dev
[09:47:16] <lightguard_jp> Bah, boat load of fail with openwebbeans userguide
[09:47:20] <lightguard_jp> 18 pages of TBD
[09:47:50] <sbryzak> that's better than the seam security module, it's only 1 page of TBD
[09:49:21] <lightguard_jp> haha
[09:49:32] <lightguard_jp> But the security module has examples
[09:54:17] <mgencur> sbryzak: hi Shane, where can I find Heiko Braun? (which channel)
[09:54:47] <sbryzak> mgencur: good question... email?
[09:55:04] <mgencur> sbryzak: ok :(
[09:56:32] <jharting> mgencur: I've seen him on weld-dev I think or maybe even here feww times
[09:57:06] <lightguard_jp> jharting: Where did you get a GF 3.1 version with the fix at http://java.net/jira/browse/GLASSFISH-14808? Did Siva pass one along?
[09:59:48] <jharting> lightguard_jp: nope, I did not get one, I was under impression that Siva had pushed the fix to the nightly snapshot, but then he told me it's not there yet
[10:01:23] <lightguard_jp> jharting: Nope, not as of Jan 6
[10:07:34] *** rruss has quit IRC
[10:09:05] <lightguard_jp> I'm out, 0205 here, bed time
[10:09:34] *** lightguard_jp has quit IRC
[10:18:06] *** adamw1pl has joined #seam-dev
[11:25:29] *** jose_freitas_afk is now known as jose_freitas
[11:44:12] *** pmuir has joined #seam-dev
[11:44:13] *** pmuir has quit IRC
[11:44:13] *** pmuir has joined #seam-dev
[12:12:00] <jose_freitas> morning
[12:52:56] <jose_freitas> is it right that seam-bom 3.0.0-SNAPSHOT has <artifactId>weld-parent</artifactId> as a parent?
[13:13:57] *** pmuir has quit IRC
[14:00:09] <mgencur> jose_freitas: yes (https://repository.jboss.org/nexus/content/groups/public/org/jboss/seam/seam-bom/3.0.0.b04/seam-bom-3.0.0.b04.pom)
[14:00:44] 
[14:01:14] <mgencur> jose_freitas: AFAIK, certain modules should use it as their dependency
[14:01:48] <mgencur> not at a parent
[14:01:52] <mgencur> as a parent
[14:02:45] <jose_freitas> hm
[14:03:17] <mgencur> jose_freitas: parents are there mostly for defining versions of dependencies
[14:03:57] <mgencur> so when you define the same dependency in your module as it is in the parent, you don't have to specify the version (it's specified in the parent)
[14:04:24] <mgencur> throug <dependencyManagement>
[14:06:06] <jose_freitas> ok, thanks
[14:07:37] <jose_freitas> the thing is that I thought that there is some of my dependencies that are trying to use weld-x
[14:08:10] <jose_freitas> and I thought that everything should use solder by now
[14:09:13] <jose_freitas> specifically seam-xml-config3.0.0.beta1
[14:13:52] <mgencur> jose_freitas: hmm, now I see that there is a weld-extensions dependency in the seam 3 snapshot bom, while in b04 (I sent the link above ) is already seam-solder
[14:17:03] *** akazakov has joined #seam-dev
[14:21:46] <mgencur> jose_freitas: but seam-xml-config uses seam-solder doesn't it
[14:22:00] <mgencur> at least current trunk
[14:23:01] <jharting> jose_freitas: use beta2 of the config module
[14:26:20] <jose_freitas> nice
[14:26:24] <jose_freitas> thanks
[14:26:40] <jose_freitas> getting crazy with all those versions
[14:27:13] <mgencur> jose_freitas: I just tried it, Beta2 uses seam-solder as well
[14:27:59] <mgencur> jose_freitas: just download https://github.com/seam/config/zipball/3.0.0.Beta2 , unzip and run "mvn dependency:tree"
[14:29:28] <jose_freitas> ok
[14:30:29] <jose_freitas> I have the seam-bom which is correctly
[14:30:41] <jose_freitas> but I had a seam-xml-config in my pom which was not
[14:30:48] <jose_freitas> I just deleted
[14:31:33] <jose_freitas> now it seems that it will work
[14:31:38] <mgencur> ok
[14:32:06] <jose_freitas> I'm trying to make javaee-booking work
[14:34:05] <mgencur> jose_freitas: that's great!
[14:34:36] <mgencur> mgencur: let me know when you success
[14:37:09] <jose_freitas> ok
[14:37:10] <jose_freitas> =)
[15:23:48] *** tsurdilo has joined #seam-dev
[15:44:30] *** kpiwko has quit IRC
[15:49:45] *** adamw1pl has quit IRC
[15:54:33] *** rruss has joined #seam-dev
[15:56:29] *** oskutka has quit IRC
[15:58:37] *** clerum has joined #seam-dev
[16:01:37] *** marekn has quit IRC
[16:18:44] *** jharting has quit IRC
[16:22:03] *** balunasj has joined #seam-dev
[16:22:05] *** balunasj has quit IRC
[16:22:05] *** balunasj has joined #seam-dev
[16:30:49] *** balunasj has quit IRC
[16:48:26] *** adamw1pl has joined #seam-dev
[16:48:55] <adamw1pl> hey, do you know anything about RequestScope stopping working when called from an EJB timer in AS6 final?
[16:49:07] <adamw1pl> I'm getting "No active contexts for scope type javax.enterprise.context.RequestScoped" after updating
[16:56:37] <mgencur> adamw1pl: I think that is related to the "The context does not propagate across remote   method invocations or to asynchronous processes such as JMS message   listeners or EJB timer service timeouts" here: http://download.oracle.com/javaee/6/api/javax/enterprise/context/package-summary.html
[16:57:25] <adamw1pl> propagation is sth different
[16:57:31] <adamw1pl> and that used to work in the M* releases
[16:57:37] <mgencur> hmm
[16:58:05] <adamw1pl> plus the specs (well, javadocs for @RequestScoped) says: "during any remote method invocation of any EJB, during
[16:58:05] <adamw1pl>  * any asynchronous method invocation of any EJB, during any
[16:58:05] <adamw1pl>  * call to an EJB timeout method"
[16:58:15] <adamw1pl> (The request scope is active: ...)
[17:04:48] *** mgencur has quit IRC
[17:05:59] <jose_freitas>  yay
[17:06:11] <jose_freitas> javaee-booking is semi-working
[17:06:20] <jose_freitas> I have to fix some details
[17:06:31] <jose_freitas> but I can load it
[17:11:51] <adamw1pl> this really sucks :/
[17:11:54] <adamw1pl> well, back to M4 then ...
[17:12:44] <adamw1pl> somehow weld after the milestone releases serious decreased in functionality ;)
[17:17:00] <clerum> mojavelinux: you think you will have any time to look at my code today?
[17:27:37] <jbossbot> git [wicket] push master f588edf.. Dan Allen repackage; get example working on JBoss AS...
[17:27:37] <jbossbot> git [wicket] push master URL: http://github.com/seam/wicket/compare/6eeba63...f588edf
[17:27:49] *** lightguard_jp has joined #seam-dev
[17:28:24] *** rruss has quit IRC
[17:34:43] <jbossbot> git [wicket] push master 9e7c93c.. Dan Allen whitespace
[17:34:43] <jbossbot> git [wicket] push master URL: http://github.com/seam/wicket/compare/f588edf...9e7c93c
[17:35:45] <lightguard_jp> mojavelinux: I'll try GF 3.1 again today with a new nightly, Siva committed that fix
[17:35:55] <lightguard_jp> OWB may be a bit tricker
[17:36:10] <lightguard_jp> Have to find the right combo of jars to add to the web app
[17:37:17] *** amitev has quit IRC
[17:39:41] *** rruss has joined #seam-dev
[17:39:41] *** aslak has quit IRC
[17:39:55] *** rruss has quit IRC
[17:40:17] *** aslak has joined #seam-dev
[17:40:46] *** rruss has joined #seam-dev
[17:43:09] *** mbg has joined #seam-dev
[17:52:45] *** shervin_a has quit IRC
[17:56:22] *** lightguard_jp has quit IRC
[18:00:58] *** mbg has left #seam-dev
[18:06:56] *** adamw1pl has quit IRC
[18:11:44] *** maxandersen has quit IRC
[18:20:23] *** pmuir has joined #seam-dev
[19:05:13] <jose_freitas> is there any qualifier to Messages of org.jboss.seam.international.status ?
[19:54:32] *** rruss has quit IRC
[19:54:47] *** rruss has joined #seam-dev
[20:11:37] <jose_freitas> http://docs.jboss.org/weld/reference/1.0.0/en-US/html/extensions.html
[20:11:52] <jose_freitas> I was wondering if this feature comes with Solder
[20:14:15] 
[20:25:27] *** amitev has joined #seam-dev
[20:37:14] *** arbi has joined #seam-dev
[20:41:11] *** jganoff has joined #seam-dev
[20:47:57] *** cbrock has joined #seam-dev
[20:49:02] <mojavelinux> hey all
[20:50:15] <mojavelinux> jose_freitas: thanks for your patience...we are fixing while you are fixing...so just bare with us :)
[20:50:25] <mojavelinux> if you see an issue, it is probably an issue and I can then fix it ;)
[20:50:42] <mojavelinux> we'll go back and forth :)
[20:51:02] <jose_freitas> no, thank YOU for your patience
[20:51:15] <mojavelinux> I'll push out a new parent today
[20:51:19] <mojavelinux> new parent and bom
[20:51:25] <mojavelinux> so everything is up to speed
[20:51:27] <jose_freitas> ok
[20:51:31] <jose_freitas> nice
[20:51:37] <mojavelinux> I'm about to publish the wicket module, so i'll do the parents first
[20:52:00] <mojavelinux> the wicket module was sorely needed because there was no release at all
[20:52:05] <mojavelinux> and people were getting a bit antsy about it
[20:52:17] <mojavelinux> as soon as I get this done, then it's on to the GlassFish problem
[20:52:17] <jose_freitas> I can imagine
[20:52:24] <mojavelinux> which is equally frustrating people, if not more so
[20:52:44] <jose_freitas> I can't imagine the pressure
[20:52:54] <mojavelinux> as far as the messages go, you are hitting a bit of a crevasse there because ken is in the process of refactoring it
[20:53:26] <jose_freitas> hm
[20:53:50] <mojavelinux> but we should be able to get it to work with the current release, it's just that the docs are...well, in transition ;)
[20:54:08] <jose_freitas>  hehehe
[20:55:22] <mojavelinux> atm everything seems top priority
[20:55:29] <jose_freitas> lol
[20:55:37] <mojavelinux> but we are getting organized, and that's what's important
[20:55:47] <jose_freitas> sure
[20:56:04] <jose_freitas> btw, I have javaee-booking on trigger
[20:56:04] *** amitev has quit IRC
[20:56:05] *** amitev2 has joined #seam-dev
[20:56:29] <jose_freitas> there are still some problems, but I can navigate a little through it.
[20:57:38] <mojavelinux> excellent!
[20:58:51] <mojavelinux> thanks for helping out...getting the examples working is really going to help people get started with Seam 3
[20:59:03] <jose_freitas> np
[20:59:44] <mojavelinux> as you can tell, we've been stretched a little thin, so we are glad to see some new faces (or screennames, depending on how you look at it)
[21:00:03] <jose_freitas> hehehe
[21:04:40] <jose_freitas> have to go now
[21:04:44] <jose_freitas> bye and thanks
[21:05:02] *** jose_freitas is now known as jose_freitas_afk
[21:10:45] *** pmuir has quit IRC
[21:13:08] *** balunasj has joined #seam-dev
[21:35:33] *** lincolnthree has joined #seam-dev
[21:35:35] <jbossbot> git [forge] push master e5b65fe.. Mike Brock code cleanup. Apply a little DRY for the shell plugins.
[21:35:35] <jbossbot> git [forge] push master 659154d.. Mike Brock CRLF handling fix.
[21:35:35] <jbossbot> git [forge] push master 999e96f.. Mike Brock fix to more plugin: overflow calculation glitch.
[21:35:36] <jbossbot> git [forge] push master URL: http://github.com/seam/forge/compare/24a1a10...999e96f
[21:36:36] *** rruss has quit IRC
[21:37:14] *** akazakov has quit IRC
[21:58:44] *** tsurdilo has quit IRC
[22:03:47] <jbossbot> git [parent] push master a9435a2.. Dan Allen add/update dependencies; add enforcer rule...
[22:03:47] <jbossbot> git [parent] push master URL: http://github.com/seam/parent/compare/f63fca9...a9435a2
[22:04:13] <jbossbot> git [parent] push master 3d8a10d.. Dan Allen [maven-release-plugin] prepare release 6
[22:04:13] <jbossbot> git [parent] push master URL: http://github.com/seam/parent/compare/a9435a2...3d8a10d
[22:04:15] <jbossbot> git [parent] push master 5a14356.. Dan Allen [maven-release-plugin] prepare for next development iteration
[22:04:15] <jbossbot> git [parent] push master URL: http://github.com/seam/parent/compare/3d8a10d...5a14356
[22:10:45] <jbossbot> git [dist] push master 3636c2c.. Dan Allen upgrades...
[22:10:45] <jbossbot> git [dist] push master 30b4aea.. Dan Allen update remoting version
[22:10:45] <jbossbot> git [dist] push master URL: http://github.com/seam/dist/compare/11e1a51...30b4aea
[22:12:18] <jbossbot> git [dist] push master 94fbb5f.. Dan Allen [maven-release-plugin] prepare release 3.0.0.b05
[22:12:19] <jbossbot> git [dist] push master URL: http://github.com/seam/dist/compare/30b4aea...94fbb5f
[22:12:20] <jbossbot> git [dist] push master d50d3a7.. Dan Allen [maven-release-plugin] prepare for next development iteration
[22:12:20] <jbossbot> git [dist] push master URL: http://github.com/seam/dist/compare/94fbb5f...d50d3a7
[22:12:55] *** akazakov has joined #seam-dev
[22:20:55] <jbossbot> git [wicket] push master e261346.. Dan Allen switch to new seam parent and bom
[22:20:55] <jbossbot> git [wicket] push master URL: http://github.com/seam/wicket/compare/9e7c93c...e261346
[22:23:45] *** jganoff has quit IRC
[22:23:47] <jbossbot> git [wicket] push master bf6dea6.. Dan Allen [maven-release-plugin] prepare release 3.0.0.Beta1
[22:23:47] <jbossbot> git [wicket] push master URL: http://github.com/seam/wicket/compare/e261346...bf6dea6
[22:23:51] <jbossbot> git [wicket] push master 28d9530.. Dan Allen [maven-release-plugin] prepare for next development iteration
[22:23:51] <jbossbot> git [wicket] push master URL: http://github.com/seam/wicket/compare/bf6dea6...28d9530
[22:27:54] *** tsurdilo has joined #seam-dev
[22:31:00] <mojavelinux> I give you seam-wicket 3.0.0.Beta1
[22:31:01] <mojavelinux> :)
[22:31:09] <mojavelinux> and seam parent 6 and seam bom 3.0.0.b05
[22:31:16] <lincolnthree> mojavelinux: *applause!*
[22:31:31] <mojavelinux> finally, the wicket fans can stop suffering ;)
[22:31:43] <lincolnthree> You need to blog the hell out of that
[22:33:06] <mojavelinux> yeah, when I have energy back :) actually, I'll see if clint is willing to put something together
[22:33:13] <mojavelinux> we need to emphasize, like w/ solder
[22:33:21] <mojavelinux> that we have migrated the project and it's a rerelease
[22:33:23] <mojavelinux> shun the old
[22:41:01] *** stuartdouglas has quit IRC
[22:47:24] *** stuartdouglas has joined #seam-dev
[23:17:57] *** jose_freitas has joined #seam-dev
[23:18:26] *** jose_freitas has quit IRC
[23:28:59] <lincolnthree> https://issues.jboss.org/browse/SEAMFORGE-23
[23:29:01] <jbossbot> jira [SEAMFORGE-23] Forge needs a de-centralized plugin distribution and repository system [Open, Critical, Unassigned] https://issues.jboss.org/browse/SEAMFORGE-23
[23:29:16] <lincolnthree> FYI - my current line of thinking here
[23:33:14] *** cbrock has quit IRC
[23:38:50] *** rruss has joined #seam-dev
[23:40:12] *** balunasj has quit IRC
[23:44:06] *** amitev2 is now known as amitev
[23:49:10] *** lightguard_jp has joined #seam-dev
[23:54:07] *** lightguard_jp has quit IRC
[23:55:32] *** lightguard_jp has joined #seam-dev
[23:57:20] *** lightguard_jp has quit IRC
[23:57:42] *** lightguard_jp has joined #seam-dev

top