Hi, when I open the manifest.mf of wicket-core-7.2.0.jar (downloaded it just from maven repo) I see a Bundle-SymbolicName. (I reduced the Export-/Import-Package information.
So what is exactly the issue? kind regards Tobias Manifest-Version: 1.0 Export-Package: ... Implementation-Title: Wicket Core Built-By: wicket Tool: Bnd-2.3.0.201405100607 Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.7))" Implementation-Vendor: Apache Software Foundation Implementation-Vendor-Id: org.apache.wicket Specification-Title: Wicket Core Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt Bundle-SymbolicName: org.apache.wicket.core Implementation-Version: 7.2.0 Specification-Vendor: Apache Software Foundation Bundle-Name: Wicket Core Created-By: Apache Maven Bundle Plugin DynamicImport-Package: * Bundle-Vendor: Apache Software Foundation Build-Jdk: 1.7.0_80 Bundle-Version: 7.2.0 Bnd-LastModified: 1453299745363 Bundle-ManifestVersion: 2 Bundle-Description: Wicket is a Java web application framework that ta kes simplicity, separation of concerns and ease of development to a whole new level. Wicket pages can be mocked up, previewed and late r revised using standard WYSIWYG HTML design tools. Dynamic content processing and form handling is all handled in Java code using a f irst-class component model backed by POJO data beans that can easil y be persisted using your favorite technology. Bundle-DocURL: http://apache.org Specification-Version: 7.2.0 Import-Package: ... Archiver-Version: Plexus Archiver 2016-05-02 8:07 GMT+02:00 nino martinez wael <[email protected]>: > Hi Again > > Im still debugging on PAX wicket. As Martin pointed out earlier Wicket > core does not use cglib. So I found out that PAX Wicket are > manipulating bundles on the fly. > > I can see it does not tamper with bundles that contain the > org.apache.wicket namespace in symbolic name. HOWEVER wicket core does > not declare symbolic name, are there a reason for this? > > -- > Best regards / Med venlig hilsen > Nino Martinez >
