Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/JIBX-49 Here is an overview of the issue: --------------------------------------------------------------------- Key: JIBX-49 Summary: Unmarshaller subclass created in wrong package Type: Bug Status: Unassigned Priority: Minor Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: JiBX Components: core Versions: 1.0-beta3c Assignee: Reporter: Juan Carlos Estibariz Created: Wed, 3 Nov 2004 1:05 PM Updated: Wed, 3 Nov 2004 1:05 PM Description: In the binding I declared a mapping with an unmarshaller: <binding name="x"> ... <mapping name="test" class="com.x.impl.Test" unmarshaller="com.x.impl.TestUnmarshaller"/> ... </binding> I would expect the subclass to be in the com.x.impl package and called something like: JiBX_xTestUnmarshaller_nn.class but the binding compiler generated it in the package com.x and it was called implJiBX_xTestUnmarshaller_nn.class (Looks like a '/' was missing somewhere in the compilation). --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ jibx-devs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jibx-devs
