Hi Mark,

I installed Tomcat 8.0.18 and I am still seeing the same error.

I am wondering if you have any suggestions?

Thanks,

Marina

On Wed, Dec 10, 2014 at 9:10 AM, Marina F <m86...@gmail.com> wrote:

> ---com
> ----test
> -----example
> ------api
> -------common
> --------schemas
>           Types.xsd
> -------account
> --------schemas
>           Account.xsd (<xsd:include
> schemaLocation="../../common/schemas/Types.xsd" />)
> -------consumer
> --------schemas
>           Consumer.xsd (<xsd:include
> schemaLocation="../../common/schemas/Types.xsd" />)
>
> On Wed, Dec 10, 2014 at 8:42 AM, Mark Thomas <ma...@apache.org> wrote:
>
>> On 10/12/2014 14:21, Marina F wrote:
>> > Hello,
>> >
>> > Tomcat 8.0.15
>> >
>> > I am getting an error when using web services. (no errors if using
>> Tomcat
>> > 7.0.50)
>> >
>> > Schema:
>> > <xsd:include schemaLocation="../../common/schemas/Types.xsd" />
>> >
>> > Error:
>> > Dec 10, 2014 7:59:48 AM org.apache.catalina.core.StandardWrapperValve
>> invoke
>> > SEVERE: Allocate exception for servlet api-ws-soap
>> > java.lang.IllegalArgumentException: The resource path
>> > [/../../common/schemas/Types.xsd] has been normalized to [null] which is
>> > not valid
>>
>> And the XML file that contains that reference is located where in the
>> web application?
>>
>> Mark
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: users-h...@tomcat.apache.org
>>
>>
>

Reply via email to