[jboss-user] [EJB 3.0] - Re: Doing BMP with EJB3. JNDI problems?
JGF1
do-not-reply at jboss.com
Fri Mar 7 16:41:57 EST 2008
"JGF1" wrote :
| Application.xml:
|
| | <?xml version="1.0" encoding="UTF-8"?>
| | <application xmlns="http://java.sun.com/xml/ns/javaee"
| | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
| | xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application5.xsd"
| | version="5">
| | <display-name>StockListBmpApp</display-name>
| | <description>Application description</description>
| | <module>
| | <ejb>StockList2xBmp.jar</ejb>
| | </module>
| | </application>
| |
|
I've been scouring throughmy code again and noticed application5.xsd should be application_5.xsd according to book.
I've missed an underscore...
But then in the code download they use _1_4.xsd.
What version should I use with JBoss 4.2.2.GA?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134991#4134991
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134991
More information about the jboss-user
mailing list