• 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.0 jar on JBOSS not deploying

 
Ranch Hand
Posts: 116
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Guys:

Okay, I am following a simple tutorial of creating an entity and statless session beans. I am use JBoss 4.0.3SP1, JDK 1.5.06. I can compile and deploy using ant. There is no problems. However, launching the server has problems. I have no other projects running on the App Server other than this project. I have followed the instructions of readying the AS to run EJB3.0 standard projects using the follow instructions:

JBOSS Instructions


However, the server still complains about the project:



I have search the internet concerning the error, but no one has offered a solution to this type of error.

Any help would be greatly appreciated.


Russ
 
Russell Ray
Ranch Hand
Posts: 116
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
okay, I found the problem.

In the session bean I failed to prove the unit name.
reply
    Bookmark Topic Watch Topic
  • New Topic