users@glassfish.java.net

Re: Embedded GlassFish warning

From: Major Péter <majorpetya_at_sch.bme.hu>
Date: Mon, 21 Jun 2010 17:58:01 +0200

correct me if I'm wrong, but ejb timer is a war, so if it gives warnings
about sun-web.xml, then it will warn with any other webapplication, right?

Is glassfish-web.xml same (bit-to-bit) as the sun-web.xml?

Regards,
Peter

2010-06-21 16:45 keltezéssel, Siraj Ghaffar írta:
> ejb timer service support was just recently added in 3.1 embedded,
> which is probably where the message is coming from.
>
> Major Péter wrote:
>> Hi,
>>
>> While using Embedded GlassFish 3.1-SNAPSHOT I have this warning during
>> startup:
>> [#|2010-06-19T18:53:48.155+0200|WARNING|glassfish3.1|javax.enterprise.system.tools.deployment.org.glassfish.deployment.common|_ThreadID=1;_ThreadName=main;|DPL8030:
>>
>> Sun specific deployment descriptor (WEB-INF/sun-web.xml in archive
>> /home/user/NetBeansProjects/korok/sch-kp-ejb-impl/gfembed5117076067323611472tmp/applications/ejb-timer-service-app/)
>>
>> is deprecating, please use Glassfish specific deployment descriptor
>> WEB-INF/glassfish-web.xml in the future.|#]
>>
>> My standalone server is 3.0.1, and I didn't see this warning in my logs
>> so far. Is this a new thing? Does 3.0.1 already support
>> glassfish-web.xml?
>>
>> Thanks,
>> Peter