After about 8hrs solid research I am giving up on Spring-WS for now and going back to JAX-WS, due to my inability to resolve this common requirement. I worked through the tutorial and have searched...
Type: Posts; User: drewcox; Keyword(s):
After about 8hrs solid research I am giving up on Spring-WS for now and going back to JAX-WS, due to my inability to resolve this common requirement. I worked through the tutorial and have searched...
I'd suggest that creating a new datasource connection for each request could be a very poor performing design. Creating a DB connection is slow and expensive and you loose access to connection...
If I understand the situation correctly, lazy initialization errors are a problem when you try to navigate a lazy association outside of the Hibernate session on a now-detached instance.
If you...
Apologies for the cross posting from the core container forum, but I received no replies there and on second look, though it might be more relevant here.
We have some Spring bean components that...
Not sure I understand all you are talking about towards the end of your question, but the quickest way I can suggest to get log output is add Apache log4j jars to your Maven dependencies (if not...
We have some Spring bean components that necessarily need to commit their unit of work indepedantly of the larger business transaction.
We mark the service method on these beans with...
I found my way to this thread trying to understand the rationale behind the changing the AbstractXmlFlowExecutionTests from inheriting from AbstractXmlFlowExecutionTests. Some of our developers are...
I search for this to no avail. Actually, the combination of "Spring" and "Habitat4j" returns only 1 hit from Google...that never happens.
Perhaps not too many people use Habitat4j? See...
Not sure if this will help, but remote client access to JBoss datasources was not supported until 4.0. This is now possible with a config option in the XX-ds.xml. I have confirmed this works. See...
I have a kind of workaround to this going at the moment. We swtiched to wrapping out Connection Factory in the SingleConnectionFactory, which seems to have the effect of caching the JNDI JMS...
I too have ended up on this post facing a similar problem sending a large number of messages with the JmsTemplate view BEA Weblogic 9.1. At about message 7000 I get the dreaded OutOfMemoryError in...