@Wrangler,
Simply drop the jar into the {ROO_HOME}/bundle directory and restart Roo.
Type: Posts; User: tbowens; Keyword(s):
@Wrangler,
Simply drop the jar into the {ROO_HOME}/bundle directory and restart Roo.
@Wrangler, the roobot.xml file may is found inside the roobot.xml.zip file which can be downloaded from the roobot.url listed in your {ROO_HOME}/conf/config.properties.
As of...
Nevermind Alan,
I found the direct link to the addon jar I needed from the roobot.xml file. Now I am facing a different issue with connecting to the database itself.
Thanks
Hi Alan,
I am also in a similar situation. I am trying to reverse engineer a MSSQL database but am behind a corporate proxy and the Roo add-on discovery service does not work. I am also unable...
As cjd11's teammate on this task, I would like to add to her comments:
We are facing the following constraint with this web service:
instead of the web service expecting a normal request...
Gang,
Quick question:
I have a jms-gateway configuration for which I need to configure the underlying DefaultMessageListenerContainer. I need to do some custom error processing if the...
My original posting from Friday seems to have vanished, so here it goes again.
I am trying to find out how to configure the maximum number of threads for the Spring Integration (SI) message-bus.
...
Hello,
I am using Spring JMS to receive messages from a WebSphere MQ queue. The problem with these messages is that they are all being sent by an IBM mainframe which has encoded them all in...
Hi Mark and Crew,
It sounds like the web services channel adapter is undergoing a few more changes at the moment. Is there any chance of a simple example using the ws adapter appearing before the...
Hey Mark,
I see that the above change has been made. We have just taken this morning's svn HEAD from spring-integration.
Should I be able to leverage this latest change now, or do I need to...
Hello, I have a quick question: does a Spring Integration (SI) MessageHeader.getCorrelationId() map to a JMS Message.getCorrelationID() ?
In other words, I have an SI Message object "siMessage". ...
Hello,
I am working on a Spring Integration (1.0.0m1) sample that uses both a jms-target and a jms-source in my configuration. Even though the spring-integration.xsd for 1.0.0m1 states that both...
Hello,
I would like to use SpringIntegration (SI) to send a StringMessage on an SI channel which then gets placed onto a JMS queue using the JMS channel adapter. I have this scenario set up using...
Thanks Colin!
I will look into using the ContextSingletonBeanFactoryLocator for now, and explore using the jaxws-spring extension later down the road.
Thanks again,
- Brad
Colin,
Thanks for the reply!
I'm using JAX-WS 2.1 "final" release from Feb 2, 2007 from https://jax-ws.dev.java.net/2.1/ (which apparently now has some dead WS-Addressing code in it)
I am...
Hello,
I am a Spring newbie so don't hit me over the head just yet. I am using JAX-WS to create two simple web services. Web service one, "fooService" will be called first from the outside and...