You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Mahfudh Junaryanto <ju...@yahoo.com> on 2001/04/17 07:40:28 UTC

Turbine Initialization ?


Hi,

I have generated Turbine application using newapp
script succesfully. Everything is fine when I access
auto-generated Turbine User Admin. But I am not using
Turbine presentation layer
(layout,screen,velocity,etc) - I use someone else MVC
framework instead. I received this error
"ServiceBroker: unknown service TurbineSecurityService
requested" 
Is there init process that I missed here ?

Thanks for advice.






 




__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


Re: Turbine Initialization ?

Posted by Daniel Rall <dl...@finemaltcoding.com>.
Mahfudh Junaryanto <ju...@yahoo.com> writes:

> that was exactly I am looking for. The init process is
> mentioned "only" in TurbineConfig Class API Docs.  
> No mention about it in the Turbine doc... until I open
> the API docs I won't know. That was why I asked.
> Thank you !

Uh, no.

dlr@despot:xdocs$ find . -type f | xargs grep TurbineConfig
./getting-started.xml:TurbineConfig tc = new TurbineConfig("/path","TurbineResources.properties");
./getting-started.xml:You do not even have to worry about hanging on to the TurbineConfig
./getting-started.xml:TurbineConfig object.
./peers.xml:(this is very common), then you need to use the TurbineConfig object to
./peers.xml:javadoc for the TurbineConfig object for more details.
./project-map/classlist:org.apache.turbine.util.TurbineConfig
./project-map/utility.xml:                <li>org.apache.turbine.util.TurbineConfig</li>

Seven metions in four different files in the documentation alone.  RTFM.


Daniel Rall

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


Re: Turbine Initialization ?

Posted by Mahfudh Junaryanto <ju...@yahoo.com>.
that was exactly I am looking for. The init process is
mentioned "only" in TurbineConfig Class API Docs.  
No mention about it in the Turbine doc... until I open
the API docs I won't know. That was why I asked.
Thank you !




--- Jason van Zyl <jv...@apache.org> wrote:
> Mahfudh Junaryanto wrote:
> > 
> > Hi,
> > 
> > I have generated Turbine application using newapp
> > script succesfully. Everything is fine when I
> access
> > auto-generated Turbine User Admin. But I am not
> using
> > Turbine presentation layer
> > (layout,screen,velocity,etc) - I use someone else
> MVC
> > framework instead. I received this error
> > "ServiceBroker: unknown service
> TurbineSecurityService
> > requested"
> > Is there init process that I missed here ?
> 
> You're going to have to be a lot more specific if
> you want help.
> If I had to guess I'd say there's something wrong
> with your
> TR.props file. Are you using the Turbine servlet, or
> are
> you using Turbine with the  TurbineConfig class?
> 
> -- 
> jvz.
> 
> Jason van Zyl
> jvanzyl@apache.org
> 
> http://jakarta.apache.org/velocity
> http://jakarta.apache.org/turbine
> http://tambora.zenplex.org
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> turbine-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail:
> turbine-user-help@jakarta.apache.org
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org


Re: Turbine Initialization ?

Posted by Jason van Zyl <jv...@apache.org>.
Mahfudh Junaryanto wrote:
> 
> Hi,
> 
> I have generated Turbine application using newapp
> script succesfully. Everything is fine when I access
> auto-generated Turbine User Admin. But I am not using
> Turbine presentation layer
> (layout,screen,velocity,etc) - I use someone else MVC
> framework instead. I received this error
> "ServiceBroker: unknown service TurbineSecurityService
> requested"
> Is there init process that I missed here ?

You're going to have to be a lot more specific if you want help.
If I had to guess I'd say there's something wrong with your
TR.props file. Are you using the Turbine servlet, or are
you using Turbine with the  TurbineConfig class?

-- 
jvz.

Jason van Zyl
jvanzyl@apache.org

http://jakarta.apache.org/velocity
http://jakarta.apache.org/turbine
http://tambora.zenplex.org

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org