hi everyone,

i have some ejb's that i developed for jboss 2.4.x. it worked fine but now i am being forced to migrate it to jboss 3.2.1.
jboss 3.x doesn't seem to like my jar file...it complains on the deployment descriptors.


i am using the following:
ejb-jar.xml -> <!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, INC.//DTD Enterprise JavaBeans 1.1/EN" "http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd";>


jaws.xml -> <!DOCTYPE jaws PUBLIC "-//JBoss//DTD JAWS 2.4//EN" "http://www.jboss.org/j2ee/dtd/jaws_2_4.dtd";>

jboss.xml -> <!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 2.4//EN" "http://www.jboss.org/j2ee/dtd/jboss_2_4.dtd";>

does jboss 3.x still suport ejb 1.0? do i need to just change my deployment descritor and/or do i have to migrate the whole code to ejb 2.0?

if not, does anyone of a good tutorial for migration from 2.4 to 3.x?

thanks,

felipe



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to