[00:01:39] *** bitshuffler_ has joined #seam-dev [00:03:21] *** rruss has joined #seam-dev [00:04:31] *** stuartdouglas has quit IRC [00:05:43] *** bitshuffler has quit IRC [00:15:59] *** bitshuffler_ has quit IRC [00:36:09] *** aslak has quit IRC [01:22:08] <lightguard_jp> clerum: You've really been a power house on #seam helping out. Thanks :) [01:30:38] *** lightguard_jp has quit IRC [01:50:42] *** rruss has quit IRC [02:54:50] *** rruss has joined #seam-dev [03:11:29] *** sannegrinovero has quit IRC [03:28:27] *** clerum has quit IRC [03:29:24] *** clerum has joined #seam-dev [04:02:02] *** koentsje has quit IRC [05:30:33] *** bleathem_ has joined #seam-dev [05:33:45] *** bleathem has quit IRC [05:42:06] *** bleathem_ is now known as bleathem [05:43:03] *** tsurdilo has quit IRC [05:43:19] *** rruss has quit IRC [05:43:41] *** tsurdilo has joined #seam-dev [05:49:02] *** koentsje has joined #seam-dev [06:04:50] *** rruss has joined #seam-dev [06:05:29] *** rruss has quit IRC [06:10:07] *** koentsje has quit IRC [06:30:37] *** lincolnthree has quit IRC [06:32:32] *** tsurdilo has quit IRC [06:56:23] *** lincolnthree has joined #seam-dev [06:59:46] *** lukaszlenart has joined #seam-dev [07:12:03] *** bleathem has quit IRC [07:43:12] *** lukaszlenart has quit IRC [07:45:16] *** lukaszlenart has joined #seam-dev [07:46:58] *** lukaszlenart has left #seam-dev [08:02:44] *** mgencur has joined #seam-dev [08:03:58] *** jharting has joined #seam-dev [08:39:33] *** msmigielski has joined #seam-dev [08:43:43] *** gastaldi has joined #seam-dev [08:43:58] <gastaldi> hey all ! [08:44:07] <gastaldi> anyone awake ? [08:45:04] *** _gastaldi has joined #seam-dev [08:50:10] *** shervin_a has joined #seam-dev [08:55:58] <gastaldi> hello shervin_a [08:56:38] <shervin_a> gastaldi: hi [08:59:08] *** kpiwko has joined #seam-dev [08:59:50] <gastaldi> Did anyone received my email on seam-dev list with a suggestion on a new CDI module ? [09:06:55] <shervin_a> gastaldi: yes it is recieved [09:07:08] *** daniel_hinojosa has quit IRC [09:09:00] *** clerum has quit IRC [09:09:02] *** lincolnthree has quit IRC [09:17:37] <gastaldi> I wonder how may I use Weld-SE for unit tests (without arquillian) [09:19:06] <sbryzak> gastaldi: i like the idea of a Seam Reporting module, it was actually something that we had planned but didn't have any to take the lead on [09:21:24] <gastaldi> sbryzak: Yeah, that could be something [09:29:33] <shervin_a> another nice reporting library is JODReport, which uses freemarker internally. Then you can combine it with JODConverter which is basically a wrapper for the openoffice.org api [09:34:26] <jbossbot> git [jcr] push seam-jcr-master URL: http://github.com/seam/jcr/compare/28e0b2e...0000000 [09:39:43] *** aslak has joined #seam-dev [09:39:43] *** aslak has quit IRC [09:39:43] *** aslak has joined #seam-dev [09:41:02] *** alesj has joined #seam-dev [09:41:50] <jbossbot> git [jcr] push master 223c8b1.. John Ament SEAMJCR-14 - Provide basic configuration setup. Updated test cases to use this class as well. [09:41:52] <jbossbot> jira [SEAMJCR-14] Provide basic configuration settings in a constants file. [Pull Request Sent (Unresolved) Feature Request, Major, John Ament] https://issues.jboss.org/browse/SEAMJCR-14 [09:41:52] <jbossbot> git [jcr] push master f9bb297.. George Gastaldi Changed Jackrabbit config [09:41:52] <jbossbot> git [jcr] push master 28e0b2e.. George Gastaldi Merge branch 'master' of https://github.com/johnament/jcr into johnament-master [09:41:53] <jbossbot> git [jcr] push master URL: http://github.com/seam/jcr/compare/cd94de4...28e0b2e [09:43:38] <gastaldi> shervin_a: Good idea ! [09:50:34] <nickarls> can you veto a bean altogether with seam-config modifies or replaces? [09:50:41] *** epbernard has joined #seam-dev [09:51:53] <nickarls> (and good morning or other appropriate greeting) [09:52:54] <nickarls> I'm trying to nuke the SecurityEventMessages altogether so I get rid of the PostAuthenticateEvent message [10:03:28] <sbryzak> nickarls: would it be helpful if i introduce an enabled() property? [10:05:59] <gastaldi> sbryzak: That is not the case, but there is a NPE in Solder when scanning a class without a package [10:05:59] <nickarls> something like that. "Welcome 0" isn't that nice (numeric id) [10:06:43] <gastaldi> if (annotatedType.isAnnotationPresent(Veto.class) || annotatedType.getJavaClass().getPackage().isAnnotationPresent(Veto.class)) [10:09:13] <jharting> gastaldi: oops, I think I wrote that package-related code, could you file a jira issue? [10:09:19] <gastaldi> sure [10:10:04] <jbossbot> git [security] push master 01e9182.. Shane Bryzak provide ability to disable default security messages [10:10:05] <jbossbot> git [security] push master 5ac501b.. Shane Bryzak trimmed new example of unnecessary resources, further work on typesafe security api [10:10:05] <jbossbot> git [security] push master URL: http://github.com/seam/security/compare/3772ee7...5ac501b [10:10:35] <sbryzak> nickarls: fixed in master [10:11:01] <jharting> gastaldi: I probably assumed that getPackage() would return some empty representation when no package is specified. [10:12:27] <gastaldi> SOLDER-80 [10:12:28] <jbossbot> jira [SOLDER-80] Solder throws NPE when scanning a class not residing in a package [Open (Unresolved) Bug, Major, Unassigned] https://issues.jboss.org/browse/SOLDER-80 [10:12:51] <gastaldi> jharting: Unfortunately it returns null [10:13:13] [10:13:46] <jharting> gastaldi: right [10:14:31] <gastaldi> OK, gotta go now. Thank you for all the help ! [10:15:06] *** gastaldi has quit IRC [11:02:17] *** maxandersen has joined #seam-dev [11:22:40] *** bitshuffler has joined #seam-dev [11:56:27] *** epbernard has quit IRC [12:09:45] *** epbernard has joined #seam-dev [12:09:45] *** epbernard is now known as emmanuel [12:15:51] *** sannegrinovero has joined #seam-dev [12:36:08] *** stuartdouglas has joined #seam-dev [12:49:40] <jose_freitas> maxandersen: ping [12:59:48] *** shervin_a has quit IRC [13:06:54] *** adamw1pl has joined #seam-dev [13:15:06] *** shervin_a has joined #seam-dev [13:16:47] *** marekn has joined #seam-dev [13:26:30] <maxandersen> jose_freitas: pong [13:30:58] <jose_freitas> maxandersen: is there a known bug about not recognizing an Alternative bean as alternative? [13:31:21] <jose_freitas> I have an alternative bean declared in beans.xml and jbt says that it's not an alternative [13:31:42] <jose_freitas> there's not a big deal since the app runs [13:35:25] <maxandersen> jose_freitas: open jira ;) [13:35:44] *** bitshuffler has quit IRC [13:36:25] <maxandersen> jose_freitas: might be we are not checking proper - but we have also seen multiple examples of us being correct (specwise) and Weld being too forgiven so need to see the exact example to know aka. open jira with minimal usecaes if possible [13:37:27] <jose_freitas> well, can I point the project on github? it's happening on booking example [13:38:20] <jose_freitas> acctually I don't remember that happening before [13:38:43] <maxandersen> jose_freitas: yes - we grok github ;) [13:39:54] <maxandersen> jose_freitas: but yeah, please put it in - the guys did check all the TCK examples as far as I know and only touch a bit on the seam3 based stuff since it wasnt around when we needed it ;) [13:41:58] <jose_freitas> k [13:47:52] *** marekn has left #seam-dev [13:48:49] <jose_freitas> https://issues.jboss.org/browse/JBIDE-8563 [13:48:51] <jose_freitas> there it is [13:48:51] <jbossbot> jira [JBIDE-8563] Alternative being not being recognized as so. [Open (Unresolved) Bug, Minor, Alexey Kazakov] https://issues.jboss.org/browse/JBIDE-8563 [13:58:44] <maxandersen> jose_freitas: yes that looks like an obvious bug. [14:14:57] *** echelog-2` has joined #seam-dev [14:20:13] *** echelog-2 has quit IRC [14:35:43] *** balunasj has joined #seam-dev [14:36:18] *** shervin_a has quit IRC [15:00:27] *** koentsje has joined #seam-dev [15:13:28] *** rruss has joined #seam-dev [15:29:39] *** balunasj is now known as balunasj_away [15:40:16] *** kpiwko has quit IRC [15:48:40] <jose_freitas> sbryzak: ping [16:06:17] *** msmigielski has quit IRC [16:11:43] *** adamw1pl has quit IRC [16:14:27] *** mgencur has quit IRC [16:22:42] *** bitshuffler has joined #seam-dev [16:37:24] *** clerum has joined #seam-dev [16:38:03] <clerum> yep [16:43:33] *** lincolnthree has joined #seam-dev [16:44:06] *** maxandersen has quit IRC [17:02:26] *** balunasj_away is now known as balunasj_mtg [17:05:56] *** lightguard_jp has joined #seam-dev [17:07:51] *** epbernard has joined #seam-dev [17:10:49] *** emmanuel has quit IRC [17:18:58] *** lukaszlenart has joined #seam-dev [17:19:00] *** lukaszlenart has left #seam-dev [17:19:40] <jbossbot> git [rest] push master 1acbe22.. Jozef Hartinger initial se commit [17:19:41] <jbossbot> git [rest] push master 3265328.. Jozef Hartinger Major example refactoring [17:19:41] <jbossbot> git [rest] push master 0b7f1df.. Jozef Hartinger minor [17:19:41] <jbossbot> git [rest] push master URL: http://github.com/seam/rest/compare/a8a874c...0b7f1df [17:20:56] *** jharting has quit IRC [17:47:19] *** lincolnthree has quit IRC [18:05:32] *** balunasj_mtg is now known as balunasj_away [18:05:38] *** balunasj_away is now known as balunasj_mtg [18:08:44] *** tsurdilo has joined #seam-dev [18:14:50] *** lincolnthree has joined #seam-dev [18:46:53] *** epbernard is now known as emmanuel [18:51:02] *** alesj has quit IRC [18:59:18] *** lincolnthree has quit IRC [19:07:37] *** monkeyden has joined #seam-dev [19:17:21] *** cbrock has joined #seam-dev [19:38:11] *** lincolnthree has joined #seam-dev [19:41:16] *** maxandersen has joined #seam-dev [19:50:17] <jose_freitas> lightguard_jp: ping [19:53:22] *** balunasj_mtg has quit IRC [19:57:20] *** kpiwko has joined #seam-dev [19:57:35] *** akazakov has joined #seam-dev [20:02:03] *** daniel_hinojosa has joined #seam-dev [20:07:01] *** lincolnthree has quit IRC [20:12:47] *** aslak has quit IRC [20:13:40] *** aslak has joined #seam-dev [20:14:35] *** aslak has quit IRC [20:15:10] *** aslak has joined #seam-dev [20:16:49] *** lincolnthree has joined #seam-dev [20:17:17] *** emmanuel has quit IRC [20:21:08] *** aslak has quit IRC [20:26:15] *** balunasj has joined #seam-dev [20:26:54] *** balunasj has quit IRC [20:33:00] <lightguard_jp> jose_freitas: Here [20:33:05] <lightguard_jp> sorry, was out for lunch [20:33:18] <jose_freitas> lightguard_jp: np, just wanted to tell that I got some answers [20:33:28] <jose_freitas> for my stateful vs elasticity question [20:33:45] <lightguard_jp> Just read your post [20:34:13] <lightguard_jp> Who you really want to get contact with is Mark Little at Red Hat [20:34:26] <lightguard_jp> http://twitter.com/#!/nmcl [20:34:47] <jose_freitas> thanks [20:34:48] <jose_freitas> :) [20:36:22] <jose_freitas> this is a very interesting topic [20:38:56] *** lincolnthree has quit IRC [20:47:24] *** lincolnthree has joined #seam-dev [20:47:40] *** sannegrinovero has quit IRC [20:48:51] *** epbernard has joined #seam-dev [20:48:51] *** epbernard is now known as emmanuel [20:49:01] *** emmanuel has quit IRC [21:08:57] *** alesj has joined #seam-dev [21:14:53] *** maxandersen has quit IRC [21:28:13] <nickarls> so, I'm reading http://seamframework.org/Seam3/Contribute and trying out this git thing (since it doesn't appear to go away) [21:28:32] <lightguard_jp> nickarls: Nope, it's here to stay [21:28:48] <nickarls> #4 is about the remote reference. I do that and I get a "not a git repository" etc [21:29:09] <nickarls> I have a fork of international [21:29:41] <nickarls> tried with and without .git, with https:// and git:// [21:30:24] *** gastaldi has joined #seam-dev [21:31:43] <lightguard_jp> Are you in the directory you cloned? [21:32:05] <lightguard_jp> eg git clone github.com/seam/international i18n [21:32:11] <lightguard_jp> You'd need to be in the i18n directory [21:32:28] <nickarls> ha! thanks. [21:39:29] <nickarls> ngh, I changed one file and got 41 files changed [21:40:10] <nickarls> I should probably have used commit without the -a switch? [21:41:58] *** gastaldi has quit IRC [21:43:46] <nickarls> "refusing to pull with rebase: your working tree is not up-to-date" [21:44:18] <nickarls> probably those 40+ files that appear modified due to checkout on a windows machine? [21:45:22] <lightguard_jp> could be [21:45:30] <lightguard_jp> line ending changes [21:45:38] <jose_freitas> I don't think so [21:45:43] <nickarls> hmm, git status shows diffs in Alter.java [21:45:47] <nickarls> but I just did the fork [21:45:56] <nickarls> and no one has commited to international for a while [21:46:06] <jose_freitas> weird [21:46:24] <jose_freitas> are you cloning from the original? [21:46:35] <nickarls> yes from seam/international [21:46:40] <jose_freitas> cause I normally clone the original and commmit to my fork with force update [21:47:00] <nickarls> I mean I forked and cloned the fork [21:47:36] <jose_freitas> hm... [21:47:40] <jose_freitas> do you use eclipse? [21:47:53] <nickarls> yes [21:48:06] <jose_freitas> why dont you try egit? [21:48:31] <jose_freitas> maybe there's a problem with git client for windows [21:48:38] <jose_freitas> as you said before [21:48:56] <nickarls> I skipped the -a from the commit and it showed the correct one file changed [21:50:14] <nickarls> git diff shows lots of changed but I think those are newline diffs [21:53:35] *** gastaldi has joined #seam-dev [21:56:06] *** gastaldi has quit IRC [22:06:00] <nickarls> sigh, now I got it mostly done on a linux box but I get a permission denied (publickey) [22:14:02] *** gastaldi has joined #seam-dev [22:14:29] <gastaldi> hey all ! [22:14:48] <gastaldi> *crickets* again [22:16:55] <lightguard_jp> *chirp* [22:18:32] <lincolnthree> *chirp* [22:18:46] <lightguard_jp> nickarls: http://help.github.com/dealing-with-lineendings/ [22:19:33] *** jose_freitas has quit IRC [22:21:48] <gastaldi> Looking for volunteers on Seam Report module, anyone ? [22:25:42] *** monkeyden has quit IRC [22:26:46] *** _gastaldi has joined #seam-dev [22:28:13] <lightguard_jp> gastaldi: I can pitch in a little bit, probably not all the time (at least not right now). [22:28:26] <_gastaldi> great, me too ! :) [22:28:36] <nickarls> jp: that took care of all other cases except for one xml file for some reason [22:28:44] *** bitshuffler has quit IRC [22:29:09] *** gastaldi has quit IRC [22:29:37] <lightguard_jp> nickarls: xml ... hm, that reminds me of something in the back of my head but I can't get a firm grasp on it. [22:30:00] *** _gastaldi is now known as gastaldi [22:30:41] * gastaldi is starting to get asleep :) [22:35:08] <gastaldi> gotta go now, catch u later [22:35:30] <lightguard_jp> later [22:35:37] *** gastaldi has quit IRC [22:35:51] <lightguard_jp> stuartdouglas: ping [22:36:26] *** msmigielski has joined #seam-dev [22:42:49] *** bitshuffler has joined #seam-dev [22:43:00] <jbossbot> git [jcr] push master bc52f86.. John Ament SEAMJCR-14 - Provide basic configuration setup. Updated test cases to use this class as well. [22:43:01] <jbossbot> jira [SEAMJCR-14] Provide basic configuration settings in a constants file. [Pull Request Sent (Unresolved) Feature Request, Major, John Ament] https://issues.jboss.org/browse/SEAMJCR-14 [22:43:02] <jbossbot> git [jcr] push master 9d2eb40.. George Gastaldi Changed Jackrabbit config [22:43:02] <jbossbot> git [jcr] push master 2a6970e.. mgencur at redhat dot com code coverage measuring [22:43:02] <jbossbot> git [jcr] push master 3c44c1c.. George Gastaldi Merge branch 'code-coverage' of https://github.com/mgencur/jcr into mgencur-code-coverage [22:43:02] <jbossbot> git [jcr] push master URL: http://github.com/seam/jcr/compare/28e0b2e...3c44c1c [22:54:40] *** tsurdilo has quit IRC [23:02:09] *** aslak has joined #seam-dev [23:02:09] *** aslak has quit IRC [23:02:10] *** aslak has joined #seam-dev [23:02:37] *** aslak has quit IRC [23:03:04] *** kpiwko has quit IRC [23:03:13] *** aslak has joined #seam-dev [23:14:20] *** tsurdilo has joined #seam-dev [23:14:53] *** alesj has quit IRC [23:19:23] *** cbrock has quit IRC [23:27:45] *** lincolnthree has quit IRC [23:28:08] *** msmigielski has quit IRC [23:35:38] *** cbrock has joined #seam-dev [23:35:39] *** cbrock has quit IRC [23:35:39] *** cbrock has joined #seam-dev [23:41:34] *** bitshuffler has quit IRC