[
https://issues.apache.org/jira/browse/GERONIMO-4481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12661037#action_12661037
]
Jarek Gawor commented on GERONIMO-4481:
---------------------------------------
Here's output when I use your jar:
{noformat}
E:\dev\geronimo\trunk\assemblies\geronimo-tomcat6-javaee5\target\assembly\bin>cxf-tools.bat
java2ws -verbose -wsdl -client -server -wrapperbean -ant -o test.wsdl -s . -d
. -classdir . -cp ..\..\..\..\..\G3665FeatureValidation.jar
org.apache.geronimo.test.fixver.g3665.SayHelloWebService
Using GERONIMO_HOME:
E:\dev\geronimo\trunk\assemblies\geronimo-tomcat6-javaee5\target\assembly
Using GERONIMO_TMPDIR: var\temp
Using JRE_HOME: C:\Program Files\Java\jdk1.5.0_16\jre
log4j:WARN No appenders could be found for logger
(org.apache.geronimo.kernel.repository.Maven2Repository).
log4j:WARN Please initialize the log4j system properly.
{noformat}
and all files are generated properly.
Can you check what javac -version display on your system? Make sure it matches
the version of JRE_HOME used for cxf-tools.bat.
> GShell command jaxws/java2ws error: Syntax error, annotations are only
> available if source level is 5.0
> -------------------------------------------------------------------------------------------------------
>
> Key: GERONIMO-4481
> URL: https://issues.apache.org/jira/browse/GERONIMO-4481
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: webservices
> Affects Versions: 2.2
> Environment: java version "1.6.0_10"
> Java(TM) SE Runtime Environment (build 1.6.0_10-b33)
> Java HotSpot(TM) Client VM (build 11.0-b15, mixed mode, sharing)
> ubuntu 8.04.1 LTS
> Reporter: Forrest Xia
> Priority: Minor
> Attachments: G3665FeatureValidation.jar
>
>
> Steps to recurring:
> 1. start 2.2 snapshot server
> 2. enter gshell prompt
> 3. execute command like this:
> <code>
> jaxws/java2ws -wsdl -client -server -wrapperbean -ant -o test.wsdl -s
> /home/forrestxm/temp/gshell015 -d /home/forrestxm/temp/gshell015 -classdir
> /home/forrestxm/temp/gshell015 -cp
> /home/forrestxm/temp/gshell015/G3665FeatureValidation.jar
> org.apache.geronimo.test.fixver.g3665.SayHelloWebService
> </code>
> then the errors say "Syntax error, annotations are only available if source
> level is 5.0". Checked cxf 2.1.3 release, there are similar problems when
> executing a similar command.
> However, use the generated ant project to compile those generated source
> code, it's fine.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.