You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Mark <de...@hotmail.com> on 2005/03/24 19:03:54 UTC

Build Question...

I just did a fresh get of Geronimo and I have the following build 
error.  I have done a search of the codeline to find out who depends on 
the interoperable name server, but all I can find are references to tmporb*.

Any suggestions?

Thanks
Mark

    [mkdir] Created dir: 
D:\OpenSource\Apache\geronimo\modules\assembly\target\geronimo-1.0-SNAPSHOT\bin
    [mkdir] Created dir: 
D:\OpenSource\Apache\geronimo\modules\assembly\target\geronimo-1.0-SNAPSHOT\config-store

BUILD FAILED
File...... D:\OpenSource\Apache\geronimo\maven.xml
Element... maven:reactor
Line...... 368
Column.... 27
Unable to obtain goal [default] -- 
D:\OpenSource\Apache\geronimo\modules\assembly\maven.xml:232:15: 
<bootstrap:bootstrap> 
org.apache.geronimo.kernel.repository.MissingDependencyException: uri 
openorb/jars/openorb-ins-1.4.0-GERONIMO.jar not found in repository
Total time: 14 minutes 3 seconds
Finished at: Thu Mar 24 11:35:16 EST 2005


Re: Build Question...

Posted by Mark <de...@hotmail.com>.
Are you referring to the CosNaming.idl or the ServerNamingContext.java?  
I am not aware of anything missing from the CosNaming.idl, but the 
ServerNamingContext.java is a just a bare-bones impl that allows the 
client to perform a lookup.  No other methods are supported/implemented 
at this time.

Mark

Dain Sundstrom wrote:

> I just noticed that the interop module has an implementation of cos  
> naming, but it doesn't look like it is complete.  Are you working on  
> finishing this?  Also, do you have some sample code that binds this  
> into an orb.
>
> Right now, in openejb we support the OpenORBNaming service and the 
> Sun  orb transient naming service (NSORB).  Since we are now using 
> the  default vm orb, I'd like Geronimo transient naming implementation 
> so  our interop code can be (more) vendor independent.
>
> -dain
>
> -- 
> Dain Sundstrom
> Chief Architect
> Gluecode Software
> 310.536.8355, ext. 26
>
> On Mar 24, 2005, at 10:03 AM, Mark wrote:
>
>> I just did a fresh get of Geronimo and I have the following build  
>> error.  I have done a search of the codeline to find out who depends  
>> on the interoperable name server, but all I can find are references 
>> to  tmporb*.
>>
>> Any suggestions?
>>
>> Thanks
>> Mark
>>
>>    [mkdir] Created dir:  
>> D:\OpenSource\Apache\geronimo\modules\assembly\target\geronimo-1.0- 
>> SNAPSHOT\bin
>>    [mkdir] Created dir:  
>> D:\OpenSource\Apache\geronimo\modules\assembly\target\geronimo-1.0- 
>> SNAPSHOT\config-store
>>
>> BUILD FAILED
>> File...... D:\OpenSource\Apache\geronimo\maven.xml
>> Element... maven:reactor
>> Line...... 368
>> Column.... 27
>> Unable to obtain goal [default] --  
>> D:\OpenSource\Apache\geronimo\modules\assembly\maven.xml:232:15:  
>> <bootstrap:bootstrap>  
>> org.apache.geronimo.kernel.repository.MissingDependencyException: 
>> uri  openorb/jars/openorb-ins-1.4.0-GERONIMO.jar not found in repository
>> Total time: 14 minutes 3 seconds
>> Finished at: Thu Mar 24 11:35:16 EST 2005
>
>
>
> .
>


Re: Build Question...

Posted by Dain Sundstrom <ds...@gluecode.com>.
I just noticed that the interop module has an implementation of cos  
naming, but it doesn't look like it is complete.  Are you working on  
finishing this?  Also, do you have some sample code that binds this  
into an orb.

Right now, in openejb we support the OpenORBNaming service and the Sun  
orb transient naming service (NSORB).  Since we are now using the  
default vm orb, I'd like Geronimo transient naming implementation so  
our interop code can be (more) vendor independent.

-dain

--
Dain Sundstrom
Chief Architect
Gluecode Software
310.536.8355, ext. 26

On Mar 24, 2005, at 10:03 AM, Mark wrote:

> I just did a fresh get of Geronimo and I have the following build  
> error.  I have done a search of the codeline to find out who depends  
> on the interoperable name server, but all I can find are references to  
> tmporb*.
>
> Any suggestions?
>
> Thanks
> Mark
>
>    [mkdir] Created dir:  
> D:\OpenSource\Apache\geronimo\modules\assembly\target\geronimo-1.0- 
> SNAPSHOT\bin
>    [mkdir] Created dir:  
> D:\OpenSource\Apache\geronimo\modules\assembly\target\geronimo-1.0- 
> SNAPSHOT\config-store
>
> BUILD FAILED
> File...... D:\OpenSource\Apache\geronimo\maven.xml
> Element... maven:reactor
> Line...... 368
> Column.... 27
> Unable to obtain goal [default] --  
> D:\OpenSource\Apache\geronimo\modules\assembly\maven.xml:232:15:  
> <bootstrap:bootstrap>  
> org.apache.geronimo.kernel.repository.MissingDependencyException: uri  
> openorb/jars/openorb-ins-1.4.0-GERONIMO.jar not found in repository
> Total time: 14 minutes 3 seconds
> Finished at: Thu Mar 24 11:35:16 EST 2005