users@glassfish.java.net

Re: Running embedded test with multimodule project

From: Siraj Ghaffar <siraj.ghaffar_at_oracle.com>
Date: Thu, 17 Jun 2010 14:24:18 -0400

Can you try this :

        <dependency>
            <groupId>org.glassfish.extras</groupId>
            <artifactId>glassfish-embedded-all</artifactId>
            <version>3.0</version>
            <scope>test</scope>
        </dependency>


Major Péter wrote:
> I'm trying to use exactly this:
> <dependency>
> <groupId>org.glassfish.extras</groupId>
> <artifactId>glassfish-embedded-all</artifactId>
> <version>3.0.1</version>
> <scope>test</scope>
> </dependency>
>
> Thanks,
> Peter
>
> 2010-06-17 20:12 keltezéssel, Marina Vatkina írta:
>
>> Are you using EJB embeddable API or embedded GF API?
>>
>> Best,
>> -marina
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>