Friday, 26 February 2010
|
| Multi-Language Content and Access Control Uli Emmerich 13:25:23 |
| | Hi all,
I am planing to build a multi-language website with OpenCms 6. Different editors should be able to edit seperate language versions.
I started with language specific top level folders: /de/, /en/, /fr/. Among these folders I placed the folder structure of the website (identic for each language) and the content pages as siblings. The I assigned different access permissions to each language version by creating different projects for each language folder. Now, for example, the French editor is only able to edit the French files. The Problem: when the French editor changes the language in the WYSIWYG editor, he is able to modify the content of the other language versions.
Does anyone knows a workaround to solve this problem? Help appreciated.
Uli
_______________________________________________ This mail is send to you from the opencms-dev mailing list To change your list options, or to unsubscribe from the list, please visit http://mail.opencms.org/mailman/listinfo/opencms-dev
|
| | 1 answer | Add comment |
|
| Help - Webtop stalls every time "Initializing plug-in" screen appears Itguy78 09:07:33 |
| | I need help figuring out why for some reason I cant seem to run Webtop or DA properly on my computer at home. All my other computers run it fine and each has the same IE settings and Java runtime environment installed (the latest).
What happens on my PC at home is that I am able to log into both Webtop or DA and browse through folders but the moment anything has to initialize some kind of java applet it completley stalls.
For example, if I click on the preferences button, a white screen with the words "Initializing plug-in" appears... but it stalls on this screen.
Other than re-installing Java I cant think of anything else to solve this problem.
Any known solutions to this problem?
Thanks in advance!
Yahoo! Groups Links
<*> To visit your group on the web, go to: http://groups.yahoo.com/group/documentum-users/
<*> Your email settings: Individual Email | Traditional
<*> To change settings online go to: http://groups.yahoo.com/group/documentum-users/join (Yahoo! ID required)
<*> To change settings via email: mailto:documentum-users-digest-hHKSG33TihhbjbujkaE4pw@public.gmane.org mailto:documentum-users-fullfeatured-hHKSG33TihhbjbujkaE4pw@public.gmane.org
<*> To unsubscribe from this group, send an email to: documentum-users-unsubscribe-hHKSG33TihhbjbujkaE4pw@public.gmane.org
<*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
|
| | 2 answer | Add comment |
Monday, 15 February 2010
|
Installing OpenCMS on a Windows XP operating system. Spanglish 15:43:34 |
| | I am trying to install OpenCMS on a Windows XP operating system. I have MySQL Server 4.1, Apache Tomcat 5.5., j2sdk-1_4_1_04-windows-i586, and the mysql-connector-java-3.1.10; all downloaded and installed. I am able to go through the setup process until I reach the create database and tables screen. I can successfully create the database but I receive this error with the tables (please excuse the length . . . I wanted to make sure you had as much information as possible to help me! : Tables could not be created! Error connecting to database using: "jdbc:mysql://localhost:3306/opencms". ------------------------------------------- java.sql.SQLException: Invalid authorization specification message from server: "Access denied for user 'opencms'@'localhost' (using password: NO)" at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:1997) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:1906) at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:2520) at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:817) at com.mysql.jdbc.Connection.createNewIO(Connection.java:1782) at com.mysql.jdbc.Connection.(Connection.java:450) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:411) at java.sql.DriverManager.getConnection(Unknown Source) at java.sql.DriverManager.getConnection(Unknown Source) at org.opencms.setup.CmsSetupDb.setConnection(CmsSetupDb.java:266) at org.apache.jsp.setup.step_005f5_005fdatabase_005fcreation_jsp._jspService(org.apache.jsp.setup.step_005f5_005fdatabase_005fcreation_jsp:340) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241) 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.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:856) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744) 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(Unknown Source) ------------------------------------------- Error parsing database setup SQL script in line: ); ------------------------------------------- java.lang.NullPointerException at org.opencms.setup.CmsSetupDb.executeStatement(CmsSetupDb.java:456) at org.opencms.setup.CmsSetupDb.executeSql(CmsSetupDb.java:363) at org.opencms.setup.CmsSetupDb.executeSql(CmsSetupDb.java:426) at org.opencms.setup.CmsSetupDb.createTables(CmsSetupDb.java:142) at org.apache.jsp.setup.step_005f5_005fdatabase_005fcreation_jsp._jspService(org.apache.jsp.setup.step_005f5_005fdatabase_005fcreation_jsp:350) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241) 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.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:856) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744) 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(Unknown Source) ------------------------------------------- I have already tried to bypass the table creation, but when I do I am unable to use or install the remaining portions of OpenCMS. Please help!!! This is starting to drive me crazy. I am a complete newbie to this, so any "dumbed down" approach you can offer would be much appreciated! |
| | 4 answer | Add comment |
Sunday, 24 January 2010
|
| JSP for dynamic PDF generation - export problem Stefan Riss 16:19:30 |
| | Hi
I am using the prototype-JSP below to check the possibilities for dynamic PDF generation.
When I call the JSP directly from within opencms (by clicking on its filename) everything works fine and the PDF opens up in the browser window.
When I do a static export of the same resource a file with the correct name is generated. But the PDF is broken. Comparing both files (the complete and incomplete version) shows that the incomplete file stops at the first occurence of a "0" byte.
So why does the file get truncated when doing the static export? Any ideas?
BTW: Im using the production release 5.01.
Cheers, Stefan Riss
Code: <%@ page session="false" import="org.xml.sax.InputSource,org.apache.fop.apps.Driver,java.io.*" %> <% /* import javax.servlet.*; import javax.servlet.http.*;
import org.xml.sax.InputSource;
import org.apache.fop.apps.Driver; */ try {
ByteArrayOutputStream bOut = new ByteArrayOutputStream(); response.setContentType("application/pdf"); Driver driver = new Driver(new InputSource("C:/fonts.fo"),bOut); driver.setRenderer(Driver.RENDER_PDF); driver.run();
byte[] content = bOut.toByteArray(); response.setContentLength(content.length); response.getOutputStream().write(content); response.getOutputStream().flush();
} catch (Exception ex) { throw new ServletException(ex); }
%>
______________________________________________________________ Stefan RiГџ Hansastr. 24 80686 MГјnchen
Mail : stefan.riss@telekom.de Phone: +49 89 54754469
"This is why you want to get out of IT and get a nice job, say, as a crash-test dummy" _______________________________________________ This mail is send to you from the opencms-dev mailing list To change your list options, or to unsubscribe from the list, please visit http://mail.opencms.org/mailman/listinfo/opencms-dev
|
| | 1 answer | Add comment |
Wednesday, 13 January 2010
|
| howto sending emails Matthias Neher 13:54:52 |
| |
_______________________________________________ This mail is send to you from the opencms-dev mailing list To change your list options, or to unsubscribe from the list, please visit http://mail.opencms.org/mailman/listinfo/opencms-dev |
| | 2 answer | Add comment |
|
| how to add user to group with servlet Recks Yu 13:54:46 |
| | I use servlet to register user, and want to add the user to groups "Guests",get error as below.
My code:
CmsObject cmsObject = OpenCms.initCmsObject("Guest"); cmsObject.addUserToGroup("99999","Guests");
Get error:
org.opencms.db.CmsDbIoException: Error adding user "99999" to group "Guests".
many thks!
_______________________________________________ This mail is send to you from the opencms-dev mailing list To change your list options, or to unsubscribe from the list, please visit http://mail.opencms.org/mailman/listinfo/opencms-dev
|
| | 1 answer | Add comment |
|
| ssl https in OpenCms 6 Peter korn 13:54:42 |
| | Hi,
i have a problem to configure https (ssl) with opencms 6. I cant find a doku. Maybe i am looking at the wrong place. I found that i must add a secure server in the opencms-system.xml and set the secure flag in OpenCms. But ist there something more i have to do in the OpenCms configuration? Or is my problem the configuation of the apache-tomcat?
thanks
Peter
-- Lust, ein paar Euro nebenbei zu verdienen? Ohne Kosten, ohne Risiko! Satte Provisionen fr GMX Partner: http://www.gmx.net/de/go/partner
_______________________________________________ This mail is send to you from the opencms-dev mailing list To change your list options, or to unsubscribe from the list, please visit http://mail.opencms.org/mailman/listinfo/opencms-dev
|
| | 2 answer | Add comment |
Tuesday, 12 January 2010
|
Topic awaiting moderation clothing 14:08:43 |
Friday, 25 December 2009
|
| Xml Schema in openCms Stephane Dupont 07:02:47 |
| |
_______________________________________________ This mail is send to you from the opencms-dev mailing list To change your list options, or to unsubscribe from the list, please visit http://mail.opencms.org/mailman/listinfo/opencms-dev |
| | Add comment |
Wednesday, 23 December 2009
|
| DM_SYSOBJECT_F_INIT2]fatal: "Version stamp 37 was expected to be 36." Ask Me 16:25:01 |
| | Hi,
I am getting this error while starting docbase.,
Wed Mar 8 15:09:52 2006 109412 [DM_SESSION_I_INIT_BEGIN] info: "Initialize dmGroup." Wed Mar 8 15:09:52 2006 143222 [DM_SESSION_I_INIT_BEGIN] info: "Initialize dmSysObject." Wed Mar 8 15:09:52 2006 149394 [DM_SYSOBJECT_F_INIT2]fatal: "Version stamp 37 was expected to be 36." Wed Mar 8 15:09:52 2006 149581 [DM_SESSION_E_INIT_FAILURE1] error: "Failure to complete dmSysObject initialization." Wed Mar 8 15:09:52 2006 153113 [DM_SERVER_I_START_ID]info: "Docbase myradianidm was not successfully opened. Docbase id: (15525)" ...
please guide me as to how to solve this. Urgent
James
|
| | 18 answers | Add comment |
|
| htmlentities problem Rob Brandt 06:57:57 |
| | Excuse the modules-related question, but all the 'smart people' seem to be on this list now :')
I'm working on a module that needs to redirect the user to another web site. Yahoo maps, to be specific. The url contains an address, and yahoo maps is choking on "funny" characters in the address. It's actually works OK if things like spaces and "#"'s are converted to entities, so I'm trying to do that but it's not working.
I have:
$addrentities =htmlentities($address);
but the characters in $addrentities are not converted.
Anyone know why? Am I using this function wrong or should I be using a different function?
Thanks
|
| | 9 answers | Add comment |
Tuesday, 27 October 2009
|
| getSiteNavigation does not work. Why???? Jesus Rodriguez 18:07:52 |
| | Hi, I am trying to generate a menu navigation tree with all the pages of my website. I have typed the following code for that purpose:
<%@ page import="org.opencms.jsp.*" %> <% // Create a JSP action element CmsJspActionElement cms = new CmsJspActionElement(pageContext, request, response); // List of all pages / subfolders (sorted by NavPos property) java.util.List list = cms.getNavigation().getSiteNavigation(); java.util.Iterator i = list.iterator();
// Now build the navigation while (i.hasNext()) { CmsJspNavElement ne = (CmsJspNavElement)i.next(); out.println("<a href=\"" + cms.link(ne.getResourceName()) + "\">" + ne.getNavText() + "</a>"); out.println(ne.getNavTreeLevel()); if (i.hasNext()) { out.println("<br>"); } } %>
The result it is only a blank screen. Why? I have tried to use the getNavigationTreeForFolder method whith the correct parameters of levels given by the getNavTreeLevel method and I have got only a list of the folders in the current level. I can't achieve to display the items of lower levels.
Would anybody help me? Thanks
JR
_______________________________________________ This mail is send to you from the opencms-dev mailing list To change your list options, or to unsubscribe from the list, please visit http://mail.opencms.org/mailman/listinfo/opencms-dev
|
| | 6 answers | Add comment |
Wednesday, 16 September 2009
|
| password fail when adding user Omar Armas 16:56:18 |
| | I installed open-xchange.0.8.0-beta1 with compiled openldap-2.2.23 and postgresql 7.4.7-1 on Debian Woody.
When I add a user I get:
master1:~# adduser_ox --username="john3" --passwd="password3" --name="doe" --sname="john" --maildomain="example.org" --ox_timezone="Europe/Paris" Password generation failed for scheme {crypt}: scheme not recognized adduser john3 to oxfolders. LDAP Success SQL Success #
I did include openxchange schema in slapd.conf: include /usr/local/openxchange/share/openxchange.schema
Any idea about why I get that error?
Omar
|
| | 4 answer | Add comment |
Thursday, 10 September 2009
|
Topic awaiting moderation wholesale2wd 17:25:14 |
|
Topic awaiting moderation wholesale2wd 17:24:20 |
Tuesday, 11 August 2009
|
| Re: [DM_PLATFORM_E_INTEGER_CONVERSION_ERROR]error: "The server was unable to ....... NeilEvans 14:08:18 |
| | [DM_PLATFORM_E_INTEGER_CONVERSION_ERROR]error: "The server was unable to convert the following string (String Unavailable) to an integer or long." I just upgraded from 5.2 to 5.2.5 and then applied SP4. Since then, when I attempt to connect via webtop, i get the aforementioned error.
Any idea what may be causing it? Did you'lll find a resolution to the problem?
Thanks!
--- In documentum-users-hHKSG33TihhbjbujkaE4pw@public.gmane.org, "Hans Stolte" <hans.stolte@u...> wrote:>
4.0\webapps\matrixReloaded> Heh  > "Paddy (News Items)" <paddy.news@n...>> 16/10/2003 12:06 PM> Please respond to documentum-users> To: <documentum-users-hHKSG33TihhbjbujkaE4pw@public.gmane.org>> cc: > Subject: RE: [documentum-users] [DM_PLATFORM_E_INTEGER_CONVERSION_ERROR]error: "The > server was unable to .......>
Is Java 1.4 supported?> -----Original Message-----> From: Vinodh_B [mailto:vinodh_b@s...] > Sent: 16 October 2003 12:24> To: 'documentum-users-hHKSG33TihhbjbujkaE4pw@public.gmane.org'> Subject: [documentum-users] [DM_PLATFORM_E_INTEGER_CONVERSION_ERROR]error: "The > server was unable to .......>
[DM_PLATFORM_E_INTEGER_CONVERSION_ERROR]error: "The server was unable to > convert the following stri> ng (String Unavailable) to an integer or long."> [Vinodh_B] > Has anyone encountered the above error while working with the Operations > package.... >
My env is as below..> 5:46:09 INFO com.documentum.custom.util ******************************** > 15:46:09 INFO com.documentum.custom.util > 15:46:09 INFO com.documentum.custom.util System properties: > 15:46:09 INFO com.documentum.custom.util OS Name/Version Windows 2000 > 5.0 > 15:46:09 INFO com.documentum.custom.util Country Code: null > 15:46:09 INFO com.documentum.custom.util Java Version: 1.4.0 > 15:46:09 INFO com.documentum.custom.util Java Vendor: Sun > Microsystems Inc. > 15:46:09 INFO com.documentum.custom.util Java Home: d:\j2sdk1.4.0 \jre > 15:46:09 INFO com.documentum.custom.util Java Compiler: null > 15:46:09 INFO com.documentum.custom.util Java Class Version: 48.0 > 15:46:09 INFO com.documentum.custom.util Java Class Path: D:\Program > Files\Documentum\Shared\dfc.jar;D:\Program > Files\Documentum\Shared\bsf.jar;D:\Program > Files\Documentum\Shared\log4j.jar;D:\Program > Files\Documentum\Shared\xalan.jar;D:\Program > Files\Documentum\Shared\log4j.jar;D:\Program > Files\Documentum\Shared\jdom.jar;D:\Program > Files\Documentum\Shared\xml-apis.jar;D:\Program > Files\Documentum\Shared\dmworkflow.jar;D:\Program > Files\Documentum\Shared\dmsubscriptions.jar;D:\Program Files\Apache Tomcat > 4.0\webapps\matrixReloaded\WEB-INF\classes;D:\Documentum\config; > 15:46:09 INFO com.documentum.custom.util > 15:46:09 INFO com.documentum.custom.util > 15:46:09 INFO com.documentum.custom.util DM Session Properties: > 15:46:09 INFO com.documentum.custom.util DM Server Version: 5.1.0.74 > sun5.Oracle > 15:46:09 INFO com.documentum.custom.util DM Session ID: s0 > 15:46:09 INFO com.documentum.custom.util DFC Version: 5.1.0.32 > 15:46:09 INFO com.documentum.custom.util Exited printEnv... > 15:46:09 INFO com.documentum.custom.util ******************************** > 15:46:16 INFO com.documentum.custom.util Entered printEnv... > 15:46:16 INFO com.documentum.custom.util ******************************** >
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. > ********************************************************************* ***** >
This email (including any attachments) is intended for the sole use of the > intended recipient/s and may contain material that is CONFIDENTIAL AND > PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying > or distribution or forwarding of any or all of the contents in this > message is STRICTLY PROHIBITED. If you are not the intended recipient, > please contact the sender by email and delete all copies; your cooperation > in this regard is appreciated.> ********************************************************************* *****>
Yahoo! Groups Sponsor> ADVERTISEMENT> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.>
------------------------ Yahoo! Groups Sponsor --------------------~--> Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/THm4lB/TM --------------------------------------------------------------------~->
|
| | 1 answer | Add comment |
Monday, 10 August 2009
|
| Arguments to the Event Handlers postComponentNestEvent & postComponentJumpEvent chukwe-/E1597aS9LQAvxtiuMwx3w@public.gmane.org 04:06:53 |
| | Hi All,
I need the descriptions of all the arguments to the Event Handlers postComponentNestEvent & postComponentJumpEvent. eg postComponentNestEvent (null, "advsearchcontainer","content","component","advsearch").
Thanks
------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/THm4lB/TM --------------------------------------------------------------------~->
|
| | 1 answer | Add comment |
Friday, 31 July 2009
|
| Invision Config Q HarryPotter 06:40:33 |
| | Ive installed IPB in /my_webroot/my_site/forums/
Ive installed Authinvision... but not sure what to put in the Invision Forum Root in the Admin Config. My understanding is its the /forums directory. So I put forums .. but Im not able to auto log in into IPB .
Pls assist. Im a newbie
HarryPotter-W36viC/h94r2fBVCVOL8/A@public.gmane.org
|
| | 25 answers | Add comment |
Monday, 23 March 2009
|
| How to hide an acl in documentum? Guest 18:17:44 |
| | Hi ,
I have a typical query ,i need to hide an acl from a set of user.I tried to do so by assigning the none permissions to all the groups to which the user is associated but it doesnt seem to work.
Please provide me the suggestions !!
DM_SYSOBJECT _E_INVALID_ACL_DOMAIN the user gets this error when he tries assignig the visible permissions to the objects (may be document or folder)
Please help
Regards Debashis |
| | Add comment |
|