• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Setting up a new JSF web app for an existing J2EE app

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 70
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic