Thanks Arjen!!
Type: Posts; User: sairndain; Keyword(s):
Thanks Arjen!!
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:...
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!...
...
Hi Martin
Thank you for your help.
Based on your advice, I changed Caller.java to be:
package testaop;
import java.util.ArrayList;
QUESTION - what am I missing that should allow this simple "@Before" pointcut to work as expected???
Thanks for any help!
sd
----(project structure)----
src
|
|
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...
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
-
-
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...
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"...
...
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...
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...
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...