Questions tagged [dotcms]

DotCMS is an open source Java based Content Management System (CMS) or if you prefer: Web Content Management system (WCM). It is highly scalable and targets enterprise level websites.

DotCMS is an open source Java based Content Management System (CMS) or if you prefer: Web Content Management system (WCM). It is highly scalable and targets enterprise level websites. More information about dotCMS can be found on their website: https://www.dotcms.com/

102 questions
0
votes
2 answers

dotCMS backup from .zip

I have a problem with dotCMS. I have a site which is uploaded to the Internet and I want to export it to take care of this site locally on my computer. I've downloaded all data/assets from Maintenance -> Export dotCMS Content. I have a zip file with…
whiteBear22
  • 377
  • 2
  • 8
  • 21
0
votes
1 answer

dotCMS - How to create keys with two fields in content, Rest API save/publish with multiple content

In dotCMS, 1) I Created a content type with name product with 3 fields (name, id, description). Name and id fields created by selecting unique option. Name and Id fields combination should give uniqueness. But in dotCMS there is individual field…
Mahesh G
  • 51
  • 1
  • 12
0
votes
1 answer

DotCMS - Using content from external database

In DotCMS, can we pull data for content from external database instead of dotcms database and display? I created new content type as Text with two fields. 1) KEY field with type text and 2) VALUE field with type text. When I try to add new content…
Mahesh G
  • 51
  • 1
  • 12
0
votes
1 answer

Cant run dotCMS

I am new at dotCMS and I can not run dotcms, here is my log file. Help me please me with this problem. java.sql.SQLException: There is no DataSource named 'TxDataSource.DotMarketingQuartzExclusiveScheduler' at…
J.Doe
  • 13
  • 2
  • 7
0
votes
1 answer

How to refer and bind to a Velocity Email Template at runtime?

I have a Java program, to call a velocity template from dotcms. I need to know where to place the vm file and how to locate in Java. I am using this link. http://www.javaworld.com/article/2075966/core-java/start-up-the-velocity-template-engine.html
Raghavenda Bhat
  • 155
  • 1
  • 12
0
votes
1 answer

Strange timeout issues with Alfresco

DotCMIS calls stop responding after I've fetched any two documents out of 5 document. I have checked the logs on the Alfresco server and there is nothing at all related to the failed calls. I have debugged to identify the timeout . // define CMIS…
coder
  • 23
  • 1
  • 9
0
votes
1 answer

How to search entire dotCMS folder instead of given view

I'm creating new content for our site and our images folder is fairly large (a couple hundred images). The "select a file" menu only shows 30 images at a time, and only those images are searchable, not the whole folder. I would like to search the…
Jud
  • 1,324
  • 3
  • 24
  • 47
0
votes
1 answer

How to integrate Spring Security with dotCMS

I need to deny unauthenticated users to access some website pages. I know that dotCMS roles can do that, but i need to guarantee that Spring do the same job. It's possible apply Spring Security in dotCMS? I tried to implement some security with Java…
0
votes
2 answers

Getting email addresses of all users with the Administrator role

We are using dotCMS 1.7a and I am having difficulty getting the email addresses of users in the Administrator role. This SQL works: select user_.emailaddress from user_ INNER JOIN users_roles ON users_roles.userid = user_.userid …
Robert Mark Bram
  • 8,104
  • 8
  • 52
  • 73
0
votes
2 answers

dotCMS - Creating a Custom page (page content-type)

EDIT: My objective: Create a news page template with header and footer and body. The news page needs a form for a content editor to add content to with two fields: Headline and story. Each news page requires its own SEO meta data (keywords /…
steakpi
  • 953
  • 1
  • 6
  • 11
0
votes
1 answer

blank screen issue in dotcms admin panel

Whenever i am using dotcms 3.3 admin panel, i get blank screen. Actually it is hidding the body.This happens on js issue. Initally i never encountered this issue. Solution: To counter this issue i have tried the following solution which has in…
vikrant
  • 399
  • 3
  • 12
0
votes
1 answer

Alfresco DotCMIS CommunicationException on getContentStream()

When trying to download a 4mb file using DotCMIS (WebServices binding), I receive the following exception when trying to get the content stream of the file. The maximum message size quota for incoming messages (4194304) has been exceeded. To…
0
votes
1 answer

WCMS in PHP or Java (for java developers)?

In my company, we're a java developer team. For a project, we need to choose a web content management system (wcms) first. Can we choose a php one ? will we then have to learn php because our customer has some particular demands so we're likely to…
KitAndKat
  • 953
  • 3
  • 14
  • 29
0
votes
1 answer

Maven dependency of Java API for dotCMS

I'm trying to create a new project and just starting to do some hands on for creating/updating new content through Java/REST API of dotCMS. But I'm not able to find the maven dependency or the jar for the API…
Saz
  • 13
  • 3
0
votes
2 answers

dotCMS REST API fetch template by its id

I consider using dotCMS and integrate it with other system by its rest API but in spite of ability to fetch content by its api I cannot fetch tempates defined in dotCMS. With url api/content/type/xml/id/c12fe7e6-d338-49d5-973b-2d974d57015b I obtain…
wawek
  • 1,577
  • 1
  • 13
  • 23