I change the postgres lib to postgresql-9.3-1102.jdbc41.jar and its worked,
but I have a dout
I have this config in my activemq.xml:
<transportConnectors>
<transportConnector name="vm"
uri="vm://spectrum?waitForStart=30000&async=true"/>
<transportConnector name="nio" enableStatusMonitor="true"
uri="nio://0.0.0.0:54545?soTimeout=60000&daemon=true&keepAlive=true&connectionTimeout=120000&wireFormat.tcpNoDelayEnabled=true&wireFormat.maxInactivityDuration=240000&wireFormat.maxInactivityDurationInitalDelay=120000"/>
</transportConnectors>
but in my tomee.xml:
<Resource id="MyJmsResourceAdapter" type="ActiveMQResourceAdapter">
BrokerXmlConfig =
xbean:file:/home/emendez/Servidores/apache-tomee-plus-1.7.1/conf/activemq.xml
ServerUrl = tcp://localhost:61616
</Resource>
if I try to conect to the url localhost:54545, i can send messages, but If I
try with localhost:61616, i cant.
The first config overlap the second one or there is a mistake?
thanks
--
View this message in context:
http://tomee-openejb.979440.n4.nabble.com/java-lang-AbstractMethodError-tp4673454p4673457.html
Sent from the TomEE Users mailing list archive at Nabble.com.