Re: Install problem - Infinite redirect detected...

2000-04-25 Thread George Pipkin
Thanks for answering. Unfortunately, that didn't fix it. One thing I'm wondering - when I built it, for the JSDK= argument, I used servlet.jar rather than /JSDK2.0/jsdk.jar because that's the current version of that library. Do you think that could have anything to do with it ?

Turbine FAQ

2000-04-25 Thread Stephen Adkins
Hi, I have a suggestion for the FAQ. I think that we could improve its usefulness with the addition of Troubleshooting sections. This would map concrete error messages which appear in the log files to causes. This would help people locate their problem more easily and find all of the causes

Re: Install problem - Infinite redirect detected...

2000-04-25 Thread Stephen Adkins
At 09:56 AM 4/25/00 -0400, you wrote: Thanks for answering. Unfortunately, that didn't fix it. One thing I'm wondering - when I built it, for the JSDK= argument, I used servlet.jar rather than /JSDK2.0/jsdk.jar because that's the current version of that library. Do you think that could have

Re: Install problem - Infinite redirect detected...

2000-04-25 Thread George Pipkin
Do you know where I might go to get the 2.0 version of jsdk.jar ? - George At 09:56 AM 4/25/00 -0400, you wrote: Thanks for answering. Unfortunately, that didn't fix it. One thing I'm wondering - when I built it, for the JSDK= argument, I used servlet.jar

Re: Install problem - Infinite redirect detected...

2000-04-25 Thread John McNally
Why do you say using servlet.jar instead of jsdk.jar is causing the infinite redirect problem? I am seeing this problem on my home machine alot (it generally happens when I reload a page after recompiling something, but I am able to reload it again and move on.) I am pretty sure I do not have

Re:java.lang.ExceptionInInitializerError:java.lang.NullPointerException

2000-04-25 Thread Nissim
I once had the same error messages, and it was because I was using just the turbine DB connection pool, and I hadn't set the properties file... Those exceptions get thrown when static code in a class throws an exception. In my case it was some static {... } code in the DBFactory class, which

Re: Install problem - Infinite redirect detected...

2000-04-25 Thread jon *
on 4/25/00 6:56 AM, George Pipkin [EMAIL PROTECTED] wrote: Thanks for answering. Unfortunately, that didn't fix it. One thing I'm wondering - when I built it, for the JSDK= argument, I used servlet.jar rather than /JSDK2.0/jsdk.jar because that's the current version of that library. Do

Re: Install problem - Infinite redirect detected...

2000-04-25 Thread George Pipkin
Well, I did exactly this - I downloaded jsdk2.0 and I put it ahead of servlet.jar in my tomcat.sh where it establishes the classpaths. After that, no servlets ran at all - I get a null pointer exception. So then I put it after servlet.jar, and I'm back to the infinate redirection exception. Is

Re: Install problem - Infinite redirect detected...

2000-04-25 Thread jon *
on 4/25/00 9:43 AM, George Pipkin [EMAIL PROTECTED] wrote: Well, I did exactly this - I downloaded jsdk2.0 and I put it ahead of servlet.jar in my tomcat.sh where it establishes the classpaths. After that, no servlets ran at all - I get a null pointer exception. So then I put it after

Re: Install problem - Infinite redirect detected...

2000-04-25 Thread John McNally
I seem to have forgotten something, I thought Turbine would work with jsdk 2.0, 2.1 or 2.2. Why is it that jsdk2.0 is required? John - Original Message - From: George Pipkin [EMAIL PROTECTED] To: Turbine [EMAIL PROTECTED] Sent: Tuesday, April 25, 2000 9:43 AM Subject: Re: Install

Re: IncompatableClassError - FYI

2000-04-25 Thread dave bryson
On Tue, 25 Apr 2000, you wrote: Dave, I got the same problem with Blackdown JDK 1.1.8v1. I wondered if it was a JDK 1.1 vs JDK 1.2 issue. I upgraded to Blackdown JDK 1.2.2 RC4 and the problem went away. However, it would be good to know that Turbine still builds with 1.1.8. I'm using the

Turbine Developers Kit

2000-04-25 Thread dave bryson
I've been thinking about how to help folks become productive - faster with Turbine. I really think Turbine is a great Framework and I'd like to see it catch on even more than it has. But, I believe in order for that to happen, you've got to really make things easy for developers ( we're a lazy

Re: Turbine Developers Kit

2000-04-25 Thread jon *
on 4/25/00 12:20 PM, dave bryson [EMAIL PROTECTED] wrote: I've been thinking about how to help folks become productive - faster with Turbine. I really think Turbine is a great Framework and I'd like to see it catch on even more than it has. But, I believe in order for that to happen,

Migration Path

2000-04-25 Thread Nissim
Hi everyone, I have a web application which I've written using Servlets and JSSI, and I want to port it to Turbine, and WebMacro. I don't understand the integration of these two frameworks, and I'm trying to figure out how to go about the migration. Here are my Questions: 1) should I first

Re: Migration Path

2000-04-25 Thread dave bryson
On Tue, 25 Apr 2000, you wrote: 1) should I first convert it to use WM, without turbine, and then move it into the turbine framework, or the other way around? No. You should be able to convert to using both at the same time. 2) If you're using turbine and WM is it recommended to use turbine

Re: Turbine Developers Kit

2000-04-25 Thread dave bryson
On Tue, 25 Apr 2000, you wrote: What form do you envision the app gen utility taking? Could it simply be one or more Ant build files? (And perhaps some custom taskdefs, if necessary.) Yes. This is exactly what I have in mind. I've also thought about possibly customizing a Main for Ant

Re: Migration Path (more specific question)

2000-04-25 Thread Nissim
OK, another question: I see that in jyve, when you have a form, the action= part of the form tag is generated using the Turbine DynamicURI utility class. If I wanted to write out the form html in a WM template, what would I put in the ACTION= part? -Nissim

java.lang.ExceptionInInitializerError

2000-04-25 Thread dave bryson
Somebody mentioned this error earlier when trying to login to Turbine. I'm getting the same error. Exception: java.lang.ExceptionInInitializerError at org.apache.turbine.om.security.DefaultAccessControl.build(DefaultAccessControl.java:133) at

Re: java.lang.ExceptionInInitializerError

2000-04-25 Thread jon *
on 4/25/00 4:28 PM, dave bryson [EMAIL PROTECTED] wrote: at org.apache.turbine.om.security.DefaultAccessControl.build(DefaultAccessControl .java:133) that line of code is this: Criteria criteria = new Criteria(); that shouldn't cause a problem unless for some reason that class can't be

Re: WebMacro Proof of concept...

2000-04-25 Thread William KC Wong
What about FreeMarker ? Has there been any development on this excellent template system ? I know that John McNally has been the main contributor to this engine. Will this template be supported (in Turbine) in future ? Or am I missing something that all focus is now on WM ? -another non-JSP user