[
https://issues.jboss.org/browse/ARQ-1519?page=com.atlassian.jira.plugin.s...
]
Aslak Knutsen resolved ARQ-1519.
--------------------------------
Assignee: Aslak Knutsen
Resolution: Out of Date
Fixed indirectly by ARQ-1810 as the Adapters exposed versions now match closer to the
Arquillian Core versions.
The correct thing here would be to use the Arquillian-BOM to lock the Core expected
versions and not let the Tomcat Adapter override the versions that Core depend on.
Cannot load configuration with tomcat-managed-1.0.0.CR5
-------------------------------------------------------
Key: ARQ-1519
URL:
https://issues.jboss.org/browse/ARQ-1519
Project: Arquillian
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Tomcat Containers
Affects Versions: tomcat_1.0.0.CR5
Reporter: Thomas Diesler
Assignee: Aslak Knutsen
{code}
java.lang.RuntimeException: Could not create new instance of class
org.jboss.arquillian.test.impl.EventTestRunnerAdaptor
at
org.jboss.shrinkwrap.descriptor.spi.DescriptorImporterBase.fromStream(DescriptorImporterBase.java:155)
at
org.jboss.shrinkwrap.descriptor.spi.DescriptorImporterBase.from(DescriptorImporterBase.java:182)
at
org.jboss.arquillian.config.impl.extension.ConfigurationRegistrar.loadConfiguration(ConfigurationRegistrar.java:54)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
at
org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:135)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:115)
at org.jboss.arquillian.core.impl.ManagerImpl.start(ManagerImpl.java:261)
at
org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.<init>(EventTestRunnerAdaptor.java:56)
{code}
When debugging this I see
{code}
java.lang.NoSuchMethodError:
org.jboss.shrinkwrap.descriptor.spi.DescriptorImporterBase.fromStream(Ljava/io/InputStream;Z)Lorg/jboss/shrinkwrap/descriptor/api/Descriptor;{code}
this is however never fed back to the client
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)