[
https://issues.jboss.org/browse/WFLY-2020?page=com.atlassian.jira.plugin....
]
Thomas Diesler edited comment on WFLY-2020 at 9/6/13 9:35 AM:
--------------------------------------------------------------
To reproduce you can checkout
https://github.com/tdiesler/jbosgi/tree/next and run
{code}
mvn -Dtarget.container=wildfly800 clean install
{code}
you should see failures in the example test suite. The osgi patched wildfly instance is in
the target directory of the respective test module. The wildfly/build/target directory
contains the wildfly-osgi patch in case you want to work with your wildfly instance.
The test can be run against a running server if you start it like this
{code}
bin/standalone.sh -c standalone-osgi.xml
{code}
was (Author: thomas.diesler):
To reproduce you can checkout
https://github.com/tdiesler/jbosgi/tree/next and run
{code}
mvn -Dtarget.container=wildfly800 clean test
{code}
you should see failures in the example test suite. The osgi patched wildfly instance is in
the target directory of the respective test module. The wildfly/build/target directory
contains the wildfly-osgi patch in case you want to work with your wildfly instance.
The test can be run against a running server if you start it like this
{code}
bin/standalone.sh -c standalone-osgi.xml
{code}
ARQ container cannot fetch deployment from client side any more
---------------------------------------------------------------
Key: WFLY-2020
URL:
https://issues.jboss.org/browse/WFLY-2020
Project: WildFly
Issue Type: Bug
Reporter: Thomas Diesler
Assignee: Darran Lofthouse
Priority: Blocker
Fix For: 8.0.0.Beta1
This is likely due to a change in the JMX layer. All tests fail here
{code}
@ArquillianResource
public Deployer deployer;
InputStream input = deployer.getDeployment(BUNDLE_A);
{code}
AFAICS, there is only plain ARQ and JMX code involved.
--
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