Ok. I know now (from debugging the ComponentLoader) that it is working perfectly and loading the component.
So I must be doing something wrong. I assumed that services within the fulcrum.properties file would just be exposed as normal services, but clearly this is not correct. How should I use fulcrum services within my code???? (in t-2.2) Gareth > -----Original Message----- > From: Gareth Coltman [mailto:[EMAIL PROTECTED]] > Sent: 21 March 2002 14:40 > To: Turbine Developers List > Subject: ComponentLoader problem > > > Hi, > > I am using t-2.2, and am trying to use some fulcrum based services I have > written. I am having a problem because the ComponentLoader which > is meant to > load fulcrum services defined in the fulcrum properties file, won't load > anything. > > When I try to use the service, the TurbineServiceBroker returns > an "unknown > service" error. > > The component loader also wont log because it requires a log4j > appender, and > log4j is not used this way in t2.2. > > I dont think it is even finding my Fulcrum.properties file. But without > logging this is difficult to determine. > > The component loader is defined in my tr-props as: > > ${webappRoot}/WEB-INF/conf/Fulcrum.properties > > Has anybody managed to use a fulcrum style service with 2.2 sucessfully? > Please help! > > Gareth > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
