Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    5,398

    The WSDL available through the server is not valid

    I attached the WSDL (see EmployeeServicePort.txt ) , which is not validated neither by XML Spy, neither by SOAP scope, as there is an "import namespace" which can not be resolved. This WSDL...
  2. Replies
    4
    Views
    5,398

    client-side config and results ...

    Now my client config is as such :


    <beans>
    <bean id="testBeanFactory" class="org.springframework.context.support.ClassPathXmlApplicationContext">
    <constructor-arg>
    ...
  3. Replies
    4
    Views
    5,398

    how Axis works in spring projects ? (concerns on axis handling elements as interface)

    Hi,

    I have some concerns about Spring Jax-Rpc remoting capabilities, though I think I have understood all the requirement to wrapp a spring service using Axis, as in fact I manage to deploy...
  4. Replies
    5
    Views
    2,570

    RmiServiceExporter does not manage to start the RMI registry

    Hi,

    Regarding your post as well as
    http://forum.springframework.org/archive/index.php/t-14191.html
    http://forum.springframework.org/archive/index.php/t-16222.html

    I'm facing the same issue,...
  5. BeanNameAutoProxyCreator beanNames patterns

    Thanks for your help but it does not work, in fact it seems that usual regular expressions are not supported, may be the char '*' is just a pattern supported by BeanNameAutoProxyCreator class, this...
  6. BeanNameAutoProxyCreator Regexp to define beanNames patterns

    Hi,

    I would like to use regexp to define bean names (i.e
    *myBean*DAO or
    *myBean*Service) in BeanNameAutoProxyCreator, but it does not work, the only pattern accepted is
    myBean*.


    ...
Results 1 to 6 of 6