• 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

EJB class cast exception

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a graph class. It takes the type of
the vertex and edge as parameters:
mmiGraph<String,edgeNode>.
(String-Vertex, edgeNode class edge object type)

It is de-serialized from the disk and used
for direction computation. This happens through a singleton wrapper.

It works perfectly fine on OC4J embeded in JDeveloper 10g. However, when
I deploy it on JBoss, which is the server side deployment platform, I
get a class cast exception when the graph is to be initialized.

I have no idea why this is happening.

Can you please help me out!
 
reply
    Bookmark Topic Watch Topic
  • New Topic