[00:00:41] <stuartdouglas> and even then, most of the memory is in the Method/Field objects, so unless the replacement does not hold onto them [00:00:49] <stuartdouglas> it will still not save very much memory [00:01:42] <alesj> everything we can save, would be good, specially for some cloud profile [00:01:52] <alesj> which is what i'm playing with now [00:02:01] <alesj> getting AS6 + Weld in decent mem space [00:02:12] <stuartdouglas> With how many classes? [00:02:22] <alesj> semi complex app [00:02:28] <stuartdouglas> With 10,000 beans weld-se runs me about 160Mb [00:02:37] <alesj> nah, lot less [00:02:40] <alesj> 100 beans max [00:02:48] <alesj> for start [00:03:06] <alesj> that's my GAE + Weld demo app [00:03:14] <stuartdouglas> That will be fine, it is only when you massively increase the beans that it blows out [00:03:16] <alesj> it does some stuff, semi-complex [00:03:32] <stuartdouglas> there are also a lot of ConcurrentHashMaps, which are memory hogs [00:03:44] *** jbossbot has joined #seam-dev [00:05:41] <alesj> yeah, don't mention the maps ? been fighting them in As' JMX ... [00:05:43] <alesj> :-) [00:05:59] <stuartdouglas> hmm, I think I may have just found a memory leak in weld [00:06:19] <stuartdouglas> can you see anywhere that AbstractContext.cleanup() is called? [00:08:21] <alesj> in dissociate of some impls [00:08:43] <alesj> e.g. HttpRequestContextImpl [00:10:31] <stuartdouglas> But it never gets called for AbstractSharedContext sub classes [00:10:50] <stuartdouglas> which maintain a singleton that needs to be cleaned up [00:10:56] <stuartdouglas> resulting in a class loader leak [00:12:49] <alesj> stuartdouglas: let's move to weld-dev [00:21:57] *** lightguard_jp has joined #seam-dev [00:22:41] *** lightgua1d_jp has joined #seam-dev [00:22:42] *** lightguard_jp has quit IRC [00:36:33] <ssachtleben> is there any kind of must have multipart settings for seam 3? [00:36:41] <ssachtleben> cant get the rich file upload working [00:37:56] <lightgua1d_jp> clerum: ^^ [00:38:08] <lightgua1d_jp> ssachtleben: To fix up those commits take a look at http://www.kernel.org/pub/software/scm/git/docs/git-commit.html [00:38:09] <johnament> ssachtleben: is this RF4? 3.3.3? [00:38:21] <ssachtleben> rf4 [00:38:43] <johnament> ssachtleben: and what's it doing exactly? [00:38:54] <ssachtleben> he dont jump into the listener [00:39:08] <ssachtleben> I just get every like 3-4 seconds the log message "[org.jboss.seam.faces.exception.CatchExceptionHandlerFactory] Catch integration enabled" [00:39:11] <ssachtleben> and nothing happens [00:39:18] <ssachtleben> the upload bar doesnt move [00:39:22] <lightgua1d_jp> Probably need to do something like git commit -C <commit sha> --author Your Name <your at email dot com> [00:39:25] <lightgua1d_jp> ssachtleben: ^^ [00:39:44] <johnament> did you write the upload bean yourself? [00:40:15] <ssachtleben> yep I have took it from my working version of seam 2 ^^ [00:40:53] <ssachtleben> ok I try that commit thing [00:41:11] <ssachtleben> I have tried this: http://www.gitready.com/advanced/2009/01/12/fixing-broken-commit-messages.html [00:41:33] <ssachtleben> but it fails because after git am < it doesnt show up in the log my updated commits [00:41:41] <johnament> well seam 2 and seam 3 have much different behavior for things like this... want to paste bin your bean? web.xml (if there is one)? beans.xml? [00:42:50] <ssachtleben> i'm sure its some configuration of web.xml because I have no multipart settings [00:42:58] <lightgua1d_jp> ssachtleben: Yeah, don't do an apply, just work with the history directly. [00:44:20] <ssachtleben> johnament: http://pastebin.com/R242tqXX [00:45:20] <ssachtleben> i dont get the first log message of the listener method so it doesnt jumps in there [00:45:43] <ssachtleben> I had the same problem with seam 2 before I think the multipart filter is missing [00:45:49] <ssachtleben> not sure if seam 3 has one ^^ [00:46:47] <ssachtleben> lightgua1d_jp: do u work with the git bash? [00:46:54] <lightgua1d_jp> ssachtleben: Yep [00:47:11] <ssachtleben> so currently when I open it I'm at c:\ [00:47:22] <johnament> ssachtleben: what about your upload bean? [00:47:23] <ssachtleben> is there some way to load a repository allways on start up [00:47:29] <johnament> ssachtleben: and the view if possible [00:47:33] <ssachtleben> johnament: the upload bean is in the middle [00:47:42] <ssachtleben> and the view is on bottom :P [00:47:49] <ssachtleben> just scroll down ;D [00:48:51] <ssachtleben> ah I forgot [00:48:53] <ssachtleben> http://pastebin.com/vbrMz94G [00:48:59] <lightgua1d_jp> ssachtleben: What author name and email would you like to use for these commits? [00:49:01] <ssachtleben> this one handles the complete creation process [00:49:16] <ssachtleben> lightgua1d_jp: ssachtleben <ssachtleben at googlemail dot com> [00:49:28] <johnament> ssachtleben: sorry you're right. what about inserationAgent? [00:49:36] <lightgua1d_jp> googlemail.com or gmail.com ? [00:50:01] <ssachtleben> ssachtleben at googlemail dot com [00:50:18] <ssachtleben> not sure I think germany can only obtain googlemail.com addresses ^^ [00:50:42] <ssachtleben> at least my git account works on that address [00:50:44] <johnament> hmmm. try putting a log message in the getter for imageservice. [00:50:46] <lightgua1d_jp> okay [00:50:55] <johnament> see if it prints out when calling it. [00:53:09] <johnament> grr, i wanted to spend more time on JMS this weekend. didn't work out. [00:55:11] <ssachtleben> i try mom [00:55:26] <ssachtleben> lightgua1d_jp: can fix the commit issue for me ? :D [00:55:53] <lightgua1d_jp> trying to [00:56:12] <ssachtleben> I'm not familiar with the bash yet I have destroyed my repository twice allready ^^ [00:56:39] <johnament> heh. i do that a lot. [00:57:03] *** nraf has quit IRC [00:57:26] <ssachtleben> hehe [00:59:57] <ssachtleben> currently I need a hotkey for "cd D:/Git_Out/Seam3/international" xD [01:00:09] <ssachtleben> because when I open the bash I had to navigate there [01:01:47] <ssachtleben> well it doesnt call getImageService() on pressing upload [01:01:59] <ssachtleben> just spamming every second Catch enabled [01:02:09] <johnament> catch should catch those messages. [01:02:48] <johnament> try changing your named to be explicit. e.g. @Named("inserationAgent") [01:03:49] <ssachtleben> I try first to put the listener and stuff to inserationAgent before [01:05:02] <jbossbot> git [international] push master 9f01539.. ssachtleben Bugfix for SEAMINTL-25... [01:05:03] <jbossbot> jira [SEAMINTL-25] AvailableLocales.locales always has zero elements when configuration follows the documentation [Pull Request Sent (Unresolved) Bug, Major, Ken Finnigan] https://issues.jboss.org/browse/SEAMINTL-25 [01:05:03] <jbossbot> git [international] push master 9294010.. ssachtleben Bugfix for SEAMINTL-25 [01:05:03] <jbossbot> git [international] push master URL: http://github.com/seam/international/compare/412052d...9294010 [01:05:19] <lightgua1d_jp> Got it :) [01:06:08] <johnament> grrr so i listen to Pete, rewrite the whole thing, no my listeners don't want to work :-( [01:06:40] <lightgua1d_jp> Ouch [01:06:43] <ssachtleben> Bugfix for SEAMINTL-25 [unknown] [01:06:44] <lightgua1d_jp> johnament: Sorry [01:06:44] <jbossbot> jira [SEAMINTL-25] AvailableLocales.locales always has zero elements when configuration follows the documentation [Pull Request Sent (Unresolved) Bug, Major, Ken Finnigan] https://issues.jboss.org/browse/SEAMINTL-25 [01:06:48] <ssachtleben> faaaaaaaailed :P [01:07:06] <lightgua1d_jp> https://github.com/seam/international [01:07:08] <lightgua1d_jp> Shows up there [01:07:18] <johnament> lightgua1d_jp: ? [01:07:41] <ssachtleben> https://github.com/seam/international/commit/594f11260d74e4d536e800eeebd8046b6c0681ec [01:07:43] <jbossbot> git [international] 594f112.. unknown Bugfix for SEAMINTL-25... [01:07:44] <jbossbot> jira [SEAMINTL-25] AvailableLocales.locales always has zero elements when configuration follows the documentation [Pull Request Sent (Unresolved) Bug, Major, Ken Finnigan] https://issues.jboss.org/browse/SEAMINTL-25 [01:07:46] <ssachtleben> unknown (author) [01:07:52] <lightgua1d_jp> johnament: Sorry it's not working. The JMS module is really bumping hard into limitations [01:08:22] <johnament> lightgua1d_jp: well, Pete came up with some good things that do seem to work, but i had the whole thing working before he asked me to try one last thing :-) [01:08:53] <lightgua1d_jp> Ah [01:10:14] <ssachtleben> which command for updating my local repository from servers master? [01:10:56] <johnament> rebase [01:11:01] <johnament> i think [01:11:02] <lightgua1d_jp> ssachtleben: I think the commits have been reworked [01:11:07] <lightgua1d_jp> rebase will work [01:11:16] <lightgua1d_jp> Typically you'd want merge though [01:11:24] <lightgua1d_jp> git fetch origin [01:11:29] <johnament> i just hose the whole thing and start over if it's too different [01:11:31] <lightgua1d_jp> git merge origin master [01:13:57] <ssachtleben> same problem with listener and all stuff directly in inserationAgent :( [01:16:30] <alesj> sbryzak: does every Seam3 module get its own JIRA? [01:16:40] <sbryzak> alesj: yes [01:16:50] <sbryzak> i don't think we need one for the conversation api though [01:17:04] <sbryzak> any issues for it can go in http://issues.jboss.org/browse/SEAM [01:17:05] <ssachtleben> Current branch master is up to date. [01:17:06] <jbossbot> git [international] push master 3aa78ba.. Jose Freitas seam-timeanddate example version 0.1 [01:17:06] <jbossbot> git [international] push master URL: http://github.com/seam/international/compare/9294010...3aa78ba [01:17:11] <ssachtleben> but it isnt :( [01:17:25] <alesj> yeah, but is there a place where one could drop an issue for Seam Conversation? [01:17:32] <alesj> generic Seam JIRA? [01:17:36] <alesj> sbryzak: ^^ [01:17:43] <sbryzak> yes, the url i just pasted ;) [01:17:58] <sbryzak> i'll create a sub-module in that project [01:18:04] <lightgua1d_jp> ssachtleben: what does git remote -v say? [01:18:44] <ssachtleben> origin https://ssachtleben at github dot com/ssachtleben/international.git (fetch) [01:18:45] *** daniel_hinojosa has joined #seam-dev [01:18:46] <ssachtleben> origin https://ssachtleben at github dot com/ssachtleben/international.git (push) [01:19:06] <alesj> sbryzak: ah, missed that jira link :-) [01:19:11] <sbryzak> alesj: https://issues.jboss.org/browse/SEAM/component/12313727 [01:19:14] <lightgua1d_jp> ssachtleben: Yeah, you need to add another remote [01:19:15] <sbryzak> i made you component lead [01:19:20] <alesj> cool [01:19:33] <lightgua1d_jp> ssachtleben: Go to https://github.com/seam/international and add that remote [01:19:42] <lightgua1d_jp> Then you can pull / merge from there [01:19:55] <lightgua1d_jp> ssachtleben: http://www.kernel.org/pub/software/scm/git/docs/git-remote.html [01:20:10] <ssachtleben> ah [01:20:29] <ssachtleben> so git remote add master ? [01:20:50] <lightgua1d_jp> git remote add upstream https://github.com/seam/international [01:20:58] <lightgua1d_jp> I've got to go, dinner time [01:21:06] <ssachtleben> make sense thx [01:21:17] <lightgua1d_jp> ssachtleben: Sure [01:21:23] *** lightgua1d_jp has quit IRC [01:22:09] <ssachtleben> mhmm... now I have upstream listend [01:22:32] <ssachtleben> but rebase master still says is allready up to date [01:22:43] <ssachtleben> this git makes me crazy :D [01:26:37] <johnament> if you did a pull request and jason completed it, that would make sense. [01:27:34] *** daniel_hinojosa has quit IRC [01:27:44] <ssachtleben> well I made my changes on a branch [01:27:55] <ssachtleben> but I want to update my master now [01:30:04] <johnament> try checking out master [01:36:36] <johnament> next time, after any major change, i'm branching. [01:40:32] <ssachtleben> gite remote update [01:40:49] <ssachtleben> so I fetched something but still no update in folders ^^ [01:48:03] <ssachtleben> aaah got it :) [01:48:40] *** clerum has quit IRC [01:52:06] *** clerum has joined #seam-dev [01:59:33] <alesj> sbryzak: http://in.relation.to/Bloggers/Seam3ConversationSPI [02:04:59] *** ssachtleben has quit IRC [02:05:28] <jbossbot> git [conversation] push master b131512.. Ales Justin Make SPI bean archive [02:05:28] <jbossbot> git [conversation] push master URL: http://github.com/seam/conversation/compare/a030dc9...b131512 [02:08:43] *** alesj has quit IRC [02:19:00] *** cbrock has quit IRC [02:19:49] <johnament> anyone have a recommended way to find all diffs between a branch and current or even branch vs. branch? [03:06:59] <johnament> how usable is the bean manager that is injected into AfterDeploymentValidation ? [03:07:19] <stuartdouglas> what are you trying to do with it? [03:07:27] <johnament> lookup beans [03:07:37] <stuartdouglas> It is not guarenteed to work [03:07:44] <stuartdouglas> why do you need to lookup beans? [03:08:01] <johnament> well, i'm not even sure i'm doing it in the right phase. [03:08:42] <johnament> i know it's broken in ABD, Pete had suggested that I use it from ProcessObserverMethod, but that doesn't make sense as it's called prior to ABD [03:09:09] <stuartdouglas> can't you do it lazily, after the app has started? [03:09:37] <johnament> hmm.. if i do it from the app scoped bean it might work. [03:15:28] <johnament> and that worked. thanks. [03:16:21] <johnament> so there's no point in injecting the bean manager to an extension for the case of looking up a bean, it's never guaranteed to work, right? [03:16:27] <stuartdouglas> yea [03:17:32] <stuartdouglas> From memory I think the main reasons why I have injected a BM are to use things like isQualifier, isStereotype etc [03:18:53] <johnament> hrm. makes sense. i just do as I'm told :-) [03:29:29] <jbossbot> git [mail] push master 9334640.. Cody Lerum add setEmailMessage method to MailMessage... [03:29:29] <jbossbot> git [mail] push master URL: http://github.com/seam/mail/compare/37ea281...9334640 [03:48:19] *** johnament has quit IRC [04:03:12] <jbossbot> git [international] push master 3027745.. Ken Finnigan Updates for SEAMINTL-25 [04:03:14] <jbossbot> jira [SEAMINTL-25] AvailableLocales.locales always has zero elements when configuration follows the documentation [Pull Request Sent (Unresolved) Bug, Major, Ken Finnigan] https://issues.jboss.org/browse/SEAMINTL-25 [04:03:14] <jbossbot> git [international] push master URL: http://github.com/seam/international/compare/3aa78ba...3027745 [04:07:06] <jbossbot> git [international] push master c9daf70.. Ken Finnigan SEAMINTL-19 Include example in distribution build [04:07:07] <jbossbot> jira [SEAMINTL-19] Develop i18n module example based on timeanddate.com [Resolved (Done) Task, Critical, Ken Finnigan] https://issues.jboss.org/browse/SEAMINTL-19 [04:07:07] <jbossbot> git [international] push master URL: http://github.com/seam/international/compare/3027745...c9daf70 [04:11:30] *** stuartdouglas has left #seam-dev [04:15:25] *** stuartdouglas has joined #seam-dev [04:27:53] <jbossbot> git [dist] push master e78e5b7.. Shane Bryzak consolidated javadoc build [04:27:53] <jbossbot> git [dist] push master URL: http://github.com/seam/dist/compare/72bc7e6...e78e5b7 [04:57:51] *** Lexon has joined #seam-dev [05:09:11] <jbossbot> git [solder] push master 137190c.. Stuart Douglas Throw better exception if there is no getter/setter in a MethodProperty and a get or set is attempted [05:09:12] <jbossbot> git [solder] push master URL: http://github.com/seam/solder/compare/f26b9a5...137190c [05:19:29] <jbossbot> git [config] push master 82250b8.. Stuart Douglas SEAMXML-35 Update to the Apache 2.0 License [05:19:37] <jbossbot> jira [SEAMXML-35] Remove / update license headers [Open (Unresolved) Task, Minor, Stuart Douglas] https://issues.jboss.org/browse/SEAMXML-35 [05:19:37] <jbossbot> git [config] push master URL: http://github.com/seam/config/compare/2bf9be4...82250b8 [05:23:22] <jbossbot> git [persistence] push master 92c211a.. Stuart Douglas SEAMPERSIST-31 update License headers [05:23:23] <jbossbot> jira [SEAMPERSIST-31] Remove / update license headers [Resolved (Done) Task, Minor, Stuart Douglas] https://issues.jboss.org/browse/SEAMPERSIST-31 [05:23:24] <jbossbot> git [persistence] push master URL: http://github.com/seam/persistence/compare/7a93147...92c211a [05:27:48] <jbossbot> git [solder] push master 85f53f0.. Stuart Douglas SOLDER-75 Update License header [05:27:49] <jbossbot> jira [SOLDER-75] Remove / update license headers [Resolved (Done) Task, Minor, Stuart Douglas] https://issues.jboss.org/browse/SOLDER-75 [05:27:49] <jbossbot> git [solder] push master URL: http://github.com/seam/solder/compare/137190c...85f53f0 [05:38:58] <jbossbot> git [config] push master af9dc09.. Stuart Douglas SEAMXML-29 Remove tomcat instructions as it is not working due to ordering issues [05:38:59] <jbossbot> jira [SEAMXML-29] Unable to run princess-rescue example with embedded tomcat [Open (Unresolved) Bug, Major, Stuart Douglas] https://issues.jboss.org/browse/SEAMXML-29 [05:38:59] <jbossbot> git [config] push master URL: http://github.com/seam/config/compare/82250b8...af9dc09 [05:57:02] *** clerum has quit IRC [06:06:56] *** rpetruescu has joined #seam-dev [06:40:57] *** daniel_hinojosa has joined #seam-dev [07:28:36] *** lukaszlenart has joined #seam-dev [07:30:01] *** daniel_hinojosa has quit IRC [08:04:57] *** marekn has joined #seam-dev [08:09:29] *** oskutka has joined #seam-dev [08:12:46] *** jharting has joined #seam-dev [08:12:55] *** marekn has quit IRC [08:40:24] *** marekn has joined #seam-dev [08:43:43] *** mgencur has joined #seam-dev [08:53:01] *** maschmid has joined #seam-dev [09:11:30] <jbossbot> git [rest] push master e880a38.. Jozef Hartinger Test for JBAS-8897 [09:11:32] <jbossbot> jira [JBAS-8897] Web Filter's init() method executed before EJBs are deployed [Closed (Duplicate Issue) Bug, Blocker, jaikiran pai] https://issues.jboss.org/browse/JBAS-8897 [09:11:32] <jbossbot> git [rest] push master 9c94d03.. Jozef Hartinger Added tattletale profile [09:11:32] <jbossbot> git [rest] push master URL: http://github.com/seam/rest/compare/990382f...9c94d03 [09:23:35] *** kpiwko has joined #seam-dev [09:47:51] <mgencur> sbryzak: ping [09:47:57] <sbryzak> mgencur: pong [09:49:17] <mgencur> sbryzak: hi Shane, I've recently sent a pull request to a sam-parent module, I created the ftest maven profile there and all modules will inherit it, once it is merged I will sent you another pull request to remoting module [09:49:35] <mgencur> this one will remove the special examples' pom and will simplify it [09:49:57] <sbryzak> hmm, i didn't get the pull request yet [09:50:22] <mgencur> sbryzak: because you were not on the recipients list [09:50:32] *** lukaszlenart has left #seam-dev [09:50:37] <mgencur> sbryzak: could I have added you there? I don't know about it [09:51:09] <mgencur> sbryzak: https://github.com/seam/parent/pulls [09:51:36] <sbryzak> thanks, i'll apply it shortly [09:51:45] <mgencur> sbryzak: thanks! [09:52:44] <jbossbot> git [dist] push master 6c06fb4.. Shane Bryzak include consolidated javadocs in assembly, start restructuring assembly to be more sane [09:52:44] <jbossbot> git [dist] push master URL: http://github.com/seam/dist/compare/e78e5b7...6c06fb4 [09:53:49] <sbryzak> mgencur: done [09:53:54] <jbossbot> git [parent] push master fdc2a44.. mgencur at redhat dot com add ftest profile for testing of examples [09:53:54] <jbossbot> git [parent] push master URL: http://github.com/seam/parent/compare/3cf2612...fdc2a44 [09:54:10] <mgencur> sbryzak: great, I will send you the one for the remoting module [09:54:27] <sbryzak> thanks :) [09:59:37] <jbossbot> git [remoting] push master 099f5cb.. Shane Bryzak minor [09:59:37] <jbossbot> git [remoting] push master URL: http://github.com/seam/remoting/compare/3a0cc9c...099f5cb [10:00:38] <jbossbot> git [remoting] push master 6d05dbf.. Shane Bryzak Merge branch 'refactor-poms' of https://github.com/mgencur/remoting into mgencur-refactor-poms [10:00:38] <jbossbot> git [remoting] push master URL: http://github.com/seam/remoting/compare/099f5cb...6d05dbf [10:06:13] *** shervin_a has joined #seam-dev [10:21:38] *** koentsje has joined #seam-dev [10:26:12] *** alesj has joined #seam-dev [10:28:39] *** alesj has quit IRC [10:29:04] *** alesj has joined #seam-dev [10:34:24] *** alesj has quit IRC [10:34:53] *** alesj has joined #seam-dev [10:57:33] *** amitev has joined #seam-dev [11:04:07] *** amitev has quit IRC [11:05:07] <jbossbot> git [rest] push master d713e79.. Jozef Hartinger Use ftest profile from seam-parent for functional test execution [11:05:07] <jbossbot> git [rest] push master URL: http://github.com/seam/rest/compare/9c94d03...d713e79 [11:05:19] *** amitev has joined #seam-dev [11:07:12] <jbossbot> git [security] push master b6c8d82.. Shane Bryzak minor [11:07:12] <jbossbot> git [security] push master URL: http://github.com/seam/security/compare/392c235...b6c8d82 [11:08:06] <jbossbot> git [security] push master 06aa0a5.. Shane Bryzak Merge branch 'functional-tests' of https://github.com/mgencur/security [11:08:06] <jbossbot> git [security] push master URL: http://github.com/seam/security/compare/b6c8d82...06aa0a5 [11:09:57] <jbossbot> git [parent] push master d9acabf.. Jozef Hartinger Define ftest dependencies [11:09:57] <jbossbot> git [parent] push master URL: http://github.com/seam/parent/compare/fdc2a44...d9acabf [11:13:40] *** maschmid is now known as maschmid_lunch [11:23:28] *** sannegrinovero has joined #seam-dev [11:44:19] *** koentsje has quit IRC [11:47:07] *** pmuir has joined #seam-dev [11:53:49] *** maschmid_lunch is now known as maschmid [12:18:19] *** jose_freitas has joined #seam-dev [12:33:01] <jharting> jose_freitas: ping [12:33:14] <jose_freitas> jharting: pong [12:33:39] <jharting> jose_freitas: Hi Jose, you've been working on seam examples recently, right? [12:33:43] <jose_freitas> yes [12:33:57] <jose_freitas> hi =) [12:34:04] <jharting> jose_freitas: is this published anywhere? [12:34:17] <jharting> jose_freitas: I have not seen any recent changes in the examples project on github [12:34:17] <jose_freitas> not yet, [12:34:35] <jose_freitas> I'll push a request til this wednesday [12:34:53] <jose_freitas> for seam-javaee-booking [12:35:28] <jharting> jose_freitas: ok, provided the example works partially, it would be enough for us to have access to your fork/branch [12:35:44] <jharting> jose_freitas: we do not need the example to go upstream to start writing tests for it [12:36:57] <jose_freitas> hmm [12:38:03] <jose_freitas> ok [12:38:14] <jose_freitas> still I have to fix some bugs [12:38:21] <jose_freitas> and finish the new design [12:39:31] <jose_freitas> but I'll update to my fork today [12:39:36] <jose_freitas> so you can test it [12:39:53] <jose_freitas> and maybe give me some feedback [12:40:03] <jharting> jose_freitas: that would be great [13:26:50] *** koentsje has joined #seam-dev [13:42:01] *** adamw1pl has joined #seam-dev [14:13:05] *** emmanuel has joined #seam-dev [14:57:05] *** emmanuel has quit IRC [15:11:57] *** epbernard has joined #seam-dev [15:11:57] *** epbernard is now known as emmanuel [15:20:08] *** jharting has quit IRC [15:20:13] *** tsurdilo has joined #seam-dev [15:50:58] *** clerum has joined #seam-dev [15:54:36] *** balunasj has joined #seam-dev [15:55:11] *** shervin_a has quit IRC [15:56:58] *** balunasj is now known as balunasj_busy [16:14:35] *** ge0ffrey has joined #seam-dev [16:14:43] <ge0ffrey> hi guys, I work on jboss drools [16:15:13] <ge0ffrey> have you guys ever tried to enable hudson to, when it fails, to send a mail to those that contributed to the changes that made it fail? [16:21:36] <mgencur> ge0ffrey: yes, why are you asking? [16:22:02] <ge0ffrey> mgencur: I am trying to configure that for our jobs [16:22:34] <ge0ffrey> problem is it always mails to "Firstname Lastname at redhat dot com": so the wrong e-mail address (some aren't even red hat guys) [16:22:52] <ge0ffrey> but git does have the mail address [16:23:04] <ge0ffrey> so I am wondering if you manage to make that work [16:23:12] <mgencur> ge0ffrey: it needs to be configured in hudson Admin [16:23:25] <mgencur> ge0ffrey: for every user you can specify his/her email addresss [16:23:26] <ge0ffrey> mgencur: for each user seperatly? [16:23:44] <mgencur> ge0ffrey: for those where it sends to the wrong emails, yes [16:23:59] <ge0ffrey> mgencur: that's a maintance nightmare, which I 'll do of course, but I was hoping there's a way to extract it from the git commits [16:24:13] <ge0ffrey> mgencur: thanks for the info :) [16:24:40] <mgencur> ge0ffrey: I don't know about such a way [16:25:41] <ge0ffrey> I 'll do some more research. if it's possible, I 'll let you know too :) if not, I 'll raise an issue with eng-ops if hudson can do it with a plugin or something, else an issue at hudson itself [16:28:33] <mgencur> ge0ffrey: ok, thanks [16:28:48] <ge0ffrey> http://hustoknow.blogspot.com/2011/01/hudson-git-plug-in-issues.html [16:48:42] *** oskutka has quit IRC [16:54:23] <clerum> noticing that I have some .classpath and some .settings files in my modules [16:54:29] <clerum> I want to blow those out of git right? [16:55:31] <mgencur> clerum: yes [17:06:32] *** bleathem has joined #seam-dev [17:17:41] *** ssachtleben has joined #seam-dev [17:17:53] <ssachtleben> hi [17:18:55] <ssachtleben> awww ken not arround? [17:19:02] <ssachtleben> jose_freitas: here? [17:19:39] *** maschmid has quit IRC [17:20:22] <jbossbot> git [conversation] push master fa1f1f4.. Ales Justin Simplify SCC iteration [17:20:22] <jbossbot> git [conversation] push master URL: http://github.com/seam/conversation/compare/b131512...fa1f1f4 [17:25:33] <jose_freitas> ssachtleben: hey [17:25:44] <ssachtleben> you made the worldclock example right? [17:26:07] *** mgencur has quit IRC [17:26:46] <jose_freitas> yes [17:26:49] <ssachtleben> I saw you have added some kind of i18n also did it worked properly? [17:27:08] <ssachtleben> because I thought the way to go is #{bundles.messages.MyKey} [17:27:29] <jose_freitas> yes, that's the way to go. [17:27:39] <jose_freitas> but I didnt use that way [17:27:53] <ssachtleben> did you changed the locale with event? [17:28:20] <jose_freitas> actually is a pretty simple example, just have the timezones [17:28:30] [17:28:50] <jose_freitas> then we'll show something more [17:28:57] <ssachtleben> because when I fire the event bundles.messages stays at same properties but the @Inject @Client Locale locale was properly set by the event [17:29:12] <ssachtleben> I have worked out an i18n example [17:29:28] <jose_freitas> cool [17:29:35] <ssachtleben> but [17:31:00] <ssachtleben> I had to use this helper class [17:31:02] <ssachtleben> http://pastebin.com/3auLHHJc [17:31:29] <ssachtleben> and #{messageBundle.get('MyKey')} [17:31:43] <ssachtleben> otherwise I didnt get the correct value [17:31:46] <jose_freitas> mhm [17:31:57] *** balunasj_busy has quit IRC [17:32:01] <jose_freitas> what do you mean by correct value? [17:32:08] <jose_freitas> did you get a wrong? or null? [17:32:14] <ssachtleben> nope [17:32:25] <ssachtleben> bundles.messages allways returns me messages.properties [17:32:44] <jose_freitas> and you want messages_de.properties for instance [17:32:47] <ssachtleben> but or for me because de jdk I got messages_de.properties [17:32:51] <jose_freitas> ok [17:32:58] <ssachtleben> but when I fire locale event with "en" [17:33:07] <ssachtleben> I didnt get the messages_en.properties [17:33:16] <ssachtleben> only with that helper class [17:33:21] [17:33:35] <ssachtleben> @Inject @Client private Locale locale returned me correct en [17:34:26] <jose_freitas> hmm [17:34:41] <jose_freitas> can you please create a jira? [17:34:46] <jose_freitas> jira issue* [17:34:57] <jose_freitas> I'll make that test later. [17:35:41] <ssachtleben> yeah I will reproduce another war file with the error so I provide a working and non working version :) [17:35:50] <jose_freitas> great! [17:36:06] <ssachtleben> currently I'm not sure whats really the way to go :D [17:36:16] <ssachtleben> documentation didnt cover that at all [17:36:52] <jose_freitas> yes, I dunno if ken would write more about that for the cr1 version [17:37:28] <jose_freitas> but at first, it seems that the correct is that #{bundles.messages.MyKey} would take the client version [17:39:06] <ssachtleben> yeah I think so too [17:39:15] <ssachtleben> but then it didnt work properly [17:49:56] *** pmuir has quit IRC [17:51:23] <ssachtleben> [WARNING] Could not transfer metadata org.jboss.seam.international:seam-international:3.0.0-SNAPSHOT/maven-metadata.xml from/to jboss-public-repository (https://repository.jboss.org/nexus/content/groups/public): connection timed out [17:52:00] <jose_freitas> someone asked earlie if the repository was down [17:52:02] <ssachtleben> repository down ? :D [17:52:05] <jose_freitas> maybe it is [17:52:15] <ssachtleben> damn I cant test my example now :( [17:53:52] *** daniel_hinojosa has joined #seam-dev [17:57:40] <jose_freitas> try downloading the jar from sourceforge [17:58:06] <jose_freitas> and when the repository came back you replace for the pom conf [17:58:33] <jose_freitas> come* back [18:00:13] <ssachtleben> its working now :) [18:04:09] <jbossbot> git [mail] push master 7edac37.. Cody Lerum Remove eclipse files [18:04:09] <jbossbot> git [mail] push master URL: http://github.com/seam/mail/compare/9334640...7edac37 [18:09:09] <ssachtleben> SEAMINTL-29 [18:09:10] <jbossbot> jira [SEAMINTL-29] bundles messages doesnt return proper values [Open (Unresolved) Bug, Critical, Unassigned] https://issues.jboss.org/browse/SEAMINTL-29 [18:09:22] <ssachtleben> jose_freitas: U can directly try the projects in the issue :) [18:16:10] *** amitev has quit IRC [18:16:27] *** emmanuel has quit IRC [18:17:18] *** amitev has joined #seam-dev [18:22:55] *** emmanuel has joined #seam-dev [18:25:50] <jose_freitas> nice [18:25:59] <ssachtleben> well [18:26:01] <ssachtleben> https://github.com/seam/international/blob/master/api/src/main/java/org/jboss/seam/international/status/Bundles.java [18:26:05] <ssachtleben> there is no locale at all :D [18:26:12] <ssachtleben> not sure how it should works [18:27:07] <jose_freitas> well, I'm pretty sure that if it's not implemented, it should be [18:28:05] <jose_freitas> cause in jsf2 it works that way, if you register a resource bundle it works accordingly the client [18:28:17] <ssachtleben> well I could do that but not sure how ken think about that :D [18:28:44] <jose_freitas> yes [18:29:01] <jose_freitas> me neither [18:37:09] *** marekn has left #seam-dev [18:37:22] <ssachtleben> the fix seems pretty easy in Bundles.java if that is the way to go ^^ [18:45:22] <jose_freitas> you can fix it in your fork [18:45:28] <jose_freitas> and then show to ken [18:48:42] *** alesj has quit IRC [18:51:51] *** amitev has quit IRC [18:56:02] *** balunasj has joined #seam-dev [19:00:22] <ssachtleben> lol [19:00:29] <ssachtleben> ResourceBundle getBundle(String baseName) ---> Locale.default() ^^ [19:01:32] *** cbrock has joined #seam-dev [19:03:30] *** koentsje has quit IRC [19:06:00] *** tsurdilo has quit IRC [19:06:29] *** tsurdilo has joined #seam-dev [19:11:25] *** balunasj is now known as balunasj_mtf [19:11:32] *** balunasj_mtf is now known as balunasj_mtg [19:16:27] *** kpiwko has quit IRC [19:25:19] *** lincolnthree has joined #seam-dev [19:40:03] *** aslak has joined #seam-dev [20:00:55] *** sannegrinovero_ has joined #seam-dev [20:01:41] <jose_freitas> clerum: ping [20:04:01] *** clerum has quit IRC [20:04:09] *** sannegrinovero has quit IRC [20:04:19] *** clerum has joined #seam-dev [20:07:29] *** rruss has joined #seam-dev [20:20:57] *** cbrock has quit IRC [20:24:05] *** sannegrinovero_ has quit IRC [20:24:07] *** ge0ffrey has quit IRC [20:26:40] <ssachtleben> lincolnthree: hi [20:26:56] <lincolnthree> hi ssachtleben [20:27:13] <ssachtleben> SEAMINTL-29 [20:27:15] <jbossbot> jira [SEAMINTL-29] bundles messages doesnt return proper values [Open (Unresolved) Bug, Critical, Unassigned] https://issues.jboss.org/browse/SEAMINTL-29 [20:28:07] <lincolnthree> thanks, that's an important one [20:28:37] <ssachtleben> https://github.com/seam/international/blob/master/api/src/main/java/org/jboss/seam/international/status/Bundles.java [20:29:23] <ssachtleben> i think should be in impl @SessionScoped and uses @Inject @Client Locale as second parameter for ResourceBundle.getBundle() [20:30:13] <lincolnthree> that sounds right [20:31:44] <ssachtleben> ok I will test that and make a pull request :) [20:32:01] <lincolnthree> thanks!! sorry, in a meeting atm :) [20:38:02] *** alesj has joined #seam-dev [20:38:12] *** cbrock has joined #seam-dev [20:38:22] *** tsurdilo has quit IRC [20:40:10] <ssachtleben> mhmm.... but then the ConcurrentHashMap doesnt make sense since several pages will only have on locale [20:40:17] <ssachtleben> need to think about that ^^ [20:40:24] *** tsurdilo has joined #seam-dev [20:48:21] *** daniel_hinojosa has quit IRC [20:54:30] *** tsurdilo has quit IRC [20:54:49] *** tsurdilo has joined #seam-dev [20:55:58] *** adamw1pl has quit IRC [21:24:28] <jbossbot> git [remoting] push master 2e9ea95.. mgencur at redhat dot com remove redundant pom file [21:24:28] <jbossbot> git [remoting] push master 581c9a4.. Shane Bryzak Merge branch 'refactor-poms' of https://github.com/mgencur/remoting into mgencur-refactor-poms [21:24:28] <jbossbot> git [remoting] push master URL: http://github.com/seam/remoting/compare/6d05dbf...581c9a4 [21:41:36] *** balunasj_mtg has quit IRC [21:49:24] *** tsurdilo1 has joined #seam-dev [21:51:56] *** tsurdilo has quit IRC [21:55:35] *** cbrock_ has joined #seam-dev [21:55:35] *** cbrock_ has quit IRC [21:55:36] *** cbrock_ has joined #seam-dev [21:57:22] *** ssachtleben_ has joined #seam-dev [21:58:10] *** cbrock has quit IRC [21:58:10] *** cbrock_ is now known as cbrock [21:58:54] *** ssachtleben has quit IRC [21:59:02] *** ssachtleben_ is now known as ssachtleben [21:59:21] *** jbossbot has quit IRC [22:00:03] *** jbossbot has joined #seam-dev [22:15:34] *** tsurdilo has joined #seam-dev [22:15:35] *** tsurdilo1 has quit IRC [22:21:21] *** cbrock has quit IRC [22:31:19] <jose_freitas> bleathem: piung [22:32:45] *** cbrock has joined #seam-dev [22:32:46] *** cbrock has quit IRC [22:32:46] *** cbrock has joined #seam-dev [22:37:17] *** tsurdilo1 has joined #seam-dev [22:39:32] *** tsurdilo has quit IRC [22:42:45] *** alesj has quit IRC [22:45:58] *** alesj has joined #seam-dev [22:52:07] *** lightguard_jp has joined #seam-dev [22:52:43] *** rpetruescu has quit IRC [23:19:51] *** cbrock has quit IRC [23:32:36] *** aslak has quit IRC [23:41:41] <ssachtleben> finally fixed i18n :D [23:49:07] *** emmanuel has quit IRC [23:54:20] <lincolnthree> ssachtleben: got your pull request, one of us will take a look asap! thank you very much!!! [23:55:19] <ssachtleben> lincolnthree: yep its just an idea. Not sure if a ConcurrentHashMap for each session is the best way to go. but at least it works for now!