1 Reply Latest reply on Dec 23, 2005 5:00 AM by e.l

    Web services Deployment

    e.l

      Hi.

      I'm trying to deploy a web service with JBOSS 4.0.3 and Oracle Jdeveloper 10G. The database i use is Oracle 10GR2.
      Here under is the wsdl file :
      <?xml version = '1.0' encoding = 'UTF-8'?>
      <!--Generated by the Oracle JDeveloper 10g Web Services WSDL Generator-->
      <!--Date Created: Thu Dec 22 16:59:23 CET 2005-->
      <definitions
      name="F_GET_WS"
      targetNamespace="http://jboss_user/F_GET_WS.wsdl"
      xmlns="http://schemas.xmlsoap.org/wsdl/"
      xmlns:xsd="http://www.w3.org/2001/XMLSchema"
      xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
      xmlns:tns="http://jboss_user/F_GET_WS.wsdl"
      xmlns:ns1="http://jboss-user/F_GET_WS.xsd">

      <ns0:schema
      targetNamespace="http://jboss-user/F_GET_WS.xsd"
      xmlns="http://www.w3.org/2001/XMLSchema"
      xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://schemas.xmlsoap.org/wsdl/"/>














      <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>

      <soap:operation soapAction="" style="rpc"/>

      <soap:body use="encoded" namespace="F_GET_WS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>


      <soap:body use="encoded" namespace="F_GET_WS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>





      <soap:address location="http://REPLACE_WITH_ACTUAL_URL"/>




      I've got this error :

      17:00:00,916 WARN [ServiceController] Problem starting service jboss.web.deployment:war=WebServices.war,id=-1736483755
      org.jboss.deployment.DeploymentException: Error during deploy; - nested throwable: (javax.naming.NamingException: resource
      -ref: jdbc/jboss_userCoreDS has no valid JNDI binding. Check the jboss-web/resource-ref.)
      at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:366)
      ... and so on.

      What could be wrong ?