You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by David Jencks <da...@yahoo.com> on 2011/06/27 06:07:14 UTC

new "osgi-friendly" code drop

I've pushed an updated source assembly of the osgi-friendly code I've been working on to http://people.apache.org/~djencks/

There are a few osgi-related changes but the main change from the last drop is more cdi coverage and supporting sending global datasource definitions to app clients over jndi (GERONIMO-5066).

I think there are a couple other bug fixes that would work as well on trunk.  I'll try to find some git magic and actually get them committed into svn trunk.

thanks
david jencks


Re: new "osgi-friendly" code drop

Posted by Kevan Miller <ke...@gmail.com>.
On Jun 27, 2011, at 4:37 AM, Forrest Xia wrote:

> Just triggered another tck execution, keep tuned...

Thanks Forrest. 

We may want to rerun some of the tests once https://issues.apache.org/jira/browse/ARIES-690 is fixed. Can discuss specifics on TCK list. I've tested the patch on the Jira and change looks good. So, rebuilding with the patch would work, also.

--kevan


Re: new "osgi-friendly" code drop

Posted by Forrest Xia <fo...@gmail.com>.
Just triggered another tck execution, keep tuned...

Forrest

On Mon, Jun 27, 2011 at 12:07 PM, David Jencks <da...@yahoo.com>wrote:

> I've pushed an updated source assembly of the osgi-friendly code I've been
> working on to http://people.apache.org/~djencks/
>
> There are a few osgi-related changes but the main change from the last drop
> is more cdi coverage and supporting sending global datasource definitions to
> app clients over jndi (GERONIMO-5066).
>
> I think there are a couple other bug fixes that would work as well on
> trunk.  I'll try to find some git magic and actually get them committed into
> svn trunk.
>
> thanks
> david jencks
>
>

Re: new "osgi-friendly" code drop

Posted by Forrest Xia <fo...@gmail.com>.
On Thu, Jul 7, 2011 at 11:59 AM, David Jencks <da...@yahoo.com>wrote:

> I've pushed another source zip that builds for me and Kevan..... hopefully
> for you too :-)
>
Not again for me, saw these compilation errors:

[INFO]
------------------------------------------------------------------------
 [ERROR] BUILD FAILURE
 [INFO]
------------------------------------------------------------------------
 [INFO] Compilation failure

 /home/tcker/tckdata/djtckbuildsrc/djg30/plugins/openejb/geronimo-openejb/src/main/java/org/apache/geronimo/openejb/ThreadSingletonServiceAdapter.java:[27,39]
package org.apache.geronimo.openwebbeans does not exist

 /home/tcker/tckdata/djtckbuildsrc/djg30/plugins/openejb/geronimo-openejb/src/main/java/org/apache/geronimo/openejb/ThreadSingletonServiceAdapter.java:[28,39]
package org.apache.geronimo.openwebbeans does not exist

 /home/tcker/tckdata/djtckbuildsrc/djg30/plugins/openejb/geronimo-openejb/src/main/java/org/apache/geronimo/openejb/ThreadSingletonServiceAdapter.java:[29,39]
package org.apache.geronimo.openwebbeans does not exist

 /home/tcker/tckdata/djtckbuildsrc/djg30/plugins/openejb/geronimo-openejb/src/main/java/org/apache/geronimo/openejb/ThreadSingletonServiceAdapter.java:[30,39]
package org.apache.geronimo.openwebbeans does not exist

 /home/tcker/tckdata/djtckbuildsrc/djg30/plugins/openejb/geronimo-openejb/src/main/java/org/apache/geronimo/openejb/ThreadSingletonServiceAdapter.java:[57,18]
cannot find symbol
 symbol : class GeronimoSingletonService
 location: class org.apache.geronimo.openejb.ThreadSingletonServiceAdapter

 /home/tcker/tckdata/djtckbuildsrc/djg30/plugins/openejb/geronimo-openejb/src/main/java/org/apache/geronimo/openejb/GeronimoSecurityService.java:[53,45]
[deprecation]
login(java.lang.String,javax.security.auth.callback.CallbackHandler) in
org.apache.geronimo.security.ContextManager has been deprecated

 /home/tcker/tckdata/djtckbuildsrc/djg30/plugins/openejb/geronimo-openejb/src/main/java/org/apache/geronimo/openejb/ThreadSingletonServiceAdapter.java:[57,74]
cannot find symbol
 symbol : class GeronimoSingletonService
 location: class org.apache.geronimo.openejb.ThreadSingletonServiceAdapter

 /home/tcker/tckdata/djtckbuildsrc/djg30/plugins/openejb/geronimo-openejb/src/main/java/org/apache/geronimo/openejb/ThreadSingletonServiceAdapter.java:[80,104]
package org.apache.geronimo.openwebbeans does not exist

 /home/tcker/tckdata/djtckbuildsrc/djg30/plugins/openejb/geronimo-openejb/src/main/java/org/apache/geronimo/openejb/ThreadSingletonServiceAdapter.java:[85,57]
cannot find symbol
 symbol : class GeronimoValidatorService
 location: class org.apache.geronimo.openejb.ThreadSingletonServiceAdapter

 /home/tcker/tckdata/djtckbuildsrc/djg30/plugins/openejb/geronimo-openejb/src/main/java/org/apache/geronimo/openejb/ThreadSingletonServiceAdapter.java:[87,78]
package OpenWebBeansWebInitializer does not exist

 /home/tcker/tckdata/djtckbuildsrc/djg30/plugins/openejb/geronimo-openejb/src/main/java/org/apache/geronimo/openejb/ThreadSingletonServiceAdapter.java:[93,74]
cannot find symbol
 symbol : class OsgiMetaDataScannerService
 location: class org.apache.geronimo.openejb.ThreadSingletonServiceAdapter

 /home/tcker/tckdata/djtckbuildsrc/djg30/plugins/openejb/geronimo-openejb/src/main/java/org/apache/geronimo/openejb/ThreadSingletonServiceAdapter.java:[132,15]
cannot find symbol
 symbol : variable GeronimoSingletonService
 location: class org.apache.geronimo.openejb.ThreadSingletonServiceAdapter

 /home/tcker/tckdata/djtckbuildsrc/djg30/plugins/openejb/geronimo-openejb/src/main/java/org/apache/geronimo/openejb/ThreadSingletonServiceAdapter.java:[138,8]
cannot find symbol
 symbol : variable GeronimoSingletonService
 location: class org.apache.geronimo.openejb.ThreadSingletonServiceAdapter

 /home/tcker/tckdata/djtckbuildsrc/djg30/plugins/openejb/geronimo-openejb/src/main/java/org/apache/geronimo/openejb/cdi/WebBeansConfigurationListener.java:[71,46]
[deprecation] getInstance() in org.apache.webbeans.config.WebBeansContext
has been deprecated


 [INFO]
------------------------------------------------------------------------
 [INFO] For more information, run Maven with the -e switch
 [INFO]
------------------------------------------------------------------------
 [INFO] Total time: 8 minutes 51 seconds
 [INFO] Finished at: Thu Jul 07 22:37:32 CST 2011
 [INFO] Final Memory: 688M/943M
 [INFO]
------------------------------------------------------------------------

Forrest

>
> thanks
> david jencks
>
> On Jul 6, 2011, at 8:31 AM, Forrest Xia wrote:
>
> Server build failed with a compilation error on geronimo-jetty8 module.
>
> [INFO]
> ------------------------------------------------------------------------
>  [ERROR] BUILD FAILURE
>  [INFO]
> ------------------------------------------------------------------------
>  [INFO] Compilation failure
>  /home/tcker/tckdata/djtckbuildsrc/djg30/plugins/jetty8/geronimo-jetty8/src/main/java/org/apache/geronimo/jetty8/WebAppContextWrapper.java:[310,75]
> cannot find symbol
>  symbol : method
> newWebBeansContext(org.eclipse.jetty.server.handler.ContextHandler.Context)
>  location: class
> org.apache.geronimo.openwebbeans.OpenWebBeansWebInitializer
>
> Forrest
>
>
> On Tue, Jul 5, 2011 at 9:22 PM, Forrest Xia <fo...@gmail.com> wrote:
>
>> Trigger a new tck run with the new code...
>>
>> Forrest
>>
>>
>> On Mon, Jul 4, 2011 at 3:42 AM, David Jencks <da...@yahoo.com>wrote:
>>
>>> I pushed another version that should have better module init order
>>> processing and solve some problems with web service classloaders.  I haven't
>>> pushed the init order stuff into svn yet.
>>>
>>> thanks
>>> david jencks
>>>
>>> On Jun 27, 2011, at 7:24 PM, David Jencks wrote:
>>>
>>> > I just pushed todays version of this code.  I did manage to get some of
>>> the fixes into svn but not all.
>>> >
>>> > enjoy :-)
>>> >
>>> > thanks
>>> > david jencks
>>> >
>>> > On Jun 26, 2011, at 9:07 PM, David Jencks wrote:
>>> >
>>> >> I've pushed an updated source assembly of the osgi-friendly code I've
>>> been working on to http://people.apache.org/~djencks/
>>> >>
>>> >> There are a few osgi-related changes but the main change from the last
>>> drop is more cdi coverage and supporting sending global datasource
>>> definitions to app clients over jndi (GERONIMO-5066).
>>> >>
>>> >> I think there are a couple other bug fixes that would work as well on
>>> trunk.  I'll try to find some git magic and actually get them committed into
>>> svn trunk.
>>> >>
>>> >> thanks
>>> >> david jencks
>>> >>
>>> >
>>>
>>>
>>
>
>

Re: new "osgi-friendly" code drop

Posted by David Jencks <da...@yahoo.com>.
I've pushed another source zip that builds for me and Kevan..... hopefully for you too :-)

thanks
david jencks

On Jul 6, 2011, at 8:31 AM, Forrest Xia wrote:

> Server build failed with a compilation error on geronimo-jetty8 module.
> 
> [INFO] ------------------------------------------------------------------------
>  [ERROR] BUILD FAILURE
>  [INFO] ------------------------------------------------------------------------
>  [INFO] Compilation failure
>  /home/tcker/tckdata/djtckbuildsrc/djg30/plugins/jetty8/geronimo-jetty8/src/main/java/org/apache/geronimo/jetty8/WebAppContextWrapper.java:[310,75] cannot find symbol
>  symbol : method newWebBeansContext(org.eclipse.jetty.server.handler.ContextHandler.Context)
>  location: class org.apache.geronimo.openwebbeans.OpenWebBeansWebInitializer
> 
> Forrest
> 
> 
> On Tue, Jul 5, 2011 at 9:22 PM, Forrest Xia <fo...@gmail.com> wrote:
> Trigger a new tck run with the new code...
> 
> Forrest
> 
> 
> On Mon, Jul 4, 2011 at 3:42 AM, David Jencks <da...@yahoo.com> wrote:
> I pushed another version that should have better module init order processing and solve some problems with web service classloaders.  I haven't pushed the init order stuff into svn yet.
> 
> thanks
> david jencks
> 
> On Jun 27, 2011, at 7:24 PM, David Jencks wrote:
> 
> > I just pushed todays version of this code.  I did manage to get some of the fixes into svn but not all.
> >
> > enjoy :-)
> >
> > thanks
> > david jencks
> >
> > On Jun 26, 2011, at 9:07 PM, David Jencks wrote:
> >
> >> I've pushed an updated source assembly of the osgi-friendly code I've been working on to http://people.apache.org/~djencks/
> >>
> >> There are a few osgi-related changes but the main change from the last drop is more cdi coverage and supporting sending global datasource definitions to app clients over jndi (GERONIMO-5066).
> >>
> >> I think there are a couple other bug fixes that would work as well on trunk.  I'll try to find some git magic and actually get them committed into svn trunk.
> >>
> >> thanks
> >> david jencks
> >>
> >
> 
> 
> 


Re: new "osgi-friendly" code drop

Posted by Forrest Xia <fo...@gmail.com>.
Server build failed with a compilation error on geronimo-jetty8 module.

[INFO]
------------------------------------------------------------------------
 [ERROR] BUILD FAILURE
 [INFO]
------------------------------------------------------------------------
 [INFO] Compilation failure
 /home/tcker/tckdata/djtckbuildsrc/djg30/plugins/jetty8/geronimo-jetty8/src/main/java/org/apache/geronimo/jetty8/WebAppContextWrapper.java:[310,75]
cannot find symbol
 symbol : method
newWebBeansContext(org.eclipse.jetty.server.handler.ContextHandler.Context)
 location: class org.apache.geronimo.openwebbeans.OpenWebBeansWebInitializer

Forrest


On Tue, Jul 5, 2011 at 9:22 PM, Forrest Xia <fo...@gmail.com> wrote:

> Trigger a new tck run with the new code...
>
> Forrest
>
>
> On Mon, Jul 4, 2011 at 3:42 AM, David Jencks <da...@yahoo.com>wrote:
>
>> I pushed another version that should have better module init order
>> processing and solve some problems with web service classloaders.  I haven't
>> pushed the init order stuff into svn yet.
>>
>> thanks
>> david jencks
>>
>> On Jun 27, 2011, at 7:24 PM, David Jencks wrote:
>>
>> > I just pushed todays version of this code.  I did manage to get some of
>> the fixes into svn but not all.
>> >
>> > enjoy :-)
>> >
>> > thanks
>> > david jencks
>> >
>> > On Jun 26, 2011, at 9:07 PM, David Jencks wrote:
>> >
>> >> I've pushed an updated source assembly of the osgi-friendly code I've
>> been working on to http://people.apache.org/~djencks/
>> >>
>> >> There are a few osgi-related changes but the main change from the last
>> drop is more cdi coverage and supporting sending global datasource
>> definitions to app clients over jndi (GERONIMO-5066).
>> >>
>> >> I think there are a couple other bug fixes that would work as well on
>> trunk.  I'll try to find some git magic and actually get them committed into
>> svn trunk.
>> >>
>> >> thanks
>> >> david jencks
>> >>
>> >
>>
>>
>

Re: new "osgi-friendly" code drop

Posted by Forrest Xia <fo...@gmail.com>.
Trigger a new tck run with the new code...

Forrest

On Mon, Jul 4, 2011 at 3:42 AM, David Jencks <da...@yahoo.com> wrote:

> I pushed another version that should have better module init order
> processing and solve some problems with web service classloaders.  I haven't
> pushed the init order stuff into svn yet.
>
> thanks
> david jencks
>
> On Jun 27, 2011, at 7:24 PM, David Jencks wrote:
>
> > I just pushed todays version of this code.  I did manage to get some of
> the fixes into svn but not all.
> >
> > enjoy :-)
> >
> > thanks
> > david jencks
> >
> > On Jun 26, 2011, at 9:07 PM, David Jencks wrote:
> >
> >> I've pushed an updated source assembly of the osgi-friendly code I've
> been working on to http://people.apache.org/~djencks/
> >>
> >> There are a few osgi-related changes but the main change from the last
> drop is more cdi coverage and supporting sending global datasource
> definitions to app clients over jndi (GERONIMO-5066).
> >>
> >> I think there are a couple other bug fixes that would work as well on
> trunk.  I'll try to find some git magic and actually get them committed into
> svn trunk.
> >>
> >> thanks
> >> david jencks
> >>
> >
>
>

Re: new "osgi-friendly" code drop

Posted by David Jencks <da...@yahoo.com>.
I pushed another version that should have better module init order processing and solve some problems with web service classloaders.  I haven't pushed the init order stuff into svn yet.

thanks
david jencks

On Jun 27, 2011, at 7:24 PM, David Jencks wrote:

> I just pushed todays version of this code.  I did manage to get some of the fixes into svn but not all.
> 
> enjoy :-)
> 
> thanks
> david jencks
> 
> On Jun 26, 2011, at 9:07 PM, David Jencks wrote:
> 
>> I've pushed an updated source assembly of the osgi-friendly code I've been working on to http://people.apache.org/~djencks/
>> 
>> There are a few osgi-related changes but the main change from the last drop is more cdi coverage and supporting sending global datasource definitions to app clients over jndi (GERONIMO-5066).
>> 
>> I think there are a couple other bug fixes that would work as well on trunk.  I'll try to find some git magic and actually get them committed into svn trunk.
>> 
>> thanks
>> david jencks
>> 
> 


Re: new "osgi-friendly" code drop

Posted by David Jencks <da...@yahoo.com>.
I just pushed todays version of this code.  I did manage to get some of the fixes into svn but not all.

enjoy :-)

thanks
david jencks

On Jun 26, 2011, at 9:07 PM, David Jencks wrote:

> I've pushed an updated source assembly of the osgi-friendly code I've been working on to http://people.apache.org/~djencks/
> 
> There are a few osgi-related changes but the main change from the last drop is more cdi coverage and supporting sending global datasource definitions to app clients over jndi (GERONIMO-5066).
> 
> I think there are a couple other bug fixes that would work as well on trunk.  I'll try to find some git magic and actually get them committed into svn trunk.
> 
> thanks
> david jencks
>