So you need to find another way to pass an "object" from request to request. One way is to pass its identifier and to load it from the database in the second request. Another is to stick it into the session an retrieve it from there by identifier.
And the last and best way is to put it into the conversation context in the first request, name the context variable in the action method as a parameter, and let Seam look it up from the conversation context in the second request. This is really what Seam is about.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025607#4025607
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025607
Hi jaikiran
Thanks for the link. Exactly that link did not catch my attention as I was searching the wiki :-(
But as I am diving into this issue I guess I know what to do to resolve. Repackage the ear. I have already done so and it is bringing me further.
With respect of this beeing the JNDI forum:
I have classes that really are shared among the two jars: app-web.war and app-ejb.jar. Would it be approriate to let those classes to into one single jar, say app-shared.jar, that is then put into the ear? This would give them a "unique identity" with respect of the class loader right?
Thanks in advance. You helped me alot already.
Regards
Henrik
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025600#4025600
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025600
That's really GREAT!!! (Seam + Ajax4JSF + RichFaces) and (JBOSS + Exadel IDE) all together.
>From the deep of my heart... CONGRATULATIONS for a such good product. It has helped me a lot...
But...
I've seen the MS Visual Studio 2005. The IDE is super, but unfortunately it is M$ .NET.
The JBOSS Eclipse IDE + Exadel IDE helps a lot, but sometimes I have to do a lot of "manual working" like XML configs.
It would be great having such a really productive IDE, where we could visually develop systems.
Anyway... congratulations again
Best,
Ricardo
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025599#4025599
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025599