Me! Me! Me!
This blog is the ramblings of Anders Rostgaard Bystrup. I am a CS major, code hacker, trimix diver, eager photographer and sea scout emeritus amongst other dubious titles.
I have a BSc in physics and consequently like to remind people when they fail to remember units in calculations.
Oh, and I work as a freelance software architect and developer. Hire me!
More me:
Me at Home
Me at Work
Me at Stackoverflow
Me at LinkedIn
Me at SISU Foto
...and Facebook - SISU Foto
Me at @sisufoto
Me at bystrup.net/photoNot me:
Bystrup Architecture Design & EngineeringDrinks
Looking for Drinks i det fri?-
Category Archives: Java
Tracking down a NoSuchMethodError
Caused by: java.lang.NoSuchMethodError: org.apache.xml.serializer.Encodings.isRecognizedEncoding(Ljava/lang/String;)Z at org.apache.xml.serializer.dom3.LSSerializerImpl.write(LSSerializerImpl.java:926) at … If you’ved ever had the unpleasant task of figuring out which of the 200+ JAR dependencies in your project that are causing the a NoSuchMethodError (usually in some XML or webservice code), … Continue reading
Posted in Coding, Java
Leave a comment