RE: Author tags

2001-02-28 Thread Dave Bryson
...and right before that we re-organized the code layout and I checked it all in. The mystery is solved! I'll just remove my name as I come across stuff I didn't do. Thanks! -- Dave Bryson [EMAIL PROTECTED

Author tags

2001-02-27 Thread Dave Bryson
format thing a while ago. I know this may sound trivial, but I just wanted to set the record straight that I'm not trying to take credit for things I didn't code! -- Dave Bryson [EMAIL PROTECTED] -- To subscribe

Re: New PullService

2001-02-26 Thread Dave Bryson
part of my therapy is to admit these stupid mistakes out loud. :-)! Anyway the point is if the $data object is no longer available...maybe there is a need for the SecurityManager pull tool. -- Dave Bryson [EMAIL

Was: New PullService

2001-02-26 Thread Dave Bryson
tool add that you can't get with access to the $data? I just want to make sure I'm not missing something here. -- Dave Bryson [EMAIL PROTECTED] -- To subscribe:[EMAIL PROTECTED] To unsubscribe

FWIW: J2EE Blueprints

2001-02-26 Thread Dave Bryson
to the Turbine veterans, but I thought I throw this out anyhow for the new folks that may be on the fence between Turbine and a full-blown J2EE ( JSP-EJB ) application . -- Dave Bryson [EMAIL PROTECTED] -- To subscribe

Re: SimpleKey problem in build -Correction

2001-02-25 Thread Dave Bryson
don't know the intentions here so I don't want to change anything. The obvious fix is for SimpleKey to NOT be abstract. -- Dave Bryson [EMAIL PROTECTED] -- To subscribe:[EMAIL PROTECTED

SimpleKey problem in build

2001-02-25 Thread Dave Bryson
. The obvious fix is for SimpleKey to NOT be abstract. -- Dave Bryson [EMAIL PROTECTED] -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Search: http://www.mail-archive.com/turbine

Re: Best practice ??

2001-02-22 Thread Dave Bryson
a response.redirect() or setTemplate() ? -- Dave Bryson [EMAIL PROTECTED] -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Search: http://www.mail-archive.com/turbine%40list.working-dogs.com

Re: Hijacking a session

2001-02-22 Thread Dave Bryson
ps you out and invalidates your session. -- Dave Bryson [EMAIL PROTECTED] -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Search: http://www.mail-archive.com/turbine%40list.workin

Re: ApacheCon

2001-02-22 Thread Dave Bryson
Jon, No Turbine/TDK session? Or did I just overlook it in the session lineup. -- Dave Bryson [EMAIL PROTECTED] -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Search: http

Re: HTML Form Service

2001-02-20 Thread Dave Bryson
On Mon, 19 Feb 2001, you wrote: Ok I think thats it... I you somebody interested. I would like to make a contribution. I'm interested. Even if it does overlap with intake. There may be something that it can offer. Can you send me the code? -- Dave Bryson [EMAIL PROTECTED

Re: [SEMI-OFFTOPIC] - GUMP

2001-02-20 Thread Dave Bryson
( java.apache.org/alexandria ) -- Dave Bryson [EMAIL PROTECTED] -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Search: http://www.mail-archive.com/turbine%40list.working-dogs.com/ Problems

OT: Turbine projects

2001-02-14 Thread Dave Bryson
Does anyone know of any Turbine related projects going on in the Austin, Texas area? Thanks, -- Dave Bryson [EMAIL PROTECTED] -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED

Re: TDK and Postgres

2001-02-14 Thread Dave Bryson
On Wed, 14 Feb 2001, you wrote: I'm not sure, but I will fix torque and add the option to suppress default values so that the turbine schema doesn't have to be changed. I suppressed the columns stuff in columns.vm and it works fine. -- Dave Bryson [EMAIL PROTECTED

Re: scheduled jobs problem

2001-02-07 Thread Dave Bryson
PROTECTED] To unsubscribe: [EMAIL PROTECTED] Search: http://www.mail-archive.com/turbine%40list.working-dogs.com/ Problems?: [EMAIL PROTECTED] -- Dave Bryson [EMAIL PROTECTED] -- To subscribe

Sourcecast - CollabNet

2001-02-06 Thread Dave Bryson
Just curious... Is Turbine being used in the Sourcecast stuff? If so, how (Scarab, Helm)? -- Dave Bryson [EMAIL PROTECTED] -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED

Re: schedulerservice

2001-01-16 Thread Dave Bryson
etInstance().getService(ScheduleService.SERVICE_NAME); Vector jobs = ss.listJobs(); The scheduler is missing the static accessor. I'll add it later today. -- Dave Bryson [EMAIL PROTECTED] -- To subscribe:

Re: status - Intake

2001-01-16 Thread Dave Bryson
On Tue, 16 Jan 2001, you wrote: I just checked in the code I have been working on to help retrieve data from the request Very cool stuff John!!! Dave Bryson [EMAIL PROTECTED] -- To subscribe:[EMAIL

Re: schedulerservice

2001-01-15 Thread Dave Bryson
(); but this gives an error at compile time. What should I be using instead? What's the error? -- Dave Bryson [EMAIL PROTECTED] -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED

Re: Turbine Services as plugins

2001-01-15 Thread Dave Bryson
On Sun, 14 Jan 2001, you wrote: Thoughts? I'm for adding Avalon. And I agree it should be done in a separate CVS branch. -- Dave Bryson [EMAIL PROTECTED] -- To subscribe:[EMAIL PROTECTED

Re: Scheduler Service and TDK

2001-01-15 Thread Dave Bryson
( probably 6 months ago ) with the WebMacro stuff. However in all the changes it has been lost or trashed. -- Dave Bryson [EMAIL PROTECTED] -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL

Re: Turbine Release

2001-01-15 Thread Dave Bryson
On Mon, 15 Jan 2001, you wrote: Can we agree on this and get the ball rolling? +1 * What are we looking for as far as a testbed? -- Dave Bryson [EMAIL PROTECTED] -- To subscribe:[EMAIL PROTECTED

Re: schedulerservice

2001-01-15 Thread Dave Bryson
On Mon, 15 Jan 2001, you wrote: Can I leave it blank/empty, do I have to use it? You don't have to use it. -- Dave Bryson [EMAIL PROTECTED] -- To subscribe:[EMAIL PROTECTED] To unsubscribe

Re: A Pull Problem

2001-01-04 Thread Dave Bryson
tools for the Pull Model, and let users specify any additional tools in the TR.props file: I like this. The template service could be setup similiar to the scheduler: Started in Turbine.init() iff the enable flag is set to true in the TR.props. -- Dave Bryson [EMAIL PROTECTED

Re: Peer problem (fix impossible?)

2000-12-30 Thread Dave Bryson
-to-many relationship, ( columna - many values ) you need to break the values out into another table. -- Dave Bryson [EMAIL PROTECTED] -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED

Re: TemplateSecureSessionValidator

2000-12-01 Thread Dave Bryson
. Have you set - template.login - in the TurbineResources file? This value is looked for by the sessionvalidator. It's the page to send the user to if they are not logged in. -- Dave Bryson [EMAIL PROTECTED

Re: TemplateSecureSessionValidator

2000-12-01 Thread Dave Bryson
template and I set the TemplateSecureSessionValidator. Without being logged in I'm redirected to the login even if I explicity point to another template. -- Dave Bryson [EMAIL PROTECTED] -- To subscribe

Re: build for turbine

2000-11-29 Thread Dave Bryson
and follow the directions in README-FIRST.txt If you follow the directions you'll have a screen up and running in a minute or so. NOTE: The first screen in a newapp will be slow. This is due to the classloader in Tomcat NOT Turbine. Turbine runs much faster in other engines. Hope this helps. -- Dave Bry

Re: Problems with the first template loaded

2000-11-29 Thread Dave Bryson
problems (with all the templates). Any clues? Just a guess- did you make HelloWorld.vm the default start page in the TurbineProperties file? template.homepage=/HelloWorld.vm -- Dave Bryson [EMAIL PROTECTED

vTorque and Texen tasks

2000-11-29 Thread Dave Bryson
to vTorgue. The problem disappeared when I replaced the Velocity jars. If there's no objections, I'll update the Velocity jar in Turbine to the latest. -- Dave Bryson [EMAIL PROTECTED] -- To subscribe:[EMAIL

Re: WebMacroHtmlEmail with Velocity templates ?

2000-11-28 Thread Dave Bryson
it please contribute it back. -- Dave Bryson [EMAIL PROTECTED] -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Search: http://www.mail-archive.com/turbine%40list.working-dogs.com

Re: Pooling socket connections

2000-11-28 Thread Dave Bryson
be adapted. Why doesn't the middleware provide the ability to do this? -- Dave Bryson [EMAIL PROTECTED] -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Search: http://www.mail

Re: TDK-1.1a9 w/ Apache 1.3.12

2000-11-18 Thread Dave Bryson
On Sat, 18 Nov 2000, you wrote: jk_post_config NULL [Fri Nov 17 09:55:37 2000] [emerg] (2)No such file or directory: Error while opening the workers Did you look at/for the mod_jk conf files? I don't believe the TDK is really concerned with working with Apache for development. -- Dave

Re: Intergration of Prowler and Turbine/Jetspeed

2000-11-07 Thread Dave Bryson
the UM interface of Turbine clearly from the underlying database ? Implement your own User and AccessControl mechanism. Both are interfaces so you can customize. Turbine is extremely flexible! The guys the laid the framework for Turbine really knew what they were doing! -- Dave Bryson [EMAIL

Re: [ANN] TDK 1.1a7

2000-11-07 Thread Dave Bryson
On Tue, 07 Nov 2000, you wrote: Hi, There is a new version of the TDK up in the usual place: Excellent job Jason! I'm downloading now! -- Dave Bryson [EMAIL PROTECTED] -- To subscribe:[EMAIL

Re: lots of changes

2000-11-07 Thread Dave Bryson
to be working so far - with the exception of a prob with the TorqueTask which I just sent some info to Jason about. However, I was able to create a new Velocity app and test it ok. -- Dave Bryson [EMAIL PROTECTED

Re: Choice of servlet engine

2000-11-06 Thread Dave Bryson
y next app to run using Tomcat and the mod_jk connector with Apache. FYI - You don't have to buy Enhydra - there's an open-source version for free as well. -- Dave Bryson [EMAIL PROTECTED] -- To subscribe:

Re: Secure pages

2000-10-30 Thread Dave Bryson
object if ( data.getUser.hasLoggedIn() ) // show the screen -- Dave Bryson [EMAIL PROTECTED] -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Search: http://www.mail

Re: Turbine in the ASF

2000-10-30 Thread Dave Bryson
On Mon, 30 Oct 2000, you wrote: What do you all think? This is awesome! BTW Jon, do you get any interesting feedback/ideas from anyone at ApacheCON about things to add/change with Turbine? -- Dave Bryson [EMAIL PROTECTED

Re: Threadsafe Actions Screens etc

2000-10-19 Thread Dave Bryson
On Thu, 19 Oct 2000, you wrote: Do Actions and Screens have to be threadsafe? Yes. Any code in a webapp should be thread safe. Dave Bryson [EMAIL PROTECTED] -- To subscribe:[EMAIL PROTECTED

Turbine snippet on Enhydra site.

2000-10-18 Thread Dave Bryson
d write up in something like JavaWorld would be very cool...any writers in the audience? -- Dave Bryson [EMAIL PROTECTED] -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Search: http:

Re: BasePeer, IDBroker and associated classes.

2000-07-12 Thread dave bryson
George, I'm very interested in the xml-dbms stuff. Can you give us a pointer to where OPL is at now. Thanks, -- dave [EMAIL PROTECTED] -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL

Re: turbine-webmacro speed

2000-07-12 Thread dave bryson
On Wed, 12 Jul 2000, you wrote: Any suggestions? Where to look next for slow points, I guess I may have to get the source for webmacro, but I would think that it must be between turbine and webmacro as nobody seems to be complaining about webmacro taking over 2 seconds to return a page. I

Re: Security System

2000-07-12 Thread dave bryson
On Wed, 12 Jul 2000, you wrote: Does turbine have a security system? Does Exist a snapshop of the source of turbine? I do not can use a cvs client, I am behind a proxy. You don;t need a CVS client to get Turbine - see http://java.apache.org/turbine Read the page. At the bottom is a

Re: turbine-webmacro speed

2000-07-12 Thread dave bryson
On Wed, 12 Jul 2000, you wrote: I have a feeling my implementation may be a bit off.. Only screens should run the matching named screen Class correct? Yes Just out of curiosity why can't layouts, and navigations also run packagename/layout/layouttemplate.class files? Navigations can. Just

Turbine Developer's Kit -download

2000-07-11 Thread dave bryson
I've put up a simple version of the TDK on my site. It doesn't have all the features yet, but it'll give you an idea where we're going with this. see http://www.miceda-data.com Remember - This is just a sample. -- dave [EMAIL PROTECTED] --

Re: error using Webmacro

2000-07-10 Thread dave bryson
On Mon, 10 Jul 2000, you wrote: I am getting an error when trying to reference a variable on a .wm screen. I have looked at everything that I can think of and I am really stuck. At this point I figure some outside eyes might be in order. Do you have the examples stuff ( from turbine ) in

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

Turbine Developers Kit!

2000-07-08 Thread dave bryson
FYI - The Turbine Developers Kit (TDK) is underway! Just want to let everyone know that the the TDK is finally materializing. Still alot to do - but it's started. The goal of the TDK is to provide a _single_ download, easy to install kit, so users ( especially newbies ) can get started using

Re: WebMacro user admin stuff

2000-07-03 Thread dave bryson
On Sat, 10 Jun 2000, you wrote: I've ported over the WM templates/screens/actions from Scarab to Turbine and they're working fine. Rather than just commit these though I have some thoughts about pulling stuff together: Hi Sean, I created the Scheduler UI as kind of a stub to integrate the

Re: WebMacro user admin stuff

2000-07-03 Thread dave bryson
On Mon, 03 Jul 2000, you wrote: I would actually go for making WM the default. In other words, essentially, we are dropping ECS as the default for WM. That is cool with me. I'm for this, but what about the dragging WM licensing issues? These changes together would bring us a whole lot

Clarification on Turbine per VM

2000-07-03 Thread dave bryson
I just want to be clear on this, so let me ask a couple of dumb questions- 1. Can you run more than 1 Turbine application per VM? 2. If not, couldn't this be a serious drawback for using Turbine? 3. Should we be concerned with a remedy for this? -- dave [EMAIL PROTECTED]

Re: WebMacro user admin stuff

2000-07-03 Thread dave bryson
On Mon, 03 Jul 2000, you wrote: on 7/3/2000 5:00 PM, "dave bryson" [EMAIL PROTECTED] wrote: I'm for this, but what about the dragging WM licensing issues? Still in discussions. Ug. Hopefully we are getting closer to a break point. I'm now waiting for a response fr

FYI - NewGenerateMapBuilderTask

2000-07-03 Thread dave bryson
I've added a class under the examples directory called NewGenerateMapBuilderTask that will build The Maps, Peer, and DOs. It's VERY ugly code and I'm not proud of it, but it does seem to work (i'm currently crapped for time). If anyone else has an interest in it, please jump in and help out.

Re: Database access in TurbineUser classes

2000-06-26 Thread dave bryson
On Sun, 25 Jun 2000, you wrote: As a general note. I think it would be a good idea to look into the Java Generic library version 3.1 put out by ObjectSpace. Their generic library includes containers, iterators and predicates. The last item would be expecially useful in the Criteria class

Re: Only first WebMacro screen

2000-06-26 Thread dave bryson
On Mon, 26 Jun 2000, you wrote: Error 404. Nothing in log. Try pointing the template path ( in the webmacro properties file ) towards: YOUR_TURBINE_DIRECTOR/examples/webmacro where YOUR_TURBINE_DIRECTOR is the base directory where you installed turbine. Also, turn logging on for Turbine,

Re: VOTE: give daniel rall CVS write

2000-06-26 Thread dave bryson
+1 . He seems like a nice enough guy. :-) -- dave [EMAIL PROTECTED] -- Just your average Joe armed with an Emacs editor. To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Search:

Re: turbine Summit report??

2000-06-21 Thread dave bryson
I just added an outline of the areas we discussed in the Turbine docs directory ( see summit.html ). I'm sure if anyone has a specifc question about an area we can collectively provide an answer. And please, feel free to add to the document if you have some valuable notes! -- dave [EMAIL

DatabaseObjectBuilder status - UPDATE

2000-06-17 Thread dave bryson
For those interested in the DatabaseObjectBuilder, it's almost complete. It now generates the DataObjects, Peers, and MapBuilders given a SQL script. It'll also add your license to the top of the file. However, this version does _not_ use templates. It uses out.println() statements in the

Jon - ECS

2000-06-16 Thread dave bryson
Do you want to update the ECS while I' m at it? -- dave [EMAIL PROTECTED] -- Just your average Joe armed with an Emacs editor. To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Search:

Re: ide suggestions

2000-06-15 Thread dave bryson
On Thu, 15 Jun 2000, you wrote: For portability, lightweight, speed, and extensibility, it's hard to beat the combination of Emacs and JDE. I fully concur! I've tried just about every major IDE. Emacs with the JDE beats them all hands down. However, if your running on Windows and Emacs

Re: OT: Emacs and tabs

2000-06-05 Thread dave bryson
On Mon, 05 Jun 2000, you wrote: (setq-default indent-tabs-mode nil) ;; save spaces instead of tabs Thanks! That's exactly what I needed. You can also add the 4 to comply with the coding standards :-) (setq-default tab-width 4 indent-tabs-mode nil) -- dave [EMAIL PROTECTED]

DatabaseObjectBuilder status

2000-06-05 Thread dave bryson
I mentioned awhile back about building on to the DataBaseMapBuilderTask to have a Ant task that would also generate the Peers and DataObjects from the DB schema. Since some of you expressed an interest in this I thought I'd give you an update where it's at: The initial idea was to use WebMacro

Re: Turbine and Hypersonic SQL

2000-06-03 Thread dave bryson
On Sun, 04 Jun 2000, you wrote: Hi, all. Just a quick message to say that I've finished adding support for Hypersonic SQL http://hsql.oron.ch/ using the current DB adapter model. I plan to re-test and commit my code after Jeff commits his DB adapter changes. Great! I plan on using

Re: New webmacro classes

2000-06-02 Thread dave bryson
On Thu, 01 Jun 2000, you wrote: How about lines in TurbineResources.properties like: webmacro.context.page = org.apache.turbine.util.webmacro.WebMacroPageAttributes webmacro.context.formatter = org.apache.turbine.util.webmacro.WebMacroFormatter I think this could run into a problem if the

Re: VOTE: Chrisopher Elkins CVS write

2000-06-01 Thread dave bryson
+1 from me. -- dave [EMAIL PROTECTED] -- Just your average Joe armed with an Emacs editor. To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?: [EMAIL PROTECTED]

Re: Breaking A Turbine App?

2000-05-31 Thread dave bryson
On Wed, 31 May 2000, you wrote: Hi, I was just thinking (I know, always dangerous...) Given the nature of a call to the Turbine servlet, someone could mix and match the action screen calls maliciously - .../action/ResetDB/screen/HomePage This is why you can also check security in the

DatabaseBuilder Stuff - For Jon

2000-05-31 Thread dave bryson
Jon, I wanted to catch you before you go on vacation. Do you mind if we add a directory to start commiting the DatabaseObjectBuilder stuff for generating the peers, DO, etc...? I want to put this stuff separately initially so it doesn't mess with the build. Also it'll use a tweaked version

Re: Persistent Layer : who already used it ?

2000-05-30 Thread dave bryson
On Tue, 30 May 2000, you wrote: Personally, I would dump OPaL and stick with the Peer model. It is quite nice. John and Frank did an excellent job with it. I agree. At this point in the game, it would be nice if we focused our collective energy on one Persistent model and add on the kind of

Re: setting body bgcolor etc in webmacro template

2000-05-30 Thread dave bryson
On Tue, 30 May 2000, you wrote: Anyway a workaround that works, although it's not very pretty is to say: #set $junk = $data.Page.Body.setBgColor("ff") Unless anyone can see a prettier way out of this? To stay consistent with our goal of making the use of WebMacro templates fairly

WM ParsePath

2000-05-30 Thread dave bryson
I'm in the process of consolidating the parsepath methods for WM templates. In doing so, here's what I've come up with: Parsepaths for screens and layouts must be separate from a parsepath for navigations. Here's why - you can never be sure that there's a one-to-one relationship between layout

Issue with WebMacroSiteNavigation

2000-05-29 Thread dave bryson
This is just a warning. I'm still looking for a fix. WebMacroSiteNavigation has a problem finding navigation templates located in navigation subdirectories. For example, if I have the following: navigations/subfolder/default.wm. Navigation templates under the main navigations directory work

Re: something cool about security

2000-05-29 Thread dave bryson
On Mon, 29 May 2000, you wrote: so, something cool about security of your screens/actions/etc can be easily had by simply creating a chain of extends. Yes, I do this a lot in my Job related applications. Mainly because I'm lazy. And, it blows people's minds when they look at a class with

Re: something cool about security

2000-05-29 Thread dave bryson
On Mon, 29 May 2000, you wrote: Here is what I submitted...not my best writing, but it should work out ok... ApacheCon Europe 2000 CFP submission Sounds good! Sure you don't need a slide flipper! :- ) -- dave [EMAIL PROTECTED] --

Re: something cool about security

2000-05-29 Thread dave bryson
On Mon, 29 May 2000, you wrote: But, say you not only want to require login first, but you also want to make sure they have admin permissions...you could do a chain of something like this: RequireLoginFirst extends RequireAdminPermissions extends WebMacroSiteSecurityScreen FWIW, You can

NEW Scheduler UI - run CVS update -P

2000-05-28 Thread dave bryson
I've removed all the old WM stuff and created a new Scheduler UI based upon the new Model 2+1. In creating the new UI, I left a place holder to add the UserAdmin stuff in if we want. I also added a pre-configured Turbine properties file in the conf directory. This is only there to help new

UploadFile and JServ

2000-05-28 Thread dave bryson
Is the readInputStream() in the actions/UploadFile.java still required for JServ? I'm getting an ArrayIndexOutOfBoundsException when using the UploadFile on JServ 1.1 but it's working fine on other Servlet engines. thanks, -- dave [EMAIL PROTECTED] --

WebMacroSiteNavigation (MT issues)

2000-05-24 Thread dave bryson
Am i correct on this? We can stiil have MT issues with WebMacroSiteNavigation. The context is protected. Not hidden like it is in WebMacroSiteScreen now. Shouldn't be changed like the WebMacroSiteScreen? -- dave [EMAIL PROTECTED] -- your inspirational quote here

Re: WebMacro.properties

2000-05-23 Thread dave bryson
On Tue, 23 May 2000, you wrote: I know that this might be a kind of silly question, but I tried all options which seem reasonable to me. I setup the HelloWorld example to run with Turbine. When trying to access turbine, a NullPointer exception is raised. The turbine.log file says that there

Re: Context syncronization problem?

2000-05-20 Thread dave bryson
On Fri, 19 May 2000, you wrote: on 5/19/2000 7:00 PM, dave bryson [EMAIL PROTECTED] wrote: Go for it. Good catch! How the hell did we miss that for so long!? Ok...the fixes are in CVS...I decided to add the context to the doBuildTemplate() method so that it is passed in...that way

Re: XML-RPC Service

2000-05-19 Thread dave bryson
On Fri, 19 May 2000, you wrote: Would a user request a certain url whether from a browser or a WebDAV client for example? The browser must support WebDAV. The class that coresponds with the url would handle the POST'd data and would 'work' accordingly. Yes, something along those lines.

Re: XML-RPC Service

2000-05-19 Thread dave bryson
On Fri, 19 May 2000, you wrote: Have you looked at exploring integration possibilities with the new Jakarta sub-project Slide http://jakarta.apache.org/slide/index.html? No, I was totally unaware of this - the project must of just started. Anyway, the Turbine-WebDAV stuff is just an idea,

Re: Context syncronization problem?

2000-05-19 Thread dave bryson
On Fri, 19 May 2000, you wrote: so, this is going to have to be the solution. ug. dave, do you want to do the fix or me? i'm willing to do it... Go for it. Good catch! How the hell did we miss that for so long!? -- dave [EMAIL PROTECTED] -- your inspirational quote

Caching WM template lookup

2000-05-19 Thread dave bryson
I need to do something for an app I'm working on and I think this is a bridge that we're going to have to cross sooner or later. What do you think about extending a GenericLoader for caching template searches ( parseTemplatePath() )? There would be two: One for Template Screens and One for

Re: DatabaseObjectBuilderTask - adding to GenerateMapBuilderTask

2000-05-18 Thread dave bryson
On Thu, 18 May 2000, you wrote: On Sat, May 13, 2000 at 11:08:57PM -0500, dave bryson wrote: - A Data Object template that contains all the fixed/duplicated code that you normally have in a class that extends BaseObject and talks to the Peer. This class would include a method

Re: Unable to checkout Turbine from CVS

2000-05-14 Thread dave bryson
On Sun, 14 May 2000, you wrote: Hi, I'm unable to checkout Turbine from CVS, but I can checkout JetSpeed, for example. Anybody can tell me whats the right settings for Turbine CVS ? See - http://java.apache.org/main/cvs.html -- dave [EMAIL PROTECTED] -- your

Re: Installation woes: Access denied for user: 'nobody@localhost'

2000-05-13 Thread dave bryson
On Sat, 13 May 2000, you wrote: java.sql.SQLException: Invalid authorization specification: Access denied for user: 'nobody@localhost' (Using password: NO) at org.gjt.mm.mysql.MysqlIO.init(MysqlIO.java) at org.gjt.mm.mysql.Connection.init(Connection.java) at

Re: more coolness examples

2000-05-11 Thread dave bryson
On Thu, 11 May 2000, you wrote: This is pretty cool. Is there a place in the source tree where the WM stuff hangs out? I'd like to check out the WM side but wasn't able to find it. You're looking in the Turbine tree right? Look in "modules" under each of the sub-directories ( page, action,

TemplateInfo added

2000-05-10 Thread dave bryson
The TemplateInfo stuff is updated in the CVS. This should help "merge" some of the duplication of code between the FreeMarker WM. It also has cleaned up the code a little and gave the Template system it's own Hashtable. I've also added 2 new props in the TurbineResources file. So make sure

TemplateInfo - Temp Hashtable

2000-05-10 Thread dave bryson
Jon, This is how I'm stuffing the temp hashtable into the TemplateInfo. code snip public class TemplateInfo { private RunData data = null; private Hashtable tempStorage = null; public TemplateInfo(RunData data) { this.data=data;

Re: WM partially solved - Session Validator - TemplateInfo

2000-05-09 Thread dave bryson
On Tue, 09 May 2000, you wrote: +1. I have also thought that it might be nice to have a getTemp() method in RunData (that is just a wrapper around another Hashtable) that does not depend on having a valid User record around. That way, we could stuff endless amounts of stuff in there that

Re: WM partially solved - Session Validator - TemplateInfo

2000-05-09 Thread dave bryson
On Tue, 09 May 2000, you wrote: on 5/9/2000 4:38 AM, dave bryson [EMAIL PROTECTED] wrote: Also, stuff the hashtable into there instead of into RunData... The temp hashtable? do you want to do this class or do you want me to do it? (i'm not sure what your time constraints are right now

Ongoing WM jar problems

2000-05-08 Thread dave bryson
I cannot for the life of me, get the latest WM stuff to work. * I've upgraded to JDK1.2 * Checked out the latest snap shot of Turbine. * Triple checked all property files and the classpath. And still cannot get the Webmacro stuff to work! I keep getting : Mon May 08 22:11:41 CDT 2000]

Re: WebMacroEmail

2000-05-07 Thread dave bryson
On Sun, 07 May 2000, you wrote: Hey all, I just added a WebMacroEmail class that makes it easy to send an email who's body is actually a processed WM template file! :-) Man, are you on a role or what!? Cool! -- dave [EMAIL PROTECTED] -- your inspirational quote here

Re: New WM jars

2000-05-07 Thread dave bryson
On Sun, 07 May 2000, you wrote: they work fine for me on 1.2 though...i know that the WMServlet isn't entirely stable, but we are not using it... The first problem I think is that the new (experimental) 1.1 version of WebMacro _requires_ the collections.jar. In the previous version I

Re: wmsitelayout feature request

2000-05-06 Thread dave bryson
On Sat, 06 May 2000, you wrote: I want to be able to have a Screen class override the layout template that will be executed by returning a method from Screen.getLayout(). This would happen somewhere in WebMacroSitePage, but I don't want it to interrupt the current scheme of doing the layout

Re: documentation

2000-05-06 Thread dave bryson
On Sat, 06 May 2000, you wrote: fyi (mostly for dave), I'm doing some programmer documentation right now for the WebMacroSite system with easy example code and such...should be done with it soon... Just read it. Nice Job! -- dave [EMAIL PROTECTED] -- your

Re: ActionEventListener

2000-05-06 Thread dave bryson
On Sat, 06 May 2000, you wrote: This is mostly to dave, but I'm going to make the WebMacroSiteAction use this methodology by default (all it will have to do is extend the ActionEvent class instead of the Action class) if that is cool with you. If it can't find the "special" methods, then it

Re: ActionEventListener

2000-05-06 Thread dave bryson
On Sat, 06 May 2000, you wrote: on 5/6/2000 5:45 PM, dave bryson [EMAIL PROTECTED] wrote: Cool! Along these same lines, what about a way for template authors to specify required fields. Maybe some type of object in the context that could be used. Like this: input type="text&

WebMacro - Admin Scheduler

2000-05-05 Thread dave bryson
I want to work/rework and integrate the Admin and Scheduler interfaces with WebMacro. I plan to use the BaseWebMacro setup vs. the WebMacroSiteLayout so it'll work out of the box ( you want have to switch pages, etc...). I also plan to make the header/nav bars WM templates. I've already started

  1   2   >