You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Mahehs Patil <ma...@techmahindra.com> on 2007/04/13 15:48:27 UTC

Unable to install loan-broker project.

Hi Everyone ,
I am unable to install the Loan-broaker project.
It gives following compilation error.

Buildfile: build.xml

init:

build-client:
    [javac] Compiling 1 source file to
C:\APACHE~1.1-I\examples\LOAN-B~1\build\client
    [javac] C:\APACHE~1.1-I\examples\LOAN-B~1\src\client\JMSClient.java:53:
cannot find symbol
    [javac] symbol  : method
newInstance(javax.jms.ConnectionFactory,org.logicblaze.lingo.jms.JmsPr
ducerConfig,javax.jms.Destination,javax.jms.Destination)
    [javac] location: class
org.logicblaze.lingo.jms.impl.MultiplexingRequestor
    [javac]         requestor = MultiplexingRequestor.newInstance(factory,
new JmsProducerConfig(),
inQueue, outQueue);
    [javac]                                          ^
    [javac] C:\APACHE~1.1-I\examples\LOAN-B~1\src\client\JMSClient.java:77:
cannot find symbol
    [javac] symbol  : method
setManager(org.jencks.GeronimoPlatformTransactionManager)
    [javac] location: class org.jencks.factory.WorkManagerFactoryBean
    [javac]         wmfb.setManager(new
GeronimoPlatformTransactionManager());
    [javac]             ^
    [javac] C:\APACHE~1.1-I\examples\LOAN-B~1\src\client\JMSClient.java:80:
cannot find symbol
    [javac] symbol  : method getWorkManager()
    [javac] location: class org.jencks.factory.WorkManagerFactoryBean
    [javac]         GeronimoWorkManager wm = wmfb.getWorkManager();
    [javac]                                      ^
    [javac] 3 errors

BUILD FAILED

I have set classpath with all neccesary jar files.
But still it is not compiling.

Give me any link regarding to the updated jar file for this project.
Help me.
-- 
View this message in context: http://www.nabble.com/Unable-to-install-loan-broker-project.-tf3571731s12049.html#a9979308
Sent from the ServiceMix - User mailing list archive at Nabble.com.