Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    952

    WS-Addressing and WSDL generation

    I am referring to WSDL1.1 examples in sections 3.1 and sections 4.4.1 in the w3.org spec:
    http://www.w3.org/TR/2006/CR-ws-addr-wsdl-20060529/#indicatinguse

    How do we generate the UsingAddressing...
  2. Replies
    1
    Views
    1,654

    SoapActionEndpointMapping and SOAP 1.2

    I am well aware that SoapAction header parameter is deprecated from SOAP 1.2.
    Also the following thread was a good indicator that SoapActionEndpointMapping is faster that...
  3. Yes XML is the form of communication.

    Yes XML is the form of communication.
  4. Need to use Spring MVC without the View. How-to?

    In our current project, we don't render the view, rather send the model maps to PHP for them to render the view.
    So we just need to M and C functionality from the MVC. Is it possible to skip the...
  5. Replies
    4
    Views
    1,231

    Yes I do have all the necessities in the...

    Yes I do have all the necessities in the applicationContext.xml file


    <context:annotation-config />
    <context:component-scan base-package="com.company.component.service" />...
  6. Replies
    4
    Views
    1,231

    I missed explaining the issue above: For the...

    I missed explaining the issue above:

    For the above example, the Logging aspect is not being recognized, hence loaded/weaved and applied to the regular execution of the application.
    Let me know...
  7. Replies
    4
    Views
    1,231

    Aspect not recognized

    I read a couple of parent/child application context related posts but didnt really understand the solution.

    Secondly I do not have a Spring MVC project, rather I am exposing the service methods as...
  8. What are the points to consider checking to avoid...

    What are the points to consider checking to avoid NoSuchBeanDefintionException?

    Here is my exception trace


    Caused by: org.springframework.beans.factory.BeanCreationException: Could not...
  9. Here is the code for my annotated classes: ...

    Here is the code for my annotated classes:


    @Service("QuoteProcFactory")
    public class QuoteProcessorFactory {

    private InsuranceUtilities utils;
    private ApplicationContext webAppContext;...
  10. NoSuchBeanDefinitionException when using annotations

    I have a spring app running successfully with XML configuration. However I cannot get the same app running using annotations. I am getting a NoSuchBeanDefinitionException.

    None of the classes that...
  11. Web application context not loading/instantiating beans from bean definitions

    This is a non-MVC project. We want to expose our service methods as web services via CXF. So I have the following application context config files specified in web.xml. The web app context seems to...
  12. Replies
    7
    Views
    26,191

    Thanks for the solution, I was able to get it to...

    Thanks for the solution, I was able to get it to work.
    Actually, even without adding the log4j properties, Tomcat 6 generates logs in its logs folder. Lookin up the localhost<timestamp>.log (in my...
  13. Replies
    7
    Views
    26,191

    Tomcat SEVERE Error: listenerStart

    I am a newbie with Spring.
    I get Tomcat listenerStart while deploying my webapp. Moreover, this deployment error is not predictable, in the sense that I do not get it every time I start Tomcat, may...
  14. Database-backed configurations possible?

    The problem is thus:
    Typical Spring configurations (XML or otherwise) assume that we know at deploy/config time , what the dependency of one bean would be. But in our case we do not know the...
Results 1 to 14 of 14