Scott M Stark wrote: > Really, what was the package structure that caused the exception? I > thought I had tested a number of variations and hadn't seen any issues > with "normalized" ears.
We had to include jaxp.jar and crimson.jar in our EAR to get XML parsing to work. With only jaxp.jar you get a LinkError (or something like that) because you'll get jaxp.jar from the app and the parser from the server, and the interfaces the parser implements is not the same as that in jaxp.jar (=classloader hell). > Regardless, I'm going to work on the deployment layer to clean it up > and add support unarchived ears. That would be sooooooo appreciated. It would save us so much time it aint funny... /Rickard -- Rickard Öberg _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development