Can you give us a little more information about what is going wrong
(like error messages etc.)? Furthermore, are you using the latest
version of felix or are you running on trunk?

regards,

Karl

On Mon, Jun 1, 2009 at 10:22 PM, William Drew <[email protected]> wrote:
>
> I am attempting to use Ehcache within Felix to provide a distributed cache
> capability and using JGroups for the replication of the data between the
> JVMs. To ensure that my ehcache configuration was correct I ran the code
> outside of OSGi.  The data is being successfully added to the cache and
> replicated across two JVMs running on separate machines.
>
> The problem is when I run this same code inside a bundle within Felix. The
> bundle is started successfully and it all runs fine except for the fact that
> I can not seem to get the same connection between the JVMs as I did when I
> ran them outside of Felix. JGroups does not seem to be able to connect when
> running inside the OSGi container.
>
> Is there some configuration settings within Felix that I need to set in
> order to enable network connections to be established? I'm sure there's
> something simple that I'm missing here.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>



-- 
Karl Pauls
[email protected]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to