Village source code?

2002-04-23 Thread Setera, Craig
Hi. I'm trying to host Jetspeed (CVS version from a week or so again) on top of a DB2 UDB on NT database. After a lot of fighting, I've managed to get the tables created and the initial data installed. I've also been able to log in using this data. So, I've made some progress. Now, I'm trying

RE: Village source code?

2002-04-23 Thread Setera, Craig
Mike, I appreciate your response. Unfortunately the version of village you sent me is downlevel with respect to the current CVS level (1.5.2 instead of 1.5.3). I tried it anyway and it blew up on me. Can you tell me what you had to change to get it to work with DB2? Do you know how to get aho

RE: Village source code?

2002-04-23 Thread David Sean Taylor
> village code, but I don't have the source. > www.working-dogs.com doesn't seem to be > accessible (at least > for me). Is this source available somewhere else? Is it http://share.whichever.com/index.php?SCREEN=village -- To unsubscribe, e-mail: For additi

RE: Database URLManagerService

2002-04-23 Thread David Sean Taylor
> direction of development. At first glance it looks like the > DatabaseRegistryService is incomplete and was wondering if > that reflected > some problem with the idea or was just the normal state of > code not yet > complete. Am I missing something? Its incomplete. I started on it, but h

RE: Village source code?

2002-04-23 Thread MThompson
Craig, It has to Value.setPreparedStatementValue method and accepting a Blob. It tried to insert using the prepared statement using a simple string instead of inserting the Blob and then updating it using the InputStream. I have not looked at the Village 1.5.3 code to see if this has changed. I

DO NOT REPLY [Bug 8443] New: - add portlet broken

2002-04-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: Database URLManagerService

2002-04-23 Thread Todd Kuebler
> > I'm trying to get all file writes by Jetspeed and Turbine out of the > > applicationRoot and into either a database or the servlet > > context temp > > directory. >In the Jetspeed webapp, the following resources are written to: > >- the log file >- the registries >- psml >- cache >- the db

DO NOT REPLY [Bug 5473] - No portlets are list after customizing Portlet Browser

2002-04-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: Database URLManagerService

2002-04-23 Thread David Sean Taylor
> I'm still figuring out how the URLManager fits into all of > this. It looks > like a 'local to the specific jetspeed instance resource', so > I'll probably > just put it in the servlet context temp directory like the > cache. The > problem is that the servlet context temp directory is ju