From: <ale...@us...> - 2009-07-09 14:24:44
|
Revision: 335 http://cse-ip.svn.sourceforge.net/cse-ip/?rev=335&view=rev Author: alexloewen Date: 2009-07-09 14:24:37 +0000 (Thu, 09 Jul 2009) Log Message: ----------- added updateAccount. fixed some bugs. Modified Paths: -------------- trunk/sandbox/lsf-adapter-demo/WebConfig/WebConfig-ejb/nbproject/jax-ws.xml Modified: trunk/sandbox/lsf-adapter-demo/WebConfig/WebConfig-ejb/nbproject/jax-ws.xml =================================================================== --- trunk/sandbox/lsf-adapter-demo/WebConfig/WebConfig-ejb/nbproject/jax-ws.xml 2009-07-09 14:24:30 UTC (rev 334) +++ trunk/sandbox/lsf-adapter-demo/WebConfig/WebConfig-ejb/nbproject/jax-ws.xml 2009-07-09 14:24:37 UTC (rev 335) @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <jax-ws xmlns="http://www.netbeans.org/ns/jax-ws/1"> <services> - <service name="ConfigurationManagerWS"> + <service name="ConfigurationManager"> <implementation-class>de.campussource.cse.webconfig.ConfigurationManagerWS</implementation-class> </service> </services> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |