Search:

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

Search: Search took 0.01 seconds.

  1. getBeanNamesForType() does not return correct beans

    I am using a DefaultAdvisorAutoProxyCreator to automatically introduce an interface on select beans using a DefaultIntroductionAdvisor. This works fine and correctly introduces the interface...
  2. Creating temporary hibernate session in interceptor

    Creating temporary hibernate session in interceptor


    I need to create a temporary hibernate session in an interceptor to handle additional database actions after the hibernate session has been...
  3. Relationship between parent and child application context

    I am programmatically creating a FileSystemXmlApplicationContext within a web application which parent context is set to the Spring MVC servlet application context. The context is created as follows:...
  4. Same problem

    What was the solution to this problem? We are experiencing the exact same issue.
  5. Child context with custom ClassLoader AspectJ

    Hi

    We are using a custom class loader for a child spring context. We instantiate the context as follows:



    FileSystemXmlApplicationContext fsContext = new...
  6. AspectJPointcutExpression always returns true for matches(Class targetClass)

    Hi

    I am using an AspectJPointcutExpression and I am trying to have the pointcut tell me wether it could potentially match a join point in a specific class. I looked at the source for...
  7. Exporting beans for JMX from child spring context not working

    Hi

    I am running tomcat 6.0.18 and sun jvm 1.6.0. I have the usual spring context for my web app and have contructed a child context that has the web app context set as its parent. The child...
  8. Replies
    2
    Views
    1,054

    I also generated a sample message from the WSDL...

    I also generated a sample message from the WSDL generated by Spring WS using soapUI and got the same problem
  9. Replies
    2
    Views
    1,054

    Also when I navigate the element using the W3C...

    Also when I navigate the element using the W3C api of the element I can get all the elements and their data. It is only when using XPath that the empty string is returned.

    Another difference that...
  10. Replies
    2
    Views
    1,054

    XPath evaluation issues

    I have a AbstractDomPayloadEndpoint that uses jaxp XPath to get info out of the passed in element. I have unit tests that pass in a Element that was created from a sample xml file that works fine,...
  11. Replies
    4
    Views
    1,078

    Mapping

    Here is an example of mapping the filter to all paths that start with /d/



    <filter>
    <filter-name>OpenSessionInViewFilter</filter-name>
    ...
Results 1 to 11 of 11