The following issue has been updated:

    Updater: Dennis Sosnoski (mailto:[EMAIL PROTECTED])
       Date: Fri, 30 Apr 2004 12:30 PM
    Changes:
             Fix Version changed to 1.0-beta3b
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=JIBX-4&page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=JIBX-4

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JIBX-4
    Summary: runtime binding, binding file name
       Type: Bug

     Status: Open
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: JiBX
 Components: 
             core
   Fix Fors:
             1.0-beta3b
   Versions:
             1.0-beta3a

   Assignee: Dennis Sosnoski
   Reporter: Cameron Taggart

    Created: Tue, 30 Mar 2004 1:17 AM
    Updated: Fri, 30 Apr 2004 12:30 PM

Description:
I'm trying out the runtime binding so that I might be able to debug xsd2jibx in 
Eclipse.  The first thing I noticed is that it doesn't seam to support a file name 
with multiple periods/dots in the filename.  Here is the error:

java.lang.ClassFormatError: org/jibx/xsd2jibx/XsdAttribute (Illegal Method name 
"JiBX_xsd.jibx_newinstance_3_0")
        at java.lang.ClassLoader.defineClass0(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:537)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:448)
        at org.jibx.binding.Loader.findClass(Loader.java:343)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
        at java.lang.Class.getDeclaredMethods0(Native Method)
        at java.lang.Class.privateGetDeclaredMethods(Class.java:1647)
        at java.lang.Class.getDeclaredMethod(Class.java:1254)
        at org.jibx.binding.Run.main(Run.java:192)
Exception in thread "main" 

I put a jibx_bindings.txt in the classpath:
org/jibx/xsd2jibx/jibx.jibx.xml
org/jibx/xsd2jibx/xsd.jibx.xml

I did not receive that error when I when I changed the names to:
org/jibx/xsd2jibx/jibx.xml
org/jibx/xsd2jibx/xsd.xml

I happen to like the ".jibx.xml" extension. 


---------------------------------------------------------------------
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: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
jibx-devs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to