• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Debug EJB 3.0 project in Eclipse 3.7 with Oracle WebLogic 12C server

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello guys, i'm trying to debug mdb in eclipse with weblogic 12c.
In my project , i add the log4j.jar , hibernate-core jars.... etc in it.
but , when i publish the project to server , it's fail on EJB preparing phase.
as the following error code


Base on the preceding messages, i check the weblogic startup classpath to see if there is another log4j.jar be loaded but none.
Is there any other issue that i haven't noticed to sovle this problem ?
 
kim kao
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
here are the screen shot attachments , all about my project settings.

ScreenHunter_01-Jan.-16-23.40.gif
[Thumbnail for ScreenHunter_01-Jan.-16-23.40.gif]
The EJB Deployment Assembly
ScreenHunter_02-Jan.-16-23.41.gif
[Thumbnail for ScreenHunter_02-Jan.-16-23.41.gif]
The Java build path settings
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic