[
https://issues.jboss.org/browse/AS7-1301?page=com.atlassian.jira.plugin.s...
]
David Lloyd commented on AS7-1301:
----------------------------------
Using a dependency on javax.api+sun.jdk (plus whatever other javax. APIs your users
expect) is essentially equivalent as the path calculation will only work on Sun JDK
anyways. In addition, the paths set returned by JDKPaths includes paths we specifically
do *not* want in play from the system module in AS 7 as we override a bunch of APIs like
JAXP, javax.annotation, JAXB, JAX-WS, javax.rmi, CORBA, etc.
Please see if using dependencies works first; JDKPaths is just a hack specifically for
booting jboss-modules via -jar or -classpath and I'm trying to eliminate even that
usage.
Update OSGi to be compatible with JBoss Modules 1.1 series
----------------------------------------------------------
Key: AS7-1301
URL:
https://issues.jboss.org/browse/AS7-1301
Project: Application Server 7
Issue Type: Task
Components: OSGi
Reporter: David Lloyd
Assignee: Thomas Diesler
Fix For: 7.1.0.Alpha1
JBoss Modules 1.1 has two significant changes. First, jaxpmodule is eliminated. Second,
the system module is no more - instead there's a dependency type for the system class
loader.
I currently have an updated AS in my
http://github.com/dmlloyd/jboss-as/tree/upgrades
branch.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira