Perhaps a bug in enterprise application. If you want a quick resolution
on this, please file a bug on component j2ee and sub-component
earproject. Describe the issue in detail and someone in j2ee land should
be able to respond to you quickly.
Thanks
Samaresh
Leonid Shchervinsky wrote:
> Here is my application.xml file:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <application version="5" xmlns="
http://java.sun.com/xml/ns/javaee"
> xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"
> xsi:schemaLocation="
http://java.sun.com/xml/ns/javaee>
http://java.sun.com/xml/ns/javaee/application_5.xsd">
> <display-name>BrokerTool</display-name>
> <module>
> <ejb>BrokerTool-ejb.jar</ejb>
> </module>
> <module>
> <web>
> <web-uri>BrokerTool-war.war</web-uri>
> <context-root>/BrokerTool-war</context-root>
> </web>
> </module>
> </application>
>
> It would seem that <web-uri> and <ejb> tags are not updated. My Java EE
> modules are listed as 14_01%20BrokerTool-ejb.jar and
> 14_01%20BrokerTool-war.war
>
> Could it be that because my project war and ejb project names have spaces in
> their names and are different from their project folder names?
>
> Thanks
> Leonid
>
>
> Leonid Shchervinsky wrote:
>
>> NB 6.0 - Rename on the Enterprise project does not update all of
>> build-impl.xml with the new project name...
>> bug?
>> Thanks
>> Leonid
>>
>>
>
>