You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by Pradeep Fernando <pr...@gmail.com> on 2008/12/19 07:44:33 UTC

build failure....... synapse

hi devs,

today i got a SVN up of synapse and started to build it. I got a build error
(compilation failure)
when i removed the samples module build was successful. Think there is an
error with "samples" module.

here is the error,

[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure

/home/pradeep/synapse/java/modules/samples/src/main/java/samples/userguide/GenericJMSClient.java:[74,40]
createConnection(javax.jms.ConnectionFactory,java.lang.String,java.lang.String,boolean,java.lang.Boolean)
in org.apache.axis2.transport.jms.JMSUtils cannot be applied to
(javax.jms.ConnectionFactory,<nulltype>,<nulltype>,java.lang.String)

/home/pradeep/synapse/java/modules/samples/src/main/java/samples/userguide/GenericJMSClient.java:[76,34]
createSession(javax.jms.Connection,boolean,int,boolean,java.lang.Boolean) in
org.apache.axis2.transport.jms.JMSUtils cannot be applied to
(javax.jms.Connection,boolean,int,java.lang.String)

/home/pradeep/synapse/java/modules/samples/src/main/java/samples/userguide/GenericJMSClient.java:[81,16]
cannot find symbol
symbol  : method
sendMessageToJMSDestination(javax.jms.Session,javax.jms.Destination,java.lang.String,javax.jms.BytesMessage)
location: class org.apache.axis2.transport.jms.JMSUtils

/home/pradeep/synapse/java/modules/samples/src/main/java/samples/userguide/GenericJMSClient.java:[89,40]
createConnection(javax.jms.ConnectionFactory,java.lang.String,java.lang.String,boolean,java.lang.Boolean)
in org.apache.axis2.transport.jms.JMSUtils cannot be applied to
(javax.jms.ConnectionFactory,<nulltype>,<nulltype>,java.lang.String)

/home/pradeep/synapse/java/modules/samples/src/main/java/samples/userguide/GenericJMSClient.java:[91,34]
createSession(javax.jms.Connection,boolean,int,boolean,java.lang.Boolean) in
org.apache.axis2.transport.jms.JMSUtils cannot be applied to
(javax.jms.Connection,boolean,int,java.lang.String)

/home/pradeep/synapse/java/modules/samples/src/main/java/samples/userguide/GenericJMSClient.java:[95,16]
cannot find symbol
symbol  : method
sendMessageToJMSDestination(javax.jms.Session,javax.jms.Destination,java.lang.String,javax.jms.TextMessage)
location: class org.apache.axis2.transport.jms.JMSUtils



hope somebody fix this..
thanks.


p.s  :  I have installed  commons.transport...    no problem with that