• 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

Orion Server and ejb-jar.xml

 
Ranch Hand
Posts: 92
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone,
I'm trying to get my first EJB running on Orion server by stepping through the tutorial. Everything seems to be going well (I got through the Ant build) until I tried to restart Orion and got an error message.
C:\orion>java -jar orion.jar
Auto-unpacking C:\hello_planet\build\hello-planet.ear... done.
Auto-unpacking C:\hello_planet\build\hello-planet\hello-planet-web.war... done.
Auto-deploying hello-planet (New server version detected)...
Error in application hello-planet: Error loading package at file:/C:/hello_plane
t/build/hello-planet/hello-planet-ejb.jar, Error parsing META-INF/ejb-jar.xml in
C:\hello_planet\build\hello-planet/hello-planet-ejb.jar: Fatal error at line 2
in file:/C:/hello_planet/build/hello-planet/hello-planet-ejb.jar: Next character
must be ">" terminating < !DOCTYPE ...> declaration .
=======
The < !DOCTYPE statements have the following:
(View Source for full doctype...)
What source are they talking about? What should these values be?
I get this for the ejb-jar.xml and the web.xml.
Thanks all!
 
I just had the craziest dream. This tiny ad was in it.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic