The best way to make sure that WebLogic is using the Joda library you are
providing is to add it to the *prefer-application-packages* node of the file
*weblogic-application.xml*.

For example:
<?xml version="1.0"?>
<weblogic-application xmlns="http://www.bea.com/ns/weblogic/90";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>

  <prefer-application-packages>
    <package-name>org.joda.time.*</package-name>
  </prefer-application-packages>

</weblogic-application>




--
View this message in context: 
http://joda-interest.219941.n2.nabble.com/weblogic-hibernate-and-joda-tp2095563p7572502.html
Sent from the Joda-Interest mailing list archive at Nabble.com.

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
Joda-interest mailing list
Joda-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/joda-interest

Reply via email to