[esb-issues] [JBoss JIRA] Commented: (JBESB-3484) SOAPProcessor relies on new JBossWS CXF feature, not present in SOA

Kevin Conner (JIRA) jira-events at lists.jboss.org
Wed Sep 22 08:47:28 EDT 2010


    [ https://jira.jboss.org/browse/JBESB-3484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12552393#action_12552393 ] 

Kevin Conner commented on JBESB-3484:
-------------------------------------

The changes to the current jboss-beans.xml are as follows

56a57
>         <!-- ESB change
57a59,61
>         -->
>         <entry><key>org.jboss.ws.webapp.ServletClass</key><value>org.jboss.internal.soa.esb.soap.cxf.ESBCXFServletExt</value></entry>
>         <!-- End of ESB change -->
61a66,77
> <!-- ESB addition -->
>   <bean name="WSESBExtensionDeploymentAspect" class="org.jboss.internal.soa.esb.soap.cxf.ExtensionDeploymentAspect">
>     <property name="provides">Extensions</property>
>   </bean>
>   <bean name="WSESBLoadOnStartupDeploymentAspect" class="org.jboss.internal.soa.esb.soap.cxf.LoadOnStartupDeploymentAspect">
>     <property name="requires">WebMetaData</property>
>     <property name="provides">ESBWebMetaData</property>
>     <property name="servletClassProperty">org.jboss.ws.webapp.ServletClass</property>
>     <property name="loadOnStartup">999999</property>
>   </bean>
> <!-- End of ESB addition -->
> 
100a117,120
> <!-- ESB addition -->
>         <inject bean="WSESBExtensionDeploymentAspect"/>
>         <inject bean="WSESBLoadOnStartupDeploymentAspect"/>
> <!-- End of ESB addition -->


> SOAPProcessor relies on new JBossWS CXF feature, not present in SOA
> -------------------------------------------------------------------
>
>                 Key: JBESB-3484
>                 URL: https://jira.jboss.org/browse/JBESB-3484
>             Project: JBoss ESB
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Web Services
>    Affects Versions: 4.9
>            Reporter: Kevin Conner
>            Assignee: Kevin Conner
>            Priority: Blocker
>             Fix For: 4.9 CP1
>
>         Attachments: jboss-beans.xml.kev
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the esb-issues mailing list