I am attempting to deploy the artifactory
Maven Repository webapp to OAS (OC4J) 10.1.3.3, but it dies during the deployment, usually with an ExceptionInInitializerError. I _think_ this is a case of Oracle and Spring not getting along, but I can't seem to narrow it down to what line is actually causing the issue.
Does anyone know a way to attach a debugger to a deployment process, or some other way to figure out where the problem is? (Of course, it works fine out of the box with
tomcat, but I'm not allowed to use Tomcat in a production environment).
Jason