[esb-issues] [JBoss JIRA] Updated: (JBESB-3440) Smooks 1.2 JavaBean namespace with wise SoapClient causes ClassNotFoundException

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


     [ https://jira.jboss.org/browse/JBESB-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Conner updated JBESB-3440:
--------------------------------

    Fix Version/s: 4.9 CP1


> Smooks 1.2 JavaBean namespace with wise SoapClient causes ClassNotFoundException
> --------------------------------------------------------------------------------
>
>                 Key: JBESB-3440
>                 URL: https://jira.jboss.org/browse/JBESB-3440
>             Project: JBoss ESB
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Transformation Service, Web Services
>    Affects Versions: 4.7 CP2
>            Reporter: Toshiya Kobayashi
>             Fix For: 4.9 CP1
>
>
> I'm using the wise SoapClient to call an external SOAP web service. The ESB service itself is exposed as web service as well, but using a different XSD, and only OneWay.
> Smooks is used to transform the input XML SOAP message into the format that the external web service wants. Since wise wants it's message as JAXB-objects, the Smooks transformation is configured to instantiate the wise-generated JAXB classes.
> When writing this as resource-config tags (smooks-1.0.xsd namespace), it works correctly. However, when using the much shorter and preferred jb:bean tags (javabean-1.2.xsd namespace), ClassNotFoundException occurs while deploying the .ESB service: Smooks can't find the generated classes. This makes sense, since Wise won't create them until the first request. Apparently the behaviour is quite different between the 1.0 and the 1.2 notation, while using the same Smooks runtime.
> 1.0 Behaviour:
> - During .ESB deployment, the configuration is only parsed. No classes are loaded.
> - With the first request, Wise creates JAXB sources.
> - While transforming, Smooks classloads the JAXB classes.
> 1.2 Behaviour:
> - During .ESB deployment, classes in the configuration are already classloaded. Hence, ClassNotFoundException.
> ===========
> This is the older version of the WISE SOAPClient, released pre Smooks
> v1.1 (when the extended namespace configs were introduced).  So, it
> probably wouldn't have been tested against the newer features in the
> newer versions of Smooks i.e. may not be forward compatible.

-- 
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