• 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 support in jboss4.0.4

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
Please help me in getting a clear idea on whether jboss 4.0.4 is having inbuilt support for EJB3.0 .If not please tell me the libraries or in shot the settings that am supposed to make for deploying EJB3.0 beans.

Thanks in Advance
Anup
 
Ranch Hand
Posts: 94
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Anup

I have jboss 4.2.3GA and supports EJB3.0 ,not sure about 4.0.4 though
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Anup kg wrote:Hi All,
Please help me in getting a clear idea on whether jboss 4.0.4 is having inbuilt support for EJB3.0 .



There is no "in-built" support for EJB3 in 4.0.4. However there are a set of (very old) patches which can be applied on 4.0.4 to get the EJB3 functionalities. Overall, i would not recommend going for 4.0.4 for EJB3. Instead as Aleem mentioned, you can use 4.2.3 GA or JBoss AS 5.0 GA, both of which have EJB3 support by default.
 
Sheriff
Posts: 9707
43
Android Google Web Toolkit Hibernate IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well I use a patched version of jBoss 4.0.4 for my current project. I tried to use jBoss 4.2.3 for that project but it led me into severe problems which I asked here. The problem was related to MappedSuperClass annotation but I'm not sure what was the cause of the problem...
 
Anup kg
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thnks to you both.
 
It's weird that we cook bacon and bake cookies. Eat this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic