Hi All,

I am getting deployment exceptions while hotdeploying the application.
Please see the cases mentioned below:
case 1:
-----------
  I have 2 ear  (say A and B) that are using the same classloader defined in 
jboss-app.xml. The application B is accessing some classes defined in 
application A. The Deployment of Application A and B works fine

When i tried the Hot Deployment of Application B, I got the the following 
deployment exception
" javax.ejb.EjbException Invalid Invocation,Check your deployment package".

Application B package structure is like as shown below:

B
-- META-INF
   --application.xml
   -- jboss-app.xml
-- trial.war
   -- jar files
--jar files.

case 2:
------------
i also tried with giving different classloader name for application A and B.
Then i need to copy some dependant jars in A to B to solve the 
ClassNotFoundError. But atlast on deployment ended with Exception

"Javax.management.instanceAlreadyExistsException" ie the corresponding class 
file registration is already done and therefore further registration cant be 
done.

Can anyone suggest the solution to the problem of hot Deployment....


Thanks in advance

Regards,

Jinto Thomas









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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4096473
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to