• 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
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Problem deploying ejbs in weblogic

 
Ranch Hand
Posts: 94
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi:
I am trying to deploy my ejb.ear file into weblogic 7.0
I have modeled my ejb-jar.xml after the templates provided
with weblogic.
I get the following error:
-------
weblogic.xml.process.XMLParsingException: The content of element type "session" is incomplete, it must match "(description?,display-name?,small-icon?,large-icon ?,ejb-name,home?,remote?,local-home?,local?,ejb-class,session-type,transaction-t ype,env-entry*,ejb-ref*,ejb-local-ref*,security-role-ref*,security-identity?,res
ource-ref*,resource-env-ref*)".
-------
My ebj-jar.xml is as follows. Can anyone tell me what is wrong with it?
Thanks for the help.
 
Ranch Hand
Posts: 1258
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As far as the DTD is concerned, JBuilder says it's just fine.
 
Power corrupts. Absolute power xxxxxxxxxxxxxxxx is kinda neat.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic