Hi, I have a pipeline, which takes an external XML and needs to validate it and write it to the database. My current thinking is as follows:
1. Generate XML 2. Convert to a collection of beans 3. Validate the beans. 4. Use Hibernate to write to the database. I'm having problems figuring out #2. The only thing I was able to find which did the job was CastorTransformer. However it requires setting JAVA_OPTS under Tomcat, which I may not have control over. Are there any other tools available? Thanks, -Alex --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
