October 12, 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:19] *** sbryzak has joined #seam-dev
[00:00:19] *** ChanServ sets mode: +o sbryzak
[00:30:17] *** edburns is now known as edburns_away
[00:32:57] *** rruss has quit IRC
[00:41:59] *** sgilda_afk is now known as sgilda
[01:04:24] *** Diablo-D3 has quit IRC
[01:08:23] *** rruss has joined #seam-dev
[01:08:28] *** mbg has quit IRC
[01:57:06] *** sgilda is now known as sgilda_afk
[01:59:20] *** hannelita has quit IRC
[02:12:32] *** tkimura has joined #seam-dev
[02:17:26] *** tkimura has quit IRC
[02:30:09] *** tkimura has joined #seam-dev
[02:34:37] *** gastaldi has joined #seam-dev
[02:34:37] *** ChanServ sets mode: +v gastaldi
[02:35:19] <gastaldi> Hey all
[02:36:54] *** emmanuel has quit IRC
[02:42:12] *** jamezp is now known as jamezp_afk
[02:44:21] *** gastaldi has quit IRC
[02:49:37] *** jganoff has quit IRC
[03:07:31] *** tsurdilo has quit IRC
[03:09:16] *** akazakov has quit IRC
[03:12:14] <jbossbot> git [solder] push develop 4e2fde4.. Jason Porter Merge pull request #51 from maschmid/config-tests...
[03:12:15] <jbossbot> git [solder] push develop URL: http://github.com/seam/solder/compare/a6985f5...4e2fde4
[03:25:19] <bleathem> anyone use the maven plugin:  jboss:hard-deploy
[03:25:23] <bleathem> ?
[03:25:42] <stuartdouglas> that is for AS6, not 7
[03:25:54] <bleathem> stuartdouglas: thx - is their one for AS7?
[03:25:59] * bleathem is googling
[03:26:04] <stuartdouglas> jbossas:deploy
[03:26:21] <stuartdouglas> https://github.com/jbossas/jboss-as-maven-plugin
[03:26:28] <bleathem> thx
[03:26:34] <stuartdouglas> jboss-as:deploy rather
[03:37:02] *** mbg has joined #seam-dev
[03:37:02] *** mbg has joined #seam-dev
[03:37:02] *** ChanServ sets mode: +v mbg
[03:40:46] *** tsurdilo has joined #seam-dev
[04:13:28] *** jamezp_afk has quit IRC
[04:14:31] *** jamezp has joined #seam-dev
[04:14:39] *** ChanServ sets mode: +v jamezp
[04:25:20] <jbossbot> git [solder] push develop e0c7201.. LightGuard Removing seam from the examples, these are now Solder examples
[04:25:20] <jbossbot> git [solder] push develop URL: http://github.com/seam/solder/compare/4e2fde4...e0c7201
[04:25:44] *** lightguard_jp has joined #seam-dev
[04:25:45] *** ChanServ sets mode: +o lightguard_jp
[04:26:36] <lightguard_jp> sbryzak: ping
[04:26:43] <sbryzak> lightguard_jp: pong
[04:27:27] <lightguard_jp> sbryzak: Is Marek pulling in the tests into solder from servlet?
[04:27:41] <lightguard_jp> He sent a pull request for the ones from config which I've accepted and merged
[04:27:54] <sbryzak> you'd have to check that with him
[04:27:58] <sbryzak> i would assume so
[04:29:09] <lightguard_jp> Okay
[04:29:14] <lightguard_jp> sbryzak: Meeting tomorrow or no meeting?
[04:29:23] <sbryzak> do we have any topics?
[04:29:28] <sbryzak> actually
[04:29:44] <sbryzak> no, never mind
[04:29:48] <sbryzak> i have nothing :)
[04:30:27] <lightguard_jp> I don't have anything either
[04:30:34] <lightguard_jp> Just trying to get bugs fixed
[04:30:54] <sbryzak> yeah that's pretty much the focus right now
[04:34:55] <lightguard_jp> I think there are some issues we'll need to move off which either won't be done, or can't be done, in the case of some of the ones for servlet.
[04:37:44] <lightguard_jp> SOLDER-33, looks like it's dependent on a spec issue
[04:37:45] <jbossbot> jira [SOLDER-33] Support for bean declaration at constructor level [Reopened (Unresolved) Feature Request, Major, Unassigned] https://issues.jboss.org/browse/SOLDER-33
[04:38:09] <lightguard_jp> SOLDER-248 we probably can't do in a portable way, defer it?
[04:38:10] <jbossbot> jira [SOLDER-248] Seam Servlet broken in multi-war ear deployment [Open (Unresolved) Bug, Major, Unassigned] https://issues.jboss.org/browse/SOLDER-248
[04:38:21] <lightguard_jp> stuartdouglas: any idea on SOLDER-24 ?
[04:38:22] <jbossbot> jira [SOLDER-24] Support injection of Bean and AnnotatedType [Open (Unresolved) Feature Request, Major, Unassigned] https://issues.jboss.org/browse/SOLDER-24
[04:38:42] <stuartdouglas> lightguard_jp: pretty sure its impossible
[04:39:10] <stuartdouglas> in terms of interceptor injection
[04:39:35] <lightguard_jp> stuartdouglas: What about the other part?
[04:39:57] <stuartdouglas> injecting the AnnotatedType is easy
[04:40:25] <stuartdouglas> just create a dependent scoped producer method, that injects the InjectionPoint
[04:40:33] <stuartdouglas> then return the annotation type from the injection point into
[04:41:41] <stuartdouglas> I am not 100% sure about injecting the Bean
[04:41:53] <stuartdouglas> you would probably have to hang onto them in the ProcessBean phase
[04:42:04] <stuartdouglas> and register a producer that can look up the right one
[04:42:15] <stuartdouglas> I have a feeling this is going to be addressd in CDI 1.1 anyway
[04:42:54] <lightguard_jp> sbryzak: Do we postpone it?
[04:59:28] *** jamezp is now known as jamezp_afk
[05:01:53] <clerum> lightguard_jp: I did get started on the ref docs for mailo
[05:01:55] <clerum> mail
[05:02:09] <clerum> I may have a q for you tomorrow on the formatting
[05:02:30] <clerum> the pdf seems to render the java code right but the html has a buch of <span>
[05:02:37] <clerum> anyway...progress
[05:02:51] <clerum> I also cleaned up the build and got the dist build working
[05:03:18] *** clerum has quit IRC
[05:04:10] *** tsurdilo has quit IRC
[05:13:30] *** jamezp_afk is now known as jamezp
[05:17:14] *** stuartdouglas has quit IRC
[05:17:27] *** stuartdouglas has joined #seam-dev
[05:17:27] *** ChanServ sets mode: +v stuartdouglas
[05:30:07] <lightguard_jp> sbryzak: Still around?
[05:39:13] *** clerum has joined #seam-dev
[05:39:13] *** ChanServ sets mode: +v clerum
[05:42:33] *** jamezp has quit IRC
[05:43:44] *** jamezp has joined #seam-dev
[05:43:44] *** ChanServ sets mode: +v jamezp
[05:49:24] *** clerum has quit IRC
[06:04:18] <lightguard_jp> Drat, missed Cody again
[06:21:29] *** hannelita has joined #seam-dev
[06:21:43] <hannelita> lightguard_jp: ping
[06:21:50] <lightguard_jp> hannelita: Hey
[06:22:31] <hannelita> lightguard_jp: Hey :) so, do you need seam booking running on tomcat?
[06:23:13] <lightguard_jp> We've had more than one person ask about it specifically, and it may be a good way to get people to stop asking about making things work on tomcat.
[06:23:24] <lightguard_jp> I'm very tempted to tell them to just use TomEE :)
[06:24:47] <hannelita> lightguard_jp: hehehe, ok... I hate servlet containers and they lost their meaning for me after as 7
[06:25:02] <lightguard_jp> I can't blame you.
[06:25:11] <lightguard_jp> Maybe that should be our message, use TomEE :)
[06:25:17] <hannelita> lightguard_jp: but I'll try to do it, dont promisse anything because i'm kinda screwed up this month
[06:25:28] <lightguard_jp> Not a problem.
[06:25:42] <lightguard_jp> If it ends up being that or helping squash bugs, I'd prefer you help us squash bugs
[06:25:48] <hannelita> oh! btw, totally forgot
[06:26:01] <hannelita> http://www.slideshare.net/hannelita/seam-jbossinbossa
[06:26:16] <hannelita> there's a picture of you guys, at #109
[06:26:18] <hannelita> :)
[06:26:48] <hannelita> now lots of brazilian ppl know your faces :)
[06:28:07] *** jamezp is now known as jamezp_afk
[06:31:28] <lightguard_jp> hannelita: :) looks good
[06:31:53] <lightguard_jp> Okay, what's up with slides 113 and 114?
[06:32:53] <hannelita> Oh, I was talking that there are no silver bullets at all and nothing is perfect
[06:33:25] <hannelita> ppl should understand it otherwise they would always have wrong impressions
[06:33:40] <hannelita> and worse, worng bad impressions (like slide 114)
[06:33:57] <lightguard_jp> Ugh, Catch is now associated with Pokemon. lol
[06:34:03] <hannelita> hahahaa
[06:34:36] <hannelita> well, rule #1 - NEVER prepare slides that allow ppl to sleep
[06:34:48] <hannelita> stupid joke but helps to keep pplawake
[06:39:09] *** MarcelBussien has joined #seam-dev
[06:39:14] <lightguard_jp> bleathem: ping
[06:39:22] <bleathem> lightguard_jp: pong
[06:40:20] <lightguard_jp> Do you have ideas on how to fix, or what needs to be done for SEAMFACES-183, SEAMFACES-189, SEAMFACES-208, SEAMFACES-210, SEAMFACES-213 ?
[06:40:23] <jbossbot> jira [SEAMFACES-183] I cannot insert value expressions with the composite components property [Open (Unresolved) Bug, Major, Unassigned] https://issues.jboss.org/browse/SEAMFACES-183
[06:40:24] <jbossbot> jira [SEAMFACES-189] Enhanced EL Support [Open (Unresolved) Feature Request, Major, Brian Leathem] https://issues.jboss.org/browse/SEAMFACES-189
[06:40:25] <jbossbot> jira [SEAMFACES-208] Support for resolving no argument methods in an EL value expression [Open (Unresolved) Feature Request, Major, Unassigned] https://issues.jboss.org/browse/SEAMFACES-208
[06:40:27] <jbossbot> jira [SEAMFACES-210] ViewConfigExtension should throw RuntimeException if having Security Annotation but no Security extension [Open (Unresolved) Feature Request, Critical, Unassigned] https://issues.jboss.org/browse/SEAMFACES-210
[06:40:27] <jbossbot> jira [SEAMFACES-213] UIInputContainer must revaluate required status during every encode due to Ajax requests [Pull Request Sent (Unresolved) Bug, Major, Unassigned] https://issues.jboss.org/browse/SEAMFACES-213
[06:41:35] <bleathem> some are trivial, some are straightforward but long, some are complex
[06:42:08] *** hannelita has quit IRC
[06:56:17] *** rruss has quit IRC
[07:00:50] <lightguard_jp> bleathem: Do you care if I merge those two requests then change the testing structure?
[07:12:04] *** jbott has quit IRC
[07:14:14] *** jbott has joined #seam-dev
[07:25:20] *** oskutka has joined #seam-dev
[07:32:28] *** rruss has joined #seam-dev
[07:38:53] *** mkouba has joined #seam-dev
[07:43:38] *** tkimura has quit IRC
[07:45:47] *** tremes has joined #seam-dev
[07:47:15] *** tkimura has joined #seam-dev
[07:51:35] *** kpiwko has joined #seam-dev
[07:51:46] <bleathem> lightguard_jp: you mean merge them into develop?
[07:51:54] <lightguard_jp> Yes
[07:52:27] *** mgoldmann has joined #seam-dev
[07:52:40] <bleathem> I need to review the one from chkal
[07:52:58] <bleathem> it's a lot of new stuff - from the jira it seems as though anyway
[07:53:05] <bleathem> let me take a look now
[07:54:10] <bleathem> yeah, pull/55 is a lot to review
[08:04:08] <jbossbot> git [faces] push develop e273d60.. Brian Leathem Merge pull request #55 from chkal/stages...
[08:04:09] <jbossbot> git [faces] push develop URL: http://github.com/seam/faces/compare/c693f0f...e273d60
[08:04:17] <bleathem> ok lightguard_jp, I merged pull/55
[08:04:30] <bleathem> if you would review the test structure, that would be awesome
[08:08:28] <jbossbot> git [faces] push develop ef0ea78.. Brian Leathem Merge branch 'feature/SEAMFACES-213' of https://github.com/codylerum/faces into codylerum-feature/SEAMFACES-213
[08:08:29] <jbossbot> jira [SEAMFACES-213] UIInputContainer must revaluate required status during every encode due to Ajax requests [Pull Request Sent (Unresolved) Bug, Major, Unassigned] https://issues.jboss.org/browse/SEAMFACES-213
[08:08:29] <jbossbot> git [faces] push develop fde9d59.. Brian Leathem Code formatting cleanup
[08:08:29] <jbossbot> git [faces] push develop URL: http://github.com/seam/faces/compare/e273d60...fde9d59
[08:08:48] *** koentsje has joined #seam-dev
[08:24:12] <lightguard_jp> bleathem: Okay, I'll take a look at that if I can figure out this Glassfish issue
[08:24:23] <lightguard_jp> It doesn't look like we have any of our logging gurus here
[08:31:12] *** rruss has quit IRC
[08:44:43] *** maschmid has joined #seam-dev
[08:57:42] *** daniel_hinojosa has quit IRC
[08:58:10] <bleathem> lightguard_jp: latest pull request I merged broke the Faces build
[08:58:18] <bleathem> I guess it was a solder rename
[08:58:25] <bleathem> that happened in the mean time
[08:58:34] <lightguard_jp> Could be
[08:58:51] <lightguard_jp> compile error?
[08:58:52] <bleathem> tending to it now
[08:58:54] <bleathem> yeah
[08:59:01] <lightguard_jp> Okay, at least that's fairly easy to fix
[09:00:37] <lightguard_jp> bleathem: Is the @Begin in faces an interceptor?
[09:00:47] *** jharting has joined #seam-dev
[09:00:55] <bleathem> yes
[09:01:46] <lightguard_jp> What's the interceptor called?
[09:01:52] <bleathem> hmm, one sec
[09:03:50] <lightguard_jp> Found it
[09:05:55] *** mnovotny has joined #seam-dev
[09:08:06] *** mathieuancelin has joined #seam-dev
[09:08:42] <lightguard_jp> Was there some sort of bug in glassfish where it wouldn't always start interceptors?
[09:10:48] <jbossbot> git [faces] push develop 392e1c0.. Brian Leathem Fixed some imports, accounting for the Solder rename
[09:10:48] <jbossbot> git [faces] push develop URL: http://github.com/seam/faces/compare/fde9d59...392e1c0
[09:10:53] <lightguard_jp> Yep. GLASSFISH-17184
[09:10:54] <jbossbot> jira [GLASSFISH-17184] Interceptors enabled randomly [Open (Unresolved) Bug, Critical, Sivakumar Thyagarajan] http://java.net/jira/browse/GLASSFISH-17184
[09:10:58] *** kevinpollet_ has joined #seam-dev
[09:11:35] <bleathem> what's the @Begin interceptor called?
[09:14:13] <lightguard_jp> ConversationBoundaryInterceptor
[09:20:16] *** bleathem has quit IRC
[09:26:23] <lightguard_jp> dumb glassfish
[09:26:27] *** bd727_ has quit IRC
[09:33:50] *** maxandersen has joined #seam-dev
[09:34:14] *** lightguard_jp sets mode: +v jharting
[09:34:31] <lightguard_jp> jharting: Would you agree with the comment I made on SEAMJMS-56?
[09:34:32] <jbossbot> jira [SEAMJMS-56] Testsuite broken on weld-embedded [Open (Unresolved) Bug, Major, Unassigned] https://issues.jboss.org/browse/SEAMJMS-56
[09:35:52] <lightguard_jp> sbryzak: ping
[09:37:00] <jharting> lightguard_jp: yes, I see no point in doing that
[09:37:21] <lightguard_jp> Okay, great. That's another bug we can close :)
[09:37:21] <jharting> lightguard_jp: but I would check with john first, he is working on some refactoring of the entire testsuite
[09:37:33] <jharting> jharting: not sure what his plans are exactly
[09:38:00] <lightguard_jp> I'll have to dig it up, but I'm pretty sure I spoke to him about it.
[09:38:03] <lightguard_jp> Let me check my logs
[09:38:23] <jharting> lightguard_jp: ok, btw, have you considered using a workaround for SEAM-108?
[09:38:24] <jbossbot> jira [SEAM-108] seam-booking: BookingAgent.bookHotel() throws NPE on GlassFish [Resolved (Rejected) Bug, Critical, Unassigned] https://issues.jboss.org/browse/SEAM-108
[09:38:52] <jharting> lightguard_jp: it's just a guess, but using and explicit @Interceptors definition could help and it's not even that ugly
[09:39:10] <jharting> lightguard_jp: I can check if that helps on GF
[09:40:00] <jharting> actually, ignore that, I'll have to think about it more
[09:40:15] <lightguard_jp> Does that help? It seems like the interceptor isn't even activated properly
[09:40:43] <lightguard_jp> I got it work once, luck of the draw that time. All the others the interceptor wasn't invoked
[09:42:24] <jharting> lightguard_jp: yes, that issue is a real pita
[09:42:47] <jharting> lightguard_jp: they must have been very lucky when running the TCK for certification :-)
[09:44:18] <lightguard_jp> No kidding
[09:44:33] <lightguard_jp> Or just ignored it, because they're Oracle
[09:48:07] <lightguard_jp> jharting: Any ETA for SEAMREST-51?
[09:48:08] <jbossbot> jira [SEAMREST-51] rest-client example broken [Open (Unresolved) Bug, Critical, Jozef Hartinger] https://issues.jboss.org/browse/SEAMREST-51
[09:49:14] <jharting> lightguard_jp: probably tomorrow
[09:49:31] <lightguard_jp> great!
[09:54:39] <lightguard_jp> jharting: Is it possible that SEAMSECURITY-114 is being caused by the same interceptor bug?
[09:54:40] <jbossbot> jira [SEAMSECURITY-114] security-idmconsole fails to deploy on GlassFish [Open (Unresolved) Bug, Major, Shane Bryzak] https://issues.jboss.org/browse/SEAMSECURITY-114
[09:56:33] <lightguard_jp> Yep, probably. It's using the @Transactional interceptor binding
[09:57:10] <jharting> lightguard_jp: yes, it's very likely it's caused by the GF issue
[09:57:56] <jharting> lightguard_jp: we temporarily workaround by using the booking's approach, which uses user tx for bootstrap https://github.com/seam/examples/blob/master/booking/src/main/java/org/jboss/seam/examples/booking/bootstrap/ApplicationInitializer.java
[09:58:39] <lightguard_jp> You could probably also just inject a UserTransaction and manually call the methods.
[09:59:00] <lightguard_jp> Lots of fairly empty catch blocks though.
[09:59:20] <jharting> lightguard_jp: yes
[10:01:44] *** tkimura has quit IRC
[10:02:03] <oranheim> sbryzak: ping
[10:02:12] <sbryzak> oranheim: pong
[10:02:19] <lightguard_jp> If you drop the glassfish interceptor bugs, and the ones that we cannot do / are dependent on spec changes, that puts in the 30s for bugs left to fix. Not too bad
[10:02:40] <oranheim> sbryzak: I created SEAMFACES-215 that relates to SEAMSECURITY-111
[10:02:41] <jbossbot> jira [SEAMFACES-215] Regression with ViewConfig where Security Rules are not respected anymore [Open (Unresolved) Bug, Critical, Unassigned] https://issues.jboss.org/browse/SEAMFACES-215
[10:02:42] <jbossbot> jira [SEAMSECURITY-111] Security rules is broken [Resolved (Done) Bug, Critical, Shane Bryzak] https://issues.jboss.org/browse/SEAMSECURITY-111
[10:02:43] <lightguard_jp> maschmid: ping
[10:03:10] <sbryzak> oranheim: ah thanks, as a matter of fact i was looking at your test case right now
[10:03:11] <oranheim> sbryzak:  have you had time to check out the test case yet?
[10:03:17] <oranheim> sbryzak: :)
[10:03:52] <maschmid> lightguard_jp: pong
[10:04:03] <sbryzak> oranheim: i'm not sure what i should be clicking to reproduce the issue
[10:04:14] <lightguard_jp> maschmid: Any chance you're working on converting more modules to the latest testsuite structure?
[10:04:44] <oranheim> sbryzak: if you click on "Should redirect to Login (protected by ViewConfiguration and Restrictions" you are redirected to "Home (Restricted area)"
[10:05:06] <oranheim> sbryzak: this should never happen, because the ViewConfig should prohibit this
[10:05:12] <sbryzak> it sends me to home.jsf but gives me a red warning message
[10:05:14] <maschmid> lightguard_jp: not at the moment
[10:05:36] <sbryzak> oranheim: so clicking that should redirect to a login page?
[10:05:37] <oranheim> sbryzak: yes, and if you login from Landing Page. The red warning will disappear because then you are allowed to be on Home
[10:05:42] <oranheim> sbryzak: yes
[10:05:53] <sbryzak> oranheim: what's the username and password?
[10:06:10] <oranheim> sbryzak: any time.. it's a passthrough authentication method
[10:06:18] <lightguard_jp> maschmid: Darn. Was hoping to see servlet testsuite added to solder, and faces migrated over.
[10:06:32] <oranheim> s/any time/any thing/g
[10:06:46] <lightguard_jp> maschmid: I'll probably work on faces tomorrow, as that will help us for the hack night, being able to verify things.
[10:06:48] <sbryzak> oranheim: hmm, i may need brian to take a look at this
[10:06:59] <oranheim> sbryzak: cool
[10:12:28] <lightguard_jp> awesome: http://amokti.me/2011/10/11/automatic-opt-in-branch-building-with-jenkins-and-git-2/
[10:17:46] *** koentsje has quit IRC
[10:18:02] *** koentsje has joined #seam-dev
[10:18:38] <maschmid> lightguard_jp: I'll work on the servlet testsuite, hopefully by the end of this week
[10:19:30] <lightguard_jp> maschmid: Okay, that works
[10:19:33] <lightguard_jp> maschmid: Thanks
[10:22:25] *** koentsje has quit IRC
[10:32:09] <lightguard_jp> I'm done for the night, later all
[10:33:03] *** tkimura has joined #seam-dev
[10:37:15] *** lightguard_jp has quit IRC
[10:49:24] *** tkimura has quit IRC
[10:54:14] *** epbernard has joined #seam-dev
[10:54:14] *** epbernard is now known as emmanuel
[10:54:42] <oranheim> Guys, any thoughts on Dart?
[10:56:20] *** koentsje has joined #seam-dev
[11:14:09] *** dabloem has joined #seam-dev
[11:18:21] *** koentsje_ has joined #seam-dev
[11:19:39] *** koentsje has quit IRC
[11:19:39] *** koentsje_ is now known as koentsje
[11:24:14] *** bd727 has joined #seam-dev
[11:35:41] *** alesj has joined #seam-dev
[11:39:40] *** tsurdilo has joined #seam-dev
[11:51:01] *** edburns_away is now known as edburns
[11:52:54] *** Diablo-D3 has joined #seam-dev
[12:13:25] *** emmanuel has quit IRC
[12:19:31] <nickarls> stuartdouglas: ping
[12:19:48] <stuartdouglas> nickarls: hey
[12:20:37] <nickarls> stuartdouglas: for stuff loaded from a conversation scoped SMPC it should be impossible to get a lazyloadexception in the same conversation with faces+trsansactions+peristence, right?
[12:21:34] <stuartdouglas> if you are using the seam managed transactions stuff, then it should be fairly difficult
[12:21:51] <stuartdouglas> are you getting one?
[12:22:09] <nickarls> yep
[12:22:54] <stuartdouglas> The thought just occurred that you might get one in the render phase, because the SMPC enlists in the TX when a method is called, so if no method is called but a lazy collection is accessed the SMPC may not be enlisted in the current TX
[12:23:19] <stuartdouglas> but that is just a guess
[12:23:33] <nickarls> stuartdouglas: any easy way to test that?
[12:24:46] <stuartdouglas> not really
[12:25:44] <stuartdouglas> if you call an entity manager method first inside the TX the exception may go away
[12:25:51] <stuartdouglas> or it could be a bug
[12:26:03] <stuartdouglas> but either way, I am to tired to do anything about it tonight
[12:26:29] <stuartdouglas> can I see the stack trace?
[12:27:57] <nickarls> stuartdouglas: http://pastebin.com/yYNPyy3C no worries
[12:28:17] <nickarls> strange thing is that I get even if I map the collection as eager loading...
[12:28:35] <stuartdouglas> nickarls: I'm not sure
[12:35:13] <nickarls> stuartdouglas: perhaps even more strange, I can iterate over the collection but then it goes boom on next command action...
[12:47:10] *** amitev has quit IRC
[12:47:30] *** amitev has joined #seam-dev
[12:54:51] *** amitev has quit IRC
[12:55:26] *** amitev has joined #seam-dev
[12:59:19] *** edburns is now known as edburns_away
[13:10:30] *** MarcelBussien has left #seam-dev
[13:15:17] *** tsurdilo has quit IRC
[13:18:33] *** epbernard has joined #seam-dev
[13:18:33] *** epbernard is now known as emmanuel
[13:19:10] *** kevinpollet_ has quit IRC
[13:24:10] *** emmanuel has quit IRC
[13:30:19] *** kevinpollet_ has joined #seam-dev
[13:46:35] *** tsurdilo has joined #seam-dev
[13:47:13] *** duncan_ has joined #seam-dev
[13:48:22] *** dabloem has quit IRC
[13:50:12] *** rmartinelli has joined #seam-dev
[13:52:07] <jbossbot> git [examples] push master f4ce788.. Jozef Hartinger workaround for SEAM-108
[13:52:09] <jbossbot> jira [SEAM-108] seam-booking: BookingAgent.bookHotel() throws NPE on GlassFish [Reopened (Unresolved) Bug, Critical, Unassigned] https://issues.jboss.org/browse/SEAM-108
[13:52:09] <jbossbot> git [examples] push master d7b964f.. Shane Bryzak Merge pull request #12 from jharting/SEAM-108-workaround...
[13:52:09] <jbossbot> git [examples] push master URL: http://github.com/seam/examples/compare/f5a0ad2...d7b964f
[13:52:59] *** koentsje has quit IRC
[14:01:38] *** epbernard has joined #seam-dev
[14:01:38] *** epbernard is now known as emmanuel
[14:11:30] *** koentsje has joined #seam-dev
[14:22:35] <jbossbot> git [solder] push develop 67a8c9b.. Tomas Remes update removing seam from examples
[14:22:35] <jbossbot> git [solder] push develop URL: http://github.com/seam/solder/compare/e0c7201...67a8c9b
[14:28:25] *** koentsje has quit IRC
[14:30:52] *** emmanuel has quit IRC
[14:52:52] *** epbernard has joined #seam-dev
[14:52:52] *** epbernard is now known as emmanuel
[15:02:43] *** MarcelBussien has joined #seam-dev
[15:07:44] *** jganoff has joined #seam-dev
[15:07:44] *** ChanServ sets mode: +v jganoff
[15:09:20] *** sgilda_afk is now known as sgilda
[15:47:17] *** clerum has joined #seam-dev
[15:47:17] *** ChanServ sets mode: +v clerum
[15:47:57] *** koentsje has joined #seam-dev
[15:50:11] *** iphands has joined #seam-dev
[16:00:51] *** sannegrinovero has joined #seam-dev
[16:13:27] <jbossbot> git [mail] push develop a0f6b80.. Cody Lerum doc spelling
[16:13:27] <jbossbot> git [mail] push develop URL: http://github.com/seam/mail/compare/c074136...a0f6b80
[16:14:52] *** kevinpollet_ has quit IRC
[16:16:08] *** emmanuel has quit IRC
[16:16:37] *** rruss has joined #seam-dev
[16:18:18] *** mnovotny has quit IRC
[16:18:37] *** mbg_ has joined #seam-dev
[16:18:37] *** ChanServ sets mode: +v mbg_
[16:20:37] <clerum> anyone have a clue as to why my docs have a bunch of html code in the java/xml code inserts?
[16:20:38] <clerum> http://docs.jboss.org/seam/3/mail/snapshot/reference/en-US/html_single/
[16:23:32] *** mbg has quit IRC
[16:23:53] *** mbg has joined #seam-dev
[16:23:53] *** mbg has quit IRC
[16:23:53] *** mbg has joined #seam-dev
[16:23:53] *** ChanServ sets mode: +v mbg
[16:28:02] *** mbg_ has quit IRC
[16:29:40] *** mbg has quit IRC
[16:35:43] *** mbg has joined #seam-dev
[16:35:43] *** mbg has quit IRC
[16:35:43] *** mbg has joined #seam-dev
[16:35:43] *** ChanServ sets mode: +v mbg
[16:39:20] *** epbernard has joined #seam-dev
[16:39:20] *** epbernard is now known as emmanuel
[16:40:35] <jharting> clerum: not sure why but if you do not wrap <programlisting> within <para>, it works fine
[16:40:46] <clerum> ah
[16:40:50] <clerum> yeah works fine for pdf
[16:40:52] <clerum> just html
[16:40:55] <clerum> I'll try taht
[16:40:56] <clerum> that
[16:40:57] <clerum> thanks
[16:44:08] *** MarcelBussien has quit IRC
[16:46:15] <jbossbot> git [mail] push develop a3a83b8.. Cody Lerum fix html doc
[16:46:16] <jbossbot> git [mail] push develop URL: http://github.com/seam/mail/compare/a0f6b80...a3a83b8
[16:46:19] <clerum> jharting: yep that worked
[16:46:20] <clerum> thanks
[16:46:53] *** oskutka has quit IRC
[16:52:38] *** edburns_away is now known as edburns
[16:53:49] *** tremes has left #seam-dev
[16:54:39] *** rruss has quit IRC
[16:56:47] *** tsurdilo has quit IRC
[16:57:17] *** tsurdilo has joined #seam-dev
[16:57:25] *** jharting has left #seam-dev
[16:58:54] *** nilian has joined #seam-dev
[17:00:17] *** rruss has joined #seam-dev
[17:02:20] *** lincolnthree has joined #seam-dev
[17:02:20] *** ChanServ sets mode: +v lincolnthree
[17:02:37] *** mathieuancelin has quit IRC
[17:14:25] *** bleathem has joined #seam-dev
[17:14:25] *** ChanServ sets mode: +v bleathem
[17:15:40] <oranheim> bleathem: you closed SEAMFACES-215, but did you consider the ViewConfig issue and attached test case?
[17:15:41] <jbossbot> jira [SEAMFACES-215] Regression with ViewConfig where Security Rules are not respected anymore [Resolved (Duplicate Issue) Bug, Critical, Unassigned] https://issues.jboss.org/browse/SEAMFACES-215
[17:16:19] <bleathem> hi oranheim
[17:16:27] <oranheim> hi
[17:16:31] <bleathem> Are you trying with the latest snapshot?
[17:16:43] <oranheim> nope, is it fixed?
[17:16:56] <bleathem> yes
[17:17:01] <oranheim> great :)
[17:17:04] <bleathem> I marked it as duplicate
[17:17:04] <oranheim> thanks !!
[17:17:19] <oranheim> i see :)
[17:18:21] <oranheim> was it fixed in solder?
[17:21:52] <bleathem> I'm not sure, sbryzak fixed the linked issue
[17:22:07] *** jamezp_afk is now known as jamezp
[17:22:12] <bleathem> the solder/security rename kind of flew by me
[17:22:40] <clerum> the @Requires is horrible for refactoring
[17:25:13] <oranheim> bleathem: sbryzak: I have re-run the case compiled with latest Solder + Faces. The bug is still there.
[17:25:57] <bleathem> ok thanks for checking oranheim, do you mind re-opening the issue with that comment?
[17:26:02] <bleathem> I'll have a look later today
[17:26:09] <oranheim> bleathem: yes, please
[17:26:21] <clerum> oranheim: hmm...snapshots are working for me
[17:26:26] <clerum> with faces snapshot
[17:26:33] <clerum> the security rules are inforced
[17:26:37] <clerum> enforced
[17:26:59] <oranheim> i compiled solder + faces from latest head and it's still there to what i can see
[17:27:56] <maschmid> oranheim: can you check if the jars inside are the current snapshots? e.g. the security snapshot still depends on faces 3.1.0.beta3, so unless you modify all the dependencies it is not easy to have an all-snapshot in the app...
[17:28:39] <oranheim> maschmid: yep they are: Oct 12 17:18 solder-api-3.1.0-SNAPSHOT.jar (for impl, logging, faces-api and faces). All dated a few mins ago
[17:29:08] <oranheim> maschmid: i did a fresh clone (no pull) from repo too
[17:30:16] <oranheim> the test case should re-direct you to login, if authentication check is required. Right now an exception is thrown and you can also navigate straight to the /home.jsf, which is also declared protected
[17:31:59] <maschmid> oranheim: ok, sounds like a bug then :)
[17:32:12] *** maschmid has quit IRC
[17:36:38] *** kevinpollet has joined #seam-dev
[17:37:57] *** lincolnthree1 has joined #seam-dev
[17:37:57] *** ChanServ sets mode: +v lincolnthree1
[17:39:57] *** nilian has quit IRC
[17:41:08] *** lincolnthree has quit IRC
[17:42:45] *** tremes has joined #seam-dev
[17:42:50] *** tremes has left #seam-dev
[17:43:03] *** tremes has joined #seam-dev
[17:45:58] *** alesj has quit IRC
[17:59:05] *** akazakov has joined #seam-dev
[18:00:20] *** daniel_hinojosa has joined #seam-dev
[18:00:23] *** mgoldmann has quit IRC
[18:05:40] *** MarcelBussien has joined #seam-dev
[18:13:37] *** lincolnthree has joined #seam-dev
[18:13:37] *** ChanServ sets mode: +v lincolnthree
[18:13:42] *** lincolnthree1 has quit IRC
[18:13:42] *** lincolnthree2 has joined #seam-dev
[18:14:29] *** lincolnthree2 has quit IRC
[18:16:07] *** lincolnthree1 has joined #seam-dev
[18:16:07] *** ChanServ sets mode: +v lincolnthree1
[18:16:20] *** maximilienw has quit IRC
[18:19:58] *** lincolnthree1 has quit IRC
[18:21:14] *** tremes has quit IRC
[18:23:09] *** MarcelBussien has quit IRC
[18:24:06] *** MarcelBussien has joined #seam-dev
[18:26:03] *** lincolnthree1 has joined #seam-dev
[18:26:03] *** ChanServ sets mode: +v lincolnthree1
[18:26:46] *** lincolnthree2 has joined #seam-dev
[18:26:47] *** lincolnthree1 has quit IRC
[18:50:56] *** hannelita has joined #seam-dev
[18:51:19] *** rmartinelli has quit IRC
[18:52:31] <clerum> oranheim: have you seen any issues where the redirect after login seems to be not working
[18:52:56] <clerum> meaning if you click on a bookmark that takes you to a secured page
[18:53:03] <clerum> the app redirects you to the login
[18:53:17] <clerum> but after login it should send you back to the secured resource you requested
[18:53:26] <clerum> that seems to have broken in the last build
[18:53:30] <oranheim> clerum: currently, what i see is that you're not redirect to the login page, when it should do
[18:53:40] <oranheim> but i haven't had any issue with redirect after login
[18:53:54] <oranheim> really, interesting.. i need to test that
[18:54:10] <clerum> if I go to the login page directly
[18:54:18] <clerum> and then login then it takes me home correctly
[18:54:20] <clerum> to the home.xhtml
[18:54:33] <clerum> but if I was trying to go to a secured resource directly it fails
[18:54:42] <oranheim> i see, let's see if this sorts out then the ViewConfig is working again
[18:54:59] <clerum> yep
[18:55:22] <oranheim> thanks for letting me know, i'll try to reproduce the issue
[18:56:00] <clerum> yeah maybe it's something clashing with my faces-config
[18:56:12] <clerum> just trying to fine the correct way to set that up
[18:56:38] <oranheim> could be
[18:56:57] <clerum> it's going to be a common requirement
[18:57:05] <clerum> so the correct way should be documented
[18:57:10] <clerum> in faces
[18:58:01] <oranheim> yep
[18:58:56] *** tsurdilo has quit IRC
[19:00:23] <oranheim> clerum: i think shane and brian appreciate test case examples, if look at the one i did for seamsecurity-111, just upgrade it and attach it.. It a super simple test-app
[19:02:57] *** tsurdilo has joined #seam-dev
[19:04:55] *** oskutka has joined #seam-dev
[19:05:16] *** oskutka has quit IRC
[19:13:46] *** MarcelBussien has left #seam-dev
[19:18:23] *** rmartinelli has joined #seam-dev
[19:35:03] *** lincolnthree1 has joined #seam-dev
[19:35:03] *** ChanServ sets mode: +v lincolnthree1
[19:35:09] *** mkouba has quit IRC
[19:37:53] *** lincolnthree2 has quit IRC
[19:38:27] *** lincolnthree2 has joined #seam-dev
[19:38:27] *** ChanServ sets mode: +v lincolnthree2
[19:38:52] *** lincolnthree has quit IRC
[19:39:10] *** lincolnthree has joined #seam-dev
[19:39:10] *** ChanServ sets mode: +v lincolnthree
[19:40:10] *** lincolnthree1 has quit IRC
[19:40:32] *** lincolnthree1 has joined #seam-dev
[19:40:32] *** ChanServ sets mode: +v lincolnthree1
[19:41:13] <jbossbot> git [core] push master ec0600a.. Lincoln Baxter, III Show default package when creating entities
[19:41:14] <jbossbot> git [core] push master 415adb4.. Lincoln Baxter, III SEAMFORGE-360 SEAMFORGE-361
[19:41:14] <jbossbot> jira [SEAMFORGE-360] Forge Core Shell and Maven Facet Test failures [Open (Unresolved) Bug, Major, Unassigned] https://issues.jboss.org/browse/SEAMFORGE-360
[19:41:15] <jbossbot> jira [SEAMFORGE-361] All prompts accepting a default must display the default value when prompting [Closed (Done) Enhancement, Minor, Lincoln Baxter III] https://issues.jboss.org/browse/SEAMFORGE-361
[19:41:16] <jbossbot> git [core] push master URL: http://github.com/forge/core/compare/3b1e286...415adb4
[19:43:09] *** lincolnthree3 has joined #seam-dev
[19:43:25] *** lincolnthree2 has quit IRC
[19:43:50] *** kpiwko has quit IRC
[19:44:04] *** lincolnthree has quit IRC
[19:44:37] *** lincolnthree2 has joined #seam-dev
[19:44:37] *** ChanServ sets mode: +v lincolnthree2
[19:45:22] *** lincolnthree1 has quit IRC
[19:47:30] *** kevinpollet has quit IRC
[19:47:36] *** lincolnthree3 has quit IRC
[19:49:16] *** lincolnthree2 has quit IRC
[19:50:39] *** lincolnthree has joined #seam-dev
[19:50:40] *** ChanServ sets mode: +v lincolnthree
[20:02:23] *** tsurdilo has quit IRC
[20:03:54] *** tsurdilo1 has joined #seam-dev
[20:26:35] *** emmanuel has quit IRC
[20:32:03] *** epbernard has joined #seam-dev
[20:32:03] *** epbernard is now known as emmanuel
[20:33:56] *** rmartinelli has quit IRC
[20:41:12] *** tremes has joined #seam-dev
[21:03:48] *** maxandersen1 has joined #seam-dev
[21:04:13] *** kevinpollet has joined #seam-dev
[21:06:45] *** maxandersen has quit IRC
[21:07:58] *** lightguard_jp has joined #seam-dev
[21:07:58] *** ChanServ sets mode: +o lightguard_jp
[21:08:56] <lightguard_jp> bleathem: First stage is done
[21:09:02] <lightguard_jp> Got tests working on weld-ee-embedded
[21:09:07] <bleathem> cool~
[21:09:11] <bleathem> s/~/!/
[21:10:05] <tremes> lightguard_jp: hi.
[21:10:07] *** msmigielski has joined #seam-dev
[21:11:00] <tremes> lightguard_jp: i would like to ask you about example's names in solder.
[21:11:16] *** jamezp is now known as jamezp_afk
[21:19:05] <tremes> lightguard_jp: i updated solder examples (in accordance with your last commit to solder), but the question is if the name of example (examples) should be solder-config-princess-rescue or just solder-princess-rescue?
[21:21:56] *** maximilienw has joined #seam-dev
[21:28:21] *** emmanuel has quit IRC
[21:32:35] <bleathem> ping clerum
[21:32:46] <clerum> bleathem: pong
[21:33:07] <bleathem> clerum: you've gotten PrimeFaces and Richfaces to work together in an app right?
[21:33:25] <bleathem> I'm trying to resolve RF-11445
[21:33:27] <jbossbot> jira [RF-11445] Client side validation should search for inputs inside a component [Open (Unresolved) Enhancement, Minor, Brian Leathem] https://issues.jboss.org/browse/RF-11445
[21:33:29] <clerum> yes
[21:33:39] <clerum> well my issue was with notify
[21:33:45] <clerum> which was fixed with....
[21:33:46] <bleathem> and the sample app I've built isn't loading the jquery plugin jpassword
[21:33:49] <clerum> lemmie find thatjira
[21:34:17] <bleathem> I get this error: Uncaught TypeError: Object [object Object] has no method 'jpassword'
[21:34:19] <clerum> https://issues.jboss.org/browse/RF-11352
[21:34:20] 
[21:34:35] <bleathem> do I have to do something special to load primefaces resources?
[21:34:36] *** koentsje has quit IRC
[21:35:02] <clerum> I think it was to do with the rf component grabbing the right jquery handle
[21:35:11] <clerum> not grabbing the right jquery handle
[21:35:30] <bleathem> hm, ok
[21:35:37] <clerum> looking for the commit
[21:35:53] <clerum> RF needs fisheye
[21:35:59] <clerum> or commits need to be jira linked
[21:36:00] <bleathem> RF has fisheye
[21:36:19] <lincolnthree> clerum: owned
[21:36:20] <clerum> so it's the lack of jira id in the commit
[21:36:30] <lincolnthree> bleathem: owned
[21:36:34] <clerum> :-)
[21:36:42] <clerum> penalties offset
[21:36:48] <clerum> replay 3rd down
[21:37:02] <bleathem> clerum: yeah, I think that one was fixed in another issue
[21:37:12] <bleathem> lincolnthree: shit disturber
[21:37:19] <lincolnthree> bleathem: public forum
[21:37:21] <clerum> looking
[21:37:23] <lincolnthree> bleathem: owned
[21:37:25] * bleathem has been told that's a uniqely canadian phrase
[21:37:39] <bleathem> it's ok, it's just my accent
[21:38:50] *** msmigielski has quit IRC
[21:38:54] <clerum> https://source.jboss.org/browse/RichFacesComponents/validator/ui/src/main/resources/META-INF/resources/org.richfaces/notifyStack.js?r2=607df8031a05f1f007c79ead4f187e415d9e79fe&r1=d3893586d41dfa53850425c91079f1b3930a7315
[21:39:21] *** sannegrinovero has quit IRC
[21:39:27] <bleathem> ah
[21:43:00] *** hannelita has quit IRC
[21:44:52] <clerum> thats what that issue was anyway
[21:45:32] <bleathem> so there is not magic required to get the primefaces resources to load into your page
[21:45:35] <bleathem> ?
[21:45:46] <clerum> no magic
[21:46:06] <clerum> just adding it to the pom and the xmlns:p="http://primefaces.prime.com.tr/ui"
[21:46:47] <lincolnthree> bleathem: still working on the RF resources?
[21:47:12] <bleathem> lincolnthree: that's a seperate story
[21:47:22] <bleathem> right now I'm working on PrimeFaces/Richfaces interop
[21:47:33] <lincolnthree> ah
[21:47:45] <bleathem> thought I could provide a simple fix to get thr RichFaces CSV to work with more PrimeFaces components
[21:47:53] <clerum> I think you are both on the same jquery ver
[21:47:55] <bleathem> but I'm having a hard time tsting it
[21:48:02] <clerum> but I think prime modifies their version
[21:48:09] <clerum> slightly
[21:48:17] <bleathem> I know jose_freitas got this working
[21:48:26] <bleathem> I wish he was around
[21:49:22] <clerum> yeah I haven't worked with the client side validation stuff
[21:49:27] <clerum> no help here
[21:50:49] <lightguard_jp> tremes: Hm, go with solder-config-princess-rescue.
[21:51:14] <lightguard_jp> bbl
[21:51:36] *** tsurdilo1 has quit IRC
[21:52:42] *** koentsje has joined #seam-dev
[21:55:59] *** lightguard_jp has quit IRC
[21:59:51] *** maxandersen1 is now known as maxandersen
[21:59:54] *** maxandersen has quit IRC
[21:59:54] *** maxandersen has joined #seam-dev
[22:09:09] *** jamezp_afk is now known as jamezp
[22:09:26] *** tremes has left #seam-dev
[22:30:57] *** clerum has quit IRC
[22:31:08] *** kevinpollet has quit IRC
[22:32:53] *** clerum has joined #seam-dev
[22:32:53] *** ChanServ sets mode: +v clerum
[22:44:28] *** msmigielski has joined #seam-dev
[22:48:16] *** nilian has joined #seam-dev
[22:53:29] *** jamezp has quit IRC
[22:53:41] *** edburns is now known as edburns_away
[22:54:42] *** jamezp has joined #seam-dev
[22:54:42] *** ChanServ sets mode: +v jamezp
[22:57:38] *** msmigielski has quit IRC
[23:06:53] *** stuartdouglas has quit IRC
[23:13:00] *** hannelita has joined #seam-dev
[23:22:28] *** lincolnthree has quit IRC
[23:29:52] <clerum> bleathem: https://issues.jboss.org/browse/SEAMFACES-204
[23:29:53] <jbossbot> jira [SEAMFACES-204] Non-BeanManaged converter warning is too verbose [Open (Unresolved) Bug, Major, Unassigned] https://issues.jboss.org/browse/SEAMFACES-204
[23:30:09] <clerum> what do you think about just blowing that warning away?
[23:30:28] <bleathem> I've been leaning in that direction for a while now
[23:30:30] <clerum> or bumping the it to debug or trave
[23:30:35] <clerum> trace
[23:30:41] *** nilian has quit IRC
[23:30:41] <bleathem> debug should be good
[23:30:46] <clerum> I'll do a pull
[23:30:51] <bleathem> cool, thanks!
[23:30:52] <clerum> want to get that one cleaned up before cr1
[23:31:02] <clerum> it annoys me daily :-)
[23:31:06] <bleathem> gotta love OSS!
[23:31:31] <clerum> if you don't like it....fix it
[23:32:59] *** stuartdouglas has joined #seam-dev
[23:32:59] *** ChanServ sets mode: +v stuartdouglas
[23:40:26] *** sannegrinovero has joined #seam-dev
[23:40:57] *** jganoff has quit IRC
[23:54:45] *** koentsje has quit IRC
[23:55:45] <hannelita> Hi all!
[23:58:02] <sbryzak> hannelita: hello :)
[23:58:23] <hannelita> hmm, lightguardjp isnt around
[23:59:10] <hannelita> it was about seam booking example
[23:59:41] <sbryzak> is there a problem with it?

top