[
https://issues.jboss.org/browse/AS7-6924?page=com.atlassian.jira.plugin.s...
]
Thomas Diesler commented on AS7-6924:
-------------------------------------
The package capabilities that you require are considered user configuration and unlikely
to get added to the default configuration.
You have three options:
# Find a 3rd party bundle that provides them
# Find a module in the AS distribution that contains these packages
# Add them to the configuration as FRAMEWORK_SYSTEMPACKAGES_EXTRA
With the second option you can rely on auto-generated package capabilities or you could
define osgi metadata explicitly in jbosgi-xservice.properties like we do for the
javax.persistence.api module.
javax.xml.stream.events package not exported to OSGi bundles
------------------------------------------------------------
Key: AS7-6924
URL:
https://issues.jboss.org/browse/AS7-6924
Project: Application Server 7
Issue Type: Bug
Components: OSGi, XML Frameworks
Affects Versions: 8.0.0.Alpha1
Reporter: Aaron Whiteside
Assignee: Thomas Diesler
{code}
12:53:16,935 WARN [org.jboss.as.osgi] (MSC service thread 1-8) JBAS011910: Cannot
resolve requirements:
[XPackageRequirement[dirs={filter=(&(osgi.wiring.package=javax.xml.stream.events)(version>=0.0.0))},[org.springframework.core:3.2.2.RELEASE]]]
12:53:16,940 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015970:
Defer FIRST_MODULE_USE for org.springframework.core-3.2.2.RELEASE.jar making it NEVER
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira