This is the output of tar -tf jar -tf AddressBook.ear :
META-INF/
| META-INF/MANIFEST.MF
| jar/
| AddressBook-app-client.jar
| AddressBook-ejb.jar
| META-INF/application.xml
| META-INF/jboss-app.xml
anonymous wrote :
| Also any specific reason for using 4.0.4 version of JBoss? JBoss-4.2.2 GA is the
latest stable release with EJB3 support.
Because I've a cluster of hosts with this version (4.0.4GA)
anonymous wrote :
| By the way, as far as i remember, 4.0.4 required additional EJB3 patches to be applied
for EJB3 support. Have you done that?
I've installed it from the installer, and the "all" configuration support
the EJB3 as I've read during the installation.
My application.xml:
<?xml version="1.0" encoding="UTF-8"?>
| <application version="5"
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/application_5.xsd">
| <display-name>AddressBook</display-name>
| <module>
| <java>AddressBook-app-client.jar</java>
| </module>
| <module>
| <ejb>AddressBook-ejb.jar</ejb>
| </module>
| </application>
And jboss-app.xml:
<?xml version="1.0" encoding="UTF-8"?>
| <jboss-app/>
(this files are generated by Netbeans5.5)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163582#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...