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