dev@glassfish.java.net

Re: Sahoo: OSGi problems when upgrading BV to latest source tag

From: Ed Burns <Ed.Burns_at_Sun.COM>
Date: Thu, 30 Apr 2009 13:48:56 -0400

>>>>> On Thu, 30 Apr 2009 12:46:19 -0400, Ed Burns <ed.burns_at_sun.com> said:

EB> Sahoo, can you please help? At the very least, can you tell me how I
EB> can better debug this? I suspect it's that some of the things now
EB> needed by bean-validator.jar are not OSGi modules. Can you confirm my
EB> suspicion?

Here is some evidence to support my suspicion. The Import-Package:
entry in the MANIFEST.MF for the new bean-validator.jar declares some
packages for which none of the jar files in the modules directory have
classes. These are:

javax.xml.bind (not satisfied),
javax.xml.bind.annotation (not satisfied),
javax.xml.transform (not satisfied),
javax.xml.transform.stream (not satisfied),
javax.xml.validation (not satisfied),
org.xml.sax (not satisfied)

All of these are in the Java SE 6 platform, so I don't know if that's
the reason for my trouble.

Ed