At 04:17 PM 9/13/01 -0700, you wrote:
>on 9/13/01 4:02 PM, "Atul Dambalkar" <[EMAIL PROTECTED]> wrote:
>
> > I did a cvs update and got above turbine-jar file. I am getting compilation
> > error for Torque generated classes. I am using Torque2.1 standalone version
> > to generate peer classes. Should I be using any different version of
> Torque???
> >
> > -Atul
>
>Probably the version of Torque within the jakarta-turbine-2 repo.
>
>Try this:
>
>cvs co jakarta-turbine-2
>cd build
>ant torque
Thanks. I guess, this may work..
I did above, and used torque to regenerate the classes. Looked at the
generated source code, it looks that it will fix the following errors.
>Then use the version of Torque that was generated as your replacement for
>your 2.1 standalone version.
>
>I'm also curious what the compilation errors are. We are trying to maintain
>backwards compatibility in the 2.x code so if things are broken, we should
That's what I also thought...
Here are errors:
===========
/home/adambalk/jakarta-jetspeed/src/java/org/apache/jetspeed/om/dbpsml/map/JetspeedGroupProfileMapBuilder.java:101:
cannot resolve symbol
[javac] symbol : variable IDBROKERTABLE
[javac] location: class org.apache.turbine.util.db.map.TableMap
[javac] tMap.setPrimaryKeyMethod(TableMap.IDBROKERTABLE);
[javac] ^
[javac]
/home/adambalk/jakarta-jetspeed/src/java/org/apache/jetspeed/om/dbpsml/map/JetspeedRoleProfileMapBuilder.java:101:
cannot resolve symbol
[javac] symbol : variable IDBROKERTABLE
[javac] location: class org.apache.turbine.util.db.map.TableMap
[javac] tMap.setPrimaryKeyMethod(TableMap.IDBROKERTABLE);
[javac] ^
[javac]
/home/adambalk/jakarta-jetspeed/src/java/org/apache/jetspeed/om/dbpsml/map/JetspeedUserProfileMapBuilder.java:101:
cannot resolve symbol
[javac] symbol : variable IDBROKERTABLE
[javac] location: class org.apache.turbine.util.db.map.TableMap
[javac] tMap.setPrimaryKeyMethod(TableMap.IDBROKERTABLE);
[javac] ^
[javac]
/home/adambalk/jakarta-jetspeed/src/java/org/apache/jetspeed/om/dbpsml/map/JetspeedAnonProfileMapBuilder.java:95:
cannot resolve symbol
[javac] symbol : variable IDBROKERTABLE
[javac] location: class org.apache.turbine.util.db.map.TableMap
[javac] tMap.setPrimaryKeyMethod(TableMap.IDBROKERTABLE);
[javac] ^
==================================
Hopefully it will get compiled with the new generated classes...will keep
you posted..
-Atul
>be fixing them. I know I fixed stuff a couple days ago even...
>
>-jon
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]