[JBoss JIRA] Created: (AS7-1151) Error while registering Oracle JDBC Diagnosability MBean
by Nicklas Karlsson (JIRA)
Error while registering Oracle JDBC Diagnosability MBean
--------------------------------------------------------
Key: AS7-1151
URL: https://issues.jboss.org/browse/AS7-1151
Project: Application Server 7
Issue Type: Bug
Components: JMX
Affects Versions: 7.0.0.CR1
Reporter: Nicklas Karlsson
Deploying the Oracle 11.1 driver jdbc-driver-11.1.0.6.0.jar through the admin console gives a
10:42:15,938 SEVERE [oracle.jdbc] (MSC service thread 1-7) Error while registering Oracle JDBC Diagnosability MBean.: java.lang.NullPointerException
at oracle.jdbc.driver.OracleDriver.registerMBeans(OracleDriver.java:301)
at oracle.jdbc.driver.OracleDriver$1.run(OracleDriver.java:213)
at java.security.AccessController.doPrivileged(Native Method) [:1.6.0_23]
at oracle.jdbc.driver.OracleDriver.<clinit>(OracleDriver.java:209)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [:1.6.0_23]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) [:1.6.0_23]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) [:1.6.0_23]
at java.lang.reflect.Constructor.newInstance(Constructor.java:513) [:1.6.0_23]
at org.jboss.as.connector.deployers.processors.DriverProcessor.deploy(DriverProcessor.java:66)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:115)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1765)
at org.jboss.msc.service.ServiceControllerImpl$ClearTCCLTask.run(ServiceControllerImpl.java:2291)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_23]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_23]
at java.lang.Thread.run(Thread.java:662) [:1.6.0_23]
the driver looks registered/enabled, though, this is just an error from the diagnose bean
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (JBRULES-3114) regression: set test operator "in" broken
by Wolfgang Laun (JIRA)
regression: set test operator "in" broken
------------------------------------------
Key: JBRULES-3114
URL: https://issues.jboss.org/browse/JBRULES-3114
Project: Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: drools-compiler (expert)
Affects Versions: 5.2.0.Final
Reporter: Wolfgang Laun
Assignee: Mark Proctor
Priority: Blocker
Fix For: FUTURE
This simple DRL runs into a NPE
rule a
when
then
insert( Integer.class );
end
rule xxx
when
$t: Class( $name: name not in ( "java.lang.Integer", "Bar", "Blech" ) )
then
System.out.println( "odd name: " + $t.getName() );
end
Caused by: java.lang.NullPointerException
at org.drools.base.mvel.MVELPredicateExpression.evaluate(MVELPredicateExpression.java:104)
at org.drools.rule.PredicateConstraint.isAllowed(PredicateConstraint.java:291)
If the "not" is removed, another strange error is thrown, claiming that 'name' cannot be accessed.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (JGRP-1341) BARRIER: block only multicast, not unicast messages
by Bela Ban (JIRA)
BARRIER: block only multicast, not unicast messages
---------------------------------------------------
Key: JGRP-1341
URL: https://issues.jboss.org/browse/JGRP-1341
Project: JGroups
Issue Type: Task
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 2.12.2, 3.0
BARRIER is used by the state transfer protocols, to get the digest and the state atomically. However, the digest only keeps track of multicast (=group) messages, so we don't need to block unicast messages !
This would help us in STREAMING_STATE_TRANSFER: even though we block the BARRIER, the state chunks sent from the state provider to the state requester (when use_default_transport=true) will *not* get blocked with this change !
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months