Can't call external class

1/4/2015 2:22:38 AM
Gravatar
Total Posts 8

Can't call external class

The following code is freezing the IDE in 3.1.1-2:

JIP:- create_object('org.apache.activemq.ActiveMQConnectionFactory'('java.lang.String'), ['tcp://localhost:61616'], Handle).

The ActiveMQConnectionFactory [1] is in the CLASSPATH and has this contructor.

Please advise.

[1] http://activemq.apache.org/maven/apidocs/org/apache/activemq/ActiveMQConnectionFactory.html

 

1/6/2015 8:40:21 PM
Gravatar
Total Posts 11

Re: Can't call external class

There was a bug in the version 3.1.1.2 that has been solved in the current version on SVN.

You can download and compile the current version on SVN or you can wait a couple of days when we'll publish the binary of the new version.

 

 

1/6/2015 9:38:21 PM
Gravatar
Total Posts 8

Re: Can't call external class

No problems, I will wait for the new version.

 

Thanks for the quick reply.

1/10/2015 9:21:17 PM
Gravatar
Total Posts 8

Re: Can't call external class

Fixed in 4.0.1.4.

 

Thanks!