• 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

WSAD 4 to 5 conversion problem

 
Ranch Hand
Posts: 365
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I�ve moved a 4.0 project to 5.0 and followed the steps in the migration guide but the app is unsteady in some areas e.g. when calling a certain BMP EJB, I get:
RemoteException occurred in server thread; nested exception is:
java.rmi.RemoteException: CORBA NO_IMPLEMENT 0x4f4d0001 No; nested exception is:
org.omg.CORBA.NO_IMPLEMENT: Unable to locate value class 1org.kp.kpc.adminfunc.control.event.UpdateApplicationProfile minor code: 4F4D0001 completed: No
Other EJBs work fine so it appears to be sporadic. I�ve regened the stubs and reset the project build path and JRE path but to no avail.
One possible issue I see is that I cannot seem to create a 4.0 server (4.0 test environment not available from drop-down) so the project is running on a 5.0 server.
But I am assuming forward compatibility is OK.
Anybody have any ideas?
thanks
Max Tomlinson
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I had similar problems moving from 3.5.3. I did a lot of fooling around to get stuff to work, but two things i seem to remember were:
1) In the perferences/installed jre make sure the version 5 runtime is set as the defualt.
2) Once I did this, I deleted the generated code before generating it again.
 
I found some pretty shells, some sea glass and this lovely tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic