On Tue, 15 Aug 2000, you wrote:
> Hi all,
>
>
> How can I use the om/peer/map classes I have without using Turbine?
> or
> How can I initialize turbine without JServ?
>
> I would like to test some basic objects, and even use the modele within
> littles applications. But when I call a BasePeer Object I got an
> exception saying that Turbine is not correctly initialized:
Add this before calling Turbine stuff:
// setup some defaults from the properties file
try
{
TurbineResourceService.setPropertiesFileName("path of props file");
}
catch ( IOException e )
{
log( e.toString() );
e.printStackTrace();
}
--
dave
[EMAIL PROTECTED]
----------------------
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]