[opencms-dev] opencms-dev Digest, Vol 49, Issue 3

Victor Climenkoff vicpost at mail.ru
Thu Oct 4 15:55:34 CEST 2012


1. How can I create a newsletter with attachments?
2. How can I create macros DATE, TITLE, ANNOTATION, BODY, URL to include the corresponding information (date of news, news title, news short annotation, news text and news URL) in newsletter


Thu, 04 Oct 2012 12:00:04 +0200 от opencms-dev-request at opencms.org:
>
>
>
>
>Send opencms-dev mailing list submissions to
>opencms-dev at opencms.org
>
>To subscribe or unsubscribe via the World Wide Web, visit
>http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev
>or, via email, send a message with subject or body 'help' to
>opencms-dev-request at opencms.org
>
>You can reach the person managing the list at
>opencms-dev-owner at opencms.org
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of opencms-dev digest..."
>
>
>Today's Topics:
>
>   1. OpenCms 8.5.0 & Alkacon formgenerator 2.0.1 ISSUE or
>      documentation omission? (Sandrine Prousteau)
>   2. Re: Online javadoc for OpenCms 8.5.0 ? (Tobias Herrmann)
>   3. Re: Online javadoc for OpenCms 8.5.0 ? (Victor Martin Molina)
>   4. Re: Online javadoc for OpenCms 8.5.0 ? (Tobias Herrmann)
>   5. Re: Online javadoc for OpenCms 8.5.0 ? (Victor Martin Molina)
>   6. Re: after migration to version 8.5 (Tobias Herrmann)
>   7. Re: after migration to version 8.5 (Victor Martin Molina)
>
>
>----------------------------------------------------------------------
>
>Message: 1
>Date: Wed, 3 Oct 2012 12:09:55 +0000
>From: Sandrine Prousteau <s.prousteau at eurelis.com>
>To: The OpenCms mailing list <opencms-dev at opencms.org>
>Subject: [opencms-dev] OpenCms 8.5.0 & Alkacon formgenerator 2.0.1
>ISSUE or documentation omission?
>Message-ID:
><B9D2053F23EEBA4494A360926C314F472200EB07 at AMSPRD0610MB374.eurprd06.prod.outlook.com>
>
>Content-Type: text/plain; charset="us-ascii"
>
>Hi
>I'm trying to use Alkacon Formgenerator on OpenCms8.5.0.
>I define the alkacon-v8-webform type in my site ".config" to use it with my custom containers, and elements can be added with drag&drop. Good.
>Then I edit my new element, the edition popin works well, I fill a basic name field and mail configuration as usual. I return to my page. Ok.
>And here my page displays the error messages :
>"The online form can not be displayed
>Most likely, the form has not yet been edited or form input fields are not defined."
>
>Oh!
>I read the logs...
>And I have:
>03 Oct 2012 13:52:51,832 ERROR [8.formgenerator.CmsFormHandler:1031] java.lang.NullPointerException
>03 Oct 2012 13:52:56,374 ERROR [.CmsSelectWidgetXmlcontentType: 708] SelectWidget of type "class com.alkacon.opencms.v8.formgenerator.CmsSelectWidgetXmlcontentType" with configuration "folder=/system/modules/com.alkacon.opencms.v8.formgenerator/captcha/|resourcetypeName=xmlcontent|displayOptionMacro=${property.Title}|sortMacro=${property.collector.priority}|ignoreLocaleMatch=true" could not read the resources to offer.
>java.lang.NullPointerException
>                at com.alkacon.opencms.v8.formgenerator.CmsSelectWidgetXmlcontentType.parseConfigurationInternal(CmsSelectWidgetXmlcontentType.java:825)
>                at com.alkacon.opencms.v8.formgenerator.CmsSelectWidgetXmlcontentType.parseSelectOptions(CmsSelectWidgetXmlcontentType.java:600)
>                at org.opencms.widgets.A_CmsSelectWidget.getConfiguration(A_CmsSelectWidget.java:142)
>                at org.opencms.ade.contenteditor.CmsContentService$TypeVisitor.readConfiguration(CmsContentService.java:305)
>                at org.opencms.ade.contenteditor.CmsContentService$TypeVisitor.readTypes(CmsContentService.java:372)
>                at org.opencms.ade.contenteditor.CmsContentService$TypeVisitor.readTypes(CmsContentService.java:384)
>                at org.opencms.ade.contenteditor.CmsContentService$TypeVisitor.visitTypes(CmsContentService.java:210)
>                at org.opencms.ade.contenteditor.CmsContentService.readContentDefinition(CmsContentService.java:969)
>                at org.opencms.ade.contenteditor.CmsContentService.loadDefinition(CmsContentService.java:479)
>                at org.opencms.ade.contenteditor.CmsContentService.loadDefinition(CmsContentService.java:507)
>                at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>                at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>                at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>                at java.lang.reflect.Method.invoke(Unknown Source)
>                at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:569)
>                at com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:208)
>                at com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:248)
>                at com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
>                at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
>                at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
>                at org.opencms.gwt.CmsGwtService.service(CmsGwtService.java:191)
>                at org.opencms.main.OpenCmsCore.invokeGwtService(OpenCmsCore.java:1579)
>                at org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:150)
>                at org.opencms.main.OpenCmsServlet.doPost(OpenCmsServlet.java:166)
>                at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
>                at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
>                at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
>                at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
>                at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
>                at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:164)
>                at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462)
>                at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
>                at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
>                at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
>                at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:403)
>                at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:301)
>                at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:162)
>                at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:309)
>                at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
>                at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
>                at java.lang.Thread.run(Unknown Source)
>03 Oct 2012 13:53:19,422 ERROR [8.formgenerator.CmsFormHandler:1031] java.lang.NullPointerException
>I think it is related to the field "Edit input label" which displays the choices : <layout element="ConfirmationField" widget="com.alkacon.opencms.v8.formgenerator.CmsSelectFieldWidget" configuration="referencebylabel=true|convertfieldindex=true|fieldtype=email" />
>The field displays on my edition popin :
>referencebylabel=true
>convertfieldindex=true
>fieldtype=email
>
>Before, this field displayed the list of already configurated email field...
>
>In the documentation, it says :
>"Email Input field: Select the label of the form input field (Form field [x]) that holds the email
>address the confirmation email should be sent to. This input field has to be of type "Email
>field"."
>
>I found nothing concerning a server file configuration about com.alkacon.opencms.v8.formgenerator.CmsSelectFieldWidget.
>
>Please help me to make this very useful module works fine on OpenCms8.5!
>
>Sandrine.
>-------------- next part --------------
>An HTML attachment was scrubbed...
>URL: <http://lists.opencms.org/pipermail/opencms-dev/attachments/20121003/3586ab31/attachment-0001.html>
>
>------------------------------
>
>Message: 2
>Date: Thu, 04 Oct 2012 09:25:38 +0200
>From: Tobias Herrmann <t.herrmann at alkacon.com>
>To: The OpenCms mailing list <opencms-dev at opencms.org>
>Subject: Re: [opencms-dev] Online javadoc for OpenCms 8.5.0 ?
>Message-ID: <506D39F2.5030405 at alkacon.com>
>Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
>Hi,
>
>the javadoc has been available since last week. You will find it here: http://files.opencms.org/javadoc/core/index.html
>
>Greetings, Tobias
>
>--
>
>Alkacon Software GmbH - The OpenCms Experts
>Tobias Herrmann
>An der Wachsfabrik 13
>50996 Koeln, DE
>
>Tel: +49 (0)2236 3826-18
>Fax: +49 (0)2236 3826-20
>Email: t.herrmann at alkacon.com
>
>http://www.alkacon.com
>http://www.opencms.org
>
>Gesch?ftsf?hrer: Alexander Kandzior, Amtsgericht K?ln, HRB 54613
>
>Am 02.10.2012 10:28, schrieb Siegfried Ehret:
>> Hi there,
>> When will it be available ?
>> (Actually I think a saw it a few days ago but now only this good old 8.0.4 javadoc is available).
>> Thanks !
>>
>> Siegfried Ehret
>> _______________________________________________
>> This mail is sent to you from the opencms-dev mailing list
>> To change your list options, or to unsubscribe from the list, please visit
>> http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev
>>
>>
>>
>
>
>
>------------------------------
>
>Message: 3
>Date: Thu, 4 Oct 2012 09:33:23 +0200
>From: Victor Martin Molina <Victor.Martin at ydilo.com>
>To: The OpenCms mailing list <opencms-dev at opencms.org>
>Subject: Re: [opencms-dev] Online javadoc for OpenCms 8.5.0 ?
>Message-ID:
><A1D34CE7FFE1DE4BA0E86189A038BCF40C3ACABAAB at YDLMAIL02.people-com.com>
>Content-Type: text/plain; charset="iso-8859-1"
>
>Ummm, it says "8.0.4"
>
>-----Original Message-----
>From: opencms-dev-bounces at opencms.org [mailto:opencms-dev-bounces at opencms.org] On Behalf Of Tobias Herrmann
>Sent: jueves, 04 de octubre de 2012 9:26
>To: The OpenCms mailing list
>Subject: Re: [opencms-dev] Online javadoc for OpenCms 8.5.0 ?
>
>Hi,
>
>the javadoc has been available since last week. You will find it here: http://files.opencms.org/javadoc/core/index.html
>
>Greetings, Tobias
>
>--
>
>Alkacon Software GmbH - The OpenCms Experts Tobias Herrmann An der Wachsfabrik 13
>50996 Koeln, DE
>
>Tel: +49 (0)2236 3826-18
>Fax: +49 (0)2236 3826-20
>Email: t.herrmann at alkacon.com
>
>http://www.alkacon.com
>http://www.opencms.org
>
>Gesch?ftsf?hrer: Alexander Kandzior, Amtsgericht K?ln, HRB 54613
>
>Am 02.10.2012 10:28, schrieb Siegfried Ehret:
>> Hi there,
>> When will it be available ?
>> (Actually I think a saw it a few days ago but now only this good old 8.0.4 javadoc is available).
>> Thanks !
>>
>> Siegfried Ehret
>> _______________________________________________
>> This mail is sent to you from the opencms-dev mailing list To change 
>> your list options, or to unsubscribe from the list, please visit 
>> http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev
>>
>>
>>
>
>_______________________________________________
>This mail is sent to you from the opencms-dev mailing list To change your list options, or to unsubscribe from the list, please visit http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev
>
>
>
>--------------------------------------------------------------------------------------
>This message and any files transmitted with it are confidential and intended solely 
>for the use of the individual or entity to whom they are addressed. No confidentiality 
>or privilege is waived or lost by any wrong transmission. 
>If you have received this message in error, please immediately destroy it and kindly 
>notify the sender by reply email.
>You must not, directly or indirectly, use, disclose, distribute, print, or copy any 
>part of this message if you are not the intended recipient. Opinions, conclusions and 
>other information in this message that do not relate to the official business of 
>Ydilo Advanced Voice Solutions, S.A. shall be understood as neither given nor endorsed by it. 
>--------------------------------------------------------------------------------------
>
>
>------------------------------
>
>Message: 4
>Date: Thu, 04 Oct 2012 09:38:32 +0200
>From: Tobias Herrmann <t.herrmann at alkacon.com>
>To: The OpenCms mailing list <opencms-dev at opencms.org>
>Subject: Re: [opencms-dev] Online javadoc for OpenCms 8.5.0 ?
>Message-ID: <506D3CF8.60207 at alkacon.com>
>Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
>Hi,
>
>have you tried clearing your cache? I deleted the old version myself and can only see the current Javadoc.
>
>Greetings, Tobias
>
>
>--
>
>Alkacon Software GmbH - The OpenCms Experts
>
>
>http://www.alkacon.com
>http://www.opencms.org
>
>Am 04.10.2012 09:33, schrieb Victor Martin Molina:
>> Ummm, it says "8.0.4"
>>
>> -----Original Message-----
>> From: opencms-dev-bounces at opencms.org [mailto:opencms-dev-bounces at opencms.org] On Behalf Of Tobias Herrmann
>> Sent: jueves, 04 de octubre de 2012 9:26
>> To: The OpenCms mailing list
>> Subject: Re: [opencms-dev] Online javadoc for OpenCms 8.5.0 ?
>>
>> Hi,
>>
>> the javadoc has been available since last week. You will find it here: http://files.opencms.org/javadoc/core/index.html
>>
>> Greetings, Tobias
>>
>> --
>>
>> Alkacon Software GmbH - The OpenCms Experts Tobias Herrmann An der Wachsfabrik 13
>> 50996 Koeln, DE
>>
>> Tel: +49 (0)2236 3826-18
>> Fax: +49 (0)2236 3826-20
>> Email: t.herrmann at alkacon.com
>>
>> http://www.alkacon.com
>> http://www.opencms.org
>>
>> Gesch?ftsf?hrer: Alexander Kandzior, Amtsgericht K?ln, HRB 54613
>>
>> Am 02.10.2012 10:28, schrieb Siegfried Ehret:
>>> Hi there,
>>> When will it be available ?
>>> (Actually I think a saw it a few days ago but now only this good old 8.0.4 javadoc is available).
>>> Thanks !
>>>
>>> Siegfried Ehret
>>> _______________________________________________
>>> This mail is sent to you from the opencms-dev mailing list To change
>>> your list options, or to unsubscribe from the list, please visit
>>> http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev
>>>
>>>
>>>
>> _______________________________________________
>> This mail is sent to you from the opencms-dev mailing list To change your list options, or to unsubscribe from the list, please visit http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev
>>
>>
>>
>> --------------------------------------------------------------------------------------
>> This message and any files transmitted with it are confidential and intended solely
>> for the use of the individual or entity to whom they are addressed. No confidentiality
>> or privilege is waived or lost by any wrong transmission.
>> If you have received this message in error, please immediately destroy it and kindly
>> notify the sender by reply email.
>> You must not, directly or indirectly, use, disclose, distribute, print, or copy any
>> part of this message if you are not the intended recipient. Opinions, conclusions and
>> other information in this message that do not relate to the official business of
>> Ydilo Advanced Voice Solutions, S.A. shall be understood as neither given nor endorsed by it.
>> --------------------------------------------------------------------------------------
>> _______________________________________________
>> This mail is sent to you from the opencms-dev mailing list
>> To change your list options, or to unsubscribe from the list, please visit
>> http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev
>>
>>
>>
>
>
>
>------------------------------
>
>Message: 5
>Date: Thu, 4 Oct 2012 09:42:06 +0200
>From: Victor Martin Molina <Victor.Martin at ydilo.com>
>To: The OpenCms mailing list <opencms-dev at opencms.org>
>Subject: Re: [opencms-dev] Online javadoc for OpenCms 8.5.0 ?
>Message-ID:
><A1D34CE7FFE1DE4BA0E86189A038BCF40C3ACABAAF at YDLMAIL02.people-com.com>
>Content-Type: text/plain; charset="iso-8859-1"
>
>OK, I see it, thanks.
>
>-----Original Message-----
>From: opencms-dev-bounces at opencms.org [mailto:opencms-dev-bounces at opencms.org] On Behalf Of Tobias Herrmann
>Sent: jueves, 04 de octubre de 2012 9:39
>To: The OpenCms mailing list
>Subject: Re: [opencms-dev] Online javadoc for OpenCms 8.5.0 ?
>
>Hi,
>
>have you tried clearing your cache? I deleted the old version myself and can only see the current Javadoc.
>
>Greetings, Tobias
>
>
>--
>
>Alkacon Software GmbH - The OpenCms Experts
>
>
>http://www.alkacon.com
>http://www.opencms.org
>
>Am 04.10.2012 09:33, schrieb Victor Martin Molina:
>> Ummm, it says "8.0.4"
>>
>> -----Original Message-----
>> From: opencms-dev-bounces at opencms.org 
>> [mailto:opencms-dev-bounces at opencms.org] On Behalf Of Tobias Herrmann
>> Sent: jueves, 04 de octubre de 2012 9:26
>> To: The OpenCms mailing list
>> Subject: Re: [opencms-dev] Online javadoc for OpenCms 8.5.0 ?
>>
>> Hi,
>>
>> the javadoc has been available since last week. You will find it here: 
>> http://files.opencms.org/javadoc/core/index.html
>>
>> Greetings, Tobias
>>
>> --
>>
>> Alkacon Software GmbH - The OpenCms Experts Tobias Herrmann An der 
>> Wachsfabrik 13
>> 50996 Koeln, DE
>>
>> Tel: +49 (0)2236 3826-18
>> Fax: +49 (0)2236 3826-20
>> Email: t.herrmann at alkacon.com
>>
>> http://www.alkacon.com
>> http://www.opencms.org
>>
>> Gesch?ftsf?hrer: Alexander Kandzior, Amtsgericht K?ln, HRB 54613
>>
>> Am 02.10.2012 10:28, schrieb Siegfried Ehret:
>>> Hi there,
>>> When will it be available ?
>>> (Actually I think a saw it a few days ago but now only this good old 8.0.4 javadoc is available).
>>> Thanks !
>>>
>>> Siegfried Ehret
>>> _______________________________________________
>>> This mail is sent to you from the opencms-dev mailing list To change 
>>> your list options, or to unsubscribe from the list, please visit 
>>> http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev
>>>
>>>
>>>
>> _______________________________________________
>> This mail is sent to you from the opencms-dev mailing list To change 
>> your list options, or to unsubscribe from the list, please visit 
>> http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev
>>
>>
>>
>> ----------------------------------------------------------------------
>> ---------------- This message and any files transmitted with it are 
>> confidential and intended solely for the use of the individual or 
>> entity to whom they are addressed. No confidentiality or privilege is 
>> waived or lost by any wrong transmission.
>> If you have received this message in error, please immediately destroy 
>> it and kindly notify the sender by reply email.
>> You must not, directly or indirectly, use, disclose, distribute, 
>> print, or copy any part of this message if you are not the intended 
>> recipient. Opinions, conclusions and other information in this message 
>> that do not relate to the official business of Ydilo Advanced Voice Solutions, S.A. shall be understood as neither given nor endorsed by it.
>> ----------------------------------------------------------------------
>> ---------------- _______________________________________________
>> This mail is sent to you from the opencms-dev mailing list To change 
>> your list options, or to unsubscribe from the list, please visit 
>> http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev
>>
>>
>>
>
>_______________________________________________
>This mail is sent to you from the opencms-dev mailing list To change your list options, or to unsubscribe from the list, please visit http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev
>
>
>
>--------------------------------------------------------------------------------------
>This message and any files transmitted with it are confidential and intended solely 
>for the use of the individual or entity to whom they are addressed. No confidentiality 
>or privilege is waived or lost by any wrong transmission. 
>If you have received this message in error, please immediately destroy it and kindly 
>notify the sender by reply email.
>You must not, directly or indirectly, use, disclose, distribute, print, or copy any 
>part of this message if you are not the intended recipient. Opinions, conclusions and 
>other information in this message that do not relate to the official business of 
>Ydilo Advanced Voice Solutions, S.A. shall be understood as neither given nor endorsed by it. 
>--------------------------------------------------------------------------------------
>
>
>------------------------------
>
>Message: 6
>Date: Thu, 04 Oct 2012 10:35:35 +0200
>From: Tobias Herrmann <t.herrmann at alkacon.com>
>To: The OpenCms mailing list <opencms-dev at opencms.org>
>Subject: Re: [opencms-dev] after migration to version 8.5
>Message-ID: <506D4A57.8020100 at alkacon.com>
>Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"
>
>Hi Victor,
>
>could you provide the schema of the content your are trying to edit? I would like to reproduce the problem.
>
>By the way, as a fall-back you can still use the old editor. Just edit you user preferences, go to the 'Editors' tab and choose 'Default page editor' for editing XML contents.
>
>Greetings, Tobias
>
>
>--
>
>Alkacon Software GmbH - The OpenCms Experts
>
>
>http://www.alkacon.com
>http://www.opencms.org
>
>Am 02.10.2012 12:24, schrieb Victor Martin Molina:
>>
>> Hi, I have two problems:
>>
>> 1.Although I choose "FCKEditor" in preferences, ADE ignores it (it was working with version 8.0.4).
>>
>> 2.I get the following error when I edit some contents using ADE (that were working with 8.0.4):
>>
>> java.lang.NullPointerException: No description available.
>>
>> Ticket Id: *1349172919823*
>> java.lang.NullPointerException: null
>> org.opencms.ade.contenteditor.CmsContentService.readEntity(CmsContentService.java:802)
>> org.opencms.ade.contenteditor.CmsContentService.readContentDefinition(CmsContentService.java:979)
>> org.opencms.ade.contenteditor.CmsContentService.loadDefinition(CmsContentService.java:479)
>> org.opencms.ade.contenteditor.CmsContentService.loadDefinition(CmsContentService.java:507)
>> sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java)
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>> java.lang.reflect.Method.invoke(Method.java:597)
>> com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:569)
>> com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:208)
>> com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:248)
>> com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
>> javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
>> javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
>> org.opencms.gwt.CmsGwtService.service(CmsGwtService.java:191)
>> org.opencms.main.OpenCmsCore.invokeGwtService(OpenCmsCore.java:1579)
>> org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:150)
>> org.opencms.main.OpenCmsServlet.doPost(OpenCmsServlet.java:166)
>> javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
>> javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:164)
>> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462)
>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
>> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:563)
>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:399)
>> org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:306)
>> org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:322)
>> org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:1732)
>> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
>> java.lang.Thread.run(Thread.java:619)
>>
>> Any suggestions? Thanks in advance.
>>
>>
>>
>> _______________________________________________
>> This mail is sent to you from the opencms-dev mailing list
>> To change your list options, or to unsubscribe from the list, please visit
>> http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev
>>
>>
>>
>
>-------------- next part --------------
>An HTML attachment was scrubbed...
>URL: <http://lists.opencms.org/pipermail/opencms-dev/attachments/20121004/af5ee0f9/attachment-0001.html>
>
>------------------------------
>
>Message: 7
>Date: Thu, 4 Oct 2012 10:43:45 +0200
>From: Victor Martin Molina <Victor.Martin at ydilo.com>
>To: The OpenCms mailing list <opencms-dev at opencms.org>
>Subject: Re: [opencms-dev] after migration to version 8.5
>Message-ID:
><A1D34CE7FFE1DE4BA0E86189A038BCF40C3ACABAD0 at YDLMAIL02.people-com.com>
>Content-Type: text/plain; charset="us-ascii"
>
>Hi, of course, here you have. I think it's associated with the formatter problem.
>
>Regards.
>
>From: opencms-dev-bounces at opencms.org [mailto:opencms-dev-bounces at opencms.org] On Behalf Of Tobias Herrmann
>Sent: jueves, 04 de octubre de 2012 10:36
>To: The OpenCms mailing list
>Subject: Re: [opencms-dev] after migration to version 8.5
>
>Hi Victor,
>
>could you provide the schema of the content your are trying to edit? I would like to reproduce the problem.
>
>By the way, as a fall-back you can still use the old editor. Just edit you user preferences, go to the 'Editors' tab and choose 'Default page editor' for editing XML contents.
>
>Greetings, Tobias
>
>
>
>
>--
>
>
>
>Alkacon Software GmbH - The OpenCms Experts
>
>
>
>
>
>http://www.alkacon.com
>
>http://www.opencms.org
>Am 02.10.2012 12:24, schrieb Victor Martin Molina:
>Hi, I have two problems:
>
>
>1. Although I choose "FCKEditor" in preferences, ADE ignores it (it was working with version 8.0.4).
>
>2. I get the following error when I edit some contents using ADE (that were working with 8.0.4):
>
>java.lang.NullPointerException: No description available.
>
>Ticket Id: 1349172919823
>java.lang.NullPointerException: null
>org.opencms.ade.contenteditor.CmsContentService.readEntity(CmsContentService.java:802)
>org.opencms.ade.contenteditor.CmsContentService.readContentDefinition(CmsContentService.java:979)
>org.opencms.ade.contenteditor.CmsContentService.loadDefinition(CmsContentService.java:479)
>org.opencms.ade.contenteditor.CmsContentService.loadDefinition(CmsContentService.java:507)
>sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java)
>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>java.lang.reflect.Method.invoke(Method.java:597)
>com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:569)
>com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:208)
>com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:248)
>com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
>javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
>javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
>org.opencms.gwt.CmsGwtService.service(CmsGwtService.java:191)
>org.opencms.main.OpenCmsCore.invokeGwtService(OpenCmsCore.java:1579)
>org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:150)
>org.opencms.main.OpenCmsServlet.doPost(OpenCmsServlet.java:166)
>javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
>javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
>org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
>org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:164)
>org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462)
>org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
>org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
>org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:563)
>org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
>org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:399)
>org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:306)
>org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:322)
>org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:1732)
>java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
>java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
>java.lang.Thread.run(Thread.java:619)
>
>Any suggestions? Thanks in advance.
>
>
>
>
>
>_______________________________________________
>
>This mail is sent to you from the opencms-dev mailing list
>
>To change your list options, or to unsubscribe from the list, please visit
>
>http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev
>
>
>
>
>
>
>
>
>--------------------------------------------------------------------------------------
>This message and any files transmitted with it are confidential and intended solely 
>for the use of the individual or entity to whom they are addressed. No confidentiality 
>or privilege is waived or lost by any wrong transmission. 
>If you have received this message in error, please immediately destroy it and kindly 
>notify the sender by reply email.
>You must not, directly or indirectly, use, disclose, distribute, print, or copy any 
>part of this message if you are not the intended recipient. Opinions, conclusions and 
>other information in this message that do not relate to the official business of 
>Ydilo Advanced Voice Solutions, S.A. shall be understood as neither given nor endorsed by it. 
>--------------------------------------------------------------------------------------
>-------------- next part --------------
>An HTML attachment was scrubbed...
>URL: <http://lists.opencms.org/pipermail/opencms-dev/attachments/20121004/6e990a3f/attachment-0001.html>
>-------------- next part --------------
>A non-text attachment was scrubbed...
>Name: docsimpletype.xsd
>Type: text/xml
>Size: 1261 bytes
>Desc: docsimpletype.xsd
>URL: <http://lists.opencms.org/pipermail/opencms-dev/attachments/20121004/6e990a3f/attachment-0001.xml>
>-------------- next part --------------
>An embedded message was scrubbed...
>From: =?iso-8859-1?Q?V=EDctor_Mart=EDn?= <venosov at gmail.com>
>Subject: [opencms-dev] version 8.5 formatter problem
>Date: Tue, 2 Oct 2012 22:15:46 +0200
>Size: 6054
>URL: <http://lists.opencms.org/pipermail/opencms-dev/attachments/20121004/6e990a3f/attachment-0001.mht>
>
>------------------------------
>
>_______________________________________________
>This mail is sent to you from the opencms-dev mailing list
>To change your list options, or to unsubscribe from the list, please visit
>http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev
>
>End of opencms-dev Digest, Vol 49, Issue 3
>******************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20121004/f59e87b6/attachment.htm>


More information about the opencms-dev mailing list