Re: New NewGenerateMapBuilderTask functionality

2000-07-09 Thread Leon Messerschmidt
Hi, - Original Message - From: Eric J Altman [EMAIL PROTECTED] Hello, In a case like the following (simplified): CREATE TABLE TRANSACTION_ID INTEGER NOT NULL, CUSTOMER_ID INTEGER NOT NULL, PRIMARY KEY (TRANSACTION_ID), FOREIGN KEY

Re: Turbine Developers Kit!

2000-07-09 Thread dave bryson
On Sat, 08 Jul 2000, you wrote: A lot of people have talked about a bundled version of Tomcat with various Apache projects. The Jetspeed/Turbine/Cocoon/Tomcat bundle is the most comprehensive (although I am still working on it). Is this one bundle? Can you point me to where you started on it

MS SQL

2000-07-09 Thread Golden D. Blount
Has anyone used MS SQL Server for turbine. If so, what are the gotchya's and do you have database initialization scripts? Thank you, Golden D. Blount To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED]

Re: First test of Turbine throws exception.

2000-07-09 Thread Brevsville Administrator
Yup I know the all the class files for my JDBC are set up correctly cos I use the very same drivers to within another servlet accessing a mysql database. Chris On Thu, 06 Jul 2000 11:45:20 -0700, Daniel L. Rall wrote: Sean Legassick wrote: On Thu, Jul 06, 2000 at 09:05:31PM +,

Re: First test of Turbine throws exception.

2000-07-09 Thread Nissim
Is all that stuff correct in your TurbineResources.properties? The references to the jdbc driver I mean, and that the correct default driver is the only one uncommented? Brevsville Administrator wrote: Yup I know the all the class files for my JDBC are set up correctly cos I use the very

Re: New NewGenerateMapBuilderTask functionality

2000-07-09 Thread Eric J Altman
Hello, Leon Messerschmidt wrote: In your case the new NGMBT would add a getTransactions() method to the Customer dataobject that returns a vector of Transaction dataobjects corresponding to that particular customer. The getTransactions() method will call TransactionPeer with a criteria

Maybe OT: tracking navigation linkes

2000-07-09 Thread george stewart
What's the best way to keep track of the navigation links(Saying something like "You are here: xyz-abc-def) at the top of web pages when you are browsing a web site? I think there is more than one way of doing this but I was wondering if there was a standard way that people do this. Thanks,

Re: Turbine Developers Kit!

2000-07-09 Thread george stewart
--- burtonator [EMAIL PROTECTED] wrote: dave bryson wrote: A lot of people have talked about a bundled version of Tomcat with various Apache projects. The Jetspeed/Turbine/Cocoon/Tomcat bundle is the most comprehensive (although I am still working on it). At the very least we

RE: db schemas, was: Turbine problem with Tomcat.

2000-07-09 Thread Oki DZ
On Fri, 7 Jul 2000, Rafal Krzewski wrote: Huh... I believe that I have pretty basic setup - I haven't twaked any funny engine properties and such. I'm really surprised that there are such differences. Same here, my Sybase setup is pretty basic (ie: I didn't touch anything). okidz@bdg:~$ isql

Class Not found

2000-07-09 Thread Rajesh Thiharie
I have run into this Turbine error while running Jetspeed. Can anyone help me fix it? Jetspeed is not running. This is the output when I type in the URL. Exception: java.lang.NoClassDefFoundError: org/apache/turbine/om/user/peer/TurbineUserPeer at