[JBoss-user] [Installation, Configuration & Deployment] - Need help on the LinkageError

2005-11-11 Thread daviskv
We are getting following linkage error when deployed the application and tried to login. The login function calls a serlvet which uses Response class available in a jar file. This jar file is packaged in both EAR and WAR file as the jar file is referenced in both ejb and serlvets. But when we re

[JBoss-user] [Installation, Configuration & Deployment] - com.fortressit.ejb.PortableContextException

2005-11-07 Thread daviskv
Dear All, I am getting the following exception while deploying my application ear. Here are the details of the instance : JBoss version = 4.0.2 set the property isolated=true in ear-deployer the level of scoping is isolation with override. property UseJbossWebloader=true in jboss-service.xml 18

[JBoss-user] [Installation, Configuration & Deployment] - jboss.deployment.DeploymentException: Invalid XML:

2005-11-02 Thread daviskv
Dear All, I am getting following parsing error while deploying my ear file 8:00:03,078 ERROR [MainDeployer] Could not initialise deployment: file:/D:/jboss-4.0.3/server/default/deploy/ilmsrel1_0.ear rg.jboss.deployment.DeploymentException: Invalid XML: file=META-INF/[EMAIL PROTECTED]:1; - nest

[JBoss-user] [Installation, Configuration & Deployment] - Re: java.lang.LinkageError: loader constraints violated when

2005-10-26 Thread daviskv
Hi Amit, We have tried your suggession making the UseJBossWebloader property to true, but this time both the cases not able to fully deploy the application. Meaning, case 1. placing the sfcutil.jar file in EAR alone Case 2. Placing sfcUtil.jar file in both EAR and WAR files. The deployer is stu

[JBoss-user] [Installation, Configuration & Deployment] - Re: java.lang.LinkageError: loader constraints violated when

2005-10-25 Thread daviskv
To give more info on this problem - actually, the jar (sfcUtil.jar) contains this Response class is there in both EAR and WAR file. But when removing the jar from WAR and keeping only in EAR, failing to deploy the application fully. Could you please direct me some packaging doc with regards to

[JBoss-user] [Installation, Configuration & Deployment] - java.lang.LinkageError: loader constraints violated when lin

2005-10-24 Thread daviskv
Dear All, I am getting the following Linkage Error while deploying my application ear in JBOss. Can some one enlight me the cause of this error ?, any hint will also will be fine. java.lang.LinkageError: loader constraints violated when linking com/sns/base/Response class com.sns.memb