| Author |
Setting up a new JSF web app for an existing J2EE app
|
T. Wiedenmann
Greenhorn
Joined: Sep 01, 2005
Posts: 1
|
|
Hi there, I'm trying so set up a new web app in using JSF aganst an existing EJB application ... The scenario i want to reach is a standalone WAR which i deploy in JBoss 3.2.6 that uses the already deployed EAR ... My concrete problem at the moment is the lookup of a remote session bean, exactly a classCastException at the narrow() method of the PortableRemoteObject. I included the server EAR into the web app at WEB-INF/lib ... Can anyone give some hints ? Regards, Timo
|
 |
Kevin Galligan
Ranch Hand
Joined: Aug 10, 2005
Posts: 70
|
|
Code please. Another question. Is this JSF specific? Does the application work, but adding JSF caused it to not work? If not, you're probably a little off topic here.
|
 |
 |
|
|
subject: Setting up a new JSF web app for an existing J2EE app
|
|
|