You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by Jacek Laskowski <ja...@laskowski.net.pl> on 2006/09/07 21:36:37 UTC

Re: svn commit: r441158 [1/5] - in /incubator/openjpa/trunk: openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/ openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/exps/ openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/ openjpa-ke

On 9/7/06, awhite@apache.org <aw...@apache.org> wrote:
> Author: awhite
> Date: Thu Sep  7 10:51:05 2006
> New Revision: 441158
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=441158
> Log:
> Refactor JDBC query expression tree to allow greater concurrency and to handle
> parameters in result clauses of projections.

Is it me who experiences troubles with building OpenJPA after the refactoring?

jlaskowski@dev /cygdrive/c/oss/openjpa
$ svn up
At revision 441187.

jlaskowski@dev /cygdrive/c/oss/openjpa
$ mvn clean install
...
[INFO] ----------------------------------------------------------------------------
[INFO] Building OpenJPA JDBC
[INFO]    task-segment: [clean, install]
[INFO] ----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory c:\oss\openjpa\openjpa-jdbc\target
[INFO] Deleting directory c:\oss\openjpa\openjpa-jdbc\target\classes
[INFO] Deleting directory c:\oss\openjpa\openjpa-jdbc\target\test-classes
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
Compiling 301 source files to c:\oss\openjpa\openjpa-jdbc\target\classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

c:\oss\openjpa\openjpa-jdbc\src\main\java\org\apache\openjpa\jdbc\sql\DBDictionary.java:[62,43]
cannot find symbol
symbol  : class ExpContext
location: package org.apache.openjpa.jdbc.kernel.exps

c:\oss\openjpa\openjpa-jdbc\src\main\java\org\apache\openjpa\jdbc\sql\DBDictionary.java:[63,43]
cannot find symbol
symbol  : class ExpState
location: package org.apache.openjpa.jdbc.kernel.exps

c:\oss\openjpa\openjpa-jdbc\src\main\java\org\apache\openjpa\jdbc\kernel\exps\Exp.java:[42,43]
cannot find symbol
symbol  : class ExpContext
location: interface org.apache.openjpa.jdbc.kernel.exps.Exp

c:\oss\openjpa\openjpa-jdbc\src\main\java\org\apache\openjpa\jdbc\kernel\exps\Exp.java:[42,11]
cannot find symbol
symbol  : class ExpState
location: interface org.apache.openjpa.jdbc.kernel.exps.Exp

c:\oss\openjpa\openjpa-jdbc\src\main\java\org\apache\openjpa\jdbc\kernel\exps\Exp.java:[48,37]
cannot find symbol
symbol  : class ExpContext
location: interface org.apache.openjpa.jdbc.kernel.exps.Exp

c:\oss\openjpa\openjpa-jdbc\src\main\java\org\apache\openjpa\jdbc\kernel\exps\Exp.java:[48,53]
cannot find symbol
symbol  : class ExpState
location: interface org.apache.openjpa.jdbc.kernel.exps.Exp
...

Jacek

-- 
Jacek Laskowski
http://www.laskowski.net.pl

Re: svn commit: r441158 [1/5] - in /incubator/openjpa/trunk: openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/ openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/exps/ openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/ openjpa-ke

Posted by Kevin Sutter <kw...@gmail.com>.
Yep, me too.  Ton of errors with the latest updates...

On 9/7/06, Jacek Laskowski <ja...@laskowski.net.pl> wrote:
>
> On 9/7/06, awhite@apache.org <aw...@apache.org> wrote:
> > Author: awhite
> > Date: Thu Sep  7 10:51:05 2006
> > New Revision: 441158
> >
> > URL: http://svn.apache.org/viewvc?view=rev&rev=441158
> > Log:
> > Refactor JDBC query expression tree to allow greater concurrency and to
> handle
> > parameters in result clauses of projections.
>
> Is it me who experiences troubles with building OpenJPA after the
> refactoring?
>
> jlaskowski@dev /cygdrive/c/oss/openjpa
> $ svn up
> At revision 441187.
>
> jlaskowski@dev /cygdrive/c/oss/openjpa
> $ mvn clean install
> ...
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] Building OpenJPA JDBC
> [INFO]    task-segment: [clean, install]
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] [clean:clean]
> [INFO] Deleting directory c:\oss\openjpa\openjpa-jdbc\target
> [INFO] Deleting directory c:\oss\openjpa\openjpa-jdbc\target\classes
> [INFO] Deleting directory c:\oss\openjpa\openjpa-jdbc\target\test-classes
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:compile]
> Compiling 301 source files to c:\oss\openjpa\openjpa-jdbc\target\classes
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Compilation failure
>
>
> c:\oss\openjpa\openjpa-jdbc\src\main\java\org\apache\openjpa\jdbc\sql\DBDictionary.java:[62,43]
> cannot find symbol
> symbol  : class ExpContext
> location: package org.apache.openjpa.jdbc.kernel.exps
>
>
> c:\oss\openjpa\openjpa-jdbc\src\main\java\org\apache\openjpa\jdbc\sql\DBDictionary.java:[63,43]
> cannot find symbol
> symbol  : class ExpState
> location: package org.apache.openjpa.jdbc.kernel.exps
>
>
> c:\oss\openjpa\openjpa-jdbc\src\main\java\org\apache\openjpa\jdbc\kernel\exps\Exp.java:[42,43]
> cannot find symbol
> symbol  : class ExpContext
> location: interface org.apache.openjpa.jdbc.kernel.exps.Exp
>
>
> c:\oss\openjpa\openjpa-jdbc\src\main\java\org\apache\openjpa\jdbc\kernel\exps\Exp.java:[42,11]
> cannot find symbol
> symbol  : class ExpState
> location: interface org.apache.openjpa.jdbc.kernel.exps.Exp
>
>
> c:\oss\openjpa\openjpa-jdbc\src\main\java\org\apache\openjpa\jdbc\kernel\exps\Exp.java:[48,37]
> cannot find symbol
> symbol  : class ExpContext
> location: interface org.apache.openjpa.jdbc.kernel.exps.Exp
>
>
> c:\oss\openjpa\openjpa-jdbc\src\main\java\org\apache\openjpa\jdbc\kernel\exps\Exp.java:[48,53]
> cannot find symbol
> symbol  : class ExpState
> location: interface org.apache.openjpa.jdbc.kernel.exps.Exp
> ...
>
> Jacek
>
> --
> Jacek Laskowski
> http://www.laskowski.net.pl
>

Re: svn commit: r441158 [1/5] - in /incubator/openjpa/trunk: openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/ openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/exps/ openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/ openjpa-ke

Posted by Kevin Sutter <kw...@gmail.com>.
Much better now. Thanks, Abe.

On 9/7/06, Abe White <aw...@bea.com> wrote:
>
> >
> > Is it me who experiences troubles with building OpenJPA after the
> > refactoring?
>
> Sorry.  Should be fixed now.
> _______________________________________________________________________
> Notice:  This email message, together with any attachments, may contain
> information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated
> entities,  that may be confidential,  proprietary,  copyrighted  and/or
> legally privileged, and is intended solely for the use of the individual
> or entity named in this message. If you are not the intended recipient,
> and have received this message in error, please immediately return this
> by email and then delete it.
>

Re: svn commit: r441158 [1/5] - in /incubator/openjpa/trunk: openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/ openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/kernel/exps/ openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/ openjpa-ke

Posted by Abe White <aw...@bea.com>.
>
> Is it me who experiences troubles with building OpenJPA after the  
> refactoring?

Sorry.  Should be fixed now.
_______________________________________________________________________
Notice:  This email message, together with any attachments, may contain
information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated
entities,  that may be confidential,  proprietary,  copyrighted  and/or
legally privileged, and is intended solely for the use of the individual
or entity named in this message. If you are not the intended recipient,
and have received this message in error, please immediately return this
by email and then delete it.