2 Replies Latest reply on Oct 16, 2003 1:55 AM by dhaval4hamesha

    How can I startup JBoss with my EARs already in the "farm" d

    muneendra78

      Hi.

      I configured datasource in a file "deploy/oracle-ds.xml".

      When I start JBoss and afterwards copy an EAR with an entity bean into the "farm" directory, the deployment works fine.

      However, when I start JBoss with the EAR already in the "farm" directory, I get a DeploymentException from the EntityContainer: It complains that it cannot find the datasource (javax.naming.NameNotFoundException: defauktDs not bound).

      I am using Jboss-3.2.*


      How can I startup JBoss with my EARs already in the "farm" directory without getting exceptions

      Thanks a lot