[
https://jira.jboss.org/jira/browse/JBDS-1103?page=com.atlassian.jira.plug...
]
Rob Stryker commented on JBDS-1103:
-----------------------------------
I don't know exactly how the tomcat deployer works. I'd really have to dig into
the code to see what exactly is going on here. However it seems blatently obvious to me by
reading the exception that the APPLICATION is expecting an eclipse jar to be on the
runtime's classpath.
You can verify this by looking at
workspace.zip\JBDS-CR3\AxisWSClient\WebContent\sampleServiceProxy\Result.jsp which CLEARLY
tries to access an eclipse jar.
However none of the component.xml files in the workspace show any inclination to add this
jar into the result jar / war / ear / client jar etc. Even the .classpath file does not
show any exported classpath entries that would be expected to be exported when published.
I'd have to really really investigate how the Tomcat adapter handles this, but at
first glance this is not a project that I would ever expect to work on our servers unless
the project exported and published the utilities class / jar as a library on the
classpath.
Seems to me like the project shouldn't work. Not sure how it does on tomcat.
Creating simple Axis Web Service fails running
----------------------------------------------
Key: JBDS-1103
URL:
https://jira.jboss.org/jira/browse/JBDS-1103
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Affects Versions: 3.0.0.CR2
Environment: Sun JDK 1.6.0_17, x86_64, JBDS-H7-CR3, Jboss-AS 5.1-GA
Reporter: Libor Zoubek
Priority: Critical
Attachments: axis_ws_run_error.log, workspace.zip
It seems like JDBS wrongly creates axis-based web service. In comparsion to Eclipse 3.5
WTP, where everything goes OK as well as deploying and running od jboss-as 5.1
Can be reproduced by following this tutorial
http://www.eclipse.org/webtools/jst/components/ws/1.5/tutorials/BottomUpW...
Notes:
Eclipse 3.5 WTP creating, deploying, running - OK
Opening workspace created by Eclipse 3.5 WTP by JBDS and deploying+running Axis WS - OK
See attached log and workspace
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira