[JBoss JIRA] Created: (AS7-816) Fix or remove @Ignore in DsTestCase
by Thomas Diesler (JIRA)
Fix or remove @Ignore in DsTestCase
-----------------------------------
Key: AS7-816
URL: https://issues.jboss.org/browse/AS7-816
Project: Application Server 7
Issue Type: Sub-task
Reporter: Thomas Diesler
Assignee: Kabir Khan
We are in the process of a major test infrastructure update. For this I migrated all smoke tests the the managed container. The arquillian subsystem has been replaced by a on-demand deployment. Your test might be @Ignored because I could not fix it easily or it has already been ignored for some time. Please have a look if you can fix it, otherwise I'd like to know why it should be ignored.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 1 month
[JBoss JIRA] Created: (AS7-998) not persisted (xa)datasource properties
by Alexey Loubyansky (JIRA)
not persisted (xa)datasource properties
---------------------------------------
Key: AS7-998
URL: https://issues.jboss.org/browse/AS7-998
Project: Application Server 7
Issue Type: Bug
Components: JCA
Affects Versions: 7.0.0.Beta3
Reporter: Alexey Loubyansky
Assignee: Stefano Maestri
I found the following properties aren't saved after the add datasource request although for some of them the code that writes them to the xml is there (the properties are just missing from the model being saved, although I made sure that they were received and read in DataSourceModelNodeUtil)
Common props:
exception-sorter-properties
stale-connection-checker-properties
valid-connection-checker-properties
reauth-plugin-class-name
reauth-plugin-properties
security-domain
flush-strategy
set-tx-query-timeout
use-ccm
XA:
interliving
all recovery properties
is-same-rm-override is written twice, i.e.
<is-same-rm-override>
true
</is-same-rm-override>
<is-same-rm-overide/>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 1 month
[JBoss JIRA] Created: (AS7-1003) clustering-standalone.xml, Unexpected element '{urn:jboss:domain:threads:1.0}bounded-queue-thread-pool' encountered
by Marek Schmidt (JIRA)
clustering-standalone.xml, Unexpected element '{urn:jboss:domain:threads:1.0}bounded-queue-thread-pool' encountered
-------------------------------------------------------------------------------------------------------------------
Key: AS7-1003
URL: https://issues.jboss.org/browse/AS7-1003
Project: Application Server 7
Issue Type: Bug
Environment: jboss-7.0.0.Beta4-SNAPSHOT-1194
Reporter: Marek Schmidt
standalone/configuration/clustering-standalone.xml uses outdated schma, throws the the following exception when used as standalone.xml:
...
10:49:28,809 ERROR [stderr] Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[175,15]
10:49:28,810 ERROR [stderr] Message: Unexpected element '{urn:jboss:domain:threads:1.0}bounded-queue-thread-pool' encountered
10:49:28,810 ERROR [stderr] at org.jboss.as.controller.parsing.ParseUtils.unexpectedElement(ParseUtils.java:64)
...
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 1 month
[JBoss JIRA] Created: (JBAS-9352) Race condition in ManagedBeanTestCase
by Carlo de Wolf (JIRA)
Race condition in ManagedBeanTestCase
-------------------------------------
Key: JBAS-9352
URL: https://issues.jboss.org/browse/JBAS-9352
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Carlo de Wolf
Priority: Critical
Sporadic failure in ManagedBeanTestCase:
{code}
13:59:08,662 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-15) MSC00001: Failed to start service jboss.deployment.subunit."managedbean-example.ear"."managedbean-example.jar".POST_MODULE: org.jboss.msc.service.StartException in service jboss.deployment.subunit."managedbean-example.ear"."managedbean-example.jar".POST_MODULE: Failed to process phase POST_MODULE of subdeployment "managedbean-example.jar" of deployment "managedbean-example.ear"
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:108) [jboss-as-server-7.0.0.Beta3-SNAPSHOT.jar:7.0.0.Beta3-SNAPSHOT]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1675) [jboss-msc-1.0.0.Beta8.jar:1.0.0.Beta8]
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_24]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_24]
at java.lang.Thread.run(Thread.java:662) [:1.6.0_24]
Caused by: java.lang.NullPointerException
at org.jboss.as.weld.deployment.processors.BeanArchiveProcessor.deploy(BeanArchiveProcessor.java:87)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:102) [jboss-as-server-7.0.0.Beta3-SNAPSHOT.jar:7.0.0.Beta3-SNAPSHOT]
... 4 more
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 1 month
[JBoss JIRA] Commented: (JBAS-8609) resteasy BDA throws NPE for EJB annotation when two applications are deployed
by Robert Gary (JIRA)
[ https://issues.jboss.org/browse/JBAS-8609?page=com.atlassian.jira.plugin.... ]
Robert Gary commented on JBAS-8609:
-----------------------------------
I'm not able to determine what the resolution was. I noticed it was changed to "Done" but there is no mention of what a user should do about this. I also get this error in a JBoss AS 6 environment if I have a jar that uses Weld in the server/myserver/lib directory.
> resteasy BDA throws NPE for EJB annotation when two applications are deployed
> -----------------------------------------------------------------------------
>
> Key: JBAS-8609
> URL: https://issues.jboss.org/browse/JBAS-8609
> Project: Legacy JBoss Application Server 6
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Weld/CDI
> Affects Versions: 6.0.0.M5
> Environment: 6.0.0-SNAPSHOT
> Reporter: Nicklas Karlsson
> Assignee: Marius Bogoevici
>
> First application deploys fine
> Second application fails for the resteasy BDA when trying to instantiate the @EJB class(?)
> 15:25:10,132 ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] Error installing to Create: name=vfs:///C:/Java/AS/jboss-6.0.0-SNAPSHOT/server/default/deploy/LTK.war_WeldBootstrapBean state=Configured: java.lang.NullPointerException
> at org.jboss.weld.integration.deployer.env.bda.ClassLoaderResourceLoader.classForName(ClassLoaderResourceLoader.java:30) [:6.0.0-SNAPSHOT]
> at org.jboss.weld.util.ApiAbstraction.annotationTypeForName(ApiAbstraction.java:87) [:6.0.0-SNAPSHOT]
> at org.jboss.weld.ejb.EJBApiAbstraction.<init>(EJBApiAbstraction.java:36) [:6.0.0-SNAPSHOT]
> at org.jboss.weld.bootstrap.BeanDeployment.<init>(BeanDeployment.java:100) [:6.0.0-SNAPSHOT]
> at org.jboss.weld.bootstrap.WeldBootstrap$DeploymentVisitor.visit(WeldBootstrap.java:181) [:6.0.0-SNAPSHOT]
> at org.jboss.weld.bootstrap.WeldBootstrap$DeploymentVisitor.visit(WeldBootstrap.java:192) [:6.0.0-SNAPSHOT]
> at org.jboss.weld.bootstrap.WeldBootstrap$DeploymentVisitor.visit(WeldBootstrap.java:152) [:6.0.0-SNAPSHOT]
> at org.jboss.weld.bootstrap.WeldBootstrap.startContainer(WeldBootstrap.java:283) [:6.0.0-SNAPSHOT]
> at org.jboss.weld.integration.deployer.env.helpers.BootstrapBean.initialize(BootstrapBean.java:106) [:6.0.0-SNAPSHOT]
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_20]
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_20]
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_20]
> at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_20]
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 1 month