Stephen Seltzer

Greenhorn
+ Follow
since May 21, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Stephen Seltzer

I am parsing an XML message using JAXB. Everything is working fine except I need to truncate data in places to prevent overrunning my database column sizes. The XSD I used to generate the java classes has the appropriate size restrictions in it. Does anybody know how to use this information to truncate the data when appropriate? I did try set my unmarshaller to validating but that just threw an exception when it encountered data too large. I would rather not have to code in a check on each piece of data coming in!
15 years ago