Al,
here is the solution
1> DO NOT define anything under classpath.
2> in web.xml modify the AxisServlet Mapping with 2 additional lines
<param-name>axis2.repository.path</param-name>
<!-- For Local Environment -->
<param-value><SERVER_LOCATION WHERE AXIS2 WAR DEployed>
\WEB-INF</param-value>
3> Under WEB-INF You should have Service and module folder
4> Modify the Service.list to include your AAR file (Should be on differen
lines)
5> Include all JAR files under lib directory.
6> Deploy exploded AXIS2.war file.
It is working for me now.
Good luck...
Alejandro Calbazana-2 wrote:
>
> Hmmm, I understood the documentation to suggest a way to address the
> "lack of namespacing" on serialized items issue presented in WL9.0.
> It's not clear how/if this relates to the LinkageError exceptions we are
> getting back.
>
>
> Sunny44 wrote:
>> Al,
>>
>> I do agree with you..
>> But now i am getting confuse with Step 2 idetified in this article and i
>> believe that is what we want to is "Filtering Classloader"
>> http://ws.apache.org/axis2/1_2/app_server.html
>>
>> How someone achieved it that is what i want to learn as well.
>>
>> Sunny
>>
>>
>>
>>
>> Alejandro Calbazana-2 wrote:
>>
>>> Hey, I've been experiencing LinkageError exceptions under WL9.1 and
>>> WL9.2. Can anyone shed light on this?
>>>
>>> This is apparently a class loader issue, but I have all the
>>> "prefer-web-inf-classes" related settings in place. Wouldn't
>>> weblogic-application.xml apply only to EAR deployments?!
>>>
>>> I get the following:
>>>
>>> Caused by: java.lang.LinkageError: Class org/xml/sax/EntityResolver
>>> violates loader constraints
>>> at org.dom4j.io.SAXReader.read(SAXReader.java:447)
>>> at
>>> org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1366)
>>> at
>>> org.hibernate.cfg.Configuration.configure(Configuration.java:1310)
>>> ...
>>>
>>> Any help is appreciated!
>>>
>>> Al
>>>
>>>
>>>
>>> Sunny44 wrote:
>>>
>>>> If anyone of you have added the weblogic-application.xml to the
>>>> axis2.war
>>>> file then please throws the instruction for the creation along with the
>>>> sample.
>>>>
>>>> I am deploying an Axis2.war on 8.1 sp4 server i am able to see my
>>>> service
>>>> on
>>>> the UI able to browse the WSDL also but when i make the call to web
>>>> service
>>>> i get an error
>>>>
>>>> java.lang.LinkageError: loader constraints violated when linking
>>>> javax/xml/stream/XMLStreamReader class
>>>>
>>>> Which i believe is STAX conflict which can be resolved by
>>>> weblogi-application.xml.
>>>>
>>>> If my undertanding is not correct and the solution is different then
>>>> advice
>>>> me otherwise please let me know where and HOW should i get the
>>>> weblogic-application.xml in WAR file.
>>>>
>>>> thanks
>>>>
>>>> Sunny
>>>>
>>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>>
>>>
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message in context:
http://www.nabble.com/Weblogic-application.xml-creation-tf3984256.html#a11333141
Sent from the Axis - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]