[Yanel-dev] now it works again

chanceline chanceline.linux at gmail.com
Wed Nov 9 10:20:57 CET 2011


now it works again.
chanceline


.......................................................................................................................

On 11/09/2011 09:53 AM, yanel-development-request at wyona.com wrote:
> Send Yanel-development mailing list submissions to
> 	yanel-development at wyona.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development
> or, via email, send a message with subject or body 'help' to
> 	yanel-development-request at wyona.com
>
> You can reach the person managing the list at
> 	yanel-development-owner at wyona.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Yanel-development digest..."
>
>
> Today's Topics:
>
>     1. Re: Question regarding duplicate library versions used	in
>        Yanel (basZero)
>     2. Re: Question regarding duplicate library versions used in
>        Yanel (Michael Wechner)
>     3. Re: Question regarding duplicate library versions used	in
>        Yanel (basZero)
>     4. i can not get into the already existing files (chanceline)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 8 Nov 2011 20:20:55 +0100
> From: basZero<baszero at gmail.com>
> To: yanel-development at wyona.com
> Subject: Re: [Yanel-dev] Question regarding duplicate library versions
> 	used	in Yanel
> Message-ID:
> 	<CAOXzDSHjWGsQXWzfKOaJzbr8rX6n=i6BmEtEKdTzrVETk31izg at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Thanks Michael,
>
> as said, I don't know the exact impact, but somehow this needs some
> resolution :)
>
> Cheers
> Balz
>
> On Tue, Nov 8, 2011 at 7:56 PM, Michael Wechner
> <michael.wechner at wyona.com>wrote:
>
>>   Am 08.11.11 17:49, schrieb basZero:
>>
>> Hi Michael,
>>
>>   I suspect that my "git fetch" in the local yanel repo did not work as
>> expected.
>> I deleted now my local git repo of yanel and fetched it again from github.
>>
>>   Now it looks much better, but still I see the following duplicates (or
>> non-matching version numbers between API and Impl):
>>
>>   So these libs are
>>   backport-util-concurrent-2.2.jar
>> backport-util-concurrent-3.1.jar
>>
>>
>> same for me
>>
>>
>>   commons-beanutils-1.6.jar
>> commons-beanutils-1.7.0.jar
>>
>>
>> same for me
>>
>>
>>   commons-collections-2.1.jar
>> commons-collections-3.2.jar
>>
>>
>> I have got one more even:
>>
>> commons-collections-2.1.jar  commons-collections-3.1.jar
>> commons-collections-3.2.jar
>>
>>
>>   commons-logging-1.0.4.jar but the API is version 1.1 (maybe this has to
>> be like this, I don't know, I'm just mentioning it):
>> commons-logging-api-1.1.jar
>>
>>
>> same for me
>>
>> commons-logging-1.0.4.jar    commons-logging-1.1.jar
>>
>>
>>   dom4j-1.5.2.jar
>> dom4j-1.6.1.jar
>>
>>
>> same for me
>>
>>
>>   All others have been cleaned up. Sorry for the first list, but I guess
>> you should have a look at these libs here.
>>
>>   I looked at different locations for this analysis:
>> - First I deleted the local maven repository and built yanel from scratch.
>> In the Maven repo you see more duplicates but that can be (e.g. older
>> contribution resources or whatever might have an old dependency). But as
>> long as these resources are not used, it won't harm.
>>
>>   - Secondly after a clean build followed by the regular build of Yanel, I
>> checked the libs in YANEL/build/webapps/ROOT/WEB-INF/lib : from here I put
>> together the list above.
>>
>>   Let me know what you think,
>>
>>
>> I agree we should clean this up or at least add them to the list of
>> duplicates at
>>
>> src/build/build.properties (property duplicated.libs)
>>
>> I have created a github issue:
>>
>> https://github.com/wyona/yanel/issues/8
>>
>> Thanks
>>
>> Michael
>>
>>
>>
>>
>>   Cheers
>> Balz
>>
>>
>>
>>   On Tue, Nov 8, 2011 at 4:30 PM, basZero<baszero at gmail.com>  wrote:
>>
>>> Hi Michael,
>>>
>>>   I installed Yanel from scratch today and noticed the following:
>>>
>>>   After calling the ./build.sh I checked out what libraries (JARs) are
>>> actually loaded and packaged for Yanel.
>>> I see that some libraries are included in different versions and I think
>>> that should not be the case, right? Because you don't know which version
>>> gets actually loaded by the classloader in the JVM...
>>>
>>>   Duplicate libraries are:
>>>
>>>   wyona-org-commons-1.0-dev-r51356.jar
>>> wyona-org-commons-1.0-dev-r59402.jar
>>>
>>> backport-util-concurrent-2.2.jar
>>> backport-util-concurrent-3.1.jar
>>>
>>> commons-beanutils-1.6.jar
>>> commons-beanutils-1.7.0.jar
>>>
>>> commons-logging-1.0.4.jar
>>> commons-logging-1.1.1.jar
>>>
>>> ./yarep/yarep-core/1.0-dev-r50708/yarep-core-1.0-dev-r50708.jar
>>> ./yarep/yarep-core/1.0-dev-rfb5ff05f92fa91672a54c447ef78d7b66b858b46/yarep-core-1.0-dev-rfb5ff05f92fa91672a54c447ef78d7b66b858b46.jar
>>>
>>> ./yarep/yarep-impl/1.0-dev-r50708/yarep-impl-1.0-dev-r50708.jar
>>> ./yarep/yarep-impl/1.0-dev-rfb5ff05f92fa91672a54c447ef78d7b66b858b46/yarep-impl-1.0-dev-rfb5ff05f92fa91672a54c447ef78d7b66b858b46.jar
>>>
>>>
>>>
>>>   I analyzed the wyona commons:
>>> - r51356 gets referenced by ./yarep/dependencies.xml
>>> - r59402 gets referenced by
>>>
>>>   ./yanel/src/build/dependencies.xml
>>> ./yanel/build/lib/pom-core.xml
>>>
>>>   and I think some other files like
>>> ./yanel/src/build/pom-core.xml
>>> ./yanel-patch-resource/src/build/dependencies.xml
>>> ./yanel-patch-resource/src/build/pom-core.xml
>>> ./yanel-snapshot/src/build/dependencies.xml
>>> ./yanel-snapshot/src/build/pom-core.xml
>>>
>>> If this is done by purpose, can you explain the reason?
>>> Thanks for any feedback,
>>>
>>>   Cheers
>>> Balz
>>>
>>>    *Balz Schreier*
>>> Zwischengas AG
>>> CTO / Fotograf
>>>
>>> K?rzlich publizierter Highlight: Arosa ClassicCar 2011<http://www.zwischengas.com/de/HR/rennberichte/Arosa-ClassicCar-2011-Sonne-Freude-Geschwindigkeit.html>
>>>
>>
>>
>>
>>
>> --
>> Yanel-development mailing list Yanel-development at wyona.com
>> http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development
>>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:<http://lists.wyona.org/pipermail/yanel-development/attachments/20111108/0e99333f/attachment-0001.html>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 08 Nov 2011 23:58:11 +0100
> From: Michael Wechner<michael.wechner at wyona.com>
> To: yanel-development at wyona.com
> Subject: Re: [Yanel-dev] Question regarding duplicate library versions
> 	used in Yanel
> Message-ID:<4EB9B403.6060605 at wyona.com>
> Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"
>
> Am 08.11.11 20:20, schrieb basZero:
>> Thanks Michael,
>>
>> as said, I don't know the exact impact, but somehow this needs some
>> resolution :)
> I have added two of them to the duplicate libraries property inside
> src/build/build.properties
> but we need to have a closer look at it to better clean it.
>
> Please note that in case you have an existing file
> src/build/local.build.properties, that you should delete the duplicate
> libraries property there such that src/build/build.properties will have
> an effect when building Yanel from scratch.
>
> Thanks
>
> Michael
>>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:<http://lists.wyona.org/pipermail/yanel-development/attachments/20111108/9a12189b/attachment-0001.html>
>
> ------------------------------
>
> Message: 3
> Date: Wed, 9 Nov 2011 08:31:56 +0100
> From: basZero<baszero at gmail.com>
> To: yanel-development at wyona.com
> Subject: Re: [Yanel-dev] Question regarding duplicate library versions
> 	used	in Yanel
> Message-ID:
> 	<CAOXzDSG_iitV63v74=u0EoaR75__aJLuVrAxhWw3sV+hDyF4+Q at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Thanks for that info.
> If I interpret that property correctly: all libs configured as
> duplicate will be ignored when starting yanel?
>
> On Tue, Nov 8, 2011 at 11:58 PM, Michael Wechner
> <michael.wechner at wyona.com>  wrote:
>> Am 08.11.11 20:20, schrieb basZero:
>>
>> Thanks Michael,
>> as said, I don't know the exact impact, but somehow this needs some
>> resolution :)
>>
>> I have added two of them to the duplicate libraries property inside
>> src/build/build.properties
>> but we need to have a closer look at it to better clean it.
>>
>> Please note that in case you have an existing file
>> src/build/local.build.properties, that you should delete the duplicate
>> libraries property there such that src/build/build.properties will have an
>> effect when building Yanel from scratch.
>>
>> Thanks
>>
>> Michael
>>
>>
>>
>>
>> --
>> Yanel-development mailing list Yanel-development at wyona.com
>> http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development
>>
>
> ------------------------------
>
> Message: 4
> Date: Wed, 09 Nov 2011 09:49:15 +0100
> From: chanceline<chanceline.linux at gmail.com>
> To: yanel-development at wyona.com
> Subject: [Yanel-dev] i can not get into the already existing files
> Message-ID:<4EBA3E8B.3050206 at gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> 1.this morning i try to get to the already existing file but it was not
> posible
> 2. then i try to create new files, but when i save this new files i find
> the message.
>
>
>
> The server is currently unable to handle your request. Please
>                     try again later. If the error persists, consider
> contacting the
>                     website operators.
>
> Servlet path: /hello world1.tinymce-edit.html
> Request path: /hello world1.tinymce-edit.html
> Message: Could not check in resource: /hello world1 Node /hello world1
> is not checked out..
>
> Stacktrace
> org.wyona.yanel.impl.resources.usecase.UsecaseException: Could not check
> in resource: /hello world1 Node /hello world1 is not checked out..
>       at
> org.wyona.yanel.impl.resources.tinymce.TinyMCEResource.execute(TinyMCEResource.java:291)
>       at
> org.wyona.yanel.impl.resources.tinymce.TinyMCEResource.processUsecase(TinyMCEResource.java:205)
>       at
> org.wyona.yanel.impl.resources.usecase.UsecaseResource.getView(UsecaseResource.java:44)
>       at
> org.wyona.yanel.servlet.YanelServlet.getContent(YanelServlet.java:574)
>       at org.wyona.yanel.servlet.YanelServlet.doPost(YanelServlet.java:774)
>       at org.wyona.yanel.servlet.YanelServlet.service(YanelServlet.java:309)
>       at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>       at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
>       at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
>       at
> org.wyona.yanel.servlet.communication.YanelFilter.doFilter(YanelFilter.java:37)
>       at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
>       at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
>       at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
>       at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
>       at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
>       at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
>       at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
>       at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
>       at
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
>       at
> org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
>       at
> org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
>       at
> org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
>       at
> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
>       at java.lang.Thread.run(Thread.java:679)
> Caused by: org.wyona.yanel.impl.resources.usecase.UsecaseException:
> Could not check in resource: /hello world1 Node /hello world1 is not
> checked out..
>       at
> org.wyona.yanel.impl.resources.tinymce.TinyMCEResource.execute(TinyMCEResource.java:284)
>       ... 23 more
> Caused by: org.wyona.yarep.core.NodeStateException: Node /hello world1
> is not checked out.
>       at
> org.wyona.yarep.impl.repo.vfs.VirtualFileSystemNode.checkin(VirtualFileSystemNode.java:495)
>       at
> org.wyona.yanel.impl.resources.XMLResource.checkin(XMLResource.java:333)
>       at
> org.wyona.yanel.impl.resources.tinymce.TinyMCEResource.execute(TinyMCEResource.java:278)
>       ... 23 more
>
> 3. then i  install yanel on another place in my computer but is till the
> same
>
> thanks
> chanceline
>
>
>
>
> On 11/08/2011 08:01 PM, yanel-development-request at wyona.com wrote:
>> Send Yanel-development mailing list submissions to
>> 	yanel-development at wyona.com
>>
>> To subscribe or unsubscribe via the World Wide Web, visit
>> 	http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development
>> or, via email, send a message with subject or body 'help' to
>> 	yanel-development-request at wyona.com
>>
>> You can reach the person managing the list at
>> 	yanel-development-owner at wyona.com
>>
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of Yanel-development digest..."
>>
>>
>> Today's Topics:
>>
>>      1. Re: Yanel-development Digest, Vol 61, Issue 3 (Michael Wechner)
>>
>>
>> ----------------------------------------------------------------------
>>
>> Message: 1
>> Date: Tue, 08 Nov 2011 19:57:57 +0100
>> From: Michael Wechner<michael.wechner at wyona.com>
>> To: yanel-development at wyona.com
>> Subject: Re: [Yanel-dev] Yanel-development Digest, Vol 61, Issue 3
>> Message-ID:<4EB97BB5.20108 at wyona.com>
>> Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"
>>
>> Hi Chanceline
>>
>> Can you describe when/how you receive this error?
>>
>> Thanks
>>
>> Michael
>>
>> Am 08.11.11 11:38, schrieb ngainku chanceline:
>>> Same problem occures
>>>
>>>
>>>
>>>                     The server is currently unable to handle your
>>> request. Please
>>>                     try again later. If the error persists, consider
>>> contacting the
>>>                     website operators.
>>>
>>> Servlet path: /2.tinymce-edit.html
>>> Request path: /2.tinymce-edit.html
>>> Message: Could not check in resource: /2 Node /2 is not checked out..
>>>
>>> Stacktrace
>>> org.wyona.yanel.impl.resources.usecase.UsecaseException: Could not
>>> check in resource: /2 Node /2 is not checked out..
>>>       at
>>> org.wyona.yanel.impl.resources.tinymce.TinyMCEResource.execute(TinyMCEResource.java:291)
>>>       at
>>> org.wyona.yanel.impl.resources.tinymce.TinyMCEResource.processUsecase(TinyMCEResource.java:205)
>>>       at
>>> org.wyona.yanel.impl.resources.usecase.UsecaseResource.getView(UsecaseResource.java:44)
>>>       at
>>> org.wyona.yanel.servlet.YanelServlet.getContent(YanelServlet.java:574)
>>>       at org.wyona.yanel.servlet.YanelServlet.doPost(YanelServlet.java:774)
>>>       at org.wyona.yanel.servlet.YanelServlet.service(YanelServlet.java:309)
>>>       at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>>>       at
>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
>>>       at
>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
>>>       at
>>> org.wyona.yanel.servlet.communication.YanelFilter.doFilter(YanelFilter.java:37)
>>>       at
>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
>>>       at
>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
>>>       at
>>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
>>>       at
>>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
>>>       at
>>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
>>>       at
>>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
>>>       at
>>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
>>>       at
>>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
>>>       at
>>> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
>>>       at
>>> org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
>>>       at
>>> org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
>>>       at
>>> org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
>>>       at
>>> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
>>>       at java.lang.Thread.run(Thread.java:679)
>>> Caused by: org.wyona.yanel.impl.resources.usecase.UsecaseException:
>>> Could not check in resource: /2 Node /2 is not checked out..
>>>       at
>>> org.wyona.yanel.impl.resources.tinymce.TinyMCEResource.execute(TinyMCEResource.java:284)
>>>       ... 23 more
>>> Caused by: org.wyona.yarep.core.NodeStateException: Node /2 is not
>>> checked out.
>>>       at
>>> org.wyona.yarep.impl.repo.vfs.VirtualFileSystemNode.checkin(VirtualFileSystemNode.java:495)
>>>       at
>>> org.wyona.yanel.impl.resources.XMLResource.checkin(XMLResource.java:333)
>>>       at
>>> org.wyona.yanel.impl.resources.tinymce.TinyMCEResource.execute(TinyMCEResource.java:278)
>>>       ... 23 more
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> On Mon, Nov 7, 2011 at 12:00 PM,<yanel-development-request at wyona.com
>>> <mailto:yanel-development-request at wyona.com>>   wrote:
>>>
>>>       Send Yanel-development mailing list submissions to
>>>       yanel-development at wyona.com<mailto:yanel-development at wyona.com>
>>>
>>>       To subscribe or unsubscribe via the World Wide Web, visit
>>>       http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development
>>>       or, via email, send a message with subject or body 'help' to
>>>       yanel-development-request at wyona.com
>>>       <mailto:yanel-development-request at wyona.com>
>>>
>>>       You can reach the person managing the list at
>>>       yanel-development-owner at wyona.com
>>>       <mailto:yanel-development-owner at wyona.com>
>>>
>>>       When replying, please edit your Subject line so it is more specific
>>>       than "Re: Contents of Yanel-development digest..."
>>>
>>>
>>>       Today's Topics:
>>>
>>>         1. Re: Yanel-development Digest, Vol 61, Issue 2 (ngainku
>>>       chanceline)
>>>         2. not going to day. (chanceline)
>>>
>>>
>>>       ----------------------------------------------------------------------
>>>
>>>       Message: 1
>>>       Date: Mon, 7 Nov 2011 09:08:27 +0100
>>>       From: ngainku chanceline<chanceline.linux at gmail.com
>>>       <mailto:chanceline.linux at gmail.com>>
>>>       To: yanel-development at wyona.com<mailto:yanel-development at wyona.com>
>>>       Subject: Re: [Yanel-dev] Yanel-development Digest, Vol 61, Issue 2
>>>       Message-ID:
>>>       <CAM4EOPtdM+aXSD5GLqMA=kju-eyW0ddXTcOue-yY+KToP6gdeQ at mail.gmail.com<mailto:kju-eyW0ddXTcOue-yY%2BKToP6gdeQ at mail.gmail.com>>
>>>       Content-Type: text/plain; charset="iso-8859-1"
>>>
>>>       Egilse Evang?lique Missionnaire Internationale ? Zurich  Joseph
>>>       MushiyapabiR?v?rand Pasteur
>>>
>>>       Rosengartenstrasse la Priv 056c406 49 37
>>>
>>>       CH-8037 Zurich-Wipkingen Natal 0799587129
>>>
>>>       Wipkingerplatz E-mail pasteur-jose at hotmail-com
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>       On Thu, Nov 3, 2011 at 12:00 PM,
>>>       <yanel-development-request at wyona.com
>>>       <mailto:yanel-development-request at wyona.com>>wrote:
>>>
>>>       >   Send Yanel-development mailing list submissions to
>>>       >   yanel-development at wyona.com<mailto:yanel-development at wyona.com>
>>>       >
>>>       >   To subscribe or unsubscribe via the World Wide Web, visit
>>>       >   http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development
>>>       >   or, via email, send a message with subject or body 'help' to
>>>       >   yanel-development-request at wyona.com
>>>       <mailto:yanel-development-request at wyona.com>
>>>       >
>>>       >   You can reach the person managing the list at
>>>       >   yanel-development-owner at wyona.com
>>>       <mailto:yanel-development-owner at wyona.com>
>>>       >
>>>       >   When replying, please edit your Subject line so it is more specific
>>>       >   than "Re: Contents of Yanel-development digest..."
>>>       >
>>>       >
>>>       >   Today's Topics:
>>>       >
>>>       >     1. Re: Running Yanel standalone (basZero)
>>>       >     2. Re: [yanel] Yanel.getInstance().init() is still broken    (#6)
>>>       >        (Michael Wechner)
>>>       >
>>>       >
>>>       >
>>>       ----------------------------------------------------------------------
>>>       >
>>>       >   Message: 1
>>>       >   Date: Wed, 2 Nov 2011 15:28:36 +0100
>>>       >   From: basZero<baszero at gmail.com<mailto:baszero at gmail.com>>
>>>       >   To: yanel-development at wyona.com<mailto:yanel-development at wyona.com>
>>>       >   Subject: Re: [Yanel-dev] Running Yanel standalone
>>>       >   Message-ID:
>>>       >
>>>       <CAOXzDSFWeB7NLC6=x_J6aKCw_GJbNA4-Dx66WabHFWeWa7r5zQ at mail.gmail.com<mailto:x_J6aKCw_GJbNA4-Dx66WabHFWeWa7r5zQ at mail.gmail.com>
>>>       >   >
>>>       >   Content-Type: text/plain; charset="iso-8859-1"
>>>       >
>>>       >   Hi,
>>>       >   I just created an issue for this one (from March 2011), as it
>>>       still does
>>>       >   not work I guess:
>>>       >
>>>       >   https://github.com/wyona/yanel/issues/6
>>>       >
>>>       >   Cheers
>>>       >   Balz
>>>       >
>>>       >   On Tue, Mar 22, 2011 at 5:00 PM, Michael Wechner
>>>       >   <michael.wechner at wyona.com<mailto:michael.wechner at wyona.com>>wrote:
>>>       >
>>>       >   >   **
>>>       >   >   On 3/22/11 4:45 PM, Balz Schreier wrote:
>>>       >   >
>>>       >   >   Hi,
>>>       >   >
>>>       >   >    I just wanted to know whether somebody has tried to run Yanel
>>>       in a
>>>       >   >   standalone environment.
>>>       >   >
>>>       >   >
>>>       >   >   Actually it is supposed to work, e.g.
>>>       >   >
>>>       >   >   ./yanel.sh cmdl
>>>       >   >
>>>       >   >   but I just tried it and it seems to be broken.
>>>       >   >
>>>       >   >   Will have a closer look at this shortly.
>>>       >   >
>>>       >   >   Cheers
>>>       >   >
>>>       >   >   Michael
>>>       >   >
>>>       >   >
>>>       >   >    I get the following error and I assume that Spring does not
>>>       work without
>>>       >   >   Servlet Container?
>>>       >   >
>>>       >   >    2011-03-22 16:37:59,133 [main] FATAL
>>>       com.zwischengas.helper.ZGHelper -
>>>       >   >   Can not retrieve Yanel instance!!
>>>       >   >   2011-03-22 16:37:59,133 [main] FATAL
>>>       com.zwischengas.helper.ZGHelper -
>>>       >   >
>>>       org.springframework.beans.factory.NoSuchBeanDefinitionException:
>>>       No bean
>>>       >   >   named 'map' is defined
>>>       >   >
>>>       org.springframework.beans.factory.NoSuchBeanDefinitionException:
>>>       No bean
>>>       >   >   named 'map' is defined
>>>       >   >    at
>>>       >   >
>>>       >
>>>       org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:355)
>>>       >   >    at
>>>       >   >
>>>       >
>>>       org.springframework.beans.factory.support.AbstractBeanFactory.getMergedBeanDefinition(AbstractBeanFactory.java:800)
>>>       >   >    at
>>>       >   >
>>>       >
>>>       org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:237)
>>>       >   >    at
>>>       >   >
>>>       >
>>>       org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:156)
>>>       >   >    at
>>>       >   >
>>>       >
>>>       org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:642)
>>>       >   >    at org.wyona.yanel.core.Yanel.init(Yanel.java:79)
>>>       >   >    at com.zwischengas.helper.ZGHelper.getYanel(ZGHelper.java:58)
>>>       >   >    at
>>>       >   >
>>>       >
>>>       com.zwischengas.XMLBindingHelper.readJAXBDataObject(XMLBindingHelper.java:187)
>>>       >   >    at
>>>       >   >
>>>       com.zwischengas.manager.BrandsManager.getInstance(BrandsManager.java:48)
>>>       >   >    at
>>>       >   >
>>>       >
>>>       com.zwischengas.model.jaxb.SpecialProfile.getIndexFulltext(SpecialProfile.java:88)
>>>       >   >    at
>>>       >   >
>>>       >
>>>       com.zwischengas.model.jaxb.SpecialProfileSpecialist.getIndexFulltext(SpecialProfileSpecialist.java:41)
>>>       >   >    at
>>>       >   >
>>>       >
>>>       com.zwischengas.ZwischengasTikaParser.getAdditionalKeywords(ZwischengasTikaParser.java:336)
>>>       >   >    at
>>>       >   >
>>>       >
>>>       com.zwischengas.ZwischengasTikaParser.parse(ZwischengasTikaParser.java:90)
>>>       >   >    at
>>>       >   >
>>>       >
>>>       org.wyona.yarep.impl.search.lucene.LuceneIndexer.index(LuceneIndexer.java:85)
>>>       >   >    at
>>>       >   >
>>>       >
>>>       org.wyona.yarep.impl.search.lucene.LuceneIndexer.index(LuceneIndexer.java:43)
>>>       >   >    at
>>>       >   >
>>>       >
>>>       com.zwischengas.dataimport.Reindexer.indexNodeRecursively(Reindexer.java:57)
>>>       >   >    at
>>>       >   >
>>>       >
>>>       com.zwischengas.dataimport.Reindexer.indexNodeRecursively(Reindexer.java:72)
>>>       >   >    at
>>>       >   >
>>>       >
>>>       com.zwischengas.dataimport.Reindexer.indexNodeRecursively(Reindexer.java:72)
>>>       >   >    at
>>>       >   >
>>>       >
>>>       com.zwischengas.dataimport.Reindexer.indexNodeRecursively(Reindexer.java:72)
>>>       >   >    at
>>>       >   >
>>>       >
>>>       com.zwischengas.dataimport.Reindexer.indexNodeRecursively(Reindexer.java:72)
>>>       >   >    at com.zwischengas.dataimport.Reindexer.main(Reindexer.java:39)
>>>       >   >
>>>       >   >    Cheers
>>>       >   >   Balz
>>>       >   >
>>>       >   >
>>>       >   >
>>>       >   >   --
>>>       >   >   Yanel-development mailing list Yanel-development at wyona.com
>>>       <mailto:Yanel-development at wyona.com>
>>>       >   >   http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development
>>>       >   >
>>>       >   -------------- next part --------------
>>>       >   An HTML attachment was scrubbed...
>>>       >   URL:<
>>>       >
>>>       http://lists.wyona.org/pipermail/yanel-development/attachments/20111102/2730a094/attachment-0001.html
>>>       >   >
>>>       >
>>>       >   ------------------------------
>>>       >
>>>       >   Message: 2
>>>       >   Date: Wed, 02 Nov 2011 16:25:11 +0100
>>>       >   From: Michael Wechner<michael.wechner at wyona.com
>>>       <mailto:michael.wechner at wyona.com>>
>>>       >   To: baszero
>>>       >   <
>>>       >
>>>       reply+i-2121858-1a5be671386371c21ca5602b7d040afd717f1a81 at reply.github.com
>>>       <mailto:reply%2Bi-2121858-1a5be671386371c21ca5602b7d040afd717f1a81 at reply.github.com>>
>>>       >
>>>       >   Cc: yanel-development at wyona.com<mailto:yanel-development at wyona.com>
>>>       >   Subject: Re: [Yanel-dev] [yanel] Yanel.getInstance().init() is still
>>>       >          broken  (#6)
>>>       >   Message-ID:<4EB160D7.5010202 at wyona.com
>>>       <mailto:4EB160D7.5010202 at wyona.com>>
>>>       >   Content-Type: text/plain; charset=UTF-8; format=flowed
>>>       >
>>>       >   Am 02.11.11 16:11, schrieb baszero:
>>>       >   >   Great! Maybe you can add ```closes #6``` into the appropriate
>>>       git commit
>>>       >   message, then you can directly jump to the code where it has
>>>       been fixed...
>>>       >   it's really cool if you do that :)
>>>       >   >
>>>       >
>>>       >   right, I forgot. I have added some comment to it and now also
>>>       "closes #6".
>>>       >
>>>       >   Thanks for pointing this out
>>>       >
>>>       >   Michael
>>>       >
>>>       >
>>>       >   ------------------------------
>>>       >
>>>       >   _______________________________________________
>>>       >   Yanel-development mailing list
>>>       >   Yanel-development at wyona.com<mailto:Yanel-development at wyona.com>
>>>       >   http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development
>>>       >
>>>       >
>>>       >   End of Yanel-development Digest, Vol 61, Issue 2
>>>       >   ************************************************
>>>       >
>>>       -------------- next part --------------
>>>       An HTML attachment was scrubbed...
>>>       URL:
>>>       <http://lists.wyona.org/pipermail/yanel-development/attachments/20111107/63e7d5ae/attachment-0001.html>
>>>
>>>       ------------------------------
>>>
>>>       Message: 2
>>>       Date: Mon, 07 Nov 2011 11:03:40 +0100
>>>       From: chanceline<chanceline.linux at gmail.com
>>>       <mailto:chanceline.linux at gmail.com>>
>>>       To: yanel-development at wyona.com<mailto:yanel-development at wyona.com>
>>>       Subject: [Yanel-dev] not going to day.
>>>       Message-ID:<4EB7ACFC.8000902 at gmail.com
>>>       <mailto:4EB7ACFC.8000902 at gmail.com>>
>>>       Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>>>
>>>
>>>
>>>                         The server is currently unable to handle your
>>>       request. Please
>>>                         try again later. If the error persists, consider
>>>       contacting the
>>>                         website operators.
>>>
>>>       Servlet path: /ltsp7.tinymce-edit.html
>>>       Request path: /ltsp7.tinymce-edit.html
>>>       Message: Could not check in resource: /ltsp7 Node /ltsp7 is not
>>>       checked
>>>       out..
>>>
>>>       Stacktrace
>>>       org.wyona.yanel.impl.resources.usecase.UsecaseException: Could not
>>>       check
>>>       in resource: /ltsp7 Node /ltsp7 is not checked out..
>>>           at
>>>       org.wyona.yanel.impl.resources.tinymce.TinyMCEResource.execute(TinyMCEResource.java:291)
>>>           at
>>>       org.wyona.yanel.impl.resources.tinymce.TinyMCEResource.processUsecase(TinyMCEResource.java:205)
>>>           at
>>>       org.wyona.yanel.impl.resources.usecase.UsecaseResource.getView(UsecaseResource.java:44)
>>>           at
>>>       org.wyona.yanel.servlet.YanelServlet.getContent(YanelServlet.java:585)
>>>           at
>>>       org.wyona.yanel.servlet.YanelServlet.doPost(YanelServlet.java:796)
>>>           at
>>>       org.wyona.yanel.servlet.YanelServlet.service(YanelServlet.java:321)
>>>           at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>>>           at
>>>       org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
>>>           at
>>>       org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
>>>           at
>>>       org.wyona.yanel.servlet.communication.YanelFilter.doFilter(YanelFilter.java:37)
>>>           at
>>>       org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
>>>           at
>>>       org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
>>>           at
>>>       org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
>>>           at
>>>       org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
>>>           at
>>>       org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
>>>           at
>>>       org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
>>>           at
>>>       org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
>>>           at
>>>       org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
>>>           at
>>>       org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
>>>           at
>>>       org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
>>>           at
>>>       org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
>>>           at
>>>       org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
>>>           at
>>>       org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
>>>           at java.lang.Thread.run(Thread.java:679)
>>>       Caused by: org.wyona.yanel.impl.resources.usecase.UsecaseException:
>>>       Could not check in resource: /ltsp7 Node /ltsp7 is not checked out..
>>>           at
>>>       org.wyona.yanel.impl.resources.tinymce.TinyMCEResource.execute(TinyMCEResource.java:284)
>>>           ... 23 more
>>>       Caused by: org.wyona.yarep.core.NodeStateException: Node /ltsp7 is not
>>>       checked out.
>>>           at
>>>       org.wyona.yarep.impl.repo.vfs.VirtualFileSystemNode.checkin(VirtualFileSystemNode.java:495)
>>>           at
>>>       org.wyona.yanel.impl.resources.XMLResource.checkin(XMLResource.java:333)
>>>           at
>>>       org.wyona.yanel.impl.resources.tinymce.TinyMCEResource.execute(TinyMCEResource.java:278)
>>>           ... 23 more
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>       On 11/03/2011 12:00 PM, yanel-development-request at wyona.com
>>>       <mailto:yanel-development-request at wyona.com>   wrote:
>>>       >   Send Yanel-development mailing list submissions to
>>>       >   yanel-development at wyona.com<mailto:yanel-development at wyona.com>
>>>       >
>>>       >   To subscribe or unsubscribe via the World Wide Web, visit
>>>       >   http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development
>>>       >   or, via email, send a message with subject or body 'help' to
>>>       >   yanel-development-request at wyona.com
>>>       <mailto:yanel-development-request at wyona.com>
>>>       >
>>>       >   You can reach the person managing the list at
>>>       >   yanel-development-owner at wyona.com
>>>       <mailto:yanel-development-owner at wyona.com>
>>>       >
>>>       >   When replying, please edit your Subject line so it is more specific
>>>       >   than "Re: Contents of Yanel-development digest..."
>>>       >
>>>       >
>>>       >   Today's Topics:
>>>       >
>>>       >       1. Re: Running Yanel standalone (basZero)
>>>       >       2. Re: [yanel] Yanel.getInstance().init() is still broken (#6)
>>>       >          (Michael Wechner)
>>>       >
>>>       >
>>>       >
>>>       ----------------------------------------------------------------------
>>>       >
>>>       >   Message: 1
>>>       >   Date: Wed, 2 Nov 2011 15:28:36 +0100
>>>       >   From: basZero<baszero at gmail.com<mailto:baszero at gmail.com>>
>>>       >   To: yanel-development at wyona.com<mailto:yanel-development at wyona.com>
>>>       >   Subject: Re: [Yanel-dev] Running Yanel standalone
>>>       >   Message-ID:
>>>       >
>>>       <CAOXzDSFWeB7NLC6=x_J6aKCw_GJbNA4-Dx66WabHFWeWa7r5zQ at mail.gmail.com<mailto:x_J6aKCw_GJbNA4-Dx66WabHFWeWa7r5zQ at mail.gmail.com>>
>>>       >   Content-Type: text/plain; charset="iso-8859-1"
>>>       >
>>>       >   Hi,
>>>       >   I just created an issue for this one (from March 2011), as it
>>>       still does
>>>       >   not work I guess:
>>>       >
>>>       >   https://github.com/wyona/yanel/issues/6
>>>       >
>>>       >   Cheers
>>>       >   Balz
>>>       >
>>>       >   On Tue, Mar 22, 2011 at 5:00 PM, Michael Wechner
>>>       >   <michael.wechner at wyona.com<mailto:michael.wechner at wyona.com>>wrote:
>>>       >
>>>       >>   **
>>>       >>   On 3/22/11 4:45 PM, Balz Schreier wrote:
>>>       >>
>>>       >>   Hi,
>>>       >>
>>>       >>     I just wanted to know whether somebody has tried to run Yanel
>>>       in a
>>>       >>   standalone environment.
>>>       >>
>>>       >>
>>>       >>   Actually it is supposed to work, e.g.
>>>       >>
>>>       >>   ./yanel.sh cmdl
>>>       >>
>>>       >>   but I just tried it and it seems to be broken.
>>>       >>
>>>       >>   Will have a closer look at this shortly.
>>>       >>
>>>       >>   Cheers
>>>       >>
>>>       >>   Michael
>>>       >>
>>>       >>
>>>       >>     I get the following error and I assume that Spring does not
>>>       work without
>>>       >>   Servlet Container?
>>>       >>
>>>       >>     2011-03-22 16:37:59,133 [main] FATAL
>>>       com.zwischengas.helper.ZGHelper -
>>>       >>   Can not retrieve Yanel instance!!
>>>       >>   2011-03-22 16:37:59,133 [main] FATAL
>>>       com.zwischengas.helper.ZGHelper -
>>>       >>
>>>       org.springframework.beans.factory.NoSuchBeanDefinitionException:
>>>       No bean
>>>       >>   named 'map' is defined
>>>       >>
>>>       org.springframework.beans.factory.NoSuchBeanDefinitionException:
>>>       No bean
>>>       >>   named 'map' is defined
>>>       >>     at
>>>       >>
>>>       org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:355)
>>>       >>     at
>>>       >>
>>>       org.springframework.beans.factory.support.AbstractBeanFactory.getMergedBeanDefinition(AbstractBeanFactory.java:800)
>>>       >>     at
>>>       >>
>>>       org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:237)
>>>       >>     at
>>>       >>
>>>       org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:156)
>>>       >>     at
>>>       >>
>>>       org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:642)
>>>       >>     at org.wyona.yanel.core.Yanel.init(Yanel.java:79)
>>>       >>     at com.zwischengas.helper.ZGHelper.getYanel(ZGHelper.java:58)
>>>       >>     at
>>>       >>
>>>       com.zwischengas.XMLBindingHelper.readJAXBDataObject(XMLBindingHelper.java:187)
>>>       >>     at
>>>       >>
>>>       com.zwischengas.manager.BrandsManager.getInstance(BrandsManager.java:48)
>>>       >>     at
>>>       >>
>>>       com.zwischengas.model.jaxb.SpecialProfile.getIndexFulltext(SpecialProfile.java:88)
>>>       >>     at
>>>       >>
>>>       com.zwischengas.model.jaxb.SpecialProfileSpecialist.getIndexFulltext(SpecialProfileSpecialist.java:41)
>>>       >>     at
>>>       >>
>>>       com.zwischengas.ZwischengasTikaParser.getAdditionalKeywords(ZwischengasTikaParser.java:336)
>>>       >>     at
>>>       >>
>>>       com.zwischengas.ZwischengasTikaParser.parse(ZwischengasTikaParser.java:90)
>>>       >>     at
>>>       >>
>>>       org.wyona.yarep.impl.search.lucene.LuceneIndexer.index(LuceneIndexer.java:85)
>>>       >>     at
>>>       >>
>>>       org.wyona.yarep.impl.search.lucene.LuceneIndexer.index(LuceneIndexer.java:43)
>>>       >>     at
>>>       >>
>>>       com.zwischengas.dataimport.Reindexer.indexNodeRecursively(Reindexer.java:57)
>>>       >>     at
>>>       >>
>>>       com.zwischengas.dataimport.Reindexer.indexNodeRecursively(Reindexer.java:72)
>>>       >>     at
>>>       >>
>>>       com.zwischengas.dataimport.Reindexer.indexNodeRecursively(Reindexer.java:72)
>>>       >>     at
>>>       >>
>>>       com.zwischengas.dataimport.Reindexer.indexNodeRecursively(Reindexer.java:72)
>>>       >>     at
>>>       >>
>>>       com.zwischengas.dataimport.Reindexer.indexNodeRecursively(Reindexer.java:72)
>>>       >>     at com.zwischengas.dataimport.Reindexer.main(Reindexer.java:39)
>>>       >>
>>>       >>     Cheers
>>>       >>   Balz
>>>       >>
>>>       >>
>>>       >>
>>>       >>   --
>>>       >>   Yanel-development mailing list Yanel-development at wyona.com
>>>       <mailto:Yanel-development at wyona.com>
>>>       >>   http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development
>>>       >>
>>>       >   -------------- next part --------------
>>>       >   An HTML attachment was scrubbed...
>>>       >
>>>       URL:<http://lists.wyona.org/pipermail/yanel-development/attachments/20111102/2730a094/attachment-0001.html>
>>>       >
>>>       >   ------------------------------
>>>       >
>>>       >   Message: 2
>>>       >   Date: Wed, 02 Nov 2011 16:25:11 +0100
>>>       >   From: Michael Wechner<michael.wechner at wyona.com
>>>       <mailto:michael.wechner at wyona.com>>
>>>       >   To: baszero
>>>       >
>>>       <reply+i-2121858-1a5be671386371c21ca5602b7d040afd717f1a81 at reply.github.com
>>>       <mailto:reply%2Bi-2121858-1a5be671386371c21ca5602b7d040afd717f1a81 at reply.github.com>>
>>>       >
>>>       >   Cc: yanel-development at wyona.com<mailto:yanel-development at wyona.com>
>>>       >   Subject: Re: [Yanel-dev] [yanel] Yanel.getInstance().init() is still
>>>       >         broken  (#6)
>>>       >   Message-ID:<4EB160D7.5010202 at wyona.com
>>>       <mailto:4EB160D7.5010202 at wyona.com>>
>>>       >   Content-Type: text/plain; charset=UTF-8; format=flowed
>>>       >
>>>       >   Am 02.11.11 16:11, schrieb baszero:
>>>       >>   Great! Maybe you can add ```closes #6``` into the appropriate
>>>       git commit message, then you can directly jump to the code where
>>>       it has been fixed... it's really cool if you do that :)
>>>       >>
>>>       >   right, I forgot. I have added some comment to it and now also
>>>       "closes #6".
>>>       >
>>>       >   Thanks for pointing this out
>>>       >
>>>       >   Michael
>>>       >
>>>       >
>>>       >   ------------------------------
>>>       >
>>>       >   _______________________________________________
>>>       >   Yanel-development mailing list
>>>       >   Yanel-development at wyona.com<mailto:Yanel-development at wyona.com>
>>>       >   http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development
>>>       >
>>>       >
>>>       >   End of Yanel-development Digest, Vol 61, Issue 2
>>>       >   ************************************************
>>>
>>>
>>>
>>>       ------------------------------
>>>
>>>       _______________________________________________
>>>       Yanel-development mailing list
>>>       Yanel-development at wyona.com<mailto:Yanel-development at wyona.com>
>>>       http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development
>>>
>>>
>>>       End of Yanel-development Digest, Vol 61, Issue 3
>>>       ************************************************
>>>
>>>
>>>
>>>
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL:<http://lists.wyona.org/pipermail/yanel-development/attachments/20111108/b284158e/attachment.html>
>>
>> ------------------------------
>>
>> _______________________________________________
>> Yanel-development mailing list
>> Yanel-development at wyona.com
>> http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development
>>
>>
>> End of Yanel-development Digest, Vol 61, Issue 6
>> ************************************************
>
>
> ------------------------------
>
> _______________________________________________
> Yanel-development mailing list
> Yanel-development at wyona.com
> http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development
>
>
> End of Yanel-development Digest, Vol 61, Issue 7
> ************************************************



More information about the Yanel-development mailing list