d.
>>
>> When I run the tests in eclipse instead, the GigaSpaces can be found.
>>
>>
>>
>> Any ideas? Thx in advance
>>
>>
>>
>
> -----
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-ma
We'll need to see your pom for sure, but I would assume you have not
added the proper Gigaspaces dependency/ies to your pom. Eclipse has a
tendency to find jars in lib folders and such which are not
necessarily available when executing a non-Eclipse Maven build.
Wayne
On 8/30/06, mmp <[EMAIL PRO
Hi,
I'm currently working with Gigaspaces and created some junit-testcases to
test the functionality of my data access object.
Unfortunately when i'm running those tests with maven the GigaSpaces cannot
be found.
When I run the tests in eclipse instead, the GigaSpaces can be found.
Any idea