RE: p6spy in webapp

2004-02-19 Thread Cory L Hubert
http://www.p6spy.com/documentation/install.htm#tomcat The properties file is the spy.properties file (a sample should be in your p6spy download). You can put that anywhere in the classpath. P6Spy will use the classloader to pick it up. In the spy.properties you'd

RE: p6spy in webapp

2004-02-19 Thread Cory L Hubert
http://www.p6spy.com/documentation/install.htm#tomcat The properties file is the spy.properties file (a sample should be in your p6spy download). You can put that anywhere in the classpath. P6Spy will use the classloader to pick it up. In the spy.properties you'd

Create Table in OJB

2003-09-16 Thread Cory L Hubert
I need to develop an application that will create tables dynamically. Is there a way to do that in OJB without using QueryBySQL. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

MS SQL Server Sequence Solution

2003-07-15 Thread Cory L Hubert
My Dev group is planning on implementing the MSSQL sequence solution describe here http://db.apache.org/ojb/sequencemanager.html#Oracle-style%20sequencing One of our developers raised a concern about using this method within transactions. What happens during a rollback?