Hi,
 
When i rebuild the petstore 1.1.2 and deploy it in Jboss i get the following:
*****************************************************************************
[Container factory] Deploying:file:/C:/jboss/tmp/deploy/Default/petstore.ear
[Verifier] Verifying file:/C:/jboss/tmp/deploy/Default/petstore.ear/ejb1001.jar
[Container factory] Deploying TheProfileMgr
[Verifier] Verifying file:/C:/jboss/tmp/deploy/Default/petstore.ear/ejb1003.jar
[Container factory] Deploying TheSignOn
[Verifier] Verifying file:/C:/jboss/tmp/deploy/Default/petstore.ear/ejb1004.jar
[Container factory] Deploying TheInventory
[Verifier] Verifying file:/C:/jboss/tmp/deploy/Default/petstore.ear/ejb1005.jar
[Container factory] Deploying TheMailer
[Verifier] Verifying file:/C:/jboss/tmp/deploy/Default/petstore.ear/ejb1006.jar
[Container factory] Deploying TheCart
[Container factory] Deploying TheCatalog
[Verifier] Verifying file:/C:/jboss/tmp/deploy/Default/petstore.ear/ejb1007.jar
[Container factory] Deploying TheAccount
[Container factory] Deploying TheOrder
[Container factory] Deploying TheCustomer
[Verifier] Verifying file:/C:/jboss/tmp/deploy/Default/petstore.ear/ejb1008.jar
************************************************************************************
When i deployed the standerd .ear file from the petstore root-dir. i get the following:
*****************************************************************************
 
[Auto deploy] Add env-entry server/ServerType  java.lang.String Java 2 Enterpri
e Edition Reference Implementation no description
[Container factory] Deploying:file:/C:/jboss/tmp/deploy/Default/petstore.ear
[Verifier] Verifying file:/C:/jboss/tmp/deploy/Default/petstore.ear/ejb1001.jar
[Container factory] Deploying TheAccount
[Container factory] Deploying TheOrder
[Container factory] Deploying TheCustomer
[Verifier] Verifying file:/C:/jboss/tmp/deploy/Default/petstore.ear/ejb1002.jar
[Container factory] Deploying TheMailer
[Verifier] Verifying file:/C:/jboss/tmp/deploy/Default/petstore.ear/ejb1004.jar
[Container factory] Deploying TheShoppingClientController
[Verifier] Verifying file:/C:/jboss/tmp/deploy/Default/petstore.ear/ejb1005.jar
[Container factory] Deploying TheSignOn
[Verifier] Verifying file:/C:/jboss/tmp/deploy/Default/petstore.ear/ejb1006.jar
[Container factory] Deploying TheProfileMgr
[Verifier] Verifying file:/C:/jboss/tmp/deploy/Default/petstore.ear/ejb1007.jar
[Container factory] Deploying TheInventory
[Verifier] Verifying file:/C:/jboss/tmp/deploy/Default/petstore.ear/ejb1008.jar
[Container factory] Deploying TheCatalog
[Container factory] Deploying TheCart
****************************************
In the last case when i click on the ' Enter the store' i get a page with db-connection closed etc.( offcourse, because i use MySQL). But in the first case i get an error 404. With the difference in the deployment-trace there must be an error in the build.xml or something.
Did anyone experience this as well and is there a solution or a patch?
 
Maarten

Reply via email to