Re: [Joda-interest] weblogic, hibernate and joda

2013-06-05 Thread nievi
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: http://www.bea.com/ns/weblogic/90"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> org.j

Re: [Joda-interest] weblogic, hibernate and joda

2009-08-09 Thread Murat HAZER
you have 2 solutions. first one; replace joda library that comes with weblogic with the new one [if you search installation directory you can find the old one]. second one; add the new joda library to *server start path* by using weblogic administration console. regards ... On Mon, Aug 10, 2009

Re: [Joda-interest] weblogic, hibernate and joda

2009-08-09 Thread vipul
Has this issue been resolved? Please tell me the solution for the same. Murat HAZER wrote: > > sorry bothering with this, i couldn't think weblogic comes with joda > bundled > thx anyway ... > > On Thu, Jan 1, 2009 at 12:33 PM, Stephen Colebourne > wrote: > >> Realistically, there mu

Re: [Joda-interest] weblogic, hibernate and joda

2009-01-01 Thread Murat HAZER
sorry bothering with this, i couldn't think weblogic comes with joda bundled thx anyway ... On Thu, Jan 1, 2009 at 12:33 PM, Stephen Colebourne wrote: > Realistically, there must be a classpath problem, such as two joda-time > jar files. > > Stephen > > > Murat HAZER wrote: > > i'm using jod

Re: [Joda-interest] weblogic, hibernate and joda

2009-01-01 Thread Stephen Colebourne
Realistically, there must be a classpath problem, such as two joda-time jar files. Stephen Murat HAZER wrote: > i'm using joda+hibernate with tomcat, jetty, jboss without any problem > but when i try to run same project on weblogic 10.3 i get the following > error; > > java.lang.reflect.Invo