[JBoss JIRA] Work started: (ARQ-303) NPE in AbstractDeployableContainer.uninstallSupportBundles with Equinox
by Thomas Diesler (JIRA)
[ https://jira.jboss.org/browse/ARQ-303?page=com.atlassian.jira.plugin.syst... ]
Work on ARQ-303 started by Thomas Diesler.
> NPE in AbstractDeployableContainer.uninstallSupportBundles with Equinox
> -----------------------------------------------------------------------
>
> Key: ARQ-303
> URL: https://jira.jboss.org/browse/ARQ-303
> Project: Arquillian
> Issue Type: Bug
> Components: OSGi Containers
> Reporter: Thomas Diesler
> Assignee: Thomas Diesler
> Fix For: 1.0.0.Beta1
>
>
> Caused by: java.lang.NullPointerException
> at org.jboss.arquillian.container.osgi.embedded.EmbeddedDeployableContainer.getBundle(EmbeddedDeployableContainer.java:214)
> at org.jboss.arquillian.container.osgi.embedded.EmbeddedDeployableContainer.getBundleState(EmbeddedDeployableContainer.java:181)
> at org.jboss.arquillian.osgi.internal.AbstractDeployableContainer.uninstallBundleList(AbstractDeployableContainer.java:145)
> at org.jboss.arquillian.osgi.internal.AbstractDeployableContainer.uninstallSupportBundles(AbstractDeployableContainer.java:97)
> at org.jboss.arquillian.container.osgi.embedded.EmbeddedDeployableContainer.undeploy(EmbeddedDeployableContainer.java:122)
> at org.jboss.arquillian.impl.handler.ContainerUndeployer.callback(ContainerUndeployer.java:61)
> at org.jboss.arquillian.impl.handler.ContainerUndeployer.callback(ContainerUndeployer.java:47)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months
[JBoss JIRA] Moved: (ARQ-303) NPE in AbstractDeployableContainer.uninstallSupportBundles with Equinox
by Thomas Diesler (JIRA)
[ https://jira.jboss.org/browse/ARQ-303?page=com.atlassian.jira.plugin.syst... ]
Thomas Diesler moved JBOSGI-406 to ARQ-303:
-------------------------------------------
Project: Arquillian (was: JBoss OSGi)
Key: ARQ-303 (was: JBOSGI-406)
Security: (was: Public)
> NPE in AbstractDeployableContainer.uninstallSupportBundles with Equinox
> -----------------------------------------------------------------------
>
> Key: ARQ-303
> URL: https://jira.jboss.org/browse/ARQ-303
> Project: Arquillian
> Issue Type: Bug
> Components: OSGi Containers
> Reporter: Thomas Diesler
> Fix For: 1.0.0.Beta1
>
>
> Caused by: java.lang.NullPointerException
> at org.jboss.arquillian.container.osgi.embedded.EmbeddedDeployableContainer.getBundle(EmbeddedDeployableContainer.java:214)
> at org.jboss.arquillian.container.osgi.embedded.EmbeddedDeployableContainer.getBundleState(EmbeddedDeployableContainer.java:181)
> at org.jboss.arquillian.osgi.internal.AbstractDeployableContainer.uninstallBundleList(AbstractDeployableContainer.java:145)
> at org.jboss.arquillian.osgi.internal.AbstractDeployableContainer.uninstallSupportBundles(AbstractDeployableContainer.java:97)
> at org.jboss.arquillian.container.osgi.embedded.EmbeddedDeployableContainer.undeploy(EmbeddedDeployableContainer.java:122)
> at org.jboss.arquillian.impl.handler.ContainerUndeployer.callback(ContainerUndeployer.java:61)
> at org.jboss.arquillian.impl.handler.ContainerUndeployer.callback(ContainerUndeployer.java:47)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months
[JBoss JIRA] Created: (ARQ-300) enable users to group deployments/testcases so that server can be restarted between the execution of each group
by Ken Gullaksen (JIRA)
enable users to group deployments/testcases so that server can be restarted between the execution of each group
---------------------------------------------------------------------------------------------------------------
Key: ARQ-300
URL: https://jira.jboss.org/browse/ARQ-300
Project: Arquillian
Issue Type: Feature Request
Reporter: Ken Gullaksen
Priority: Optional
When running many tests with embedded derby databases and a single glassfish instance(forkmode=none), the tests end up failing with java heap space error.
This can be solved by setting forkmode=pertest.
This made me think that there might be a use for something inbetween one instance per test and one instance for all tests.
A nice feature could be to enable some mechanism for the grouping of testcases. This way we could restart the application server after a set of deployments/testcases have run.
I added a link to a forumpost which describes the issue that inspired this feature request.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months
[JBoss JIRA] Created: (ARQ-296) Arquilian should fail gracefully when no container is present
by Dan Allen (JIRA)
Arquilian should fail gracefully when no container is present
-------------------------------------------------------------
Key: ARQ-296
URL: https://jira.jboss.org/browse/ARQ-296
Project: Arquillian
Issue Type: Bug
Components: Deployable Containers SPI
Affects Versions: 1.0.0.Alpha4
Reporter: Dan Allen
Fix For: 1.0.0.Beta1
Currently, if a container is not on the classpath when the test suite is executed, Arquillian fails with a NullPointerException:
java.lang.NullPointerException
at org.jboss.arquillian.impl.DeployableTestBuilder.build(DeployableTestBuilder.java:88)
at org.jboss.arquillian.impl.DeployableTestBuilder.build(DeployableTestBuilder.java:77)
at org.jboss.arquillian.junit.Arquillian.<init>(Arquillian.java:93)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at org.junit.internal.builders.AnnotatedBuilder.buildRunner(AnnotatedBuilder.java:31)
at org.junit.internal.builders.AnnotatedBuilder.runnerForClass(AnnotatedBuilder.java:24)
at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:57)
at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:29)
Arquillian should instead fail the test, reporting that no container implementation is present on the classpath.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months