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
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
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"
> 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
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
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
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