Re:cvscommit:jakarta-jetspeed/src/java/org/apache/jetspeed/om/profileBaseProfileLocator.java QueryLocator.java

2001-11-11 Thread Jon Stevens
on 11/11/01 9:12 PM, "David Sean Taylor" <[EMAIL PROTECTED]> wrote: > I will change the jetspeed build to automatically generate the > base om classes. > > -- David Thank you. -jon -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: cvscommit:jakarta-jetspeed/src/java/org/apache/jetspeed/om/profileBaseProfileLocator.java QueryLocator.java

2001-11-11 Thread David Sean Taylor
If you are looking for the answer "Because I am ignorant of how Torque works" - well sorry, but I do understand how Torque uses base-generated classes and business objects. I also know that its common practice not to checkin generated files. However, with all the problems I went thru today with d

RE: cvscommit:jakarta-jetspeed/build/torque/templates/sql/securityControl.vmdefault-roles-perms.vm default-secure-passwords.vm

2001-11-11 Thread David Sean Taylor
> in Jetspeed. > > That is no excuse. You could have still checked in a .zip > file. Having two > copies of all of the individual Torque files in CVS makes no sense. > > On top of it, you checked in generated Torque files. Why? I thought we already discussed that - or is this something different?

Re:cvscommit:jakarta-jetspeed/src/java/org/apache/jetspeed/om/profileBaseProfileLocator.java QueryLocator.java

2001-11-11 Thread Jon Stevens
on 11/11/01 8:59 PM, "David Sean Taylor" <[EMAIL PROTECTED]> wrote: > Yes, I misread your email. The 4 files I was referring to are > Jetspeed*ProfilePeer.java - not the base classes. > > -- David So, then why did you check the Base classes into CVS? -jon -- To unsubscribe, e-mail:

RE: cvscommit:jakarta-jetspeed/src/java/org/apache/jetspeed/om/profileBaseProfileLocator.java QueryLocator.java

2001-11-11 Thread David Sean Taylor
> No. You are wrong. You put the business logic into the BO > classes, not the > Base classes. Yes, I misread your email. The 4 files I was referring to are Jetspeed*ProfilePeer.java - not the base classes. -- David > -Original Message- > From: Jon Stevens [mailto:[EMAIL PROTECTED]] > S

Re: cvscommit:jakarta-jetspeed/src/java/org/apache/jetspeed/om/profileBaseProfileLocator.java QueryLocator.java

2001-11-11 Thread Jon Stevens
on 11/11/01 8:34 PM, "David Sean Taylor" <[EMAIL PROTECTED]> wrote: > The 4 files above were originally generated, but they are modified. > We added our business model logic there. Thats how its supposed to work and > Torque will not overwrite them on subsequent code generations. > As for the 4 o

Re: cvscommit:jakarta-jetspeed/build/torque/templates/sql/securityControl.vmdefault-roles-perms.vm default-secure-passwords.vm

2001-11-11 Thread Jon Stevens
on 11/11/01 8:30 PM, "David Sean Taylor" <[EMAIL PROTECTED]> wrote: > Which Torque.zip? 2.1? > Ive been screwing with dependency problems between torque and velocity and > turbine all day, and Im sick of it. > I couldn't get any Torque versions to compile with the current Turbine used > in Jetspe

RE: cvs commit:jakarta-jetspeed/src/java/org/apache/jetspeed/om/profileBaseProfileLocator.java QueryLocator.java

2001-11-11 Thread David Sean Taylor
> > BaseJetspeedAnonProfilePeer.java > > BaseJetspeedGroupProfilePeer.java > > BaseJetspeedRoleProfilePeer.java > > BaseJetspeedUserProfilePeer.java The 4 files above were originally generated, but they are mo

RE: cvs commit:jakarta-jetspeed/build/torque/templates/sql/security Control.vmdefault-roles-perms.vm default-secure-passwords.vm

2001-11-11 Thread David Sean Taylor
> -1 > > Why the heck are you checking in torque like this? Get this > stuff out of CVS > ASAP. Which Torque.zip? 2.1? Ive been screwing with dependency problems between torque and velocity and turbine all day, and Im sick of it. I couldn't get any Torque versions to compile with the current Turb

dbpsml

2001-11-11 Thread David Sean Taylor
Hi Atul, The dbpsml stuff is all checked in, I also have torque working from within Jetspeed. Its under the build/torque directory. The bad news is that I couldn't get the DatabasePsmlManager to work (tried only with Hypersonic) I don't think that the DatabaseInitializer is a good idea. It has a

Re: cvs commit:jakarta-jetspeed/src/java/org/apache/jetspeed/om/profileBaseProfileLocator.java QueryLocator.java

2001-11-11 Thread Jon Stevens
on 11/11/01 7:37 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > BaseJetspeedAnonProfile.java > BaseJetspeedAnonProfilePeer.java > BaseJetspeedGroupProfile.java > BaseJetspeedGroupProfilePeer.java >

Re: cvs commit:jakarta-jetspeed/build/torque/templates/sql/security Control.vmdefault-roles-perms.vm default-secure-passwords.vm

2001-11-11 Thread Jon Stevens
on 11/11/01 7:33 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Log: > added Torque to build for generating dbpsml > -1 Why the heck are you checking in torque like this? Get this stuff out of CVS ASAP. Go look at Scarab's build system. All you need to do is check in torque.zip. You do

cvs commit: jakarta-jetspeed/webapp/WEB-INF/db jetspeed.properties jetspeed.script

2001-11-11 Thread taylor
taylor 01/11/11 19:43:01 Modified:webapp/WEB-INF/conf JetspeedResources.properties webapp/WEB-INF/db jetspeed.properties jetspeed.script Log: -added an PsmlImportManager service - this is still a little under construction - updated the default hypersonic database t

cvs commit: jakarta-jetspeed/src/sql dbpsml-schema.sql

2001-11-11 Thread taylor
taylor 01/11/11 19:41:30 Added: src/sql dbpsml-schema.sql Log: - here is the dbpsml-schema.sql that was generated for hypersonic Revision ChangesPath 1.1 jakarta-jetspeed/src/sql/dbpsml-schema.sql Index: dbpsml-schema.sql =

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/services/psmlmanager/db DBOperations.java DBUtils.java DatabaseInitializer.java DatabasePsmlManagerService.java

2001-11-11 Thread taylor
taylor 01/11/11 19:40:29 Modified:src/java/org/apache/jetspeed/services PsmlManager.java src/java/org/apache/jetspeed/services/psmlmanager CastorPsmlManagerService.java PsmlManagerService.java Added: src/java/org/ap

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/services/psmlmanager/db - New directory

2001-11-11 Thread taylor
taylor 01/11/11 19:38:20 jakarta-jetspeed/src/java/org/apache/jetspeed/services/psmlmanager/db - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/om/dbpsml - New directory

2001-11-11 Thread taylor
taylor 01/11/11 19:35:06 jakarta-jetspeed/src/java/org/apache/jetspeed/om/dbpsml - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-jetspeed/build/torque/templates/sql/security - New directory

2001-11-11 Thread taylor
taylor 01/11/11 19:31:44 jakarta-jetspeed/build/torque/templates/sql/security - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-jetspeed/build/torque/templates/sql/load/postgresql - New directory

2001-11-11 Thread taylor
taylor 01/11/11 19:31:06 jakarta-jetspeed/build/torque/templates/sql/load/postgresql - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-jetspeed/build/torque/templates/sql/load/mysql - New directory

2001-11-11 Thread taylor
taylor 01/11/11 19:31:02 jakarta-jetspeed/build/torque/templates/sql/load/mysql - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-jetspeed/build/torque/templates/sql/load/hypersonic - New directory

2001-11-11 Thread taylor
taylor 01/11/11 19:30:58 jakarta-jetspeed/build/torque/templates/sql/load/hypersonic - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-jetspeed/build/torque/templates/sql/load - New directory

2001-11-11 Thread taylor
taylor 01/11/11 19:30:22 jakarta-jetspeed/build/torque/templates/sql/load - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-jetspeed/build/torque/templates/sql/id-table - New directory

2001-11-11 Thread taylor
taylor 01/11/11 19:29:28 jakarta-jetspeed/build/torque/templates/sql/id-table - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-jetspeed/build/torque/templates/sql/db-init/sybase - New directory

2001-11-11 Thread taylor
taylor 01/11/11 19:28:15 jakarta-jetspeed/build/torque/templates/sql/db-init/sybase - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-jetspeed/build/torque/templates/sql/db-init/sapdb - New directory

2001-11-11 Thread taylor
taylor 01/11/11 19:28:11 jakarta-jetspeed/build/torque/templates/sql/db-init/sapdb - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-jetspeed/build/torque/templates/sql/db-init/postgresql - New directory

2001-11-11 Thread taylor
taylor 01/11/11 19:28:08 jakarta-jetspeed/build/torque/templates/sql/db-init/postgresql - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-jetspeed/build/torque/templates/sql/db-init/mysql - New directory

2001-11-11 Thread taylor
taylor 01/11/11 19:28:03 jakarta-jetspeed/build/torque/templates/sql/db-init/mysql - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-jetspeed/build/torque/templates/sql/db-init/mssql - New directory

2001-11-11 Thread taylor
taylor 01/11/11 19:27:53 jakarta-jetspeed/build/torque/templates/sql/db-init/mssql - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-jetspeed/build/torque/templates/sql/db-init/hypersonic - New directory

2001-11-11 Thread taylor
taylor 01/11/11 19:27:39 jakarta-jetspeed/build/torque/templates/sql/db-init/hypersonic - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-jetspeed/build/torque/templates/sql/db-init - New directory

2001-11-11 Thread taylor
taylor 01/11/11 19:27:28 jakarta-jetspeed/build/torque/templates/sql/db-init - New directory -- To unsubscribe, e-mail: For additional commands, e-mail: