• 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

jax-ws deployed in 10.3 server calls EJB 2.0 Stateless SessionBean deployed

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hi
I have a JAX-WS 2.0 Web Service running on 10.3, Java 6 ,the implementation calls into a legacy Session Bean on another System running EJB 2.1, Java 1.4 on Weblogic 8.1

As soon as the InitialContext lookup is performed, i get the error below.

java.lang.ClassNotFoundException: com.pros.pipo.tec.ProctorBilling_v2f459_HomeImpl_816_WLStub

This ONLY happens when calling through the JAX-WS Webserivce.I works fine if I use JAX-RPC.
Please advise
thanks

Ross
 
Ranch Hand
Posts: 2198
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!
Are you trying to expose an EJB as a web service?
If that is the case, then I want to advise you that JAX-WS and EJB 2.0 may not work well together.
Best wishes!
 
Yeah. What he said. Totally. Wait. What? Sorry, I was looking at this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic