Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Thank you for providing some valuable...

    Thank you for providing some valuable information. It help identifiy I was getting a duplicate Application Context. Once I fixed that, everything was working.......
  2. This is the exception I am getting....... ...

    This is the exception I am getting.......



    [documentservices] [DEBUG]: Creating instance of bean 'org.springframework.transaction.config.internalTransactionAdvisor'
    " "[documentservices]...
  3. Use of Multiple App Context Files and Transaction Manager

    I hope I have the right forum. I have a very simple issue but not sure I've configured my application correctly.

    I have broken down my application in to several application context files: data,...
  4. Replies
    3
    Views
    1,022

    Quartz Scheduling

    I am very new to Spring and I am trying to schedule a job. I have floowing the examples in the Spring in Action book. I have al reviewed the Springframework documentation.

    This is my bean...
  5. Replies
    3
    Views
    6,201

    BeanCreationException

    I am attempting to run a JUnit test. I am loading my conext files in the following manner.




    public class JmdUpdateServiceTest extends
    AbstractDependencyInjectionSpringContextTests {

    ...
  6. Replies
    0
    Views
    1,366

    Context initialization failed?

    I started my application up today and I received this error:



    java.lang.NoSuchMethodError:...
  7. First of all, thank you! Once I added the...

    First of all, thank you!

    Once I added the marshaller and unmarshaller, I started receiving JaxbExceptions. I fixed the exceptions by adding the annotations in the Classes used in the request and...
  8. Okay, next I turned on logging to the DEBUG...

    Okay, next I turned on logging to the DEBUG level

    I discovered this:



    " "[DEBUG]: Endpoint mapping [org.springframework.ws.server.endpoint.mapping.PayloadRootQNameEndpointMapping@9f26c7]...
  9. Okay the two things I accomplished was change my...

    Okay the two things I accomplished was change my payloadMapping settings and the namespace in the xsd and the request xml file. This got me pass the error! :-)

    Now I am failing on the server...
  10. Looking at the following: ...

    Looking at the following:



    http://forum.springframework.org/showthread.php?t=49282


    I discovered:
  11. After reading through many of the messages on...

    After reading through many of the messages on this forum, I found more information on how to determine what the Tomcat is sending back. I turned on TCP/IP Monitor and discovered the following...
  12. your problem is nested exception is...

    your problem is


    nested exception is java.lang.ClassNotFoundException: org.springframework.ws.soap.saaj.SaajSoapMessageContextFactory


    This should be in your spring-ws-<version>.jar file.
    ...
  13. Replies
    1
    Views
    2,471

    Your problem is in your bean definition file ...

    Your problem is in your bean definition file



    Invalid property 'url' of bean class [org.springframework.ws.transport.http.HttpUrlConnectionMessageSender]: No property 'url' found


    url is...
  14. Just so everyone knows, I've double checked the...

    Just so everyone knows, I've double checked the URL. This is the same URL I am using in the WSDL for the address attribute within the <soap:address> element.

    <!-- http:// [server +: port]/[web...
  15. Exception: WebServiceTransportException: Not Found [404]

    Hi Everyone!

    I know others have experienced this issue for the different aspects each developer has surfaced, but I did not see an answer with regards to my scenario.

    I am using Spring-WS...
  16. Replies
    4
    Views
    2,992

    Well.....I doubled checked. When I rant the test...

    Well.....I doubled checked. When I rant the test within the IDEm what was happening was: I added a dependent project to the client project (so I could use domain objects). Th project I added was...
  17. Replies
    4
    Views
    2,992

    Thank you for responding....... I checked the...

    Thank you for responding.......

    I checked the application with your suggestion. There is NO Hibernate jar files on the client side.

    I am looking at the definition now for the class.

    1....
  18. Replies
    4
    Views
    2,992

    InvalidClassException

    I have a simple HTTPInvoker class for remoting over to my service. However, I am getting the below error. The only thing I can make out is the fact the fact there are two objects instead of one. ...
  19. Replies
    5
    Views
    1,896

    First and foremost, THANK YOU! This got me pass...

    First and foremost, THANK YOU! This got me pass my error.
  20. Replies
    5
    Views
    1,896

    It is a test and is declared this way: ...

    It is a test and is declared this way:



    public class MyDocumentServiceTest extends
    AbstractAnnotationAwareTransactionalTests {


    This is how I am getting my servivce:
  21. Replies
    5
    Views
    1,896

    Disabling Dependency Injection?

    I am new to Spring framework. What I am trying to accomplish is testing the service layer of a Spring Application. I have the application working and have already used a simple client to make a...
  22. Replies
    2
    Views
    724

    Thanks Hans!

    Thanks Hans!
  23. Replies
    2
    Views
    724

    Transactions in Service and DAO Layers

    I have a fundamental question concerning Transactions. I am hoping a more experience developer can help explain this area to me. First, I have a Business Layer (Service) and a Data layer (DAO) in...
  24. Newbie Question: Architecture Decisions For Service

    This is my first major Spring Application. I have designed several services for my Spring Application running on Tomcat. Presently, I do not know what type of clients will be connecting to each...
  25. Replies
    4
    Views
    1,326

    Mmmm, well my problem went away as soon as I...

    Mmmm, well my problem went away as soon as I fixed my memory problem.

    What was interesting was my IDE was allowing a malformed statement and it was not caught. Note the space between the object...
Results 1 to 25 of 60
Page 1 of 3 1 2 3