I want to add a project reference into another project so that I can debug through it as if it was part of the main project.
example I have dynamic web project A, and another java project B. How do...
Type: Posts; User: RC1; Keyword(s):
I want to add a project reference into another project so that I can debug through it as if it was part of the main project.
example I have dynamic web project A, and another java project B. How do...
Hello
I'm using the following in my application context configuration file to connect to the database. It works fine when i deploy the war file on my localhost. However it stops picking up the...
Well this is what Ive tried so far:
I restarted the remote tomat and was able to view my .wsdl file.
Also, in applicationContext-security.xml, changed the IS_AUTHENTICATED_ANONYMOUSLY to /**,...
Hello,
I created a SOAP message to send a client request from my javascript to Spring web services deployed on my localhost tomcat. And I received a correct response. However, when I deployed the...
You need to make sure that the request parameters are correct. Also, if you are writng JUnit, then the response type should match with the variable type to which it will be assigned. Also, make sure...