anonymous wrote : META-INF/
  | META-INF/MANIFEST.MF
  | AccountJAR/
  | AccountJAR/META-INF/
  | AccountJAR/META-INF/MANIFEST.MF
  | AccountJAR/META-INF/jboss.xml
  | AccountJAR/META-INF/ejb-jar.xml
  | AccountJAR/cakeinabox/
  | AccountJAR/cakeinabox/beans/
  | AccountJAR/cakeinabox/beans/AccountEJB/
  | AccountJAR/cakeinabox/beans/AccountEJB/AccountBean.class
  | AccountJAR/cakeinabox/beans/AccountEJB/AccountHome.class
  | AccountJAR/cakeinabox/beans/AccountEJB/Account.class

The package structure looks wrong. Notice the 'AccountJAR' at the beginning of 
each file, above. This means that the files in the jar are under some folder 
named 'AccountJAR'. The output should ideally look something like:

META-INF/
  | META-INF/MANIFEST.MF
  | META-INF/jboss.xml
  | META-INF/ejb-jar.xml
  | cakeinabox/
  | cakeinabox/beans/
  | cakeinabox/beans/AccountEJB/
  | cakeinabox/beans/AccountEJB/AccountBean.class
  | cakeinabox/beans/AccountEJB/AccountHome.class
  | cakeinabox/beans/AccountEJB/Account.class

I am not aware how you create this jar file, using which utility. Create the 
proper jar file and try it out. Let us know if you have any issues



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953954#3953954

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953954

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to