[esb-issues] [JBoss JIRA] Created: (JBESB-590) Smooks processing of detached elements causing warning: Cannot count nodes before XXX has no parent
Kevin Conner (JIRA)
jira-events at lists.jboss.org
Fri Jun 1 06:10:08 EDT 2007
Smooks processing of detached elements causing warning: Cannot count nodes before XXX has no parent
---------------------------------------------------------------------------------------------------
Key: JBESB-590
URL: http://jira.jboss.com/jira/browse/JBESB-590
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Transformation Service
Reporter: Kevin Conner
Assigned To: Tom Fennelly
Fix For: 4.2
Smooks displays warning messages about its inability to count nodes of a detached element, this can be seen in the XML2POJO QS.
The reason for the warning is that the element in question has been replaced by previous processing in AbstractTemplateProcessingUnit.processTemplateAction.
The result of the replacement is that the original element is detached from the document but processing still continues as if it were present.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the esb-issues
mailing list