[jboss-user] [JBoss Seam] - Re: pojoCache is not injected with latest build from SVN

2008-01-29 Thread piotr.walczyszyn
It works now, thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4124402#4124402 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4124402 ___ jboss-user mailing list jboss-

[jboss-user] [JBoss Seam] - Re: different behaviour when clicking on a button or using e

2008-01-29 Thread piotr.walczyszyn
I just gave it a vote up on JIRA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4124397#4124397 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4124397 ___ jboss-user mailing li

[jboss-user] [JBoss Seam] - Re: different behaviour when clicking on a button or using e

2008-01-29 Thread piotr.walczyszyn
Thank you, I found it but unfortunetly it only works with buttons (h:commandButton etc) and what I'm looking for is a solution that will work with h:commandLink also. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4124355#4124355 Reply to the post : http://w

[jboss-user] [JBoss Seam] - Re: pojoCache is not injected with latest build from SVN

2008-01-28 Thread piotr.walczyszyn
When I start JBoss everything is fine, when I run my application I get this stacktrace: anonymous wrote : 08:22:26,444 ERROR [UICache] error accessing cache | java.lang.NullPointerException | at org.jboss.seam.ui.renderkit.CacheRendererBase.getFromCache(CacheRende | rerBase.java:80)

[jboss-user] [JBoss Seam] - pojoCache is not injected with latest build from SVN

2008-01-28 Thread piotr.walczyszyn
I just updated my project to run on latest source from SVN and current configuration doesn't inject pojoCache: @In | private PojoCache pojoCache; throws org.jboss.seam.RequiredException: @In attribute requires non-null value Last SVN update that I did was 2-3 days ago and everythi

[jboss-user] [JBoss Seam] - Invoke action on ENTER with h:commandLink

2008-01-28 Thread piotr.walczyszyn
How to invoke an action specified in h:commandLink when user presses ENTER button in text a field (enclosed in the same form). This works right with h:commandButton but doesn't with link. I know there is a s:defaultAction tag for s:link and s:button but it doesn't work for h:* tags. View the o

[jboss-user] [JBoss Seam] - Re: different behaviour when clicking on a button or using e

2008-01-27 Thread piotr.walczyszyn
Was this issue resolved, I can't find it in the latest 2.0.1.CR2 source code? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123814#4123814 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123814

[jboss-user] [JBoss Seam] - Re: Action execution upon page load

2008-01-15 Thread piotr.walczyszyn
Probably you could also use this: | ... | | ... where ... | public class PageLoadCallback { | | public void beforePhase(PhaseEvent event) { | ... | hope it helps View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120171#4120171 Reply to t

[jboss-user] [JBoss Seam] - Re: Seam Mail loads libraries every time I send a mail

2008-01-10 Thread piotr.walczyszyn
I know that this is just a workaround but you can use filter in your log4j configuration that helps ;) | | | | | | | | | | | | | | | |

[jboss-user] [JBoss Seam] - Re: Seam 2 + JBoss Portal 2.6 portlets

2007-11-22 Thread piotr.walczyszyn
Actually I'm looking for the same thing. If anyone could share some ideas. Best, Piotr View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107034#4107034 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107034 ___

[jboss-user] [JBoss Seam] - Re: can't get it working: exception redirection

2007-10-04 Thread piotr.walczyszyn
I don't think this is fixed, I still get Tomcat error page. I'm running recent CVS version. It looks like org.jboss.seam.web.FileUploadException exception is not intercepted properly. In my pages.xml I have proper handling to redirect me to my own error page. View the original post : http://ww

[jboss-user] [JBoss Seam] - Re: seam-gen changes character

2007-10-04 Thread piotr.walczyszyn
THX it works now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091757#4091757 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091757 ___ jboss-user mailing list jboss-user@li

[jboss-user] [JBoss Seam] - seam-gen changes character

2007-10-03 Thread piotr.walczyszyn
I'm running recent CVS version and I just found out (the hard way) that seam-gen when I run seam update-project command changes "-" to "_" character in my project name and all the jars and updates end up in different folder than I expected. View the original post : http://www.jboss.com/index.h

[jboss-user] [JBoss Seam] - Re: can't get it working: exception redirection

2007-09-29 Thread piotr.walczyszyn
Did you manage to solve this problem. I'm facing same thing. It looks like Seam doesn't intercept the exception and I also get Tomcat web page with following stacktrace: anonymous wrote : | java.lang.NullPointerException | org.jboss.seam.web.ExceptionFilter.endWebRequestAfterException(

[jboss-user] [JBoss Seam] - Re: Page Parameter not working

2007-09-17 Thread piotr.walczyszyn
The strange thing about this problem is that its completely not deterministic. I have a few pages that are using same construct and are working fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085247#4085247 Reply to the post : http://www.jboss.com/index

[jboss-user] [JBoss Seam] - Re: Page Parameter not working

2007-09-17 Thread piotr.walczyszyn
Did you manage to solve this problem? I have a same issue with my application. I even tried to upgrade myfaces to 1.1.5 but it didn't help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085241#4085241 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Seam] - Re: SEAM 2 and s:convertEntity

2007-06-29 Thread piotr.walczyszyn
I have the same problem in case: of one page with list of entities and checkboxes where entities are injected in an action component in Map object. | | | | | |

[jboss-user] [JBoss Seam] - Re: ASync calls stays in JBoss queue after restart

2007-05-23 Thread piotr.walczyszyn
I found some info here: http://wiki.jboss.org/wiki/Wiki.jsp?page=ChangeTheDatabase View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047821#4047821 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047821 ___

[jboss-user] [JBoss Seam] - Re: Is it possible to send mail from asynchronous method

2007-03-11 Thread piotr.walczyszyn
I can do it mid of next week. I'm out for few days. I will post my results. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026986#4026986 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026986 ___

[jboss-user] [JBoss Seam] - Re: StringIndexOutOfBoundsException when using selectDate

2007-03-04 Thread piotr.walczyszyn
I just checked CVS version, it works great :) Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024905#4024905 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024905 __

[jboss-user] [JBoss Seam] - Re: Problem updating model values with ajax4jsf

2007-03-04 Thread piotr.walczyszyn
Thank you, it solved my problem (I had other fields) :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024904#4024904 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024904 ___

[jboss-user] [JBoss Seam] - Re: StringIndexOutOfBoundsException when using selectDate

2007-03-04 Thread piotr.walczyszyn
I have Polish [pl] locale. I will checkout CVS and let you know if it works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024903#4024903 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024903 __

[jboss-user] [JBoss Seam] - Problem updating model values with ajax4jsf

2007-03-03 Thread piotr.walczyszyn
I have a problem with updating model values using ajax4jsf. It looks like it does only validation phase but skips data model update phase. I'm trying to run simplest example of ajax4jsf: | | | | | | | I get no error, I can see that there is asynch request done to the se

[jboss-user] [JBoss Seam] - StringIndexOutOfBoundsException when using selectDate

2007-03-03 Thread piotr.walczyszyn
I get an exception when using s:selectDate, my code looks like this: | | | | | | | | | | | | | | And the exception like this: anonymous wrote : | 16:25:32,863 ERROR [STDERR] Mar

[jboss-user] [JBoss Seam] - Re: Is it possible to send mail from asynchronous method

2007-02-28 Thread piotr.walczyszyn
I checked it with myfaces, still there is a problem, I posted stack trace in JIRA issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023969#4023969 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023969 _

[jboss-user] [JBoss Seam] - Re: Is it possible to send mail from asynchronous method

2007-02-27 Thread piotr.walczyszyn
Yes unfortunetly it doesn't work with JSF 1.2, I will try to switch tomorrow to myfaces and test it in thi environment. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023326#4023326 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss Seam] - Re: Is it possible to send mail from asynchronous method

2007-02-27 Thread piotr.walczyszyn
I will build seam source from CVS and will try to test it today. I will post my results on JIRA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023174#4023174 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023174 _

[jboss-user] [JBoss Seam] - Re: Is it possible to send mail from asynchronous method

2007-02-21 Thread piotr.walczyszyn
Issue is posted: http://jira.jboss.com/jira/browse/JBSEAM-892 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020102#4020102 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020102 _

[jboss-user] [JBoss Seam] - Re: Is it possible to send mail from asynchronous method

2007-02-20 Thread piotr.walczyszyn
I just checked also one thing. I removed from my mail template all referances to my components. Now it is completely static template with hardcoded receipient, subject and body. Unfortunelty I get same error when rendering - I guess this proves that my problem is not about properly scoped compon

[jboss-user] [JBoss Seam] - Re: Is it possible to send mail from asynchronous method

2007-02-20 Thread piotr.walczyszyn
I got it: anonymous wrote : | 18:04:44,723 ERROR [STDERR] java.lang.NullPointerException | 18:04:44,723 ERROR [STDERR] at org.jboss.seam.ui.facelet.FaceletsRenderer.wr | apResponseWriter(FaceletsRenderer.java:95) | 18:04:44,723 ERROR [STDERR] at org.jboss.seam.ui.facelet.Facelets

[jboss-user] [JBoss Seam] - Re: Is it possible to send mail from asynchronous method

2007-02-20 Thread piotr.walczyszyn
Sorry I was out yestarday and I didn't have access to my dev environment where I have this problem. Unfortunetly the stack trace is super short and maybe it will tell you more then me: anonymous wrote : | 15:02:31,623 ERROR [TimerImpl] Error invoking ejbTimeout: javax.ejb.EJBTransacti | onR

[jboss-user] [JBoss Seam] - Re: Is it possible to send mail from asynchronous method

2007-02-19 Thread piotr.walczyszyn
I guess I wasn't clear in my previous posts. This is exactly what I'm doing, I tried to stick it in to all possible contexts that are available throug Contexts class. Everytime I get NPE when running Renderer.render() method and I understand that this is because my objects are not found in those

[jboss-user] [JBoss Seam] - Re: Is it possible to send mail from asynchronous method

2007-02-18 Thread piotr.walczyszyn
I'm already passing my objects as parameters to asynch method and it works great. The problem begins when I want to render mail using Renderer.render method because my objects are not within conversation context of renderer. And in my email template I need to access my user object to get his add

[jboss-user] [JBoss Seam] - Is it possible to send mail from asynchronous method

2007-02-18 Thread piotr.walczyszyn
In my scenario I would like to send mails using seam-mail from asynchronous methods. The problem is that context of asynchronous method doesn't contain my objects that I would like to use within the body of my message and also for recipients address. I tried to inject manually using any of the f

[jboss-user] [JBoss Seam] - Problem injecting DataModelSelection between two SFSB

2007-02-15 Thread piotr.walczyszyn
I have a problem with injection of DataModelSelection in following scenario: anonymous wrote : SFSB A builds DataModel and begins new conversation, this DataModel is displayed on the page within dataTable and with each table row there is s:link that has action pointing to SFSB B method. |

[jboss-user] [JBoss Seam] - Re: Seam security adds default messages

2007-02-09 Thread piotr.walczyszyn
I think fernando_jmt is right, for example in my case I link graphical icon with messages. Icon is rendered when #{! empty facesContext.maximumSeverity}, unfortunetly when I set org.jboss.seam.loginSuccessful to be an empty string my icon is also rendered. View the original post : http://www

[jboss-user] [JBoss Seam] - Seam security adds default messages

2007-02-08 Thread piotr.walczyszyn
I just installed seam-1.1.6 and I can see that seam-secuity adds default messages (this is new behaviour since 1.1.5), when user logs in it adds: anonymous wrote : Welcome, %username% and when user fails to authenticate it adds: anonymous wrote : Invalid login Is it possible to turn off this beh

[jboss-user] [JBoss Seam] - Re: EntityManager injection in Authenticator class

2007-02-03 Thread piotr.walczyszyn
Thank you it works when i changed my Authenticator class to be a SLSB. p. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4010425#4010425 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010425 _

[jboss-user] [JBoss Seam] - EntityManager injection in Authenticator class

2007-02-03 Thread piotr.walczyszyn
I have a problem with injection of EntityManager in my Authenticator class. When I login my EntityManager variable is null and I get NPE. In my environment I'm using jboss-4.0.5 and JSF 1.2 RI. I'm wondering if my authenticator class shouldn't be SFSB or SLSB in this case? Here is part of my Au

[jboss-user] [JBoss Seam] - Re: seam-security required jars

2007-02-03 Thread piotr.walczyszyn
Shane, thank you for your response. I can agree with [sasasasasa] (who ever it is) regarding growing number of jars, but this will not discourage me from using Seam (I will rais jira issue). Thank you for a great job - keep it up. p. View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Seam] - seam-security required jars

2007-02-03 Thread piotr.walczyszyn
Hi this is great to see security implementation in Seam. I have one question regarding this new feature, what jars are required in my ear in order to work with seam-security and use only roles part without permissions. Do I also need all drools jars and security.drl file? p. View the original p