Should I be getting this msg in my log:

[20 Sep 2002 14:52:37  WARN] - DatabasePsmlManagerService: error in
refresh-rate configuration: using default


> -----Original Message-----
> From: Glenn Golden [mailto:[EMAIL PROTECTED]] 
> Sent: 20 September 2002 15:22
> To: 'Jetspeed Developers List'
> Subject: RE: export from castor db to dbpsml problems
> 
> 
> David -
> 
> Thanks for your help on this.  It works now!  I think the 
> exception was being thrown when the db psml manager service 
> was not properly configured (I had a double setting of the 
> boolean caching setting, and it at that point choked and died 
> on that [ since fixed ]).  Now I can run this from my 
> project's ant script, outside the jetspeed build environment 
> (inside a deployed jetspeed environment), and it works fine.
> 
> I think the mapping file was there, but the part of the 
> init() that set it up was not called due to the conf. error.
> 
> - Glenn
> 
> > -----Original Message-----
> > From: David Sean Taylor [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, September 20, 2002 6:12 AM
> > To: 'Jetspeed Developers List'
> > Subject: RE: export from castor db to dbpsml problems
> > 
> > 
> > Glenn,
> > 
> > The importer can work from any directory on the file system
> > by combining this JR.p setting:
> > 
> > services.PsmlManager.root=/WEB-INF/psml
> > 
> > With the 2nd arg in the import target:
> > 
> >             <arg value="false"/>
> >             <arg value="./bin"/>
> > 
> > ...to find your file-based PSML.
> > The example above locates to ./bin/WEB-INF/psml as the PSML
> > root on the file system.
> > 
> > 
> > Im looking at your stack trace,
> > 
> > > java.lang.NullPointerException
> > >          at
> > > org.exolab.castor.xml.Marshaller.setMapping(Marshaller.java:323)
> > 
> > And setMapping is what sets the mapping file defined in the JR.p
> > 
> > /WEB-INF/conf/psml-mapping.xml
> > 
> > Anyway it shouldn't get a NULL pointer error if its not found
> > so that needs to be fixed.
> > 
> > David
> 
> --
> To unsubscribe, e-mail:   
> <mailto:jetspeed-dev-> [EMAIL PROTECTED]>
> For 
> additional commands, 
> e-mail: <mailto:[EMAIL PROTECTED]>
> 


BBCi at http://www.bbc.co.uk/

This e-mail (and any attachments) is confidential and may contain 
personal views which are not the views of the BBC unless specifically 
stated.
If you have received it in error, please delete it from your system, do 
not use, copy or disclose the information in any way nor act in 
reliance on it and notify the sender immediately. Please note that the 
BBC monitors e-mails sent or received. Further communication will 
signify your consent to this.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to