On Thu, Feb 17, 2011 at 11:47 PM, Brian Leathem
<bleathem@gmail.com> wrote:
Hi Sebastien,
If you include the joda time jar with your application, I assume it deploys fine? If that is the case, please file a jira issue, as we shouldn't have such an external dependency requirement.
Thanks,
Brian Leathem
On 02/17/2011 07:36 AM, Sebastian E. Ovide wrote:
Hi All,
I'm testing the 3.0.0.Beta3 version and still getting this error while deploying in Glassfish (just clicking run un Netbeans):
WARNING: Exception while starting bundle com.sun.enterprise.osgi-adapter [195]
org.osgi.framework.BundleException: Activator start error in bundle com.sun.enterprise.osgi-adapter [195].
at org.apache.felix.framework.Felix.activateBundle(Felix.java:1751)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1622)
at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:915)
at org.jvnet.hk2.osgimain.Main.start(Main.java:140)
at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:640)
at org.apache.felix.framework.Felix.activateBundle(Felix.java:1700)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1622)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1077)
at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
at java.lang.Thread.run(Thread.java:636)
Caused by: java.lang.NoClassDefFoundError: org/joda/time/DateTimeZone