• 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 on weblogic 10.0 ???

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I am using Weblogic 10.0 server and workshop.Whenever i tried to create a ear project or ejb project, in the ear facet or ejb facet its showing 1.4 and 2.1 version respectively. I want to use JEE 1.5 (EJB3). I want to know does 10.0 version of server and workshop supports JEE 1.5 and EJB 3.0. Please respond.
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Its a Java EE 5 certified applciation server, so yes.
 
Kalvinder Kumar
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the reply.
See my problem is when i am making any j2ee enterprise application project in the weblogic ear project facets i can see only 1.4 or lower version for ear and similarly for ejb project in the weblogic ejb project facets i see only 2.1 and lower version of ejb module.
This way i cannot create any ejb project with 3.0 version.
 
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you using workshop shipped with weblogic 10? Check java and J2EE versions configured for it. This could be the problem.
 
Kalvinder Kumar
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes i am using workshop shipped with the server and my java version is 1.5 too. i didnt change anything from default configuration in installation so i think the versions are all correct.
 
Marcos Maia
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

it appears to me that workshop 10 is not yet ready to develop ejb3. Weblogic 10 for sure supports it, as you can see in the following links, but looks like workshop does not support ejb 3 development yet. At least the free weblogic version not sure if there's some workaround for this thougth. My suggestion is for you to go for eclipse Europa with weblogic10 plugin + ant or maven to build/test your ejb3 applications.

http://edocs.bea.com/wls/docs100/ejb30/implementing.html#overview_dev_process
 
reply
    Bookmark Topic Watch Topic
  • New Topic