[00:01:45] *** alesj has joined #seam-dev [00:06:58] <jbossbot> git [validation] push master 6da5c35.. Gunnar Morling SEAMVALIDATE-2: Use HV 4.2.0.Beta1 instead of snapshot dependency to ensure a stable build [00:07:00] <jbossbot> jira [SEAMVALIDATE-2] Fix test failure due to missing beans.xml [Coding In Progress (Unresolved) Bug, Major, Gunnar Morling] https://issues.jboss.org/browse/SEAMVALIDATE-2 [00:07:00] <jbossbot> git [validation] push master 98b10fd.. Gunnar Morling SEAMVALIDATE-2: provide beans.xml for unit tests [00:07:00] <jbossbot> git [validation] push master d4f1201.. Gunnar Morling Merge branch 'master' of github.com:seam/validation [00:07:00] <jbossbot> git [validation] push master URL: http://github.com/seam/validation/compare/f8cdc41...d4f1201 [00:15:35] <jbossbot> git [mail] push master b6f55cb.. Cody Lerum update bom for solder beta4 [00:15:35] <jbossbot> git [mail] push master a2565f3.. Cody Lerum add default send method - SEAMMAIL-16... [00:15:36] <jbossbot> jira [SEAMMAIL-16] Default Send Method [Closed (Done) Enhancement, Major, Cody Lerum] https://issues.jboss.org/browse/SEAMMAIL-16 [00:15:36] <jbossbot> git [mail] push master URL: http://github.com/seam/mail/compare/8e611a2...a2565f3 [00:16:46] *** clerum has quit IRC [00:18:08] *** clerum has joined #seam-dev [00:19:40] *** koentsje has quit IRC [00:27:08] *** alesj has quit IRC [00:30:48] *** nickarls has joined #seam-dev [00:35:45] *** pmuir has quit IRC [00:37:23] *** ssachtleben has quit IRC [00:43:26] *** rruss has joined #seam-dev [00:55:37] <nraf> Quick question. After having some trouble porting over to Seam 3, I've decided to wait until the CR or the final version before trying again. In the meantime, however, I'd like to integrate Seam 3 Remoting which the Seam 2 application I'm working on [00:56:03] <nraf> I'm having trouble with Seam 2 Remoting and this will make it easier to migrate later on. [00:57:08] <nraf> I was wondering if it's possible to do so and what modules I'd need to get it working. At the moment, I'm getting an exception when I try to load the interface for one of my classes. The only change I've made to my app is having added the Seam 3 Remoting jar. [00:57:16] <nraf> Do I need anything else to get it working? [00:57:43] <nraf> Oh, and I've changed what's in web.xml to reflect what's written in the v3 remoting doc. [00:57:55] <sbryzak> nraf: which container are you deploying to? [00:58:09] <nraf> I'm using jboss as 6 final. [00:58:41] <sbryzak> and you're deploying a seam 2 app? [00:58:46] <nraf> Yes. [00:59:08] <sbryzak> how did you get around the jsf version mismatch? [01:00:21] <nraf> Hmm, I didn't do anything in that regard. [01:00:43] <sbryzak> it was my understanding that seam 2 wouldn't work in as6 [01:01:09] <sbryzak> anyway, what is the exception that you're getting? [01:01:14] <nraf> When I'm loading the app, I do get the following warning: [BaseXMLFilter] This version of RichFaces implementation compativle for JSF1.2, but running under JSF2.0. [01:01:43] *** lightguard_jp has quit IRC [01:02:16] <nraf> http://pastebin.com/3r6Z4zNt [01:03:47] <sbryzak> that exception suggests that injection isn't working [01:03:57] <sbryzak> is there a beans.xml in your deployment archive? [01:17:31] <nraf> Sorry, got pulled into an ad hoc meeting... [01:17:45] <nraf> Looking through my project, I can't find any beans.xml file. [01:18:17] <nraf> Is it required for Seam 2? Up to this point, I haven't had any trouble and the project is moderately sized with tons of injections going on. [01:20:08] <nraf> Also, for injects, I'm using @Name("..") and not the CDI @Named. Would that make a difference here? [01:23:21] *** daniel_hinojosa has quit IRC [01:28:43] *** rruss has quit IRC [01:29:53] <sbryzak> nraf: i think you require it so that your app gets processed by the weld deployer [01:48:26] <nraf> Okay, having added beans.xml to the WEB-INF directory, I'm now getting a deployment error (which appears to be related to weld). The relevant logs are: http://pastebin.com/qffFkf50 [01:50:43] <sbryzak> nraf: are you bunding any jsf jars with your app? [01:51:54] <nraf> Inside the Seam lib folder, I have jsf-api, jsf-facelets and jsf-impl. [01:52:42] <sbryzak> and are you including them in your deployment? [01:54:33] <nraf> Inside the deployed war, I can see jsf-facelets.jar (and some richfaces jars if that's relevant). [01:55:37] <jbossbot> git [persistence] push master b7f5501.. Stuart Douglas SEAMPERSIST-25 misc documentation issues [01:55:37] <jbossbot> jira [SEAMPERSIST-25] Misc documentation issues [Reopened (Unresolved) Bug, Minor, Shane Bryzak] https://issues.jboss.org/browse/SEAMPERSIST-25 [01:55:38] <jbossbot> git [persistence] push master URL: http://github.com/seam/persistence/compare/4431bac...b7f5501 [01:56:51] <sbryzak> nraf: hmm, the facelets jar shouldn't be causing a problem... [01:57:22] *** daniel_hinojosa has joined #seam-dev [01:57:49] <sbryzak> i'm not sure what else to suggest at this stage, we don't support seam 2.x in AS6 yet [01:58:23] <sbryzak> is there something particular in seam 3 remoting that you need that the one in seam 2 doesn't offer? [01:59:17] <nraf> It's not so much a need - Seam 2 Remoting doesn't seem to be working in my app. When I send a request, the response packet comes back empty. [01:59:32] <sbryzak> is there an exception? [01:59:47] <nraf> I can't see any exceptions or anything of the sort in the logs or the firebug console. [02:00:19] <nraf> The debug panel just shows the response packet pretty much immediately (< 1 from request to printing out response). [02:01:07] <sbryzak> are the remoting object stubs being generated correctly? [02:03:43] <nraf> Give me a minute - just putting back the Seam 2 Remoting jars and reverting the code. [02:07:00] *** balunasj_busy has quit IRC [02:08:43] *** daniel_hinojosa has quit IRC [02:10:59] <nraf> Okay, at the moment I'm trying to get the 'sayHello' example from the doc working (I added the class inside my application and created a new .xhtml file - it only contains a button that fires the seam code at this point). [02:11:42] <nraf> Contents of interface.js?helloAction are http://pastebin.com/SkEBqPYt [02:12:13] <sbryzak> that looks good [02:12:25] <sbryzak> so when you invoke the sayHello() method, it doesn't work? [02:12:37] <nraf> No. [02:12:45] <sbryzak> can you show me your server-side code? [02:14:20] <nraf> http://pastebin.com/JX1mTNpW [02:15:19] <sbryzak> put the @WebRemote in the HelloAction class [02:15:27] <sbryzak> not in the local interface [02:17:09] <nraf> Doesn't work. After doing that, the sayHello() is missing from the stub altogether. [02:19:04] <sbryzak> ok, the next thing to do is set a breakpoint in ExecutionHandler.handle(), and step through the code to see why it's not working [02:20:47] <nraf> Are there any guides on how to get breakpoints working with Seam? I've managed to attach the source to the Seam classes but I setting breakpoints doesn't seem to work. [02:21:07] *** cbrock has quit IRC [02:24:31] <sbryzak> it should just work, just remote attach to your running as6 instance [02:37:06] <nraf> Okay, got it working but it doesn't even seem to be making it into the handle method. [02:38:32] <nraf> In the handle method, there's a log message pretty early on. That's not even being displayed on my console so it seems like confirmation that it's not making it that far... [02:46:28] <sbryzak> nraf: try setting a breakpoint in Remoting.getResource() then [02:49:40] <nraf> Cool. When I attempt to make the remote call, it doesn't meet the if condition (line 116: if (m.matches())). [02:50:29] <nraf> pathInfo is "/execute.seam" [02:50:47] <nraf> The handle is null. [02:50:52] <nraf> *handler [02:51:00] <sbryzak> it should match on the handler [02:51:14] <sbryzak> step into the .getRequestHandler() method [02:51:28] <sbryzak> er, wait a minute [02:51:32] <sbryzak> why is it execute.seam? [02:51:52] <nraf> Not sure. What should it be? [02:52:08] <sbryzak> just /execute i think [02:53:56] <nraf> Maybe something in web.xml is causing it to get changed? [02:54:59] <nraf> Here are the contents: http://pastebin.com/q6CL3yNK [02:55:37] <sbryzak> UrlRewriteFilter [02:55:56] <sbryzak> what's the configuration for it? [02:56:23] <nraf> What do you mean? [02:56:33] <sbryzak> it should have its own configuration file [02:56:38] <sbryzak> urlrewrite.xml or something like that [02:57:22] <sbryzak> i'm guessing that it's appending the .seam suffix onto the request [02:57:27] <sbryzak> which is why the remoting servlet can't process it [03:04:14] <nraf> :) That was it. I disabled the rewrite filter and it's working fine now. [03:04:53] <nraf> Thanks a ton. You guys have been extremely helpful. [03:05:15] <sbryzak> no problem [03:07:28] *** johnament has joined #seam-dev [03:21:46] *** bitshuffler has joined #seam-dev [03:37:32] *** johnament has quit IRC [04:42:51] *** clerum has quit IRC [04:44:28] *** clerum has joined #seam-dev [04:45:08] *** lightguard_jp has joined #seam-dev [05:00:49] <jbossbot> git [persistence] push master d5c9de7.. Stuart Douglas SEAMPERSIST-14 Allow @Transactional on stereotypes [05:00:50] <jbossbot> jira [SEAMPERSIST-14] Allow @Transactional and @TransactionAttribute to be used on stereotypes [Open (Unresolved) Feature Request, Major, Unassigned] https://issues.jboss.org/browse/SEAMPERSIST-14 [05:00:51] <jbossbot> git [persistence] push master URL: http://github.com/seam/persistence/compare/b7f5501...d5c9de7 [05:12:20] *** daniel_hinojosa has joined #seam-dev [06:18:44] *** rpetruescu has joined #seam-dev [06:31:08] *** rpetruescu has quit IRC [06:38:26] *** bitshuffler has quit IRC [06:46:24] *** nraf has quit IRC [06:58:21] *** clerum has quit IRC [06:59:00] *** clerum has joined #seam-dev [07:18:50] *** oskutka has joined #seam-dev [07:25:20] *** lukaszlenart has joined #seam-dev [07:46:55] *** rpetruescu has joined #seam-dev [08:09:38] *** kpiwko has joined #seam-dev [08:12:13] *** rruss has joined #seam-dev [08:19:56] *** lightguard_jp has quit IRC [08:29:40] *** daniel_hinojosa has quit IRC [08:58:36] *** clerum has quit IRC [09:00:23] *** mgencur has joined #seam-dev [09:00:30] *** clerum has joined #seam-dev [09:08:47] *** maschmid has joined #seam-dev [09:13:02] *** koentsje has joined #seam-dev [09:17:58] *** jharting has joined #seam-dev [09:37:57] *** marekn has joined #seam-dev [09:48:37] *** alesj has joined #seam-dev [10:31:26] *** marekn has quit IRC [10:33:12] *** marekn has joined #seam-dev [10:51:22] *** rruss has quit IRC [11:00:05] *** clerum has quit IRC [11:22:48] *** aslak has joined #seam-dev [11:22:48] *** aslak has quit IRC [11:22:48] *** aslak has joined #seam-dev [11:52:14] *** jharting has quit IRC [12:05:13] *** aslak_ has joined #seam-dev [12:05:28] *** aslak has quit IRC [12:06:08] *** aslak__ has joined #seam-dev [12:09:38] *** aslak_ has quit IRC [12:23:06] *** aslak_ has joined #seam-dev [12:26:26] *** aslak__ has quit IRC [12:26:33] *** aslak_ is now known as aslak [12:39:18] *** aslak_ has joined #seam-dev [12:43:01] *** aslak has quit IRC [12:45:04] *** aslak_ has quit IRC [12:46:11] *** aslak_ has joined #seam-dev [13:01:41] *** aslak_ has quit IRC [14:04:10] <jose_freitas> stuartdouglas: ping [14:21:19] *** emmanuel has joined #seam-dev [14:46:04] *** daniel_hinojosa has joined #seam-dev [14:47:21] *** clerum has joined #seam-dev [14:48:23] *** lightguard_jp has joined #seam-dev [14:55:25] <jose_freitas> besides stuartdouglas, is there another person coding for seam-config? [14:57:28] *** monkeyden has joined #seam-dev [15:19:29] *** tsurdilo has joined #seam-dev [15:27:18] *** aslak has joined #seam-dev [15:27:18] *** aslak has quit IRC [15:27:18] *** aslak has joined #seam-dev [15:30:32] *** emmanuel has quit IRC [15:31:33] *** epbernard has joined #seam-dev [15:31:33] *** epbernard is now known as emmanuel [15:47:45] *** alesj has quit IRC [15:52:58] *** emmanuel has quit IRC [15:53:30] *** emmanuel has joined #seam-dev [15:59:24] *** lincolnthree has joined #seam-dev [16:05:55] *** jganoff has quit IRC [16:17:38] *** lightguard_jp has quit IRC [16:21:52] *** daniel_hinojosa has quit IRC [16:24:55] *** stuartdouglas has quit IRC [16:26:07] *** aslak has quit IRC [16:32:57] *** lukaszlenart has quit IRC [16:37:16] *** jharting has joined #seam-dev [16:43:23] *** lightguard_jp has joined #seam-dev [16:43:58] *** rruss has joined #seam-dev [16:45:33] *** lukaszlenart has joined #seam-dev [16:48:14] *** oskutka has quit IRC [16:50:06] *** lukaszlenart has quit IRC [16:56:23] *** marekn has quit IRC [16:58:19] *** bitshuffler has joined #seam-dev [16:59:00] *** stuartdouglas has joined #seam-dev [17:04:34] <lightguard_jp> jose_freitas: I think Stuart is the only one [17:09:57] *** daniel_hinojosa has joined #seam-dev [17:14:35] <jose_freitas> hm [17:14:35] <jose_freitas> jey [17:14:36] <jose_freitas> =) [17:14:55] <jose_freitas> ops jey should be kay [17:20:46] <jbossbot> git [rest] push master 0ce16c3.. Jozef Hartinger Added null check [17:20:46] <jbossbot> git [rest] push master 2ebdf1f.. Jozef Hartinger SEAMREST-27 Register ClientErrorInterceptors automatically [17:20:47] <jbossbot> jira [SEAMREST-27] Register ClientErrorInterceptors automatically [Open (Unresolved) Feature Request, Major, Jozef Hartinger] https://issues.jboss.org/browse/SEAMREST-27 [17:20:47] <jbossbot> git [rest] push master 85e7fbb.. Shane Bryzak convert to asl [17:20:47] <jbossbot> git [rest] push master 648672e.. Shane Bryzak removed lgpl.txt [17:20:47] <jbossbot> git [rest] push master 027ef3a.. Shane Bryzak restructure docs for bundled build [17:20:47] <jbossbot> git [rest] push master 43d4c03.. Jozef Hartinger Merge branch 'master' of github.com:seam/rest [17:20:48] <jbossbot> git [rest] push master URL: http://github.com/seam/rest/compare/d191d30...43d4c03 [17:28:42] *** mgencur has left #seam-dev [17:30:13] *** amitev has quit IRC [17:33:03] *** amitev has joined #seam-dev [17:36:53] *** kpiwko has quit IRC [17:39:40] <jbossbot> git [rest] push master d421869.. Jozef Hartinger SEAMREST-21 [17:39:41] <jbossbot> jira [SEAMREST-21] seam-tasks-statistics overhaul [Resolved (Done) Feature Request, Major, Jozef Hartinger] https://issues.jboss.org/browse/SEAMREST-21 [17:39:41] <jbossbot> git [rest] push master URL: http://github.com/seam/rest/compare/43d4c03...d421869 [17:55:33] <jbossbot> git [rest] push master 592b716.. Jozef Hartinger SEAMREST-31 [17:55:34] <jbossbot> jira [SEAMREST-31] Rewrite templating providers so that they do not depend on Solder's Expressions [Resolved (Done) Task, Minor, Jozef Hartinger] https://issues.jboss.org/browse/SEAMREST-31 [17:55:34] <jbossbot> git [rest] push master URL: http://github.com/seam/rest/compare/d421869...592b716 [17:59:00] *** pmuir has joined #seam-dev [17:59:00] *** pmuir has quit IRC [17:59:00] *** pmuir has joined #seam-dev [18:15:01] *** maschmid has quit IRC [18:23:25] <jbossbot> git [rest] push master 9027f9a.. Jozef Hartinger bump bom version [18:23:25] <jbossbot> git [rest] push master 4dbc45d.. Jozef Hartinger SEAMREST-25 [18:23:26] <jbossbot> jira [SEAMREST-25] Use Solder's @Requires for optional beans [Resolved (Done) Task, Minor, Jozef Hartinger] https://issues.jboss.org/browse/SEAMREST-25 [18:23:26] <jbossbot> git [rest] push master URL: http://github.com/seam/rest/compare/592b716...4dbc45d [18:31:06] <jbossbot> git [rest] push master b760ede.. Jozef Hartinger SEAMREST-32 [18:31:07] <jbossbot> jira [SEAMREST-32] Move tasks statistics to package org.jboss.seam.rest.example.tasks.statistics [Resolved (Done) Task, Minor, Jozef Hartinger] https://issues.jboss.org/browse/SEAMREST-32 [18:31:07] <jbossbot> git [rest] push master URL: http://github.com/seam/rest/compare/4dbc45d...b760ede [18:32:48] *** epbernard has joined #seam-dev [18:33:30] *** emmanuel has quit IRC [18:36:54] <jbossbot> git [rest] push master 4b039b0.. Marek Schmidt Fixes "tasks" example [18:36:54] <jbossbot> git [rest] push master URL: http://github.com/seam/rest/compare/b760ede...4b039b0 [19:04:53] <jbossbot> git [rest] push master 1ef7e97.. Jozef Hartinger minor [19:04:53] <jbossbot> git [rest] push master 6344beb.. Jozef Hartinger Another GlassFish workaround [19:04:54] <jbossbot> git [rest] push master URL: http://github.com/seam/rest/compare/4b039b0...6344beb [19:07:55] *** pmuir has quit IRC [19:14:57] <jbossbot> git [rest] push master 1b73c5d.. Jozef Hartinger minor docs enhancement [19:14:57] <jbossbot> git [rest] push master URL: http://github.com/seam/rest/compare/6344beb...1b73c5d [19:20:07] *** rruss has quit IRC [19:24:16] *** tsurdilo has quit IRC [19:24:45] *** tsurdilo has joined #seam-dev [19:32:44] <jbossbot> git [rest] push master aca9d09.. Jozef Hartinger Use single XML namespace for Seam REST configuration [19:32:45] <jbossbot> git [rest] push master URL: http://github.com/seam/rest/compare/1b73c5d...aca9d09 [20:16:16] *** jharting has quit IRC [20:20:29] *** rruss has joined #seam-dev [20:31:45] *** daniel_hinojosa has quit IRC [20:41:41] <jose_freitas> hello, is EL 2.2 specification states that is possible to access explicit method of a webbean? [20:43:16] <jose_freitas> I know that here is not the perfect channel to ask, but since a lot of you got involved in the process of building the specification, I was hoping someone could help me [20:44:02] *** epbernard has quit IRC [20:52:52] *** rruss has quit IRC [20:58:24] <lightguard_jp> jose_freitas: You can call methods from EL in EL 2.2 [20:58:53] <lightguard_jp> #{mybean.someMethod(someArg, 'Some Arg String')} etc [21:08:59] <jose_freitas> that's what I though lightguard_jp [21:09:04] <jose_freitas> but for some reason I cant [21:09:05] <jose_freitas> http://community.jboss.org/thread/162760?tstart=0 [21:09:15] <jose_freitas> take a look at this (mine) post [21:09:59] <jose_freitas> I don't know maybe we can access the method for an action, validator and another functional stuff, but not for a value=" " property [21:11:17] <jose_freitas> If someone had asked me yesterday, I would give 100% that it could access [21:12:34] <lightguard_jp> jose_freitas: I think Nicklas is correct on that post [21:15:53] <jose_freitas> oh yes, I just saw his answer [21:16:02] <jose_freitas> thank nickarls [21:16:36] <jose_freitas> I was expecting something like that [21:25:23] *** ssachtleben has joined #seam-dev [21:28:02] <jose_freitas> thank you lightguard_jp [21:33:32] <lightguard_jp> jose_freitas: np [21:46:11] *** rruss has joined #seam-dev [21:56:53] *** nraf has joined #seam-dev [22:18:16] *** rpetruescu has quit IRC [22:24:44] *** tsurdilo has quit IRC [22:29:15] *** rruss has quit IRC [22:33:15] *** tsurdilo has joined #seam-dev [22:33:47] *** daniel_hinojosa has joined #seam-dev [22:34:40] <jbossbot> git [security] push master 834414f.. Shane Bryzak explicitly specify @Named annotation so the authenticator can be selected [22:34:40] <jbossbot> git [security] push master URL: http://github.com/seam/security/compare/6be0790...834414f [22:36:20] *** monkeyden has quit IRC [22:40:00] *** ssachtleben has quit IRC [22:41:51] *** nraf has quit IRC [22:50:51] *** daniel_hinojosa has quit IRC [22:54:55] *** daniel_hinojosa has joined #seam-dev [23:10:17] *** bitshuffler_ has joined #seam-dev [23:12:06] *** tsurdilo has quit IRC [23:13:15] *** tsurdilo has joined #seam-dev [23:14:50] *** bitshuffler has quit IRC