[jboss-dev-forums] [JBoss ESB Development] New message: "Re: Smooks problem"

Maurice Zeijen do-not-reply at jboss.com
Fri Jan 15 02:27:42 EST 2010


JBoss development,

A new message was posted in the thread "Smooks problem":

http://community.jboss.org/message/520232#520232

Author  : Maurice Zeijen
Profile : http://community.jboss.org/people/mzeijen

Message:
--------------------------------------------------------------
It looks like that you haven't set the stream filter type to SAX. Because you haven't declared this the DBSaxVisitor won't be executed. Please include the following coding in your smooks configuration:
 
<params>
    <param name="stream.filter.type">SAX</param>
</params>


 
If this still doesn't work then please check if the EntityManager is actually returned from the jndi lookup or that you get the NamingException that you don't handle (according to your example). If that still doesn't work then maybe you could generate a execution report and attach it to this topic.

--------------------------------------------------------------

To reply to this message visit the message page: http://community.jboss.org/message/520232#520232




More information about the jboss-dev-forums mailing list