Can/Should we use with Spring 3.0.1-A?
I believe the answer is yes. Also, we are updagrading from 2.0.4, we had dependecies on the following:
com.springsource.com.thoughtworks.xstream-1.3.0.jar...
Type: Posts; User: rbarndt; Keyword(s):
Can/Should we use with Spring 3.0.1-A?
I believe the answer is yes. Also, we are updagrading from 2.0.4, we had dependecies on the following:
com.springsource.com.thoughtworks.xstream-1.3.0.jar...
Dave, that was it....another jar had it implemented...removed the the jar all is good...I had jax-ws ri 2.1.5 in my classpath that caused the issue.
We are running the job right now using JDK 6 u 13 with springbatch.jar , org.springframework.oxm-1.5.5.A.jar, & org.springframework.xml-1.5.5.A.jar files
I believe we are running with STAX inside...
We just downloaded the newest release of Spring Batch and were developing a quick job to write an xml file from a DBMS file. When using the
"org.springframework.batch.item.xml.StaxEventItemWriter" &...