Hi! 
I'm trying to make hivemind 1.0 work, but I can't.

I'm working from Eclipse 3.1M6 and Hivemind 1.0.
I've put my hivemodule.xml in WEB-APP, META-INF,
classes, lib (all at the same time).

Here is my hivemodule.xml:

<?xml version="1.0"?>
<module id="tesis" version="1.0.0">

        <!-- tesis.UsuarioActualThreadLocalService -->
        <service-point id="UsuarioActualThreadLocalService"
        
interface="ar.com.hgdeoro.apn.pruebas.hivemind.IUsuarioActualThreadLocalService">
                
                <create-instance
                
class="ar.com.hgdeoro.apn.pruebas.hivemind.UsuarioActualThreadLocalService"
                        model="threaded" />
                        
        </service-point>

</module>




I think the hivemind filter is working ok (here are
the
tomcat's logs):

INFO: Filter 'hibernateFilter' configured successfully
0    [main] INFO 
ar.com.hgdeoro.apn.pruebas.hivemind.UsuarioActualThreadLocalFilter
 - Ejecutando init()...
02/07/2005 02:29:54
org.apache.hivemind.servlet.HiveMindFilter
initializeRegistry
INFO: Constructing HiveMind Registry.
02/07/2005 02:29:55
org.apache.hivemind.servlet.HiveMindFilter
initializeRegistry
INFO: Constructed RegistryImpl[locale=es_AR] in 797
milliseconds.
log4j:WARN No appenders could be found for logger
(org.apache.commons.beanutils.ConvertUtils).
log4j:WARN Please initialize the log4j system
properly.



But if I do:

registry.getService("tesis.UsuarioActualThreadLocalService",
IUsuarioActualThreadLocalService.class);

I get:

org.apache.hivemind.ApplicationRuntimeException:
Service point tesis.UsuarioActualThreadLocalService
does not exist.


What could be the problem??? I've trying to make it
work since days, but I can't!!

Thanks in advance.
Horacio


                
__________________________________ 
Yahoo! Mail Mobile 
Take Yahoo! Mail with you! Check email on your mobile phone. 
http://mobile.yahoo.com/learn/mail 

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

Reply via email to