"adrienogee" wrote : 
  | The server didn't tell a word... and when I checked on the repertory, my 
file (CalculatorBean.jar) was there... 
  | 

When I deploy my EAR file with entity beans and session beans I get many 
records in server.log file.  Here is example: 


  | INFO  [org.jboss.deployment.EARDeployer] Init J2EE application: 
file:/var/jboss-4.0.4.GA/server/all/deploy/Banka.ear
  | INFO  [org.jboss.ejb3.Ejb3Deployment] EJB3 deployment time took: 15
  | INFO  [org.jboss.ejb3.Ejb3Deployment] EJB3 deployment time took: 16
  | INFO  [org.jboss.ejb3.JmxKernelAbstraction] installing MBean: 
persistence.units:ear=Banka.ear,unitName=banka_persistence_unit with 
dependencies:
  | INFO  [org.jboss.ejb3.JmxKernelAbstraction]     
jboss.jca:name=Banka_DS,service=ManagedConnectionFactory
  | INFO  [org.hibernate.ejb.Ejb3Configuration] Processing PersistenceUnitInfo 
[ name: banka_persistence_unit   ...]
  | INFO  [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: 
cz.qds.banka.ebs.Prevod
  | INFO  [org.hibernate.ejb.Ejb3Configuration] found EJB3 Entity bean: 
cz.qds.banka.ebs.Ucet
  | ...
  | INFO  [org.jboss.deployment.EARDeployer] Started J2EE application: 
file:/var/jboss-4.0.4.GA/server/all/deploy/Banka.ear
  | 

You have something wrong. 
You must create EAR with application.xml file in META-INF folder and as part of 
this EAR must be JAR with your EJB3 classes.

Leos

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

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


_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to