[jboss-user] [JBoss Seam] - Re: restricting access using pages.xml

2007-02-01 Thread svadu
I fixed that bug locally and the patch is ready to be sent to Gavin. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009769#4009769 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009769 __

[jboss-user] [JBoss Seam] - Re: Seam 1.1.5.GA released

2007-02-01 Thread svadu
I have a small patch that fixes a NPE that I encountered. What is the best way to get it to you? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009766#4009766 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009766 _

[jboss-user] [JBoss Seam] - Re: Seam 1.1.5.GA released

2007-02-01 Thread svadu
Good job, thanks! I am also glad JBoss is extending support of Seam. Any chance on having a look at Resin in near future as well? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009371#4009371 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Seam] - Re: Problem reaching oujected object in the EVENT context

2007-01-31 Thread svadu
I am not sure what happens with EVENT scope when it's used in multiple subviews. But did you try to set PAGE scope? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008765#4008765 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBoss Seam] - Re: Problem reaching oujected object in the EVENT context

2007-01-31 Thread svadu
I believe that this: Caused by: javax.ejb.EJBTransactionRolledbackException: org.jboss.seam.RequiredException: Out attrib | ute requires value for component: browseAction.category Tells you what your problem is. Make it required=false or make sure it's never null. View the original post : h

[jboss-user] [JBoss Seam] - Re: Confused about Seam/JSF/Facelets Tools - Seeking some Gu

2007-01-30 Thread svadu
"kukeltje" wrote : The exadel plugin is less usable with seam since | - it does not know about the annotations and therefor has no codecompletion, validation | I do have code completion and validation (as well as recognision of annotations). Although I have MyEclipse installed next to exadel

[jboss-user] [JBoss Seam] - Re: Seam 1.1 on Resin

2007-01-29 Thread svadu
Just an update: According to the bugtracker the Resin team has fixed the issue and updated the interfaces. The fix should be included in Resin 3.1.0. In the meanwhile it is possible to use a Resin API to override classloader priorities to load up-to-date interfaces from the micro-container or si

[jboss-user] [JBoss Seam] - Re: Confused about Seam/JSF/Facelets Tools - Seeking some Gu

2007-01-29 Thread svadu
I use Exadel eclipse plugin to work with JSF/Facelets and MyEclipse to work with JSF navigations (it visualizes them). I think if you install exadel plugin you should be fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4007696#4007696 Reply to the post :

[jboss-user] [JBoss Seam] - Re: h:commandButton and h:commandLink don't delegate convers

2007-01-26 Thread svadu
Yes, Gavin, this very much looks like my problem. Although adding (I think) redirect and changing the entity component name (not sure which one) fixed the problem, again I think that it fixed it because it was 2am and I wasn't sure if it was real or I was already sleeping :) So is really neede

[jboss-user] [JBoss Seam] - Re: h:commandButton and h:commandLink don't delegate convers

2007-01-26 Thread svadu
"[EMAIL PROTECTED]" wrote : Please try the latest Seam CVS. I fixed | | http://jira.jboss.org/jira/browse/JBSEAM-685 | | which looks like your problem. Yep that fixed it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4007107#4007107 Reply to the po

[jboss-user] [JBoss Seam] - Re: h:commandButton and h:commandLink don't delegate convers

2007-01-26 Thread svadu
Well I've spent some time reading the docs and looking what I could have done wrong and the docs say that anonymous wrote : "Any faces request (a JSF postback)" which is done by h:commandButton for example anonymous wrote : "will propagate the conversation context. By default, non-faces requests

[jboss-user] [JBoss Seam] - Re: How are you handling login / registration redirects?

2007-01-26 Thread svadu
I use my own security filter (it's not a big webapp) which besides session checking also has settings to protect certain paths. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4007035#4007035 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [JBoss Seam] - Re: h:commandButton and h:commandLink don't delegate convers

2007-01-26 Thread svadu
I think I might have solved it. I was missing redirects on the jsf navigation and my entity bean name did not match the variable I used for bijection. I'll check tonight if the problem is indeed fixed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006726#400

[jboss-user] [JBoss Seam] - h:commandButton and h:commandLink don't delegate conversatio

2007-01-25 Thread svadu
Hi All, I have the following problem. I have a conversation scoped bean: | @Name("regionAction") | @Scope(ScopeType.CONVERSATION) | public class RegionAction implements Serializable { | | ... | | @In(required=false) @Out(required=false) | private Generalarticle sele

[jboss-user] [JBoss Seam] - Re: h:commandButton requires s:conversationId to work proper

2007-01-24 Thread svadu
I have the following: | | Seam Redirect Filter | | org.jboss.seam.servlet.SeamRedirectFilter | | | | Seam Redirect Filter | Faces Servlet | and then: |

[jboss-user] [JBoss Seam] - Re: s:conversationPropagation with t:navigationMenuItem

2007-01-22 Thread svadu
I don't think it's working... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005066#4005066 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4005066 ___ jboss-user mailing list j

[jboss-user] [JBoss Seam] - h:commandButton requires s:conversationId to work properly

2007-01-22 Thread svadu
Hi all, >From what I understand conversation id is propagated across post requests. I >have a case where I visit a page via s:link (all participating beans are >conversation scoped and the action in the link has @Begin(join=true) ): On the resulting page I have a h:form with a h:commandButton

[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-01-22 Thread svadu
Nice! And may be even just in time :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4004981#4004981 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4004981 ___ jboss-user mailin

[jboss-user] [JBoss Seam] - Re: Basic questions about conversations

2007-01-21 Thread svadu
Thanks for the reply. If you use @Begin without join don't you get IllegalStateException if a user navigates back (the browser back button) and enters the same page? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4004612#4004612 Reply to the post : http://ww

[jboss-user] [JBoss Seam] - Basic questions about conversations

2007-01-20 Thread svadu
Hi, I guess the answer to my question may be simple so please excuse me in advance for asking possibly stupid questions :) My general problem with conversations is that I have to use @Begin(join=true) everywhere I want to make the extend the conversation life-time otherwise I am getting illegal

[jboss-user] [JBoss Seam] - Conversation and session timeout

2007-01-20 Thread svadu
Hi all, Just got a short question: is there a reason why conversation timeout doesn't default to session timeout but instead has it's own proprietary setting? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4004324#4004324 Reply to the post : http://www.jboss

[jboss-user] [JBoss Seam] - Re: Conversation and session timeout

2007-01-20 Thread svadu
Hi Gavin, Thanks for the quick reply. Do you think think HttpSession.getMaxInactiveInterval() might be an option? The description of it says: "Returns the maximum time interval, in seconds, that the servlet container will keep this session open between client accesses." View the original post

[jboss-user] [JBoss Seam] - Re: Conversation and session timeout

2007-01-20 Thread svadu
"[EMAIL PROTECTED]" wrote : oh, I never noticed that one before! Nice. | | Anyway, my guess is that normally you want the conversation timeout to be shorter than the session timeout. Normally I agree. But recently I had to create a page with 4 different forms each of those uses ajax4jsf to

[jboss-user] [JBoss Seam] - Re: StackOverflowError and

2006-12-25 Thread svadu
Looks like it was Resin hot deployment issue, after the server restart the problem was gone! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996208#3996208 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996208 _

[jboss-user] [JBoss Seam] - Re: StackOverflowError and

2006-12-25 Thread svadu
I will enable logging as soon as my hosting provider will restart the server (I've managed to crash it) :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996199#3996199 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=399

[jboss-user] [JBoss Seam] - StackOverflowError and

2006-12-24 Thread svadu
HI All, Trying to run JBoss Seam on Resin under linux (works in my development environment under win xp). Getting the following strange errors upon startup: anonymous wrote : | 01:28:30,148 INFO [AnnotationBinder] Binding entity from annotated class: org.emaps.dao.UserBean | 01:28:30,14

[jboss-user] [JBoss Seam] - Re: StackOverflowError and

2006-12-24 Thread svadu
Thanks for reacting so fast! :) The same driver worked before for hibernate (I am upgrading from JSF+hibernate to JBoss Seam and db is mysql) and I managed to login via command line client to the same host that is specified in configuration. View the original post : http://www.jboss.com/index.

[jboss-user] [JBoss Seam] - Re: Injected properties don't worjk in constructors?

2006-12-21 Thread svadu
Thanks a lot! I will definitely try that! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995720#3995720 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995720 ___ jboss-user ma

[jboss-user] [JBoss Seam] - Injected properties don't worjk in constructors?

2006-12-20 Thread svadu
Hi All, I was trying to use an injected logger (same as in the examples) in a default constructor of my java bean and I got a NullPointerException. I debugged that I found out that everything I tried to inject was null when running in the default constructor of the bean. Am I missing something

[jboss-user] [JBoss Seam] - Re: Seam 1.1 on Resin

2006-12-14 Thread svadu
I just tried the jpa example and it works wonders, I guess the problem isn't as critical anymore :) I raised an issue at Resin anyway. Hopefully things will get better! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994068#3994068 Reply to the post : http:/

[jboss-user] [JBoss Seam] - Re: Seam 1.1 on Resin

2006-12-14 Thread svadu
Yes hibernate example works fine, I just wanted to use entity manager from ejb-3 which is somewhat simpler to use than hibernate... I guess the world isn't as perfect as we all want :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994066#3994066 Reply to th

[jboss-user] [JBoss Seam] - Re: Seam 1.1 on Resin

2006-12-14 Thread svadu
I have a little update: the ejb-30.jar is only javax.ejb.* and javax.persistence.* interfaces for ejb and persistence. Once I copied those from jboss seam the booking application which uses ejb-3 micro-container worked. It seems to be that for Resin it is enough to update the interfaces (I wish

[jboss-user] [JBoss Seam] - Re: Seam 1.1 on Resin

2006-12-14 Thread svadu
I just tried to 'fake' the interface so that the reflection wouldn't complain but there are more interfaces that have the same problem. I am not sure now if it's worthy patching unpatchable (or almost equal to fixing ejb-3 on resin). View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Seam] - Re: Seam 1.1 on Resin

2006-12-14 Thread svadu
It would be great if you could patch it for me! But I will raise the issue on resin site anyway, the problem is that ejb-3 isn't getting much of priority there (that ejb-30.jar isn't changing for several versions. Thanks in advance! View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Seam] - Seam 1.1 on Resin

2006-12-14 Thread svadu
HI All, I've managed to run Seam 1.1 on Resin 3.0.21 with little workarounds (Gavin I posted about it on theserverside.com). It works pretty well for hibernate examples. However, if I want it to run in the ejb-3 micro-container I am getting the following exception: | java.lang.RuntimeExcep

[jboss-user] [JBoss Seam] - Re: Seam 1.1 GA, at last!

2006-12-14 Thread svadu
Good work, it even runs on Resin! :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993964#3993964 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993964 ___ jboss-user mailing

<    1   2