Hi,

I saw in the documentation your explanation on deploying an application in
bea 9.2 but you describe it for the way to deploy it as an EAR

My project doesn't contain EJB sub project. And after configuring a
weblogic-application.xml that contain the following lines

<?xml version="1.0" encoding="UTF-8"?>
<weblogic-application xmlns="http://www.bea.com/ns/weblogic/90";>
<prefer-application-packages>
    <package-name>org.apache.xerces.*</package-name>
    <package-name>javax.jws.*</package-name>
</prefer-application-packages>
</weblogic-application>

BEA looks like it doesn't take care about that such kind of file in a war.
So my question is it required to deploy it as an ear ?

Thanks in advance

Reply via email to