The following comment has been added to this issue:
Author: Davanum Srinivas
Created: Thu, 22 Jul 2004 8:09 AM
Body:
Srinath,
Checked in a cleaned up version of your patch. Please checkout the latest cvs
before u start working again. Note that i had to comment out even the existing
2 test cases as they broke....hope you know that you can issue a "maven -o" to
use the offline mode (don't get the jars) as you have a slow connection. I'd
really appreciate if you could get all the tests working and submit another
patch. Please note that I have set up a script to upload ews SNAPSHOT to my
maven repo every night (EST). Here are some other problems that i saw
- Tests are assuming existence of
incubator-geronimo\modules\axis\src\samples\echo which is not in cvs.
- there is a reference to EWS Task but there is no EWS Task in ews project
Also, you can use "<ant:javac>" from maven to compile the sources (see
http://www.theserverside.com/articles/article.tss?l=MavenMagic for example) if
the tools.jar is not picked up by ant then just add a "ant:path" with
java.home/../lib/tools.jar
Also, Please switch off tabs in your editor if you haven't already (ask it to
replace tabs with 4 spaces)
thanks,
dims
Thanks,
dims
---------------------------------------------------------------------
View this comment:
http://issues.apache.org/jira/browse/GERONIMO-269?page=comments#action_36821
---------------------------------------------------------------------
View the issue:
http://issues.apache.org/jira/browse/GERONIMO-269
Here is an overview of the issue:
---------------------------------------------------------------------
Key: GERONIMO-269
Summary: webservice deployment with ews
Type: New Feature
Status: Unassigned
Priority: Major
Project: Apache Geronimo
Assignee:
Reporter: Srinath Perera
Created: Wed, 21 Jul 2004 7:08 PM
Updated: Thu, 22 Jul 2004 8:09 AM
Environment: all
Description:
this patch has code to deploy the webservice in the geronimo.
there is a
1) WebServiceDeployerGbean and by calling deploy GBean method one can
deploy a webservice. right now Axis service keep a seperate config-store
but that can be changed when we decide on the final thing
2)the Deployer accept a webservice jar file and generate the required code
using ews and deploy them. for time been the Axis GBean need to restart to
get the new deploymnet.
3)the complete senario is shown in the WebServiceTest.java test. But to
run this code need the JAVA_HOME/lib/tools.jar in the classpth. Since
still can not get it in the classpath of maven I exclude the tests. If
somebody using IDE and add the tools.jar in the classpath they should work
fine :)
4) let me add some doc to the wiki about how this works.
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira