BLOB in DB2

2003-11-26 Thread Thavutam, Prashanth
I got the tables created with BLOB on DB2, but, as it was required to create ROWID column when creating a BLOB column with DB2, we have also created ROWID column. Now the problem is, it throws exception saying "Only 13 column exist". I changed the TurbineUserPeer class to use hard-coded column leng

Re: pb on install with jetspeed and mysql

2003-11-26 Thread David Sean Taylor
On Wednesday, November 26, 2003, at 05:51 AM, jla159753 wrote: Ok, thank for your help. I send you my zipped Torque.properties files. It looks fine. Are you storing your PSML in the database? Im not clear on this. Seems like we should first ensure that you can connect to the database. Do you ha

RE: RE: pb on install with jetspeed and mysql

2003-11-26 Thread Pernoud Aurelien
jla159753 a écrit : > > how do you load the profile in DB ? > I don't see this script. Well you can't load them using SQL, as it is blob and it is too big to be sent with a SQL sentence. see http://jakarta.apache.org/jetspeed/site/psml_db.html "Converting from PSML files to a PSML Database"

Re: RE: pb on install with jetspeed and mysql

2003-11-26 Thread jla159753
> Seeing this : > > org.apache.jetspeed.om.profile.ProfileException: java.lang.NullPointerException > at > org.apache.jetspeed.services.profiler.JetspeedProfilerService.fallbackProfile > > I would say that the user database is populated, but not the profiles in DB... > how do you load the prof

Re: Re: pb on install with jetspeed and mysql

2003-11-26 Thread jla159753
Ok, thank for your help. I send you my zipped Torque.properties files. > > On Tuesday, November 25, 2003, at 01:36 AM, jla159753 wrote: > > > Hi, > > I install jetspeed on linux box. It's work if I don't change default > > database > > (Hypersonic SQL) for users. > > But when I switch on m

RSS with proxy gives HTTP 400 error

2003-11-26 Thread Vissi
Does anybody know why Jetspeed URLManagerService (and therefore URLFetcher) try to open a socket throught a proxy using this sentence? sock = new URL(protocol,proxyHost,URLManager.getProxyPort( protocol ),url); The problem I'm getting is that I can't figure out how to work out the proxy confi

Error HTTP 400 using RSS and Proxy

2003-11-26 Thread Rodrigo Valero
Does anybody know why Jetspeed URLManagerService (and therefore URLFetcher) try to open a socket throught a proxy using this sentence?   sock = new URL(protocol,proxyHost,URLManager.getProxyPort( protocol ),url);   The problem I'm getting is that I can't figure out how to work out the proxy