You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "vijay sharma (Commented) (JIRA)" <ji...@apache.org> on 2011/12/14 19:05:31 UTC

[jira] [Commented] (CXF-2634) Websphere Documentation

    [ https://issues.apache.org/jira/browse/CXF-2634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13169540#comment-13169540 ] 

vijay sharma commented on CXF-2634:
-----------------------------------

Hi- We are having issue with deployment:

As you mentioned in below link, flip classloading and disable jvm for Jax-WS. Somehow we cant flip the classloading because there are many issues with our app if we do that. We did com.ibm.websphere.webservices.DisableIBMJAXWSEngine=true but this doesnt help us.

We are using Websphere 7.0.0.17 and 8.1 and CFX version 2.4.0.

We are having issue with
 Caused by: java.lang.IncompatibleClassChangeError: org.apache.neethi.AssertionBuilderFactory
	at java.lang.ClassLoader.defineClassImpl(Native Method)

The problem is:

neethi.jar has AssertionBuilderFactory as interface whereas Websphere has concrete class inside their jars. Since we cant flip classloading. Can you suggest any more option because this is really a blocking issue for us.
                
> Websphere Documentation
> -----------------------
>
>                 Key: CXF-2634
>                 URL: https://issues.apache.org/jira/browse/CXF-2634
>             Project: CXF
>          Issue Type: Improvement
>         Environment: Websphere Application Server
>            Reporter: Dave Malone
>            Assignee: Daniel Kulp
>             Fix For: Invalid
>
>
> I've been working with IBM support to attempt to get my CXF services running on their server with the WebService Feature Pack installed.  They recently released an article which will be helpful to WebSphere CXF users:
> http://www.ibm.com/developerworks/websphere/library/techarticles/1001_thaker/1001_thaker.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Re: [jira] [Commented] (CXF-2634) Websphere Documentation

Posted by Lalit Kumar <la...@gmail.com>.
Hi,

I also faced same issue with apache cxf 2.5.1 version and websphere 7.

For "java.lang.IncompatibleClassChangeError:
org.apache.neethi.AssertionBuilderFactory" 
you need to make sure that class loader policy at module level must be
PARENT_LAST. You can verify this by looking following path

Enterprise Applications > TestCXFServiceEAR > Manage Modules >
TestCXFService.war > Class loader viewer

and in search order 1st entry must be of "module"

This will resolve the above problem.

Regards,
Lalit Kumar


-----
Lalit Kumar
Technical Specialist
Fidelity International
--
View this message in context: http://cxf.547215.n5.nabble.com/jira-Commented-CXF-2634-Websphere-Documentation-tp5075246p5088836.html
Sent from the cxf-issues mailing list archive at Nabble.com.