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
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
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
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
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
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&
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
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
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/
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
__
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
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
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
__
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
14 matches
Mail list logo