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
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
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
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
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
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