For now, the VO-URP Browser is a war file (2.4 spec) that incorporates the
following libraires :
- commong Logging 1.1.1 / Log4J
- eclipseLink 1.1.2 / jpa spec 1.0.0
- commons fileupload 1.2.1 / commons IO 1.3.2
- saxon9 (open source)
- taglib : JSTL 1.1
This package could be simplified if main libraries are moved into the
tomcat application classLoader (tomcat6/libs) like :
- commong Logging 1.1.1 / Log4J
- eclipseLink 1.1.2 / jpa spec 1.0.0
For now, JAXB 2.1.x is already considered to be in that classloader.
However, JDK 6 has its own JAXB 2.1 impl so this library is in fact present
in the JDK 6 extension classpath.
This will of course change the ant build script and clean up process (undeploy)
TODO : propose to the VO-URP user to choose between bundled or external
deployment mode and produce war / zip files according to that choice.
Original issue reported on code.google.com by
bourges....@gmail.comon 6 Jul 2009 at 4:30