Has anybody deployed a message bean using Weblogic 5.1 , SP3 ? I am interested to know what is the DOCTYPE in the ejb-jar.xml file?
SUN' s EJB2.0 spec specify the following as DOCTYPE:
<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise
JavaBeans 1.1//EN" "http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd">
But this DTD, does not have any spec for messaging bean.
Has anyone faced this problem before?
Thanks
Archana Karnik
-
EJB 2.0 - Messaging bean (3 messages)
- Posted by: Archana Karnik
- Posted on: August 18 2000 14:37 EDT
Threaded Messages (3)
- EJB 2.0 - Messaging bean by Dimitri Rakitine on August 18 2000 16:53 EDT
- EJB 2.0 - Messaging bean by Archana Karnik on August 21 2000 16:59 EDT
- EJB 2.0 - Messaging bean by Dimitri Rakitine on August 25 2000 09:18 EDT
- EJB 2.0 - Messaging bean by Archana Karnik on August 21 2000 16:59 EDT
-
EJB 2.0 - Messaging bean[ Go to top ]
- Posted by: Dimitri Rakitine
- Posted on: August 18 2000 16:53 EDT
- in response to Archana Karnik
It is <!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/j2ee/dtds/ejb-jar_2_0.dtd"> -
EJB 2.0 - Messaging bean[ Go to top ]
- Posted by: Archana Karnik
- Posted on: August 21 2000 16:59 EDT
- in response to Dimitri Rakitine
Dimitri
I tried using this as DOCTYPE. But the DTD does not exist at the URL http://java.sun.com/j2ee/dtds/ejb-jar_2_0.dtd
Did you have success in implementing messaging bean using this DOCTYPE?
If you don't mind, please post your ejb-xml.jar
Thanks
-
EJB 2.0 - Messaging bean[ Go to top ]
- Posted by: Dimitri Rakitine
- Posted on: August 25 2000 21:18 EDT
- in response to Archana Karnik
It was a while since I played with message beans examples, so I might be wrong, but it seemed that ejbc20 worked fine without the DTD