Search:

Type: Posts; User: killerlfc; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    3,777

    Can you supply an example of how to use JiBX,...

    Can you supply an example of how to use JiBX, along with @Endpoint and @PayloadRoot annotations?

    Thanks,
  2. Replies
    3
    Views
    613

    Spring Web Services + JiBX

    Hi,

    I'm trying to setup the latest Spring Web Service with JiBX. I would like to use a combination of @Endpoint with @PayloadRoot annotations, however, JiBX creates marshallers for each...
  3. Replies
    1
    Views
    589

    Has anybody else found a solution to this? ...

    Has anybody else found a solution to this?

    Thanks
  4. Replies
    1
    Views
    950

    PayloadValidatingInterceptor error

    Hi,

    I'm using the PayloadValidatingInterceptor to validate my SOAP messages, however, the following error appears in the log file:



    XML validation error on response: cvc-complex-type.2.4.a:...
  5. Replies
    4
    Views
    1,522

    The problem was I had to execute 'mvn package'...

    The problem was I had to execute 'mvn package' from within the samples directory first.

    Doh!
  6. Replies
    4
    Views
    1,522

    Hi, Thanks for your reply. I'm just following...

    Hi,

    Thanks for your reply. I'm just following the instructions inside the readme.txt in the stockquote folder (inside the samples folder) of the Spring WS 1.5.9 download.

    Thanks,

    Kev.
  7. Replies
    4
    Views
    1,522

    Spring WS 1.5.9 StockQuote Sample problem

    Hi,

    I'm trying to run the stockquote sample from Spring ws 1.5.9 but get the following error:



    [INFO] Scanning for projects...
    Downloading:...
  8. Hibernate Transaction Manager not honouring @Transactional

    Hi,

    I've configured a new dataSource & transactionManager bean as I wish to use Hibernate. I see the following in the logs when my app is starting up:




    17:59:58,415 INFO main...
  9. Hi, Configuring jobs in META-INF fixed the...

    Hi,

    Configuring jobs in META-INF fixed the problem.

    Thanks,

    Kevin
  10. Spring Batch Admin: Cannot launch job or restart

    Hi,

    I'm trying to get SBA to launch a job I have configured. The job shows up in the list of jobs but launchable is set to false.

    Here is my job launcher/repository config:


    <!-- Job...
  11. Fixed: hibernate.hbm2ddl.auto was set to...

    Fixed:

    hibernate.hbm2ddl.auto was set to update. Changing it to create-drop now makes it w
  12. Auxillary database-object & AnnotationConfiguration

    Hi,

    I'm trying to use an Auxillary database-object, see, http://docs.jboss.org/hibernate/core/3.3/reference/en/html/mapping.html#mapping-database-object to alter some foreign keys, however it is...
  13. Hi again, I found this works for me: ...

    Hi again,

    I found this works for me:

    messageBroker.getService("message-service").removeDestination(destinationId);

    Cheers,

    Kevin.
  14. Flex MessageDestionations not cleaned up when JMS Queue destroyed.

    Hi,

    I've followed the design pattern shown here for creating dynamic JMS destinations back by Flex MessageDestions using the JMSAdapter:

    http://forum.springsource.org/showthread.php?t=83490
    ...
  15. Shutting down Flex Message Broker (cleanly)

    Hi,

    I'm trying to hunt down why my Spring/Flex app doesn't unload all it's classes properly when the web-app context is reloaded (or even stopped).

    I'm seeing the following error in the Tomcat...
  16. Replies
    2
    Views
    887

    Hi, Thanks for your reply. I've implemented as...

    Hi,

    Thanks for your reply. I've implemented as similar solution to what you suggested, however, it seems to have had an adverse effect on my tests, since my class was annotated with:
    ...
  17. Replies
    2
    Views
    887

    Spring testing with Flex MessageBroker

    Hi all,

    Is there a way I can create an instance of the Flex MessageBroker to use during unit/integration testing?

    I'm using a combination of ANT/TestNG/Spring test (using...
  18. Spring Security 3 + Custom Filters Problem +

    Hi,

    I'm trying to implement a custom filter that will be invoked when a user makes an successful (or unsuccessful) login attempt.

    Here is my code snippet that performs the authentication...
  19. Replies
    1
    Views
    1,300

    Spring Security 3 + Flex

    Hi,

    I'm trying to integrate Spring Security 3 with Flex (well, the Spring-Flex project)

    This is what I have so far:

    The Flex client makes a RemoteObject call to a Java service which invokes...
  20. This seems to be a similar problem to this post:...

    This seems to be a similar problem to this post:

    http://forum.springsource.org/showthread.php?t=83366

    & this issue:

    http://jira.springframework.org/browse/FLEX-94

    When I upgraded to...
  21. Unsubscribing from dynamic destination - how to

    Hi,

    I've successfully created dynamic destination as recommended in this post:

    http://forum.springsource.org/showthread.php?t=83490

    However, when I use consumer.unsubscribe() from the Flex...
  22. Replies
    4
    Views
    1,170

    Hi , Thanks for this example, but I have a...

    Hi ,

    Thanks for this example, but I have a problem unsubscribing from these queues.

    When I call consumer.unsubscribe() & consumer.disconnect() on the Flex client then look at the subscriptions...
  23. Replies
    4
    Views
    1,170

    MessageDestination backed by JmsAdapter

    Hi,

    I'm trying to dynamically create JMS/Flex destinations at runtime. Can somebody provide an example (or show in the Spring source) how to back a JmsAdapter with a MessageDestination. So that...
  24. Replies
    9
    Views
    3,591

    Hi, I tried the custom DestinationResolver...

    Hi,

    I tried the custom DestinationResolver approach but you still have to pass in the queue/topic name - thus loosing the ability to have a dynamic name generated at run-time.

    Did you find a...
  25. Flex Consumer subscribe to dynamic JMS destination

    Hi,

    I'm trying to get a Flex Consumer to connect to a dynamic JMS destination.

    For example, I create the destination like this:

    Flex code:


    consumer = new Consumer();
Results 1 to 25 of 33
Page 1 of 2 1 2