July 5, 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:00:18] *** clerum1 has joined #seam-dev
[00:01:48] *** clerum has quit IRC
[00:02:38] *** sannegrinovero_ has joined #seam-dev
[00:11:25] <jbossbot> git [remoting] push master c4d29d6.. Marek Schmidt fixing SEAMREMOTING-38, adding dom4j as a -impl compile dependency, explicitly excluding it from jboss6 example profile, adding jboss7 profiles
[00:11:26] <jbossbot> jira [SEAMREMOTING-38] Remoting broken on AS7 [Pull Request Sent (Unresolved) Bug, Major, Shane Bryzak] https://issues.jboss.org/browse/SEAMREMOTING-38
[00:11:27] <jbossbot> git [remoting] push master 14c0c96.. Shane Bryzak Merge pull request #22 from maschmid/SEAMREMOTING-38...
[00:11:27] <jbossbot> git [remoting] push master URL: http://github.com/seam/remoting/compare/0ada2ba...14c0c96
[00:15:07] <PeteRoyle> ssachtleben: ping
[00:25:56] *** ramykamel_ has joined #seam-dev
[00:25:58] *** ramykamel has quit IRC
[00:26:02] *** ramykamel_ is now known as ramykamel
[00:28:41] <ssachtleben> PeteRoyle hi
[00:28:49] <ssachtleben> I have some problems with Seam Cron
[00:29:19] <ssachtleben> seems like it doesnt work to have 2 cronjobs with the same schedule
[00:29:33] *** ramykamel has quit IRC
[00:29:41] *** ramykamel has joined #seam-dev
[00:31:37] <ssachtleben> and startup errors on as 7
[00:32:34] <ssachtleben> and I want to start, stop and control the cronjobs with persistent cronjob db entries any idea how to solve that? not sure since I see only Annotationbased or properties based configuration
[00:39:27] <PeteRoyle> ssachtleben: first one is a bug in Alpha1, fixed in dev: SEAMCRON-30
[00:39:28] <jbossbot> jira [SEAMCRON-30] Quartz Scheduler fails to start with multiple identical schedule/interval configurations [Resolved (Done) Bug, Major, Peter Royle] https://issues.jboss.org/browse/SEAMCRON-30
[00:39:58] <PeteRoyle> Could you please file a bug report and feature request in JIRA for the other two?
[00:41:39] <ssachtleben> PeteRoyle: ok when can I aspect a new version with fixed multiple identical intervals?
[00:42:08] <ssachtleben> and damn seam mail still not tagged and I cant use release command on my application :S
[00:42:43] <PeteRoyle> ssachtleben: not sure. It's pretty easy to build manually in the meantime though, to get it into your local repo.
[00:43:20] <PeteRoyle> just your standard checkout and mvn clean install
[00:44:30] *** Diablo-D3 has joined #seam-dev
[00:51:30] <ssachtleben> ok well currently I have only 3 cronjobs and it doesnt matter if one runs every min or every two min so it is no heavy problem for me
[00:51:48] <ssachtleben> anyway thanks :) I will create later these 2 jira issues
[00:52:00] <PeteRoyle> ssachtleben: thanks really appreciate it :)
[00:53:10] <ssachtleben> PeteRoyle I know its not a seam specific question but I think you are my man for that :D
[00:53:27] <ssachtleben> if I use kill linux command on jboss server process id
[00:53:36] <ssachtleben> it should shutdown normall (no -9 command)
[00:53:46] <PeteRoyle> AS 6 or 7?
[00:53:48] <ssachtleben> so do the cronjobs run complete out before shutdown?
[00:53:52] <ssachtleben> as6
[00:54:22] <ssachtleben> because I do some image convert in my cronjobs and wouldnt be nice to stop in mid of that
[00:56:11] <PeteRoyle> OK well I'm pretty sure kill causes a clean shutdown of AS 6, and I know that Cron listens to the "undeploy" hook in order to deregister the schedulers, so *that* all works fine, however...
[00:56:38] <PeteRoyle> I'm not sure what will happen to existing running threads. It's something that I think I need to specifically account for, and as yet have not.
[00:57:16] <ssachtleben> ok because thats the main point why I want to control the jobs via database
[00:57:16] <PeteRoyle> I'll need to do some testing. I'll create a JIRA for that one now
[00:57:37] <ssachtleben> so I can stop them half an hour before shutting down and updating war file
[00:57:58] <ssachtleben> ok
[00:58:32] <PeteRoyle> So you'd like any currently running jobs to continue to completion on shutdown, or you'd like them to be killed off straight away?
[00:58:54] <ssachtleben> continue untill completion
[00:59:28] <ssachtleben> doing web crawling, downloading images, converting into thumbnails in that cronjobs
[00:59:52] <ssachtleben> killed off would be really hard to find out where it was before killing it
[01:02:30] <PeteRoyle> SEAMCRON-34
[01:02:31] <jbossbot> jira [SEAMCRON-34] Ensure running jobs complete before shutdown [Open (Unresolved) Enhancement, Major, Peter Royle] https://issues.jboss.org/browse/SEAMCRON-34
[01:04:32] <ssachtleben> ok nice I will track that
[01:06:33] *** emmanuel has quit IRC
[01:11:09] *** mbg has joined #seam-dev
[01:11:32] *** ramykamel has left #seam-dev
[01:14:42] *** jamezp_afk has quit IRC
[01:15:19] *** jamezp_afk has joined #seam-dev
[01:15:19] *** jamezp_afk has quit IRC
[01:15:19] *** jamezp_afk has joined #seam-dev
[01:15:28] *** daniel_hinojosa has joined #seam-dev
[01:24:04] *** tsurdilo has quit IRC
[01:28:19] *** sannegrinovero_ has quit IRC
[01:29:55] <ssachtleben> that vid from pmuir is amazing with as7 deployment ways
[01:30:15] <ssachtleben> I really need to check if my application runs on cr1 :D
[01:33:32] <PeteRoyle> I really need to watch that vid :)
[01:43:09] *** aslak has quit IRC
[02:06:45] *** tkimura has joined #seam-dev
[02:10:44] *** ssachtleben has quit IRC
[02:11:25] *** tkimura has quit IRC
[02:16:24] *** daniel_hinojosa has quit IRC
[02:24:42] *** tkimura has joined #seam-dev
[02:47:07] *** johnament has joined #seam-dev
[02:50:07] *** tsurdilo has joined #seam-dev
[02:51:13] <jbossbot> git [jms] push master ef10f29.. John Ament SEAMJMS-34 Improve test coverage.
[02:51:14] <jbossbot> jira [SEAMJMS-34] Improve test coverage [Open (Unresolved) Task, Major, John Ament] https://issues.jboss.org/browse/SEAMJMS-34
[02:51:14] <jbossbot> git [jms] push master URL: http://github.com/seam/jms/compare/8cb4e2f...ef10f29
[02:52:04] *** johnament has quit IRC
[03:03:02] *** sgilda has joined #seam-dev
[03:21:38] *** tsurdilo1 has joined #seam-dev
[03:23:01] *** tsurdilo has quit IRC
[03:28:17] *** tsurdilo2 has joined #seam-dev
[03:30:50] *** tsurdilo1 has quit IRC
[03:34:57] *** tsurdilo1 has joined #seam-dev
[03:37:32] *** tsurdilo2 has quit IRC
[04:18:40] *** daniel_hinojosa has joined #seam-dev
[04:26:49] *** tsurdilo2 has joined #seam-dev
[04:29:18] *** tsurdilo1 has quit IRC
[04:32:51] *** tsurdilo1 has joined #seam-dev
[04:36:02] *** tsurdilo2 has quit IRC
[04:44:47] *** tsurdilo2 has joined #seam-dev
[04:47:06] *** tsurdilo1 has quit IRC
[05:01:50] *** gastaldi has joined #seam-dev
[05:03:58] <gastaldi> yo
[05:10:30] *** tsurdilo1 has joined #seam-dev
[05:14:14] *** tsurdilo2 has quit IRC
[05:15:04] *** tsurdilo2 has joined #seam-dev
[05:17:38] *** tsurdilo1 has quit IRC
[05:31:59] <gastaldi> sbryzak: ping
[05:32:14] *** tsurdilo1 has joined #seam-dev
[05:35:57] *** tsurdilo2 has quit IRC
[05:38:26] <jbossbot> git [core] push master 8cead2d.. Dominik Obermaier fixed typos in forge-plugin-dev.xml
[05:38:26] <jbossbot> git [core] push master c335fe7.. George Gastaldi Merge pull request #36 from dobermai/master...
[05:38:26] <jbossbot> git [core] push master URL: http://github.com/forge/core/compare/78a5c5e...c335fe7
[05:39:54] <gastaldi> Hum... It seems that there is a lot of Seam modules not using git-flow
[05:42:23] *** gegastaldi has joined #seam-dev
[05:44:11] *** gastaldi has quit IRC
[05:54:04] *** gegastaldi is now known as gastaldi
[05:57:55] *** tsurdilo2 has joined #seam-dev
[06:01:32] *** tsurdilo1 has quit IRC
[06:08:17] <jbossbot> git [reports] push develop 9436bf9.. George Gastaldi Changed pom.xml to avoid m2eclipse errors
[06:08:17] <jbossbot> git [reports] push develop URL: http://github.com/seam/reports/compare/40018c7...9436bf9
[06:13:49] *** tsurdilo1 has joined #seam-dev
[06:14:30] <gastaldi> Anyone know where can I find some BIRT experts ?
[06:16:55] <sbryzak> gastaldi: pong
[06:17:18] *** tsurdilo2 has quit IRC
[06:19:38] <gastaldi> hey sbryzak ! Welcome back !
[06:20:02] <gastaldi> have you tested that modeshape patch I provided some time ago ?
[06:20:56] <sbryzak> i'm trying to remember
[06:21:04] <sbryzak> i may not have gotten around to it
[06:22:00] <gastaldi> You had some issues with JTA and Modeshape
[06:22:15] <sbryzak> ah yes
[06:22:22] <gastaldi> And solved by splitting into 2 transactions
[06:23:23] <sbryzak> ok, i just found your e-mail
[06:23:31] <sbryzak> it's on my list of things to look at this week ;)
[06:23:37] <gastaldi> :)
[06:23:41] <gastaldi> np
[06:24:03] <gastaldi> just let me know if you find any more issues on it
[06:24:09] <Diablo-D3> modeshape?
[06:24:12] <gastaldi> yeah
[06:24:19] <Diablo-D3> never heard of it =P
[06:24:41] <gastaldi> you should :)
[06:25:43] <Diablo-D3> whoever wrote the opening paragraph of that sucks
[06:25:47] <Diablo-D3> wtf is a JCR
[06:26:29] <gastaldi> http://www.jboss.org/modeshape?
[06:26:42] <gastaldi> There is a link next to it
[06:26:57] <gastaldi> pointing to JSR-283
[06:27:10] <Diablo-D3> yes, but thats not how selling products work
[06:27:15] <Diablo-D3> "wtf is a jcr, tab close"
[06:27:32] <gastaldi> ah I see
[06:27:40] <gastaldi> yeah, I agree with u on that
[06:29:51] <Diablo-D3> and if modeshape doesnt use infinispan, whats the point
[06:30:55] <gastaldi> There is a infinispan connector
[06:30:59] <gastaldi> http://docs.jboss.org/modeshape/latest/manuals/reference/html/infinispan-connector.html
[06:31:45] <Diablo-D3> ooh
[06:31:51] <gastaldi> Kicks ass huh ?
[06:31:58] <Diablo-D3> partly
[06:32:02] <Diablo-D3> I still have no use for it =P
[06:32:06] <gastaldi> :)
[06:32:15] <Diablo-D3> you know what jboss needs to write _now_?
[06:32:36] <Diablo-D3> like, take everybody off their shit, including all the guys who dont work for jboss but are main devs for jboss projects
[06:32:55] <Diablo-D3> and make them write something to let me automatedly upgrade database schemas in a non-shit way
[06:32:55] *** gegastaldi has joined #seam-dev
[06:33:09] <Diablo-D3> dear lord, its multiplying
[06:33:52] *** gastaldi has quit IRC
[06:33:56] *** gegastaldi is now known as gastaldi
[06:34:12] <gastaldi> crappy internet
[06:34:28] <Diablo-D3> [12:36:00] <Diablo-D3> you know what jboss needs to write _now_?
[06:34:28] <Diablo-D3> [12:36:22] <Diablo-D3> like, take everybody off their shit, including all the guys who dont work for jboss but are main devs for jboss projects
[06:34:28] <Diablo-D3> [12:36:40] <Diablo-D3> and make them write something to let me automatedly upgrade database schemas in a non-shit way
[06:34:54] 
[06:35:02] <gastaldi> I have developed something about htat
[06:35:06] <gastaldi> using DBUnit
[06:35:23] <gastaldi> and another one using a custom XML parser
[06:35:48] <Diablo-D3> well theres uh
[06:35:49] <Diablo-D3> shit
[06:35:51] <Diablo-D3> I forget the name
[06:36:00] <Diablo-D3> its one that #hibernate loves to recommend
[06:36:03] <Diablo-D3> but I cant stand it
[06:36:17] <gastaldi> hum
[06:36:27] <gastaldi> Is that an hibernate option ?
[06:36:42] <Diablo-D3> no, its not part of hibernate
[06:36:57] <gastaldi> I thought it was the SchemaUpdate class
[06:37:03] <Diablo-D3> well no, theres that
[06:37:04] <Diablo-D3> but it doesnt work
[06:37:13] <Diablo-D3> it updates the schema and deletes your data when its in the way
[06:37:20] <Diablo-D3> it has no concept of diff upgrades.
[06:37:39] <gastaldi> I like the DBUnit concept
[06:37:50] 
[06:40:31] <Diablo-D3> aargh I hate when I cant remember the names of things
[06:41:03] <Diablo-D3> liquibase
[06:42:09] <gastaldi> hummm
[06:42:15] <gastaldi> http://www.liquibase.org/ ?
[06:42:28] <Diablo-D3> yes that
[06:42:32] <gastaldi> Cool
[06:42:35] <Diablo-D3> its impressive
[06:42:38] <Diablo-D3> but SRIJATLKJATLKJA
[06:42:40] <Diablo-D3> I want to stab it
[06:42:45] 
[06:42:46] <Diablo-D3> its an absolute fucking pita to use
[06:42:54] <gastaldi> you have a XML file
[06:43:04] <Diablo-D3> well the problem is
[06:43:09] <Diablo-D3> liquibase thinks SQL'ey
[06:43:14] 
[06:43:18] <Diablo-D3> JPA isnt SQLey
[06:43:27] <Diablo-D3> JPA can be used with shit thats decidely not SQL
[06:43:54] <PeteRoyle> Java is definitely missing something in this space. Sometimes I crate a separate Rails project for my Java projects just so I can manage DB upgrades using Rails migrations
[06:44:16] <gastaldi> This liquibase seems interesting
[06:44:19] <Diablo-D3> PeteRoyle: well it gets worse
[06:44:24] 
[06:44:27] <Diablo-D3> if I tie my classes into hibernate/jpa
[06:44:35] <Diablo-D3> then I cant just ... anything.
[06:45:09] <Diablo-D3> theres just no access through JPA to do anything at all
[06:47:50] <PeteRoyle> Man that dude on the liquibase page can draw pretty strsight lines using just a biro!
[06:48:12] <Diablo-D3> seriously
[06:48:25] <Diablo-D3> like Im seriously thinking getting rid of my JPA objects altogether
[06:48:37] <Diablo-D3> I never use them
[06:49:37] <Diablo-D3> I constantly select less than all columns in any given query
[06:53:30] <gastaldi> ok, gotta sleep now
[06:53:32] <gastaldi> see ya !
[06:54:09] *** gastaldi has quit IRC
[06:57:30] *** tkimura has quit IRC
[07:19:05] *** tkimura has joined #seam-dev
[07:31:39] *** tsurdilo1 has quit IRC
[07:50:26] *** chkal has joined #seam-dev
[08:35:23] *** epbernard has joined #seam-dev
[08:35:23] *** epbernard is now known as emmanuel
[08:51:06] *** mgoldmann has joined #seam-dev
[09:03:31] *** sannegrinovero has joined #seam-dev
[09:29:53] *** sannegrinovero has quit IRC
[09:40:08] *** daniel_hinojosa has quit IRC
[09:42:11] *** daniel_hinojosa has joined #seam-dev
[09:48:08] *** daniel_hinojosa has quit IRC
[09:58:43] *** clerum1 has quit IRC
[10:03:21] *** alesj has joined #seam-dev
[10:07:59] *** alesj has quit IRC
[10:08:30] *** alesj has joined #seam-dev
[10:23:59] *** koentsje has joined #seam-dev
[10:28:23] *** sannegrinovero has joined #seam-dev
[10:49:32] *** aslak has joined #seam-dev
[10:54:38] *** stuartdouglas has quit IRC
[10:59:34] *** stuartdouglas has joined #seam-dev
[11:00:36] *** oranheim has quit IRC
[11:01:08] *** oranheim has joined #seam-dev
[11:44:17] *** tkimura has quit IRC
[11:56:04] *** emmanuel has quit IRC
[12:04:23] *** epbernard has joined #seam-dev
[12:04:23] *** epbernard is now known as emmanuel
[13:04:33] *** sgilda has quit IRC
[13:06:38] *** sgilda has joined #seam-dev
[13:13:17] *** pmuir has joined #seam-dev
[13:25:33] *** stuartdouglas_ has joined #seam-dev
[13:25:33] *** stuartdouglas_ has quit IRC
[13:25:33] *** stuartdouglas_ has joined #seam-dev
[13:29:06] *** stuartdouglas has quit IRC
[13:29:06] *** stuartdouglas_ is now known as stuartdouglas
[13:54:46] *** rmartinelli has joined #seam-dev
[13:59:48] *** shervin_a has joined #seam-dev
[14:21:06] *** balunasj has joined #seam-dev
[14:22:44] *** PeteRoyle has quit IRC
[14:23:13] *** balunasj has quit IRC
[14:25:55] *** shervin_a has quit IRC
[14:43:14] *** PeteRoyle has joined #seam-dev
[14:43:35] *** daniel_hinojosa has joined #seam-dev
[14:55:27] *** sannegrinovero has quit IRC
[14:59:56] *** maxiphone has joined #seam-dev
[15:12:14] *** maxiphone has quit IRC
[15:48:40] *** bleathem has joined #seam-dev
[16:02:35] *** chkal has quit IRC
[16:03:17] *** jamezp_afk has quit IRC
[16:03:54] *** jamezp_afk has joined #seam-dev
[16:03:54] *** jamezp_afk has joined #seam-dev
[16:06:55] *** clerum has joined #seam-dev
[16:07:17] *** mbg has quit IRC
[16:07:28] *** gastaldi has joined #seam-dev
[16:07:34] <gastaldi> morning !
[16:09:26] *** mbg has joined #seam-dev
[16:09:38] <jose_freitas> morning gastaldi!
[16:11:09] <bleathem> morning jose_freitas gastaldi !
[16:12:21] <jose_freitas> bleathem! you're alive!
[16:12:28] <gastaldi> hey bleathem jose_freitas ! Morning
[16:13:05] <jose_freitas> where have you been? everything all right?
[16:13:12] <bleathem> Alive I am! Was away on holidays for a while
[16:13:22] <gastaldi> yeah, long time no see
[16:13:25] <bleathem> and a conference before that
[16:14:01] <bleathem> now I've got no excuses! (until our baby is born at the end of the month...)
[16:14:14] <gastaldi> lol
[16:14:21] <gastaldi> another holiday then
[16:14:33] <jose_freitas> congratulations on the baby :)
[16:14:48] <jose_freitas> is it boy or girl?
[16:15:00] <bleathem> ty! don't know the gender
[16:15:38] <bleathem> the gender of the first 3 were a surprise, it's one of the few pleasant surprises left in life
[16:15:52] <jose_freitas> fisrt 3?
[16:15:58] <bleathem> :D
[16:16:06] <jose_freitas> is this your 4th children?
[16:16:11] <bleathem> you bet!
[16:16:15] <jose_freitas> lol you're kidding me
[16:17:07] <bleathem> fortunately not!
[16:17:16] <bleathem> nice pun by the way
[16:18:03] <jose_freitas> lol
[16:18:38] <gastaldi> bleathem: Do you have TV at home ?
[16:18:46] <gastaldi> :)
[16:19:28] <bleathem> lol, funnily enough we haven't had cable in 10 years
[16:19:52] <gastaldi> lol
[16:20:06] *** mbg has quit IRC
[16:23:09] <gastaldi> I was thinking that would be awesome if the modules in JBAS7 uses Maven
[16:23:21] <gastaldi> ... could use ...
[16:25:24] *** tsurdilo has joined #seam-dev
[16:25:42] <jose_freitas> gastaldi are you able to start war file through eclipse in jbas7 ?
[16:26:00] <gastaldi> I think so
[16:26:03] <gastaldi> I tried once
[16:28:05] <bleathem> jose_freitas: hav e you tried the latest jboss tools milestone release?
[16:28:28] <jose_freitas> nope
[16:28:31] <jose_freitas> I'll do it
[16:30:11] <gastaldi> yup, it is working for me
[16:30:55] <bleathem> jose_freitas:  http://community.jboss.org/en/tools/blog/2011/06/28/fast-faster-jboss-tools-33-m2
[16:31:29] <bleathem> The blog post where max talks about AS7/JBoss tools support in the latest milestone release
[16:35:22] <jose_freitas> ty
[16:35:26] <jose_freitas> nice video
[16:36:17] <gastaldi> How do I set the proxy on Forge ?
[16:37:02] <gastaldi> Hum... I am facing SEAMFORGE-209
[16:37:03] <jbossbot> jira [SEAMFORGE-209] ***ERROR*** [scaffold from-entity] promptChoice() Cannot ask user to select from a list of nothing. Ensure you have values in your options list. [Open (Unresolved) Feature Request, Major, Unassigned] https://issues.jboss.org/browse/SEAMFORGE-209
[16:37:18] <jose_freitas> gastaldi, I think I found my problem
[16:37:25] <jose_freitas>   <artifactId>jboss-javaee-6.0</artifactId>
[16:37:36] <jose_freitas> :)
[16:37:39] <jose_freitas> what do you use?
[16:38:06] <jose_freitas> do you specify each of the specifications on your pom?
[16:38:20] <gastaldi> no, I use this
[16:38:26] <gastaldi> same artifact
[16:38:41] <gastaldi> I    <dependency>       <groupId>org.jboss.spec</groupId>       <artifactId>jboss-javaee-6.0</artifactId>       <version>1.0.0.Final</version>       <type>pom</type>       <scope>provided</scope>     </dependency>
[16:38:56] <gastaldi> BTW, this was placed by Forge
[16:39:07] <jose_freitas>  hm
[16:39:11] <jose_freitas> same here
[16:39:44] *** mbg has joined #seam-dev
[16:39:44] *** mbg has quit IRC
[16:39:44] *** mbg has joined #seam-dev
[16:39:48] <gastaldi> hummmm Running "clear" on Forge Console inside Eclipse hangs it
[16:40:30] *** bleathem is now known as bleathem_away
[16:42:52] *** mbg_ has joined #seam-dev
[16:43:03] *** mbg has quit IRC
[16:43:06] *** mbg_ has quit IRC
[16:43:31] *** mbg has joined #seam-dev
[16:43:55] *** mbg has quit IRC
[16:44:53] *** mbg has joined #seam-dev
[16:45:42] *** lincolnthree has joined #seam-dev
[16:51:20] *** jamezp_afk is now known as jamezp
[17:15:53] *** jamezp has quit IRC
[17:18:29] *** jamezp has joined #seam-dev
[17:18:29] *** jamezp has joined #seam-dev
[17:20:35] <jbossbot> git [core] push master 2d3ec54.. Lincoln Baxter, III Merge pull request #37 from paulbakker/plugin-groups...
[17:20:35] <jbossbot> git [core] push master URL: http://github.com/forge/core/compare/c335fe7...2d3ec54
[17:21:45] <gastaldi> hey lincolnthree !
[17:21:57] <lincolnthree> hey gastaldi, thanks for merging that issue
[17:22:05] <lincolnthree> unfortunately, i just deleted the docbook project ;)
[17:22:06] <gastaldi> np ! :)
[17:22:14] <gastaldi> what ?
[17:22:22] <gastaldi> you mean it ?
[17:22:30] <lincolnthree> yeah lol
[17:22:36] <lincolnthree> we are migrated to confluence
[17:22:38] <gastaldi> haha
[17:22:42] <lincolnthree> https://docs.jboss.org/author/display/SEAMFORGE/Home
[17:22:42] <gastaldi> Cool
[17:22:42] <lincolnthree> hehe
[17:23:27] <lincolnthree> Can you edit those pages?
[17:23:47] <gastaldi> let me see
[17:23:57] <gastaldi> Yes, I can
[17:24:28] <gastaldi> Yeah, Docbook sucks
[17:24:43] 
[17:24:54] <lincolnthree> yeah, docbook really sucks for this stuff
[17:24:57] 
[17:25:00] <lincolnthree> im not quite sure how to do the versioning though
[17:25:04] <lincolnthree> suggestions?
[17:25:15] <gastaldi> humm, take Atlassian JIRA docs for example
[17:25:21] <lincolnthree> link?
[17:25:35] <gastaldi> http://confluence.atlassian.com/display/JIRA/JIRA+Documentation
[17:26:40] <gastaldi> Hum.. I guess they create a Space for each version
[17:26:55] <gastaldi> Cool
[17:27:04] <lincolnthree> Ah yeah
[17:27:10] <lincolnthree> will have to see how to do that
[17:27:16] <lincolnthree> need a JIRA issue so I won't forget
[17:27:20] <lincolnthree> dammit, too much to do!!!
[17:27:22] *** emmanuel has quit IRC
[17:27:27] <gastaldi> :)
[17:30:17] *** johnament has joined #seam-dev
[17:30:31] <gastaldi> we could take this approach on Seam 3 modules also
[17:30:58] 
[17:35:28] <gastaldi> how do I make Forge use my settings.xml ?
[17:38:44] <gastaldi> hum, I had to copy to my ${user.home}/.m2
[17:39:04] <johnament> isn't that the default place?
[17:40:22] <gastaldi> Well, not always
[17:40:40] <gastaldi> In my case I downloaded and placed on an specific folder
[17:41:03] 
[17:41:09] *** alesj has quit IRC
[17:42:26] <gastaldi> Damn, SEAMFORGE-209 is happening to me yet :(
[17:42:27] <jbossbot> jira [SEAMFORGE-209] ***ERROR*** [scaffold from-entity] promptChoice() Cannot ask user to select from a list of nothing. Ensure you have values in your options list. [Open (Unresolved) Feature Request, Major, Unassigned] https://issues.jboss.org/browse/SEAMFORGE-209
[17:43:06] <johnament> interesting, i would expect it to use the path as well, unless the env isn't available the way he starts up m2.
[17:48:22] <gastaldi> lincolnthree: Is there any way to enable debug on Forge ?
[17:48:39] <lincolnthree> yeah
[17:48:45] <lincolnthree> got the sources?
[17:48:53] 
[17:49:01] <gastaldi> yeah
[17:49:03] <lincolnthree> We need forge to load settings.xml
[17:49:06] <lincolnthree> ok so..
[17:49:09] <lincolnthree> cd dist/
[17:49:20] <lincolnthree> mvnDebug exec:java
[17:49:28] <lincolnthree> then in eclipse you need to connect the debugger
[17:49:33] <lincolnthree> google "eclipse debug maven"
[17:49:36] <lincolnthree> and you should see how
[17:49:37] <gastaldi> yeah
[17:49:42] 
[17:50:15] <lincolnthree> if you get a patch for that I'll be in your debt
[17:50:41] <lincolnthree> the place to start looking is the maven integration project
[17:51:56] <gastaldi> cool
[17:55:32] <gastaldi> lincolnthree: Btw, you could share this link when someone asks how to debug maven in eclipse: http://tinyurl.com/6eevwjt :)
[17:55:49] <johnament> i hate emma so friggin much.  stop saying i didn't test this method.  i did.  it's right there!
[17:56:19] <lincolnthree> gastaldi: let's make a JIRA to add it to the docs :)
[17:56:25] <gastaldi> haha cool
[17:59:32] <jbossbot> git [jms] push master 0cf12a2.. John Ament SEAMJMS-34 Added a few more tests.  SEAMJMS-45 Added an event payload type that encapsulated all of the configuration options for JMS events.
[17:59:34] <jbossbot> jira [SEAMJMS-34] Improve test coverage [Resolved (Done) Task, Major, John Ament] https://issues.jboss.org/browse/SEAMJMS-34
[17:59:34] <jbossbot> jira [SEAMJMS-45] Support a message payload type that can support all properties in a JMS message, but not depend on a JMS session. [Open (Unresolved) Feature Request, Major, John Ament] https://issues.jboss.org/browse/SEAMJMS-45
[17:59:35] <jbossbot> git [jms] push master URL: http://github.com/seam/jms/compare/ef10f29...0cf12a2
[18:00:33] *** cbrock has joined #seam-dev
[18:01:38] *** johnament has quit IRC
[18:01:40] *** lazarotti has joined #seam-dev
[18:17:08] <jbossbot> git [jms] push master af615c0.. John Ament SEAMJMS-45 Looks like I missed a class or two.
[18:17:08] <jbossbot> jira [SEAMJMS-45] Support a message payload type that can support all properties in a JMS message, but not depend on a JMS session. [Resolved (Done) Feature Request, Major, John Ament] https://issues.jboss.org/browse/SEAMJMS-45
[18:17:09] <jbossbot> git [jms] push master URL: http://github.com/seam/jms/compare/0cf12a2...af615c0
[18:21:11] <gastaldi> lincolnthree: Do u use Eclipse or Idea on Forge ?
[18:21:22] <lincolnthree> Eclispse + JBTools
[18:21:39] <gastaldi> cool, Indigo ?
[18:21:40] *** lightguard_jp has joined #seam-dev
[18:21:42] <lincolnthree> yea
[18:22:32] <gastaldi> Me too, I am getting an error on forge-shell project
[18:22:38] <lincolnthree> which error
[18:22:58] <gastaldi> org.jboss.forge.shell.events.PreStartup
[18:23:03] <gastaldi> The import org.jboss.forge.shell.events.PreStartup cannot be resolved
[18:23:06] <lincolnthree> refresh
[18:23:33] <gastaldi> already did :P
[18:23:39] <lincolnthree> pull :)
[18:23:40] <lincolnthree> its there
[18:24:22] *** akazakov has joined #seam-dev
[18:24:38] 
[18:24:52] <gastaldi> stupid eclipse :P
[18:25:01] <gastaldi> sorry about that :)
[18:25:09] <lincolnthree> np :)
[18:27:15] <gastaldi> grrr java.lang.ClassNotFoundException: Shell when running mvnDebug exec:java
[18:30:33] *** bobmcw_ is now known as bobmcw
[18:30:34] *** bobmcw has joined #seam-dev
[18:41:31] *** tsurdilo1 has joined #seam-dev
[18:41:31] *** tsurdilo has quit IRC
[18:43:13] *** jamezp is now known as jamezp_afk
[18:46:55] <gastaldi> lincolnthree: Do you also get a java.lang.ClassNotFoundException: Shell when running mvnDebug exec:java on dist ?
[18:47:12] <lincolnthree> i haven't tried that recently but 1 sec
[18:51:26] <gastaldi> I tried refreshing and mvn install all them but no luck
[18:51:42] <lincolnthree> 1 sec, need to get to a place where I compile
[18:51:42] *** tsurdilo1 has quit IRC
[18:51:45] <lincolnthree> then I'll try it
[18:52:03] <lincolnthree> can you run normal mvn exec:java ?
[18:52:39] <gastaldi> same error
[18:52:46] <gastaldi> And same error when running on m2eclipse
[18:53:11] <lincolnthree> works for me
[18:53:16] <gastaldi> :(
[18:53:32] 
[18:53:52] <jbossbot> git [core] push master 3874aad.. Lincoln Baxter, III Merge branch 'master' of github.com:forge/core
[18:53:52] <jbossbot> git [core] push master 6ba994b.. Lincoln Baxter, III Event bus now participates in Observer Capture, deleted docbook
[18:53:53] <jbossbot> git [core] push master URL: http://github.com/forge/core/compare/2d3ec54...6ba994b
[18:53:56] <lincolnthree> try again with this latest pull
[18:53:59] *** tsurdilo has joined #seam-dev
[18:54:00] <lincolnthree> from base project
[18:54:00] <lincolnthree> run:
[18:54:04] <lincolnthree> mvn clean install
[18:54:07] <lincolnthree> then cd dist/
[18:54:10] <lincolnthree> mvn exec:java
[18:54:25] <gastaldi> ok, 1 sec
[18:58:21] *** koentsje has quit IRC
[18:58:43] <lincolnthree> you could also -DskipTests
[18:58:45] <lincolnthree> for a faster build
[18:59:13] <gastaldi> Yeah, I did that
[18:59:17] <gastaldi> Now I got http://pastie.org/2168169
[19:00:05] <lincolnthree> shoot, sorry
[19:00:06] <lincolnthree> my bad
[19:00:06] <jbossbot> git [core] push master 05550c3.. Lincoln Baxter, III Event bus now participates in Observer Capture, deleted docbook, fixed
[19:00:06] <jbossbot> git [core] push master URL: http://github.com/forge/core/compare/6ba994b...05550c3
[19:00:08] <lincolnthree> try again
[19:00:15] <lincolnthree> rushing too much
[19:00:26] <gastaldi> hehe
[19:03:35] <gastaldi> Hum, now I got java.lang.ClassNotFoundException: ReinitializeEnvironment
[19:03:38] <gastaldi> crap :(
[19:03:44] <lincolnthree> You got weird issues man ;)
[19:03:55] <lincolnthree> which version mvn?
[19:04:02] <gastaldi> 3.0.3
[19:04:05] <lincolnthree> k
[19:04:08] <lincolnthree> java?
[19:04:31] <gastaldi> let me run with -X
[19:05:11] <gastaldi> Java version: 1.6.0_24, vendor: Sun Microsystems Inc.
[19:05:13] <gastaldi> Apache Maven 3.0.3 (r1075438; 2011-02-28 14:31:09-0300)
[19:05:30] <lincolnthree> that looks good
[19:05:52] <gastaldi> http://pastebin.mozilla.org/1264953
[19:06:14] <gastaldi> crap, it trimmed the end
[19:08:07] <gastaldi> The install runs alright, but this exception is making me mad
[19:08:09] <gastaldi> :P
[19:09:10] <gastaldi> oh wait !!!
[19:09:16] <lincolnthree> i dont see an error
[19:09:18] <gastaldi> It magically worked now !!!
[19:09:23] <lincolnthree> yay  maven
[19:09:40] 
[19:09:52] <gastaldi> some crap compilation issue
[19:11:32] <lincolnthree> i still get build success
[19:12:16] <gastaldi> ok, Now I am set
[19:12:21] <lincolnthree> :)
[19:12:25] <lincolnthree> glad I wasn't helpful, lol
[19:12:29] <lincolnthree> i mean....
[19:12:29] <lincolnthree> wait
[19:12:32] <lincolnthree> yeah
[19:12:35] <lincolnthree> maven sucks?
[19:16:35] <gastaldi> lol
[19:17:13] <gastaldi> Now I reached the point where SEAMFORGE-209 hits
[19:17:14] <jbossbot> jira [SEAMFORGE-209] ***ERROR*** [scaffold from-entity] promptChoice() Cannot ask user to select from a list of nothing. Ensure you have values in your options list. [Open (Unresolved) Feature Request, Major, Unassigned] https://issues.jboss.org/browse/SEAMFORGE-209
[19:17:20] <lincolnthree> Awesome!
[19:18:33] <gastaldi> Hum, I placed a BP on   installFacets.fire(new InstallFacets(scaffoldImpl.getClass()));
[19:19:25] *** jamezp_afk is now known as jamezp
[19:19:37] <lincolnthree> Just go straight to RepositoryLookup.class
[19:19:39] <lincolnthree> will save you a lot of time
[19:19:47] <lincolnthree> gastaldi: ^
[19:20:29] <gastaldi> ok
[19:23:09] <gastaldi> It seems org.jboss.forge.maven.dependencies.RepositoryLookup.resolveVersions(Dependency, List<DependencyRepository>) ignores the exception on VersionRangeResult obj
[19:23:21] <gastaldi> I got 3 exceptions inside this object
[19:25:53] *** mgoldmann is now known as mgoldmann|away
[19:31:43] <gastaldi>       JBOSS_LEGACY("http://repository.jboss.org/maven2") should be removed from KnownRepositories
[19:31:53] 
[19:32:02] <lincolnthree> good call
[19:32:03] <lincolnthree> done
[19:36:54] <lightguard_jp> gastaldi: You always have ideas for the meetings, you have anything you'd like to discuss this week?
[19:40:22] <gastaldi> lightguard_jp: Hum. Nothing has come to my mind yet.
[19:40:34] <lightguard_jp> Okay
[19:40:57] <gastaldi> ah ! I noticed some modules are not fully "git-flowled"
[19:41:09] 
[19:41:11] <lightguard_jp> Yes, that's in there already
[19:41:21] <gastaldi> cool
[19:41:41] <gastaldi> How about having the documentation on Confluence instead of docbooks?
[19:41:41] <lightguard_jp> bleathem_away: ping
[19:42:10] <gastaldi> lincolnthree is doing a good job on Forge about that
[19:42:26] <lincolnthree> can I RT that? ;)
[19:42:52] <lightguard_jp> It's a possibility. I'm going to try doing docs on github via their wiki and see how that plays out as well. I think we'd have more luck doing it in a simple text markup instead of docbook, and it would be more accessible in github than confluence.
[19:48:00] *** aslak has quit IRC
[19:49:05] <gastaldi> lincolnthree: Ping
[19:50:02] <gastaldi> lincolnthree: Can u add the following test to org.jboss.forge.maven.dependencies.RepositoryLookupTest and see if it passes ?  http://pastie.org/2168337
[19:51:53] <lincolnthree> uhh
[19:51:57] <lincolnthree> sure
[19:52:39] <lincolnthree> no
[19:52:42] <lincolnthree> failure
[19:53:21] <gastaldi> Hum, it fails for me :)
[19:53:29] <gastaldi> Getting there !
[19:53:34] <lincolnthree> it failed for me too
[19:53:47] <gastaldi> Connect exception ?
[19:53:53] <lincolnthree> dunno
[19:53:58] <gastaldi> humm
[19:54:20] <gastaldi> Well, I am having connect exception, so the test may be flawed
[19:55:14] <lincolnthree> why can't you re-use an existing test?
[19:56:51] <gastaldi> Because this test represent the SEAMFORGE-209 issue :)
[19:56:52] <jbossbot> jira [SEAMFORGE-209] ***ERROR*** [scaffold from-entity] promptChoice() Cannot ask user to select from a list of nothing. Ensure you have values in your options list. [Open (Unresolved) Feature Request, Major, Unassigned] https://issues.jboss.org/browse/SEAMFORGE-209
[19:57:09] <gastaldi> the other tests fails as well
[19:57:20] <gastaldi> So I can deduce that the proxy is never used
[19:57:23] <lincolnthree> the other tests will exhibit the same problems
[19:57:23] <lincolnthree> yes
[19:57:26] <lincolnthree> that's what I said!
[19:57:29] <gastaldi> :)
[19:57:39] <lincolnthree> You need to make sure settings.xml is read by the RepositoryLookup class
[19:57:42] <lincolnthree> which it is currently Not
[19:57:50] <lincolnthree> there is an issue for that i believe
[19:58:43] <lincolnthree> yes, SEAMFORGE-209 is that issue
[19:58:44] <jbossbot> jira [SEAMFORGE-209] ***ERROR*** [scaffold from-entity] promptChoice() Cannot ask user to select from a list of nothing. Ensure you have values in your options list. [Open (Unresolved) Feature Request, Major, Unassigned] https://issues.jboss.org/browse/SEAMFORGE-209
[19:58:52] <lincolnthree> we already deduced that this was the problem
[19:59:17] <lincolnthree> oh
[19:59:18] <lincolnthree> well
[19:59:20] <lincolnthree> not entirely
[19:59:20] <lincolnthree> but
[19:59:22] <lincolnthree> that's a big part of it
[20:01:55] <gastaldi> Now it is :)
[20:02:21] <gastaldi> org.jboss.forge.maven.facets.MavenContainer.getSettings() is reading the file alright
[20:02:32] <lincolnthree> awesome
[20:02:54] <lincolnthree> so there may be another issue with the artifact resolution (coordinates)
[20:05:41] <gastaldi> But it looks like this object is not being used at all
[20:08:52] *** Bunbury has joined #seam-dev
[20:13:22] <Bunbury> hello everyone
[20:13:56] <lightguard_jp> hi
[20:21:15] <lincolnthree> hello
[20:28:59] <gastaldi> ** crickets **
[20:34:41] *** Diablo-D3 has quit IRC
[20:41:30] *** mgoldmann|away has quit IRC
[20:41:41] *** bleathem_away is now known as bleathem
[20:48:06] <gastaldi> Hum, I think I made it
[20:48:28] <jose_freitas> anyone here was a cactus user?
[20:49:26] *** Bunbury has quit IRC
[20:57:03] <gastaldi> lincolnthree: I made it ! :D
[20:57:30] <lincolnthree> Nice!
[20:57:33] <lincolnthree> Awesome!
[20:57:43] <lincolnthree> Not too hard? What was the issue?
[20:57:56] 
[20:58:11] <gastaldi> The proxy was simply not set on RemoteRepository obj :)
[20:58:23] <lincolnthree> ahhhh
[20:58:26] <lincolnthree> awesome
[20:58:26] <lincolnthree> !
[20:58:29] *** rmartinelli_ has joined #seam-dev
[20:58:39] <gastaldi> everything works fine now
[20:58:47] <lincolnthree> you 'da man!
[20:58:58] 
[20:59:00] *** rmartinelli has quit IRC
[20:59:03] <lincolnthree> guess what, if your tests pass and your pull request meets the specs, you can merge ;)
[20:59:17] <lincolnthree> mr. integrator
[20:59:20] <gastaldi> haha
[20:59:20] <lincolnthree> well
[20:59:26] <lincolnthree> let  me take a look at the pull request first
[20:59:26] <gastaldi> cool
[20:59:28] <lincolnthree> but im sure it's fine
[21:00:15] <gastaldi> running the tests now
[21:06:20] *** alesj has joined #seam-dev
[21:08:55] *** jamezp is now known as jamezp_afk
[21:11:55] <gastaldi> hummmm, there is an issue missing
[21:12:20] <gastaldi> org.jboss.forge.shell.test.plugins.builtin.ProjectPluginTest is not passing due to connection timeout.
[21:12:42] 
[21:13:45] 
[21:14:30] <lincolnthree> What is it using?
[21:14:39] <lincolnthree> Perhaps MavenContainer?
[21:15:57] <gastaldi> hum
[21:17:15] <gastaldi> check it out: https://github.com/gastaldi/core/commit/ebc444a6cfaff74b562ce4670496874e57930551
[21:17:17] <jbossbot> git [core] ebc444a.. George Gastaldi SEAMFORGE-209: Added proxy info
[21:17:18] <jbossbot> jira [SEAMFORGE-209] ***ERROR*** [scaffold from-entity] promptChoice() Cannot ask user to select from a list of nothing. Ensure you have values in your options list. [Open (Unresolved) Feature Request, Major, Unassigned] https://issues.jboss.org/browse/SEAMFORGE-209
[21:18:14] <lincolnthree> that looks pretty good
[21:18:21] <lincolnthree> so that fixes it?
[21:18:42] <gastaldi> Fixes SEAMFORGE-209
[21:18:43] <jbossbot> jira [SEAMFORGE-209] ***ERROR*** [scaffold from-entity] promptChoice() Cannot ask user to select from a list of nothing. Ensure you have values in your options list. [Open (Unresolved) Feature Request, Major, Unassigned] https://issues.jboss.org/browse/SEAMFORGE-209
[21:18:50] <gastaldi> But there are still proxy issues
[21:18:53] <lincolnthree> is there another issue? im a bit confused
[21:18:58] <gastaldi> Yes there is
[21:19:03] <gastaldi> When using MavenFacet
[21:19:13] <lincolnthree> MavenCoreFacet?
[21:19:25] <gastaldi> Yeah, it is not using my Proxy at all
[21:19:36] <lincolnthree> similar fix?
[21:19:39] <gastaldi> Wonder why it is not using RepositoryLookup
[21:19:41] <gastaldi> maybe
[21:19:50] <lincolnthree> it should use RepoLookup
[21:19:55] <lincolnthree> but the code is not?
[21:20:05] 
[21:20:07] <lincolnthree> ohhh?. maybe the project building request
[21:20:08] <lincolnthree> ah
[21:20:09] <lincolnthree> ok
[21:20:12] <lincolnthree> so here's how i think we fix that
[21:20:20] <lincolnthree> the ProjectBuilding Request needs to have the proxy settings too
[21:20:27] <lincolnthree> in MavenContainer
[21:20:28] <gastaldi> org.jboss.forge.maven.facets.MavenCoreFacetImpl
[21:20:32] <lincolnthree> right
[21:20:42] <lincolnthree> which delegates to MavenContainer
[21:21:52] <gastaldi> hummm
[21:22:22] <gastaldi> The bug may be in this this line:   buildingResult = container.getBuilder().build(getPOMFile().getUnderlyingResourceObject(), container.getRequest());
[21:24:59] <gastaldi> hum, trying to figure it out how to set on ProjectBuildingRequest
[21:25:19] <gastaldi> ahhhh, I think I get it
[21:26:52] <gastaldi> I need an util class to place that convertFromMavenProxy method
[21:30:00] <gastaldi> damn.. There are zillion of "Repository" interfaces on Maven API
[21:30:07] <lincolnthree> I know....
[21:30:10] <lincolnthree> like i said earlier
[21:30:12] <lincolnthree> Maven....
[21:38:36] *** rmartinelli_ has quit IRC
[21:44:44] <gastaldi> lincolnthree: Do you see a way to place the proxy from container.getSettings() into the container.getRequest() object ?
[21:47:43] <lincolnthree> gastaldi: not off hand, im working on events at the moment, 1 sec
[21:48:21] <lincolnthree> yes
[21:48:23] <gastaldi> ah-ha ! Got it
[21:48:26] <lincolnthree> MavenContainer.java line 107
[21:48:53] *** lightguard_jp1 has joined #seam-dev
[21:48:57] *** lightguard_jp has quit IRC
[21:49:09] <lincolnthree> or possibly in the RepositorySystemSession
[21:49:10] <gastaldi> lincolnthree: I set a ProxySelector under MavenRepositorySystemSession
[21:49:21] <lincolnthree> awesome :)
[21:50:10] <gastaldi> Now the connect exception is gone, but I am getting Non-resolvable parent POM: Could not find artifact org.jboss.weld:weld-api-bom:pom:1.0 in JBOSS_NEXUS (http://repository.jboss.org/nexus/content/groups/public) and 'parent.relativePath' points at wrong local POM @ line 5, column 11
[21:50:51] <gastaldi> humm let me try again by cleaning my local repo
[21:50:54] *** rmartinelli_ has joined #seam-dev
[21:56:21] <gastaldi> wow, http://repository.jboss.org/nexus/content/groups/public/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom does not really exists
[21:58:02] 
[21:58:49] <gastaldi> YAY !! All tests passed !
[21:59:36] <gastaldi> it looks like weld-api-bom 1.0 is not on the repository anymore
[21:59:47] <gastaldi> So I changed in tests to 1.1.Final
[21:59:50] <gastaldi> is that a big issue ?
[22:00:32] *** jamezp_afk is now known as jamezp
[22:05:05] <gastaldi> lincolnthree: ping
[22:09:00] *** lightguard_jp1 has quit IRC
[22:09:27] *** lightguard_jp has joined #seam-dev
[22:10:18] *** lightguard_jp has quit IRC
[22:11:22] *** lightguard_jp has joined #seam-dev
[22:15:00] <lincolnthree> gastaldi: pong
[22:15:03] <lincolnthree> awesome :)
[22:15:04] <lincolnthree> no that's fine
[22:15:18] <lincolnthree> only used that as a non-jar resource
[22:15:23] <lincolnthree> so updating should be fine
[22:15:26] <lincolnthree> as long as it's not a jar
[22:15:51] <gastaldi> https://github.com/forge/core/pull/40 created
[22:17:07] <gastaldi> I think there may be another JIRA issue regarding proxy issues
[22:19:34] <lincolnthree> which one?
[22:19:34] *** antoine_sd has joined #seam-dev
[22:21:14] <gastaldi> dunno :)
[22:22:04] *** tsurdilo1 has joined #seam-dev
[22:25:17] *** tsurdilo has quit IRC
[22:32:16] *** tsurdilo1 has quit IRC
[22:35:11] *** aslak has joined #seam-dev
[22:37:52] <lincolnthree> gastaldi: looks good
[22:38:29] <aslak> Anyone care about controlling scopes in Arquillian? ARQ-337 , comment please: http://community.jboss.org/thread/168990 :)
[22:38:30] <jbossbot> jira [ARQ-337] Create a Context/Scope activation/deactivation abstraction for CDI [Open (Unresolved) Feature Request, Major, Paul Bakker] https://issues.jboss.org/browse/ARQ-337
[22:38:55] <lincolnthree> gastaldi: you can go ahead and merge your own changes ;) hehe
[22:39:21] <jbossbot> git [core] push master ebc444a.. George Gastaldi SEAMFORGE-209: Added proxy info
[22:39:22] <jbossbot> jira [SEAMFORGE-209] ***ERROR*** [scaffold from-entity] promptChoice() Cannot ask user to select from a list of nothing. Ensure you have values in your options list. [Pull Request Sent (Unresolved) Feature Request, Major, Unassigned] https://issues.jboss.org/browse/SEAMFORGE-209
[22:39:22] <jbossbot> git [core] push master 0fc103a.. George Gastaldi SEAMFORGE-209
[22:39:22] <jbossbot> git [core] push master 0b9fba6.. George Gastaldi Added test case
[22:39:22] <jbossbot> git [core] push master b063237.. George Gastaldi Merge pull request #40 from gastaldi/SEAMFORGE-209...
[22:39:22] <jbossbot> git [core] push master URL: http://github.com/forge/core/compare/05550c3...b063237
[22:39:22] <gastaldi> Yay !!! :D
[22:39:31] <lincolnthree> :-D
[22:39:36] <lincolnthree> thank you!
[22:39:41] <lincolnthree> that is a huge win
[22:39:59] <gastaldi> thank you, you may mark  that issue as resolved
[22:40:30] <lincolnthree> hmm? what is your jira user?
[22:40:37] <gastaldi> gastaldi
[22:40:45] <lincolnthree> i dont see you in the list
[22:40:46] <lincolnthree> interesting
[22:40:55] <gastaldi> :P
[22:41:30] <gastaldi> I am on jira-users group only I suppose
[22:41:53] <lincolnthree> added to forge devs
[22:42:50] <gastaldi> cool, thanks !
[22:43:12] *** rmartinelli_ has quit IRC
[22:47:26] <gastaldi> lincolnthree: When is 1.0.0.Beta1 coming up ?
[22:51:53] *** pmuir has quit IRC
[22:55:58] <lincolnthree> gastaldi: next month
[22:56:05] <lincolnthree> or sooner if we get jboss modules integrated
[22:56:12] <lincolnthree> that's the big holdup
[22:56:15] *** jose_freitas is now known as jose_freitas_aw
[23:01:41] *** lightguard_jp has quit IRC
[23:02:58] *** lightguard_jp has joined #seam-dev
[23:04:53] *** nilian has joined #seam-dev
[23:06:02] <jbossbot> git [social] push develop 91db580.. Antoine Sabot-Durand Added comment and exception management to OAuthProvider
[23:06:02] <jbossbot> git [social] push develop URL: http://github.com/seam/social/compare/5a75e7e...91db580
[23:06:31] *** antoine_sd has quit IRC
[23:10:47] *** amitev has quit IRC
[23:20:29] <lightguard_jp> bleathem: You around?
[23:23:26] <bleathem> lightguard_jp: yip
[23:23:53] <lightguard_jp> bleathem: Will you be able to update the contributors section on the site within the week?
[23:24:12] <bleathem> lightguard_jp: I'm swamped
[23:24:40] <bleathem> lightguard_jp: what needs to be done again?
[23:24:56] <lightguard_jp> Updates to reflect Git Flow usage
[23:25:12] <bleathem> hmm
[23:25:22] <bleathem> I need to review that myself this week
[23:25:36] <bleathem> If I can update the contributor page quickly, then I will do so
[23:25:58] <lightguard_jp> Okay. If you're not able to get to it by next week, please let me know
[23:26:13] <bleathem> will do
[23:31:32] *** nilian has quit IRC
[23:31:57] *** nilian has joined #seam-dev
[23:41:08] *** daniel_hinojosa has quit IRC
[23:52:52] *** nilian has quit IRC

top