Search:

Type: Posts; User: tim.goeke; Keyword(s):

Search: Search took 0.02 seconds.

  1. good question

    It does not need to be in there...just an oversight on my part.
  2. local solution

    I was able to get the one offending jar working locally by using the manifest:


    Bundle-SymbolicName: org.springframework.amqp.rabbit
    Bundle-Name: Spring RabbitMQ Support
    Bundle-Vendor:...
  3. OSGi bundle template.mf issue - can't use bundles in Virgo.

    I have been trying to deploy the amqp bundles on Virgo and have run into an issue. For each bundle, the template.mf has to following Import-Template:


    ...
    Import-Template:...
  4. About HTTP inbound gateway - how is the threading handled?

    This question proposes using SI as an HTTP proxy, using an HTTP Inbound Gateway (HIG).

    The scenario is as follows. HTTP requests come into the gateway, which are proxied to the real web server. ...
  5. Thanks - defining a view worked as well.

    I did get a solution by defining a custom view and then adding the content type to the response. This works nicely, as the remote web service creating the images will return an XML if there's an...
  6. Using HttpInboundEndpoint - setting reply headers?

    I am having fun with the HTTP support in integration but I have one issue. I want to reply to the http:inbound-gateway with an image, so I need to set the content type.

    I can reply with a byte[]...
  7. org.springframework.flex.messaging.MessageTemplate can't be autowired.

    I am using simple annotations to create a component (@Component) that autowires in the MessageTemplate.

    Assuming the template is defined as follows:


    <bean id="messageTemplate"...
Results 1 to 7 of 7