• 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

EJB2.0 Migrating issue from Weblogic 8.1 to 10.3 - Compilation error

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

[color=orange]i have problem in compiling my EJB code using weblogic.appc on BEA Weblogic 10.3 environment, earlier we were using weblogic.ejbc in 8.1 environment and now moving to 1o.3, however ejbgen is still the same. Please check the below compile time error and let me know if you have got any thoughts.


Rules_vkndyz_ELOImpl.java:1263: getLocalHandle() in Rules_vkndyz_ELOImpl cannot implement getLocalHandle() in weblogic.ejb.container.interfaces.BaseEJBLocalObjectIntf; overridden method does not throw javax.ejb.EJBException


Here Rules_vkndyz_ELOImpl.java is auto genrated by weblogic.appc and issue reported by the same
[/color]
 
reply
    Bookmark Topic Watch Topic
  • New Topic