You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by David Jencks <da...@yahoo.com> on 2006/09/07 19:07:11 UTC

Re: daytrader streamer client

I experienced this problem locally and solved it in trunk.... will  
try to localize the fix out of my morass of local changes and apply  
it shortly.  Is there a Jira issue?

thanks
david jencks

On Aug 30, 2006, at 10:33 PM, Lin Sun wrote:

> Thanks.   The followings are the dependencies for the daytrader
> application at the application level:
>
>    <dep:dependencies>
>      <dep:dependency>
>        <dep:groupId>geronimo</dep:groupId>
>        <dep:artifactId>j2ee-server</dep:artifactId>
>        <dep:type>car</dep:type>
>      </dep:dependency>
>      <dep:dependency>
>        <dep:groupId>geronimo</dep:groupId>
>        <dep:artifactId>system-database</dep:artifactId>
>        <dep:type>car</dep:type>
>      </dep:dependency>
>    </dep:dependencies>
>
> And I don't see any dependencies for the streamer.jar module.   Either
> of the above 2 modules will probably require the rmi-naming module.  I
> plan to move the above dependencies to the module level and see if the
> exception would go away.   Will post the result back tomorrow.
>
> Lin
>
> -----Original Message-----
> From: David Jencks [mailto:david_jencks@yahoo.com]
> Sent: Wednesday, August 30, 2006 8:17 PM
> To: user@geronimo.apache.org
> Subject: Re: daytrader streamer client
>
> Something bad happened to the dependencies.  No
> server-side car should be a dependency of an app
> client.  If you can figure out what the entire set of
> dependencies for the app client is it will be much
> easier to figure out where the bad dependency is
> coming from.
>
> thanks
> david jencks