• 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

EJB3 - which jars to include and what changes need to be done to build.xml

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We are planning to migrate our project from " ejb2.1 + xdoclet + hibernate on weblogic 9.2" to "ejb 3 + jpa + web logic 10". As part of this I am working on a Proof-of-concept by trying to convert one of the 2.1 ejb to 3.0 ejb. Our IDE is 'MyEclipse 6.5.1 GA'.

I am a beginner to ejb 3.0 and have had some exposure to ejb 2.x.

I am having following questions:

1. My ejb3 annontations are not recognised in the ide. What jars I need to include to resolve this ?
2. My build file uses xdoclets and when, I change one of the beans from ejb2.x to ejb 3.0, I will have to combine the compilation and archiving of the beans for both the beans ( new compilation tasks for the one NEW bean + existing xdoclets for other existing beans).

Please advise me on the above.

Thanks,
Cotton
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic