[JBoss JIRA] Created: (JBSEAM-372) s:link doesn't get parent conversation Id after exit of nested conversation
by Christian Bauer (JIRA)
s:link doesn't get parent conversation Id after exit of nested conversation
---------------------------------------------------------------------------
Key: JBSEAM-372
URL: http://jira.jboss.com/jira/browse/JBSEAM-372
Project: JBoss Seam
Issue Type: Bug
Reporter: Christian Bauer
Priority: Minor
Consider this sequence:
- Conversation A -> s:link = startB(value, conversationId=A)
- Nested B -> h:commandButton = Conversation.instance().endAndRedirect(conversationId=B);
- Conversation A -> s:link = startB(value, conversationId=null)
- crash
Basically, it looks like s:link doesn't append a conversation id if the conversation is marked as being discarded after RENDER RESPONSE. This is the case in the RENDER_RESPONSE after the redirect out of Nested B, the conversation B will be discarded. So s:link renders without a conversation identifier. It should use the parent conversations identifier.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 7 months
[JBoss JIRA] Created: (JBAS-3714) EjbHome.create throws ClassCastException
by warren crossing (JIRA)
EjbHome.create throws ClassCastException
----------------------------------------
Key: JBAS-3714
URL: http://jira.jboss.com/jira/browse/JBAS-3714
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: IIOP service
Affects Versions: JBossAS-4.0.5.CR1, JBossAS-4.0.4.GA
Environment: Java 1.5.0_08
Reporter: warren crossing
Assigned To: Francisco Reverbel
Hello
Please have a look at http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974096#3974096 as this sums up my issue.
I have a jboss.log file and am happy to patch the source code and test/debug this issue.
It looks as though the IOR stream to object is returning a org.jacorb.orb.Reference which does not implement the beans Remote interface.
I have stepped through the iiop EjbObjectServant code and IORFactory, the everything looks fine, no amount of changing jboss.xml ro standardjboss.xml makes any difference.
Why possibly could the reference returned by the DynamicIIOPStub.invoke not implement the Bean Remote interface?
Any idea, or hist of where to look/debug?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 7 months