[hibernate-issues] [Hibernate-JIRA] Commented: (HV-110) Implement parser for validation.xml
Hardy Ferentschik (JIRA)
noreply at atlassian.com
Tue Mar 31 10:09:38 EDT 2009
[ http://opensource.atlassian.com/projects/hibernate/browse/HV-110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=32758#action_32758 ]
Hardy Ferentschik commented on HV-110:
--------------------------------------
Using JAXB for parsing of validation.xml and xml mapping files. Creating the parser is just a question of generating the jaxb classes.
The actual problem was not so much to actual parser code, but how to integrate jaxb in the project and making sure that the external jaxb dependencies are only used for jdk 5.
In java 6 jaxb is part of the main API.
> Implement parser for validation.xml
> -----------------------------------
>
> Key: HV-110
> URL: http://opensource.atlassian.com/projects/hibernate/browse/HV-110
> Project: Hibernate Validator
> Issue Type: Task
> Components: engine
> Reporter: Hardy Ferentschik
> Assignee: Hardy Ferentschik
> Fix For: 4.0.0.Beta1
>
> Original Estimate: 3 days
> Remaining Estimate: 3 days
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list