[JBoss ESB Development] New message: "Re: Smooks problem"
by Maurice Zeijen
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
16 years, 2 months
[EJB 3.0 Development] New message: "Re: Source Location for EJB3 Components"
by Andrew Rubinger
JBoss development,
A new message was posted in the thread "Source Location for EJB3 Components":
http://community.jboss.org/message/520225#520225
Author : Andrew Rubinger
Profile : http://community.jboss.org/people/ALRubinger
Message:
--------------------------------------------------------------
> jaikiran wrote:
>
> I can't seem to understand this one Can you elaborate? For example, the async component is composed of multiple modules. So are we saying that the individual modules should not depend on anything other than the SPI?
Sure. In this case ejb3-core is probably the only consumer of ejb3-async. So it'd depend upon ejb3-async-spi in compile scope, while the test runtime would need ejb3-async-impl as well. This ensures that components don't rely upon internals; when we need to do refactoring and bug fixes, we can limit the impact.
S,
ALR
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/520225#520225
16 years, 2 months