Search:

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

Search: Search took 0.06 seconds.

  1. Replies
    6
    Views
    2,829

    Thanks Arjen!!

    Thanks Arjen!!
  2. Replies
    6
    Views
    2,829

    Hi Arjen Could you possibly supply the...

    Hi Arjen

    Could you possibly supply the "HumanResourceService.java" (assuming this is all that is missing) file for the "HolidayEndpoint.java" webservice example.
    (located at:...
  3. Replies
    1
    Views
    1,752

    help - problem with "Holiday" tutorial

    Hi

    I am new to Spring WS and am having trouble with the "Holiday" tutorial.


    PROBLEM:
    When I run "mvn clean dependency:copy-dependencies package", it shows the example fails to compile!...
    ...
  4. Hi Martin Thank you for your help. Based on...

    Hi Martin

    Thank you for your help.

    Based on your advice, I changed Caller.java to be:


    package testaop;

    import java.util.ArrayList;
  5. what am I missing that should let this simple "@Before" pointcut to work as expected

    QUESTION - what am I missing that should allow this simple "@Before" pointcut to work as expected???

    Thanks for any help!

    sd

    ----(project structure)----
    src
    |
    |
  6. turns out to be caused by missing lib jars...

    Well, it seems to have been a library "jar" issue, mostly... --I.e., after adding "jta.jar", dom4j-1.6.jar, ehcache-1.1.jar, cglib-nodep-2.1_3.jar, and antlr-2.7.5H3.jar the...
  7. Doesnt find my ".hbm.xml" file...--though the *full path* has been specified! -why?

    Error message says "[...]Emp.hbm.xml] cannot be opened because it does not exist[...]" -- though I have provided the complete path!...--whats happening?




    Error Message


    -
    -
  8. Hi Tom! I have no plans to continue loading...

    Hi Tom!

    I have no plans to continue loading "beans" from the application context like the JSP example. --More likely I'll be integrating Javaserver Faces with Spring and following the JSF...
  9. FYI - In order to get the plan JSP version I...

    FYI - In order to get the plan JSP version I modified it as below -- i.e,. grabbing the "dataSource" bean (oracledb) from the context, instead of using "dependency injection"...
    ...
  10. Thankyou very much dgynn!!! You've provided me...

    Thankyou very much dgynn!!!

    You've provided me the fundamental/core concept that I needed in order to understand this issue.

    You've explained why -- when last night -- after incorporating...
  11. Hi All Thanks very much for your feedback! ...

    Hi All

    Thanks very much for your feedback! (Its been virtually impossible find resources (books/web) that speak to this issue)

    In any case, as per your collective advice [except for removing...
  12. dataSource is required?...But, I am providing the datasource...Aren't I???

    Hi All

    After reading a couple of text books on this topic, I thought I had it right.
    ...But, I was wrong...

    Please tell me what I am missing. Thanks!

    applicationContext.xml:
    <?xml...
Results 1 to 12 of 12