[
https://issues.jboss.org/browse/AS7-3822?page=com.atlassian.jira.plugin.s...
]
Thomas Diesler resolved AS7-3822.
---------------------------------
Fix Version/s: (was: 7.1.2.Final)
Resolution: Cannot Reproduce Bug
Cannot reproduce
{code}
[tdiesler@tdvaio basic]$ mvn -Dtest=LegacyBundleTestCase install
Running org.jboss.as.test.integration.osgi.LegacyBundleTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.216 sec
{code}
http://mvnrepository.com/artifact/net.sf.jasperreports/jasperreports/3.7.5
is a jar and not a R3 bundle AFAICS.
Unable to deploy without Bundle-ManifestVersion
-----------------------------------------------
Key: AS7-3822
URL:
https://issues.jboss.org/browse/AS7-3822
Project: Application Server 7
Issue Type: Bug
Components: OSGi
Affects Versions: 7.1.0.Final
Reporter: Rico Neubauer
Assignee: Thomas Diesler
Attachments: server.log
Affects version 1.1.5, included in JBoss 7.1.final.
OSGI-specification r4.core.pdf chapter 3.5.7 holds the rules for legacy (version 1)
bundles.
According to that a bundle without Bundle-ManifestVersion must be handles as
Bundle-ManifestVersion: 1.
Neither a bundle having Bundle-ManifestVersion: 1, not without a Bundle-ManifestVersion
does deploy at all. You can only see "Starting deployment of ..." in the log,
nothing else happens.
See attached log file for a test showing the deployment of a bundle without/with
version-1/with versio-2 ManifestVersion.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira