Can you supply an example of how to use JiBX, along with @Endpoint and @PayloadRoot annotations?
Thanks,
Type: Posts; User: killerlfc; Keyword(s):
Can you supply an example of how to use JiBX, along with @Endpoint and @PayloadRoot annotations?
Thanks,
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...
Has anybody else found a solution to this?
Thanks
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:...
The problem was I had to execute 'mvn package' from within the samples directory first.
Doh!
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.
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:...
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...
Hi,
Configuring jobs in META-INF fixed the problem.
Thanks,
Kevin
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...
Fixed:
hibernate.hbm2ddl.auto was set to update. Changing it to create-drop now makes it w
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...
Hi again,
I found this works for me:
messageBroker.getService("message-service").removeDestination(destinationId);
Cheers,
Kevin.
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
...
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...
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:
...
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...
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...
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...
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...
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...
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...
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...
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...
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();