Search:

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

Search: Search took 0.02 seconds.

  1. Poor support for static wsdl with import/included schemas

    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...
  2. Replies
    1
    Views
    567

    I'd suggest that creating a new datasource...

    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...
  3. If I understand the situation correctly, lazy...

    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...
  4. Testing transactional beans with Propagation.REQUIRES_NEW

    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...
  5. Not sure I understand all you are talking about...

    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...
  6. Integration testing transactional beans with Propagation.REQUIRES_NEW

    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...
  7. Did the AbstractXmlFlowExecutionTests get re-instated

    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...
  8. Anyone using Habitat4j for Spring configuration?

    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...
  9. Replies
    10
    Views
    4,462

    Not sure if this will help, but remote client...

    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...
  10. I have a kind of workaround to this going at the...

    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...
  11. I too have ended up on this post facing a similar...

    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...
Results 1 to 11 of 11