[jboss-user] [JBoss Seam] - Re: Why cannot I run more than one concurrent conversation S

2007-10-11 Thread curtney
Well, I am certainly not an expert, I got my own share of problems. But, I believe what Pete and Jacob are saying is that in other for you to start another conversation (concurrent one) you would need to anonymous wrote : leave the current conversation with conversationPropagation="none". eff

[jboss-user] [JBoss Seam] - Re: Re-working EJB Extended Context To Use SMPC - Need Help

2007-10-11 Thread curtney
I just listed all the scenarios that I went through. I knew scenario one would not work, but I tried and listed it anyway for confirmation (You never know...). Ideally, scenario two is what I wanted and what should work, however it is not working. In reply to matt, I did confirm that the variab

[jboss-user] [JBoss Seam] - Re: Re-working EJB Extended Context To Use SMPC - Need Help

2007-10-10 Thread curtney
Sorry for having to rehash this again, but I am still getting wierd results. I have tripple check my configuration, looked at all the examples applications and still not working. Pete and et al, please read the following perhaps my reasoning/understanding is way off. I have tried three differe

[jboss-user] [JBoss Seam] - Re: problem in login.seam

2007-10-08 Thread curtney
I believe I may have came accross a post that said the default messages are controlled by the message.properties file. I believe it is the same way you controll JSF default error messages, by overriding. In your case, you would just leave it blank. like: org.jboss.seam.somethng= Do a search

[jboss-user] [JBoss Seam] - Re: Re-working EJB Extended Context To Use SMPC - Need Help

2007-10-07 Thread curtney
anonymous wrote : ...concrete implementations should get injection anyway. That is what I thought, however it was not happening. Previous posts indicates that this is possible. So, I don't think it is a bug. In any event, I did gave up on this to quickly, I will spend some more time on it. I w

[jboss-user] [JBoss Seam] - Re: Re-working EJB Extended Context To Use SMPC - Need Help

2007-10-06 Thread curtney
parameterize the domain ID as well, similar to my base abstract class. Thanks for your suggestions, Curtney View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4092314#4092314 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [JBoss Seam] - Re: Re-working EJB Extended Context To Use SMPC - Need Help

2007-10-06 Thread curtney
Yes, it works for non-hierarchical components. I forgot to mention that. Is there a reason why it doesn't go down the chain? Can it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4092293#4092293 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Seam] - Re-working EJB Extended Context To Use SMPC - Need Help

2007-10-06 Thread curtney
I have a read number of posts that indicates it is possible to have the following architecture listed below, however, putting @Name on the abstract class throws an IllegalArgumentException. If I remove @Name annotation from the abstract class, then my entityManager is null; it does not get injec

[jboss-user] [JBoss Seam] - Conversation Id Already In Use - Exception

2007-09-20 Thread curtney
I saw in the change log that this exception (Conversation Id Already In Use) has been resolved and the fix is the following: @Begin(join = true, conversation="ConversationName") How do I specify this in pages.xml? Thanks, Curtney View the original post : http://www.jboss.com/

[jboss-user] [JBoss Seam] - Re: FacesMessages Does not work with jPDL navigation???

2007-09-05 Thread curtney
Can anyone help me out here? Curtney View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081533#4081533 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081533 __

[jboss-user] [JBoss Seam] - Re: Facesmessage - jpdl

2007-09-05 Thread curtney
I am having the same problem (one of the above mention post is mines). Has anyone of the more experience Seam developers encounterd this problem before and if so how did you resolve this. Perhaps this is a bug?? Thanks inadvance, Curtney View the original post : http://www.jboss.com

[jboss-user] [JBoss Seam] - FacesMessages Does not work with jPDL navigation???

2007-09-04 Thread curtney
Greetings everyone!! I am using Seam 2.0 Beta 1 running on JBoss 4.2.0.GA. The problem I am having is that I am unable to show error messages on forms that are submitted in a jPDL flow / page navigation. I can see that the error messages were enqueued, but somehow they are not displayed on the

[jboss-user] [EJB 3.0] - Re: @EJB annotation gone from JBoss 4.2?

2007-07-04 Thread curtney
If I am not mistaken, I believe the package has changed to: import javax.ejb.EJB; _CJ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060627#4060627 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060627 __

[jboss-user] [EJB 3.0] - No active session context

2007-07-04 Thread curtney
Greetings everyone! I am recieving a "No active session context" when the timer I have set has timed out. I am running JBoss 4.2 I am using Seam 2.0 Beta (perhaps relevant). The following is the code of interest. If I remove the function (findInvitation) that accesses the database then everyt