You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by "Martin Bosak (Created) (JIRA)" <ji...@apache.org> on 2012/02/01 19:24:58 UTC

[jira] [Created] (XMLSCHEMA-19) ValidationEventHandler is missing from the 2.x codebase

ValidationEventHandler is missing from the 2.x codebase
-------------------------------------------------------

                 Key: XMLSCHEMA-19
                 URL: https://issues.apache.org/jira/browse/XMLSCHEMA-19
             Project: XmlSchema
          Issue Type: Bug
    Affects Versions: XmlSchema 2.0.1
            Reporter: Martin Bosak


The xmlschema-core jar does not include ValidationEventHandler  that was in the 1.4.x xmlschema file.

This makes it impossible to upgrade.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Commented] (XMLSCHEMA-19) ValidationEventHandler is missing from the 2.x codebase

Posted by "Benson Margulies (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/XMLSCHEMA-19?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13198036#comment-13198036 ] 

Benson Margulies commented on XMLSCHEMA-19:
-------------------------------------------

The mechanism was horribly broken in the 1.x code line, and I couldn't figure out any way to get to a sensible status, so I removed it.
                
> ValidationEventHandler is missing from the 2.x codebase
> -------------------------------------------------------
>
>                 Key: XMLSCHEMA-19
>                 URL: https://issues.apache.org/jira/browse/XMLSCHEMA-19
>             Project: XmlSchema
>          Issue Type: Bug
>    Affects Versions: XmlSchema 2.0.1
>            Reporter: Martin Bosak
>
> The xmlschema-core jar does not include ValidationEventHandler  that was in the 1.4.x xmlschema file.
> This makes it impossible to upgrade to the new code.
> I don't know if this was intentional.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Updated] (XMLSCHEMA-19) ValidationEventHandler is missing from the 2.x codebase

Posted by "Martin Bosak (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/XMLSCHEMA-19?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Bosak updated XMLSCHEMA-19:
----------------------------------

    Description: 
The xmlschema-core jar does not include ValidationEventHandler  that was in the 1.4.x xmlschema file.

This makes it impossible to upgrade to the new code.

I don't know if this was intentional.

  was:
The xmlschema-core jar does not include ValidationEventHandler  that was in the 1.4.x xmlschema file.

This makes it impossible to upgrade.

    
> ValidationEventHandler is missing from the 2.x codebase
> -------------------------------------------------------
>
>                 Key: XMLSCHEMA-19
>                 URL: https://issues.apache.org/jira/browse/XMLSCHEMA-19
>             Project: XmlSchema
>          Issue Type: Bug
>    Affects Versions: XmlSchema 2.0.1
>            Reporter: Martin Bosak
>
> The xmlschema-core jar does not include ValidationEventHandler  that was in the 1.4.x xmlschema file.
> This makes it impossible to upgrade to the new code.
> I don't know if this was intentional.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Commented] (XMLSCHEMA-19) ValidationEventHandler is missing from the 2.x codebase

Posted by "Benson Margulies (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/XMLSCHEMA-19?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13200492#comment-13200492 ] 

Benson Margulies commented on XMLSCHEMA-19:
-------------------------------------------

You can add this yourself. Just put the empty class in the package in your own source tree.

There are many incompatibilities between 1.x and 2.x, it doesn't make sense to patch only one.

                
> ValidationEventHandler is missing from the 2.x codebase
> -------------------------------------------------------
>
>                 Key: XMLSCHEMA-19
>                 URL: https://issues.apache.org/jira/browse/XMLSCHEMA-19
>             Project: XmlSchema
>          Issue Type: Bug
>    Affects Versions: XmlSchema 2.0.1
>            Reporter: Martin Bosak
>
> The xmlschema-core jar does not include ValidationEventHandler  that was in the 1.4.x xmlschema file.
> This makes it impossible to upgrade to the new code.
> I don't know if this was intentional.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Commented] (XMLSCHEMA-19) ValidationEventHandler is missing from the 2.x codebase

Posted by "Martin Bosak (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/XMLSCHEMA-19?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13200489#comment-13200489 ] 

Martin Bosak commented on XMLSCHEMA-19:
---------------------------------------

Let me elaborate on the problem I am having.

We are currently changing the SOAP processing stack we use.  We currently use Spring Web Services (v1.5.6) and are moving to Apache CXF.

Spring-WS uses XmlSchema 1.4.4 and CXF uses xmlschema-core 2.0.1.

I tried removing the 1.4.4 jar from the web app and used the 2.0.1 jar, I received a class not found exception for ValidationEventHandler when a validation interceptor from Spring-WS was loaded.

When I removed the 2.0.1 jar and used the 1.4.4, a CXF class couldn't find a class (I don't remember which one; but it had QUALIFIED as part of the name).

Thus, I have a quandry and am only requesting that ValidationEventHandler class be added to the 2.x codebase.  (At this point, I really don't care if it actually works).

I didn't think it would be a big problem because the code of ValidationEventHandler is essentially empty:

package org.apache.ws.commons.schema;
 	
public class ValidationEventHandler {
 	
 	/**
 	* Creates new ValidationEventHandler
 	*/
 	public ValidationEventHandler() {
 	}
 	
}



                
> ValidationEventHandler is missing from the 2.x codebase
> -------------------------------------------------------
>
>                 Key: XMLSCHEMA-19
>                 URL: https://issues.apache.org/jira/browse/XMLSCHEMA-19
>             Project: XmlSchema
>          Issue Type: Bug
>    Affects Versions: XmlSchema 2.0.1
>            Reporter: Martin Bosak
>
> The xmlschema-core jar does not include ValidationEventHandler  that was in the 1.4.x xmlschema file.
> This makes it impossible to upgrade to the new code.
> I don't know if this was intentional.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Resolved] (XMLSCHEMA-19) ValidationEventHandler is missing from the 2.x codebase

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/XMLSCHEMA-19?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved XMLSCHEMA-19.
----------------------------------

    Resolution: Won't Fix


2.0.x and 1.4.x are incompatible in other areas.  Fixing this still won't make them work together.
                
> ValidationEventHandler is missing from the 2.x codebase
> -------------------------------------------------------
>
>                 Key: XMLSCHEMA-19
>                 URL: https://issues.apache.org/jira/browse/XMLSCHEMA-19
>             Project: XmlSchema
>          Issue Type: Bug
>    Affects Versions: XmlSchema 2.0.1
>            Reporter: Martin Bosak
>
> The xmlschema-core jar does not include ValidationEventHandler  that was in the 1.4.x xmlschema file.
> This makes it impossible to upgrade to the new code.
> I don't know if this was intentional.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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