AnalyzerException

<[email protected]>
Newsgroups gmane.comp.java.objectweb.asm
Message-ID <[email protected]>
All,

I am receiving the following and it is causing me some grief. I am trying to
verify the javax.jms.Connection class from the 1.3.1 j2ee jar. Any ideas? Asm
3-2. Both the downloaded binary and the svn libraries give the same.

thanks

Mike

org.objectweb.asm.tree.analysis.AnalyzerException: Error at instruction 13:
Incompatible return type: expected Ljavax/jm
s/Connection;, but found R
	at org.objectweb.asm.tree.analysis.Analyzer.analyze(Unknown Source)
	at org.objectweb.asm.util.CheckClassAdapter.verify(Unknown Source)
	at org.objectweb.asm.util.CheckClassAdapter.verify(Unknown Source)
	at org.objectweb.asm.util.CheckClassAdapter.main(Unknown Source)
Caused by: org.objectweb.asm.tree.analysis.AnalyzerException: Incompatible
return type: expected Ljavax/jms/Connection;,
 but found R
	at
org.objectweb.asm.tree.analysis.BasicVerifier.returnOperation(Unknown Source)
	at org.objectweb.asm.tree.analysis.Frame.execute(Unknown Source)
	... 4 more
getDelegate()Ljavax/jms/Connection;
00000 ConnectionWrapperBase .  :  :	ALOAD 0
00001 ConnectionWrapperBase .  : ConnectionWrapperBase	:     INVOKEVIRTUAL
com/sun/enterprise/jms/ConnectionWrapperBase
.getDelegateXA ()Lcom/sun/jms/spi/xa/JMSXAConnection;
00002 ConnectionWrapperBase .  : JMSXAConnection  :	ASTORE 1
00003 ConnectionWrapperBase JMSXAConnection  :	:     ALOAD 0
00004 ConnectionWrapperBase JMSXAConnection  : ConnectionWrapperBase  :    
GETFIELD com/sun/enterprise/jms/ConnectionWr
apperBase.pointToPoint_ : Z
00005 ConnectionWrapperBase JMSXAConnection  : I  :	IFEQ L0
00006 ConnectionWrapperBase JMSXAConnection  :	:     ALOAD 0
00007 ConnectionWrapperBase JMSXAConnection  : ConnectionWrapperBase  :    
INVOKEVIRTUAL com/sun/enterprise/jms/Connect
ionWrapperBase.getQueueDelegate ()Ljavax/jms/QueueConnection;
00008 ConnectionWrapperBase JMSXAConnection  : QueueConnection	:     GOTO L1
00009 ConnectionWrapperBase JMSXAConnection  :	:    L0
00010 ConnectionWrapperBase JMSXAConnection  :	:     ALOAD 0
00011 ConnectionWrapperBase JMSXAConnection  : ConnectionWrapperBase  :    
INVOKEVIRTUAL com/sun/enterprise/jms/Connect
ionWrapperBase.getTopicDelegate ()Ljavax/jms/TopicConnection;
00012 ConnectionWrapperBase JMSXAConnection  : R  :    L1
00013 ConnectionWrapperBase JMSXAConnection  : R  :	ARETURN
message-footer.txt (text/plain, 238 B)
-- 
You receive this message as a subscriber of the [email protected] mailing list.
To unsubscribe: mailto:[email protected]
For general help: mailto:[email protected]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.