[jboss-user] [JBoss Web Services] - Re: cxf does not work with JBOSS 4.2.3 ??

Matthew Shostak do-not-reply at jboss.com
Thu Apr 7 16:28:28 EDT 2011


Matthew Shostak [http://community.jboss.org/people/commissarmatt] created the discussion

"Re: cxf does not work with JBOSS 4.2.3 ??"

To view the discussion, visit: http://community.jboss.org/message/598622#598622

--------------------------------------------------------------
I'm having this same problem, however removing jars from jboss/lib/endorsed is not an option.  What to do then?  In other forums I've seen advice to add a jboss-web.xml to my WEB-INF folder, with contents:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE jboss-web PUBLIC
    "-//JBoss//DTD Web Application 4.2//EN"
    "http://www.jboss.org/j2ee/dtd/jboss-web_4_2.dtd">
<jboss-web>
    <class-loading java2ClassLoadingCompliance="false">
        <loader-repository>
                   myapp:loader=anyUniqueName
            <loader-repository-config>java2ParentDelegation=false</loader-repository-config>
        </loader-repository>
    </class-loading>
</jboss-web>

but that doesn't work either.  I see no other solutions posted.  Is there a way to fix this?
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/598622#598622]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110407/90dac963/attachment.html 


More information about the jboss-user mailing list