Hi,

I am using a web application that looks up a Service Reference from JNDI.
This works if i do not add the following section to geronimo-web.xml

<!-- <service-ref>
        <service-ref-name>service/HelloWorldService</service-ref-name>
                        <port>
                                <port-name>HelloWorld</port-name>
                                <protocol>http</protocol>
                                <host>localhost</host>
                                <port>8080</port>
                                <uri>/webref/ws</uri>
                        </port>
        </service-ref> -->

Adding this section gives schema validation errors during deployment.

I add references for ejb,resource,resource-env in web plan. Should
this be maintained for service-ref also?

Regards
Krishnakumar

Reply via email to