-
Notifications
You must be signed in to change notification settings - Fork 18
Error using service layer addon #17
Comments
Hi @mdjerad and thanks for your interest on gvNIX project, Could you provide us your "log.roo" file and your wsdl file to be able to check your registered issue? Regards and thank you again, |
Hi ! Please find requested files in the following link :http://dl.free.fr/kZkrfxLGC Regards, Mehdi |
Hi again @mdjerad , I was testing your wsdl on gvNIX 1.4.1.RELEASE and works fine for me! This is my log.roo:
Following structure will be generated:
Maybe you forgot to include 'file://' on WSDL location? Try to use development mode command before to see the complete error log on gvNIX shell and if the error persist provide it us! Regards, |
Hi, I still have the same problem. roo-gvNIX> development mode --enabled=true |
Hi @mdjerad Seems like gvNIX is not locating your WSDL file on the sepecified path file:///D://metada Check correct URI format on Windows and try again: http://blogs.msdn.com/b/ie/archive/2006/12/06/file-uris-in-windows.aspx Regards, |
According to the document, correct URI is : I tried with this format but I have the exact same problem... When I use a filename that doesn't exists, I have another message (more explicit) : Regards |
Hi @mdjerad I'll check it on a Windows machine to see if there's some error related with windows paths... Regards, |
Hi, do you have any news regarding my case ? Thanks ! Regards Mehdi |
Hi, I have a similar issue, but when I set on debug mode , the console never showed any information. I'm working with gvNIX 1.4.1.RELEASE distribution and sts-3.6.4.RELEASE this is the command: remote service import ws --wsdl http://www.restfulwebservices.net/wcf/UNSPSCService.svc?wsdl --class ~.services.UNSPSC this is the result: roo-gvNIX> Thanks in advance for any help you are able to provide. |
Hi @mdjerad Sorry for the delay. Could you provide your metadata.xml file again? I'm not able to download it to test it on a windows machine. Regards, |
Hi !
Firstly, thank you for your work, you're genius !
I'm trying to generate the service layer for a WSDL using your service addon.
In gvnix, I'm using this command line :
It fails with this error :
ded dependency org.gvnix:org.gvnix.service.roo.addon.annotations:1.4.1.RELEASE]
Updated ROOT\pom.xml [skipped dependency org.gvnix:org.gvnix.service.roo.addon.a
nnotations:1.4.1.RELEASE; added plugin org.apache.cxf:cxf-java2ws-plugin:${cxf.v
ersion}]
f.version}; added dependency org.apache.cxf:cxf-rt-transports-http:${cxf.version
}; added dependency org.hibernate.javax.persistence:hibernate-jpa-2.0-api:1.0.1.
roperty 'cxf.version' = '2.7.3'; added plugin org.apache.cxf:cxf-codegen-plugin:
${cxf.version}]
Can you help ?
Kind regards.
Mehdi
The text was updated successfully, but these errors were encountered: