I have been putting connectionURI everywhere I could, and it seems
this is specifically missing that part:


For now, you will have to specify:

connectionParameters="host=127.0.0.1;port=5446"
connectorClassName="org.apache.activemq.artemis.core.remoting.impl.netty.NettyConnectorFactory"


If you provide me with anything to get to where you are, I could
change the Spec to accept a parameter with an URI, so you could use
"tcp://HOST:Port", what should be much simpler.


On Mon, Oct 5, 2015 at 4:44 PM, jonathan_at_svg
<jonat...@springventuregroup.com> wrote:
>
> Nice! Thanks I looked all over the javadoc and somehow missed that.
>
> Ok, the resource adapter needs configuration. Is that done via the
> connectionParameters property? If so, is there any docs on what goes into
> that field?
>
> Currently on boot I'm throwing this stack trace:
>
> Caused by: java.lang.IllegalArgumentException: must provide either
> TransportType or DiscoveryGroupAddress and DiscoveryGroupPort for
> ResourceAdapter Connection Factory
>         at
> org.apache.activemq.artemis.ra.ActiveMQResourceAdapter.createActiveMQConnectionFactory(ActiveMQResourceAdapter.java:1707)
>         at
> org.apache.activemq.artemis.ra.ActiveMQResourceAdapter.setup(ActiveMQResourceAdapter.java:1552)
>         at
> org.apache.activemq.artemis.ra.ActiveMQResourceAdapter.start(ActiveMQResourceAdapter.java:245)
>         at
> org.apache.openejb.assembler.classic.Assembler.doCreateResource(Assembler.java:2629)
>         at
> org.apache.openejb.assembler.classic.Assembler.createResource(Assembler.java:2442)
>         at
> org.apache.openejb.assembler.classic.Assembler.buildContainerSystem(Assembler.java:527)
>         at 
> org.apache.openejb.assembler.classic.Assembler.build(Assembler.java:439)
>         ... 17 more
>
>
>
>
> --
> View this message in context: 
> http://activemq.2283324.n4.nabble.com/Anyone-have-Artemis-working-with-Apache-TomEE-tp4702611p4702631.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.




-- 
Clebert Suconic

Reply via email to