giraffplus:3rdparty
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
giraffplus:3rdparty [2013-07-18 12:13] – [Problems You May Discover Running Your Bundle in Apache Felix] filippo | giraffplus:3rdparty [2013-07-18 12:17] (current) – [If You Have the Following Execution Errors when Starting Your Bundle] filippo | ||
---|---|---|---|
Line 145: | Line 145: | ||
Notice the unresolved constraint above. This is something which will need to be added to your POM as an imported package. Change your pom.xml file, add the package to the Import-Package statement, re-build your bundle JAR, and then try again. | Notice the unresolved constraint above. This is something which will need to be added to your POM as an imported package. Change your pom.xml file, add the package to the Import-Package statement, re-build your bundle JAR, and then try again. | ||
- | ===== If You Have the Following Execution Errors when Starting Your Bundle ===== | + | ===== Other Hints and Tricks |
- | + | ||
- | >> Provider for javax.xml.transform.TransformerFactory cannot be found | + | |
- | + | ||
- | >> Provider for javax.xml.parsers.SAXParserFactory cannot be found | + | |
- | + | ||
- | >> com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl cannot be cast to javax.xml.transform.sax.SAXTransformerFactory | + | |
- | + | ||
- | >> loader constraint violation: when resolving method " | + | |
- | + | ||
- | >> Caused by: javax.xml.transform.TransformerException: | + | |
- | + | ||
- | >> Class not found: | + | |
- | + | ||
- | >> Unable to load class | + | |
- | + | ||
- | If you have thes execution errors when starting your bundle, add the following to your < | + | |
- | + | ||
- | javax.xml.parsers, | + | |
- | + | ||
- | NOTE: These should be included even if the maven-bundle-plugin reports warnings that they' | + | |
- | + | ||
- | == Version Errors | + | |
- | + | ||
- | For a currently unknown reason, Maven sometimes adds a " | + | |
- | + | ||
- | com.searchtechnologies.aspire.services.AspireException: | + | |
- | at com.searchtechnologies.aspire.application.ComponentBundleInfo.load(ComponentBundleInfo.java: | + | |
- | at com.searchtechnologies.aspire.application.RepositoryManager.load(RepositoryManager.java: | + | |
- | at com.searchtechnologies.aspire.application.AspireApplicationImpl.loadFactoryBundle(AspireApplicationImpl.java: | + | |
- | at com.searchtechnologies.aspire.application.ComponentManagerImpl.registerComponents(ComponentManagerImpl.java: | + | |
- | . | + | |
- | . | + | |
- | at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java: | + | |
- | at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java: | + | |
- | ''' | + | |
- | + | ||
- | at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java: | + | |
- | at org.apache.felix.framework.Felix.startBundle(Felix.java: | + | |
- | at org.apache.felix.framework.BundleImpl.start(BundleImpl.java: | + | |
- | at org.apache.felix.framework.BundleImpl.start(BundleImpl.java: | + | |
- | at com.searchtechnologies.aspire.application.ComponentBundleInfo.load(ComponentBundleInfo.java: | + | |
- | ... 42 more | + | |
- | + | ||
- | If you examine the bundle (using winrar or similar)and look in the '' | + | |
- | + | ||
- | Import-Package: | + | |
- | + | ||
- | Unless the packages were exported with this version, then the import cannot find them. In Aspire we don't add versions to exported packages, so the easiest way to work around this issue is to suppress the addition of the version number to the import. This can be done by specifying the import in the following manner: | + | |
- | + | ||
- | < | + | |
- | groovy.lang'''; | + | |
- | + | ||
- | == Other Hints and Tricks | + | |
If you make changes to the framework, you'll likely need to re-run "mvn install" | If you make changes to the framework, you'll likely need to re-run "mvn install" | ||
Line 204: | Line 151: | ||
You can find more information here: | You can find more information here: | ||
- | : http:// | + | http:// |
Also, check out the BND documentation page for additional options (Maven bundle plugin is based on BND, so the syntax for specifying imports/ | Also, check out the BND documentation page for additional options (Maven bundle plugin is based on BND, so the syntax for specifying imports/ | ||
- | : http:// | + | http:// |
Specifically, | Specifically, | ||
- | : http:// | + | http:// |
- | == APPENDIX: | + | ===== APPENDIX: |
Note that you will need to import these with & | Note that you will need to import these with & | ||
- | <pre> | + | <code> |
javax.accessibility, | javax.accessibility, | ||
javax.activation, | javax.activation, | ||
Line 383: | Line 330: | ||
org.xml.sax.ext, | org.xml.sax.ext, | ||
org.xml.sax.helpers, | org.xml.sax.helpers, | ||
- | </pre> | + | </code> |
- | + | ||
- | [[Category: | + |
giraffplus/3rdparty.1374149626.txt.gz · Last modified: 2013-07-18 12:13 by filippo