The dependency for javaee.jar is defined in /bootstrap/project.properties
like below:
javaee.jar=${glassfish.home}/lib/javaee.jar
i.e. you need to do "maven bootstrap" first to get the glassfish image as
described below
http://wiki.glassfish.java.net/Wiki.jsp?page=BuildInformation
Or you can download it from maven repository or checkout jta source module
"transaction-api" to build with IDE.
https://maven-repository.dev.java.net/nonav/repository/javaee/jars/
HTH
On Feb 13, 2008 7:24 AM, Sergio Samayoa <sergiosamayoa_at_icon.com.gt> wrote:
> Will be?
>
> -----Mensaje original-----
> De: Gordon Yorke [mailto:gordon.yorke_at_oracle.com]
> Enviado el: Martes, 12 de Febrero de 2008 04:12 p.m.
> Para: persistence_at_glassfish.dev.java.net
> Asunto: RE: I'm trying to compile toplink but...
>
> These will be in a Java EE api jar.
> --Gordon
>
> -----Original Message-----
> From: Sergio Samayoa [mailto:sergiosamayoa_at_icon.com.gt]
> Sent: Tuesday, February 12, 2008 4:14 PM
> To: persistence_at_glassfish.dev.java.net
> Subject: I'm trying to compile toplink but...
>
>
> Hi.
>
> I'm trying to compile toplink essentials but fails because this missing
> classes:
>
> import javax.transaction.SystemException;
> import javax.transaction.RollbackException;
>
> Where are they?
>
> My environment:
>
> Toplink 2.0-58g sources
> NB 6.0
> Windows XP SP2
> JDK 1.6.0_03
>
> TIA.
>
>
>
>
>