dev@glassfish.java.net

Re: mbeanapi-impl: dbao.clearData();

From: Dinesh Patil <dinesh.patil_at_Sun.COM>
Date: Tue, 19 Jul 2005 18:19:50 -0700

Yes, i am in the process of reverting the changes which is breaking this.
thanks
Dinesh

Kedar Mhaswade wrote:

> Build is currently failing because of the same thing on the tinderbox
> too.
>
> Thanks,
> Kedar
>
>
> Pierre Delisle wrote:
>
>> Got appserv-core to compile (had not done a maven bootstrap... had no
>> clue
>> I had to rerun it... Thanks Jerome.]
>>
>> However, now the build fails as follows:
>>
>> [java] [javac]
>> D:\glassfish_tunnel\glassfish\admin\mbeanapi-impl\src\jav
>> a\com\sun\enterprise\management\monitor\CallFlowMonitorImpl.java:74:
>> clearData(j
>> ava.sql.Connection) in
>> com.sun.enterprise.admin.monitor.callflow.DbAccessObject
>> cannot be applied to ()
>> [java] [javac] dbao.clearData();
>> [java] [javac] ^
>> [java]
>> [java] BUILD FAILED
>>
>> -- Pierre
>>
>> Pierre Delisle wrote:
>>
>>
>>
>>> I just synchronized my workspace (cvs update -d), but the build
>>> fails when it
>>> reaches component "appserv-core". Details below. Thanks for any
>>> pointer on how to fix this.
>>>
>>> -- Pierre
>>>
>>> -----
>>> [java] compile-server:
>>> [java] [echo] Compiling com/sun/ejb, com/sun/ejb
>>> [java] [javac] Compiling 1 source file to
>>> D:\glassfish_tunnel\glassfish\
>>> appserv-core\build
>>> [java] [echo] Compiling com/sun/web, com/sun/jndi,
>>> com/sun/enterprise
>>> [java] [javac] Compiling 39 source files to
>>> D:\glassfish_tunnel\glassfis
>>> h\appserv-core\build
>>> [java] [javac]
>>> D:\glassfish_tunnel\glassfish\appserv-core\src\java\com\s
>>> un\enterprise\webservice\JAXWSServlet.java:56: cannot find symbol
>>> [java] [javac] symbol : class WSRtObjectFactory
>>> [java] [javac] location: package com.sun.xml.ws.spi.runtime
>>> [java] [javac] import
>>> com.sun.xml.ws.spi.runtime.WSRtObjectFactory;
>>> [java] [javac] ^
>>> [java] [javac]
>>> D:\glassfish_tunnel\glassfish\appserv-core\src\java\com\s
>>> un\enterprise\webservice\JAXWSServlet.java:58: cannot find symbol
>>> [java] [javac] symbol : class WSConnection
>>> [java] [javac] location: package com.sun.xml.ws.spi.runtime
>>> [java] [javac] import com.sun.xml.ws.spi.runtime.WSConnection;
>>> [java] [javac] ^
>>> [java] [javac]
>>> D:\glassfish_tunnel\glassfish\appserv-core\src\java\com\s
>>> un\enterprise\webservice\JAXWSServlet.java:77: cannot find symbol
>>> [java] [javac] symbol : class WSRtObjectFactory
>>> [java] [javac] location: class
>>> com.sun.enterprise.webservice.JAXWSServle
>>> t
>>> [java] [javac] private WSRtObjectFactory rpcFactory_;
>>> [java] [javac] ^
>>> [java] [javac]
>>> D:\glassfish_tunnel\glassfish\appserv-core\src\java\com\s
>>> un\enterprise\webservice\JAXWSServlet.java:132: cannot find symbol
>>> [java] [javac] symbol : class WSConnection
>>> [java] [javac] location: class
>>> com.sun.enterprise.webservice.JAXWSServle
>>> t
>>> [java] [javac] WSConnection connection =
>>> rpcFactory_.cre
>>> ateWSConnection(request, response);
>>> [java] [javac] ^
>>> [java] [javac]
>>> D:\glassfish_tunnel\glassfish\appserv-core\src\java\com\s
>>> un\enterprise\webservice\JAXWSServlet.java:257: cannot find symbol
>>> [java] [javac] symbol : variable WSRtObjectFactory
>>> [java] [javac] location: class
>>> com.sun.enterprise.webservice.JAXWSServle
>>> t
>>> [java] [javac] rpcFactory_ =
>>> WSRtObjectFactory.newInstance();
>>> [java] [javac] ^
>>> [java] [javac] Note: * uses or overrides a deprecated API.
>>> [java] [javac] Note: Recompile with -Xlint:deprecation for
>>> details.
>>> [java]
>>> [java] BUILD FAILED
>>>
>>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>
>>
>>
>