[JBoss JIRA] (AS7-6924) Cannot resolve package requirement on javax.xml.stream.events
by Aaron Whiteside (JIRA)
[ https://issues.jboss.org/browse/AS7-6924?page=com.atlassian.jira.plugin.s... ]
Aaron Whiteside commented on AS7-6924:
--------------------------------------
Never noticed that before, but that does look a little strange.
FYI this deploys on Felix and Equinox, I remember reading something about OSGi always interpreting versions in the format *.*.* even if they are not in that format.
I.e 2.0 is expanded to be 2.0.0, so I assume that 0 is expanded to be 0.0.0?
> Cannot resolve package requirement on javax.xml.stream.events
> -------------------------------------------------------------
>
> 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
11 years, 9 months
[JBoss JIRA] (AS7-6924) Cannot resolve package requirement on javax.xml.stream.events
by Aaron Whiteside (JIRA)
[ https://issues.jboss.org/browse/AS7-6924?page=com.atlassian.jira.plugin.s... ]
Aaron Whiteside edited comment on AS7-6924 at 4/17/13 11:47 AM:
----------------------------------------------------------------
Never noticed that before, but that does look a little strange.
FYI this deploys on Felix and Equinox, I remember reading something about OSGi always interpreting versions in the format {code}*.*.*{code} even if they are not in that format.
I.e 2.0 is expanded to be 2.0.0, so I assume that 0 is expanded to be 0.0.0?
was (Author: Aaron.Whiteside):
Never noticed that before, but that does look a little strange.
FYI this deploys on Felix and Equinox, I remember reading something about OSGi always interpreting versions in the format *.*.* even if they are not in that format.
I.e 2.0 is expanded to be 2.0.0, so I assume that 0 is expanded to be 0.0.0?
> Cannot resolve package requirement on javax.xml.stream.events
> -------------------------------------------------------------
>
> 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
11 years, 9 months
[JBoss JIRA] (AS7-6924) Cannot resolve package requirement on javax.xml.stream.events
by Thomas Diesler (JIRA)
[ https://issues.jboss.org/browse/AS7-6924?page=com.atlassian.jira.plugin.s... ]
Thomas Diesler edited comment on AS7-6924 at 4/17/13 11:25 AM:
---------------------------------------------------------------
Yes, thats good enough ...
Need to research a little bit on how this is supposed to work
{code}
Import-Package: javax.xml.stream;version="0";resolution:="optional",javax.xml.stream.events;version="0"
{code}
was (Author: thomas.diesler):
Yes, thats good enough
> Cannot resolve package requirement on javax.xml.stream.events
> -------------------------------------------------------------
>
> 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
11 years, 9 months
[JBoss JIRA] (AS7-6924) Cannot resolve package requirement on javax.xml.stream.events
by Thomas Diesler (JIRA)
[ https://issues.jboss.org/browse/AS7-6924?page=com.atlassian.jira.plugin.s... ]
Thomas Diesler commented on AS7-6924:
-------------------------------------
Yes, thats good enough
> Cannot resolve package requirement on javax.xml.stream.events
> -------------------------------------------------------------
>
> 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
11 years, 9 months
[JBoss JIRA] (AS7-6924) Cannot resolve package requirement on javax.xml.stream.events
by Thomas Diesler (JIRA)
[ https://issues.jboss.org/browse/AS7-6924?page=com.atlassian.jira.plugin.s... ]
Thomas Diesler reopened AS7-6924:
---------------------------------
> Cannot resolve package requirement on javax.xml.stream.events
> -------------------------------------------------------------
>
> 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
11 years, 9 months
[JBoss JIRA] (AS7-6925) ignore CNFE when scanning for entity classes in deployment
by Scott Marlow (JIRA)
[ https://issues.jboss.org/browse/AS7-6925?page=com.atlassian.jira.plugin.s... ]
Scott Marlow commented on AS7-6925:
-----------------------------------
I looked at my code change and I don't think it will introduce any leaking of classes (since the not found class isn't loaded). Thanks for trying the change out!
> ignore CNFE when scanning for entity classes in deployment
> ----------------------------------------------------------
>
> Key: AS7-6925
> URL: https://issues.jboss.org/browse/AS7-6925
> Project: Application Server 7
> Issue Type: Bug
> Components: JPA / Hibernate
> Affects Versions: 7.1.2.Final (EAP), 7.1.3.Final (EAP), EAP 6.1.0.Alpha (7.2.0.Final)
> Reporter: Scott Marlow
> Assignee: Scott Marlow
> Fix For: 8.0.0.Alpha1
>
> Attachments: cnfe.jar
>
>
> Deployments may contain non-entity classes that can not be loaded (see above forum reference for example).
--
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
11 years, 9 months
[JBoss JIRA] (JASSIST-148) StackOverflowError when using $sig and $class in call to static method
by Shigeru Chiba (JIRA)
[ https://issues.jboss.org/browse/JASSIST-148?page=com.atlassian.jira.plugi... ]
Shigeru Chiba closed JASSIST-148.
---------------------------------
Resolution: Won't Fix
because no response from the reporter.
> StackOverflowError when using $sig and $class in call to static method
> ----------------------------------------------------------------------
>
> Key: JASSIST-148
> URL: https://issues.jboss.org/browse/JASSIST-148
> Project: Javassist
> Issue Type: Bug
> Affects Versions: 3.15.0-GA
> Environment: Runtime Enviroment:
> Java SE 6 Update 30 (64 bit)
> also reproduced with:
> Java SE 7 Update 2 (64 bit)
> Compiler:
> Eclipse Indigo (Version: 3.7.1, Build id: M20110909-1335).
> Operating System
> Windows 7 Professional (64 bit)
> CPU:
> Intel Core i7 860 (2,8 GHz)
> Reporter: Wanja Gayk
> Assignee: Shigeru Chiba
>
> Using $sig or $class as method parameter in "insertBefore"-expressions throws a StackOverflowError if the target is a static method.
> Calling nonstatic methods works like expected.
> Stack/Log-Traces:
> When using $sig:
> instrumenting class: de/plush/brix/instrumentation/Main (995 bytes)
> instrumenting class: javassist/runtime/Desc (3280 bytes)
> Exception in thread "main" java.lang.StackOverflowError
> at javassist.runtime.Desc.getParams(Desc.java)
> at javassist.runtime.Desc.getParams(Desc.java)
> at javassist.runtime.Desc.getParams(Desc.java)
> [...]
> When using $class:
> instrumenting class: de/plush/brix/instrumentation/Main (995 bytes)
> instrumenting class: javassist/runtime/Desc (3280 bytes)
> Exception in thread "main" java.lang.StackOverflowError
> at javassist.runtime.Desc.getClazz(Desc.java)
> at javassist.runtime.Desc.getClazz(Desc.java)
> [...]
--
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
11 years, 9 months
[JBoss JIRA] (AS7-6924) Cannot resolve package requirement on javax.xml.stream.events
by Thomas Diesler (JIRA)
[ https://issues.jboss.org/browse/AS7-6924?page=com.atlassian.jira.plugin.s... ]
Thomas Diesler commented on AS7-6924:
-------------------------------------
The best way to tackle this is to start with working solution (i.e. the testcase from that PR) and modify it such that it fails. Then we can understand better what makes the functionality break. This issue is about the general usage of javax.xml.stream from an osgi bundle. I'd say this is verified to work properly within the scope of that test.
> Cannot resolve package requirement on javax.xml.stream.events
> -------------------------------------------------------------
>
> 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
11 years, 9 months