You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Bilgin Ibryam <bi...@iguanait.com> on 2006/09/07 17:03:25 UTC

Hello Worlds from opensourcestrategies doesnot work

I just found that Hello world examples do not work.
To get them to work I changed the line
<listener><listener-class>org.ofbiz.securityext.login.LoginEventListener</listener-class></listener>
with
<listener><listener-class>org.ofbiz.webapp.control.LoginEventListener</listener-class></listener>
in the web.xml file of each hello world application. 
Best regards,
Bilgin Ibryam



Re: Hello Worlds from opensourcestrategies doesnot work

Posted by Si Chen <si...@opensourcestrategies.com>.
You're right!  Gotta change that at some point....

Si


On Sep 7, 2006, at 8:48 AM, Jacques Le Roux wrote:

>> I just found that Hello world examples do not work.
>> To get them to work I changed the line
>> <listener><listener- 
>> class>org.ofbiz.securityext.login.LoginEventListener</listener- 
>> class></listener>
>> with
>> <listener><listener- 
>> class>org.ofbiz.webapp.control.LoginEventListener</listener- 
>> class></listener>
>> in the web.xml file of each hello world application.
>> Best regards,
>> Bilgin Ibryam
>
>
> Yes this has changed recently. Thanks
>
> Jacques


Re: Hello Worlds from opensourcestrategies doesnot work

Posted by Jacques Le Roux <ja...@les7arts.com>.
> I just found that Hello world examples do not work.
> To get them to work I changed the line
> <listener><listener-class>org.ofbiz.securityext.login.LoginEventListener</listener-class></listener>
> with
> <listener><listener-class>org.ofbiz.webapp.control.LoginEventListener</listener-class></listener>
> in the web.xml file of each hello world application. 
> Best regards,
> Bilgin Ibryam


Yes this has changed recently. Thanks

Jacques