Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

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!
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic