You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by xm...@xml.apache.org on 2004/08/06 15:52:22 UTC

[jira] Created: (XMLBEANS-47) Inner Class Handler is not supported

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XMLBEANS-47

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XMLBEANS-47
    Summary: Inner Class Handler is not supported 
       Type: Bug

     Status: Unassigned
   Priority: Minor

    Project: XMLBeans
 Components: 
             Compiler
   Versions:
             Version 1.0.3

   Assignee: 
   Reporter: jean-christophe.pazzaglia

    Created: Fri, 6 Aug 2004 6:51 AM
    Updated: Fri, 6 Aug 2004 6:51 AM
Environment: Windows 2000, JDK 1.4.2_05

Description:
 tried to move my 'Handler' as an inner classes
of the 'Inteface' and I get a 'Class not found' if I refer
to it as 'Interface.Handler' in the xsdconfig

    [java] FigureWithExt.xsdconfig:0: error: Class 'AreaInterface.FigureSquareHandler' not found.
    [java] FigureWithExt.xsdconfig:0: error: Handler class 'AreaInterface.FigureSquareHandler' not found on classpath, skip validation.


ie using the example on my previous post,
it is complaining when I am doing something like :
<xb:extension for="FigureType">
      <xb:interface name="AreaInterface">
          <xb:staticHandler>AreaInterface.FigureSquareHandler</xb:staticHandler>
      </xb:interface>
  </xb:extension>

[using AreaInterface$FigureSquareHandler but do not 'java' compile]



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


- ---------------------------------------------------------------------
To unsubscribe, e-mail:   xmlbeans-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-dev-help@xml.apache.org
Apache XMLBeans Project -- URL: http://xml.apache.org/xmlbeans/


[jira] Updated: (XMLBEANS-47) Inner Class Handler is not supported

Posted by xm...@xml.apache.org.
The following issue has been updated:

    Updater: Dave Remy (mailto:david.remy@bea.com)
       Date: Thu, 7 Oct 2004 4:47 PM
    Changes:
             Fix Version changed to Version 2 Beta 1
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/XMLBEANS-47?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XMLBEANS-47

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XMLBEANS-47
    Summary: Inner Class Handler is not supported
       Type: Bug

     Status: Open
   Priority: Minor

    Project: XMLBeans
 Components: 
             Compiler
   Fix Fors:
             Version 2 Beta 1
   Versions:
             Version 1.0.3

   Assignee: Cezar Andrei
   Reporter: jean-christophe.pazzaglia

    Created: Fri, 6 Aug 2004 6:51 AM
    Updated: Thu, 7 Oct 2004 4:47 PM
Environment: Windows 2000, JDK 1.4.2_05

Description:
 tried to move my 'Handler' as an inner classes
of the 'Inteface' and I get a 'Class not found' if I refer
to it as 'Interface.Handler' in the xsdconfig

    [java] FigureWithExt.xsdconfig:0: error: Class 'AreaInterface.FigureSquareHandler' not found.
    [java] FigureWithExt.xsdconfig:0: error: Handler class 'AreaInterface.FigureSquareHandler' not found on classpath, skip validation.


ie using the example on my previous post,
it is complaining when I am doing something like :
<xb:extension for="FigureType">
      <xb:interface name="AreaInterface">
          <xb:staticHandler>AreaInterface.FigureSquareHandler</xb:staticHandler>
      </xb:interface>
  </xb:extension>

[using AreaInterface$FigureSquareHandler but do not 'java' compile]



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org


[jira] Updated: (XMLBEANS-47) Inner Class Handler is not supported

Posted by xm...@xml.apache.org.
The following issue has been updated:

    Updater: Cezar Andrei (mailto:cezar@apache.org)
       Date: Mon, 11 Oct 2004 3:27 PM
    Comment:
Pushing this to v2beta2.
    Changes:
             Version changed to Version 2 Beta 2
             Version changed from Version 1.0.3
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/XMLBEANS-47?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XMLBEANS-47

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XMLBEANS-47
    Summary: Inner Class Handler is not supported
       Type: Bug

     Status: Open
   Priority: Minor

    Project: XMLBeans
 Components: 
             Compiler
   Fix Fors:
             Version 2 Beta 1
   Versions:
             Version 2 Beta 2

   Assignee: Cezar Andrei
   Reporter: jean-christophe.pazzaglia

    Created: Fri, 6 Aug 2004 6:51 AM
    Updated: Mon, 11 Oct 2004 3:27 PM
Environment: Windows 2000, JDK 1.4.2_05

Description:
 tried to move my 'Handler' as an inner classes
of the 'Inteface' and I get a 'Class not found' if I refer
to it as 'Interface.Handler' in the xsdconfig

    [java] FigureWithExt.xsdconfig:0: error: Class 'AreaInterface.FigureSquareHandler' not found.
    [java] FigureWithExt.xsdconfig:0: error: Handler class 'AreaInterface.FigureSquareHandler' not found on classpath, skip validation.


ie using the example on my previous post,
it is complaining when I am doing something like :
<xb:extension for="FigureType">
      <xb:interface name="AreaInterface">
          <xb:staticHandler>AreaInterface.FigureSquareHandler</xb:staticHandler>
      </xb:interface>
  </xb:extension>

[using AreaInterface$FigureSquareHandler but do not 'java' compile]



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org


[jira] Updated: (XMLBEANS-47) Inner Class Handler is not supported

Posted by xm...@xml.apache.org.
The following issue has been updated:

    Updater: Cezar Andrei (mailto:cezar@apache.org)
       Date: Mon, 11 Oct 2004 3:28 PM
    Changes:
             Version changed to Version 2 Beta 1
             Version changed from Version 2 Beta 2
             Fix Version changed to Version 2 Beta 2
             Fix Version changed from Version 2 Beta 1
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/XMLBEANS-47?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XMLBEANS-47

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XMLBEANS-47
    Summary: Inner Class Handler is not supported
       Type: Bug

     Status: Open
   Priority: Minor

    Project: XMLBeans
 Components: 
             Compiler
   Fix Fors:
             Version 2 Beta 2
   Versions:
             Version 2 Beta 1

   Assignee: Cezar Andrei
   Reporter: jean-christophe.pazzaglia

    Created: Fri, 6 Aug 2004 6:51 AM
    Updated: Mon, 11 Oct 2004 3:28 PM
Environment: Windows 2000, JDK 1.4.2_05

Description:
 tried to move my 'Handler' as an inner classes
of the 'Inteface' and I get a 'Class not found' if I refer
to it as 'Interface.Handler' in the xsdconfig

    [java] FigureWithExt.xsdconfig:0: error: Class 'AreaInterface.FigureSquareHandler' not found.
    [java] FigureWithExt.xsdconfig:0: error: Handler class 'AreaInterface.FigureSquareHandler' not found on classpath, skip validation.


ie using the example on my previous post,
it is complaining when I am doing something like :
<xb:extension for="FigureType">
      <xb:interface name="AreaInterface">
          <xb:staticHandler>AreaInterface.FigureSquareHandler</xb:staticHandler>
      </xb:interface>
  </xb:extension>

[using AreaInterface$FigureSquareHandler but do not 'java' compile]



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org