[JBoss JIRA] Created: (JBAS-3678) org.jboss.test.webservice.attachmentstepbystep.MyServiceClientTestCase fails on Solaris 10
by Phillip Thurmond (JIRA)
org.jboss.test.webservice.attachmentstepbystep.MyServiceClientTestCase fails on Solaris 10
------------------------------------------------------------------------------------------
Key: JBAS-3678
URL: http://jira.jboss.com/jira/browse/JBAS-3678
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: JBossAS-4.0.4.GA
Environment: Sparc Solaris 10
jdk 1.4.2_08
Reporter: Phillip Thurmond
org.jboss.test.webservice.attachmentstepbystep.MyServiceClientTestCase fails on Solaris 10
Testcase: testMyService took 1.656 sec
Caused an ERROR
null
java.lang.ExceptionInInitializerError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:141)
at org.jboss.ws.soap.attachment.ContentHandlerRegistry.<clinit>(ContentHandlerRegistry.java:5
1)
at org.jboss.ws.soap.attachment.AttachmentPartImpl.<clinit>(AttachmentPartImpl.java:56)
at org.jboss.ws.binding.soap.SOAPBindingProvider.getAttachmentPart(SOAPBindingProvider.java:6
14)
at org.jboss.ws.binding.soap.SOAPBindingProvider.bindRequestMessage(SOAPBindingProvider.java:
137)
at org.jboss.ws.binding.soap.SOAP11BindingProvider.bindRequestMessage(SOAP11BindingProvider.j
ava:58)
at org.jboss.ws.jaxrpc.CallImpl.invokeInternal(CallImpl.java:647)
at org.jboss.ws.jaxrpc.CallImpl.invoke(CallImpl.java:398)
at org.jboss.test.webservice.attachmentstepbystep.MyServiceClientTestCase.testMyService(MySer
viceClientTestCase.java:70)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
at junit.extensions.TestSetup.run(TestSetup.java:23)
Caused by: java.lang.IllegalArgumentException: failed to parse:image/bmp, image/x-bmp, image/x-window
s-bmp
at java.awt.datatransfer.DataFlavor.<init>(DataFlavor.java:299)
at javax.activation.ActivationDataFlavor.<init>(ActivationDataFlavor.java:64)
at org.jboss.ws.soap.attachment.ImageDataContentHandler.buildFlavors(ImageDataContentHandler.
java:77)
at org.jboss.ws.soap.attachment.ImageDataContentHandler.<clinit>(ImageDataContentHandler.java
:63)
... 31 more
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 2 months
[JBoss JIRA] Created: (JBCACHE-934) Remove JChannelFactory JMX lookup from CacheImpl
by Brian Stansberry (JIRA)
Remove JChannelFactory JMX lookup from CacheImpl
------------------------------------------------
Key: JBCACHE-934
URL: http://jira.jboss.com/jira/browse/JBCACHE-934
Project: JBoss Cache
Issue Type: Task
Security Level: Public (Everyone can see)
Affects Versions: 2.0.0.ALPHA1, 2.0.0.ALPHA2
Reporter: Brian Stansberry
Assigned To: Brian Stansberry
Fix For: 2.0.0.BETA2
CacheImpl tries to do a JMX lookup of the JChannelFactory. The factory should only be available from the RuntimeConfig -- the CacheImpl should not look it up. Any JMX lookup should be done by a JMX integration layer, i.e. CacheJmxWrapper or CacheLegacyJmxWrapper.
With this the MBeanServer property can be removed from RuntimeConfig, as it's only use is for this llokup.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 2 months
[JBoss JIRA] Created: (JBRULES-750) 3.1-M1: java.lang.VerifyError: Shadow Fact problem?
by Michael Anstis (JIRA)
3.1-M1: java.lang.VerifyError: Shadow Fact problem?
---------------------------------------------------
Key: JBRULES-750
URL: http://jira.jboss.com/jira/browse/JBRULES-750
Project: JBoss Rules
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.1-m1
Environment: Windows XP SP2, JVM1.4
Reporter: Michael Anstis
Assigned To: Mark Proctor
Attachments: jira-750.jar
Given a very simple rule:-
package drools.debug
rule "Test1"
when
$m : Machine ( )
then
System.out.println("--> DEBUG!");
end
Throws a very unfriendly error:-
Exception in thread "main" java.lang.VerifyError: (class: drools/debug/MachineShadowProxy, method: setProperty signature: (Ljava/lang/String;JLjava/lang/String;)V) Register 3 contains wrong type
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
at java.lang.Class.getConstructor0(Unknown Source)
at java.lang.Class.getConstructor(Unknown Source)
at org.drools.base.ClassObjectType.getShadow(ClassObjectType.java:123)
at org.drools.reteoo.ObjectTypeNode.assertObject(ObjectTypeNode.java:148)
at org.drools.reteoo.Rete.assertObject(Rete.java:121)
at org.drools.reteoo.ReteooRuleBase.assertObject(ReteooRuleBase.java:196)
at org.drools.reteoo.ReteooWorkingMemory.doAssertObject(ReteooWorkingMemory.java:68)
at org.drools.common.AbstractWorkingMemory.assertObject(AbstractWorkingMemory.java:724)
at org.drools.common.AbstractWorkingMemory.assertObject(AbstractWorkingMemory.java:543)
at drools.debug.Setup.main(Setup.java:42)
The Machine Class does extend another that has assessors for a Class that has lots and lots of constructors...
Complete re-producible JAR attached.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 2 months