<?xml version="1.0" encoding="utf-8" ?>




























<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="en">
  <title>OpenCms Forum (Forum: Questions about Module Development)</title>
  <link rel="alternate" type="text/html" href="http://opencms-forum.de/opencms-forum/index"/>
  <modified>2013-05-22T03:51:35+02:00</modified>
  <tagline> ATOM Feed of OpenCms Forum (Forum: Questions about Module Development)</tagline>
  <copyright>Copyright by this site owner</copyright>
  <author>
    <name>OpenCms Forum Editor</name>
    <email></email>
  </author>
  <id>http://opencms-forum.de/opencms-forum/rsssummary</id>
  <generator>mvnForum Feed Generator 1.0.2-GA</generator>

  <entry>
    <title>Hibernate and OpenCMS, problems locating the hbm.xml files</title>
    <link rel="alternate" type="text/html" href="http://opencms-forum.de/opencms-forum/viewthread?thread=1943"/>
    <id>http://opencms-forum.de/opencms-forum/viewthread?thread=1943</id>
    <issued>2006-09-26T09:50:24+02:00</issued>
    <modified>2012-03-07T11:08:26+01:00</modified>
    <content>I'm using hibernate with OpenCMS and i have a problem:
opencms says that the .hbm.xml resources (the mapping files) are not avaliable. 

These files are in /system/modules/&lt;mymodule&gt;/classes/&lt;mymodulePackage&gt;/

There is a jsp that use hibernate funcionality in /system/workplace/admin/&lt;moduleIconFolder&gt;

The .jar that are necessary are in ...</content>
    <author><name>ravnock</name></author>
  </entry>

  <entry>
    <title>devoloping a Module Publications for Research</title>
    <link rel="alternate" type="text/html" href="http://opencms-forum.de/opencms-forum/viewthread?thread=4463"/>
    <id>http://opencms-forum.de/opencms-forum/viewthread?thread=4463</id>
    <issued>2012-02-20T17:20:52+01:00</issued>
    <modified>2012-02-20T17:20:52+01:00</modified>
    <content>Hey guys,

i'm working for a university in germany, which is using opencms 8.0.3. my job is to develop a module which is able to show publications. im just not sure what would be the best way to do it. 

basicly it should be able to show publications (which are stored as text in the database)  depending on the site. each site from a professor or other staff has to show differnt publications. ...</content>
    <author><name>Hoschy</name></author>
  </entry>

  <entry>
    <title>How Can I Use Module com.codedroids.oc.forms_1.0.1</title>
    <link rel="alternate" type="text/html" href="http://opencms-forum.de/opencms-forum/viewthread?thread=2970"/>
    <id>http://opencms-forum.de/opencms-forum/viewthread?thread=2970</id>
    <issued>2008-02-26T16:49:44+01:00</issued>
    <modified>2011-09-12T12:43:07+02:00</modified>
    <content>HI!, I'm trying to learn about how to use this module, but i can't understand the example that appears in their web: http://www.codedroids.com/en/opencms/downloads/com.codedroids.oc.forms.html

I think that the module has libraries which we can use to transform XML code in HTML-FORM code, but i'm not sure about that.

My objective is to create a web-application where webUsers could create ...</content>
    <author><name>enzo93</name></author>
  </entry>

  <entry>
    <title>Creating a Custom Structured Folder</title>
    <link rel="alternate" type="text/html" href="http://opencms-forum.de/opencms-forum/viewthread?thread=4183"/>
    <id>http://opencms-forum.de/opencms-forum/viewthread?thread=4183</id>
    <issued>2011-03-18T16:09:42+01:00</issued>
    <modified>2011-03-18T16:09:42+01:00</modified>
    <content>I have instructions for creating custom structured content and can do that without any problem.  I would like to create a custom structured folder though.  Is that possible?</content>
    <author><name>LynnChapman</name></author>
  </entry>

  <entry>
    <title>New module</title>
    <link rel="alternate" type="text/html" href="http://opencms-forum.de/opencms-forum/viewthread?thread=3578"/>
    <id>http://opencms-forum.de/opencms-forum/viewthread?thread=3578</id>
    <issued>2009-05-25T22:00:48+02:00</issued>
    <modified>2009-05-25T22:00:48+02:00</modified>
    <content>Hello,
I`m a newbie in openCMS development and I would like help with development of a new module. Please guide me in the development of the new module from scratch. I began the tutorial from the wiki page, the development IDE is Eclipse, but I can`t seem to get the desired output.

The module must show up on the main page but also in the administrator view.

Thank you for your patience and ...</content>
    <author><name>bando</name></author>
  </entry>

  <entry>
    <title>Several mailing list in Newsletter module</title>
    <link rel="alternate" type="text/html" href="http://opencms-forum.de/opencms-forum/viewthread?thread=3503"/>
    <id>http://opencms-forum.de/opencms-forum/viewthread?thread=3503</id>
    <issued>2009-03-13T09:53:04+01:00</issued>
    <modified>2009-03-13T09:53:04+01:00</modified>
    <content>Hello, 

I am new in OpenCMS development. I am trying to configure a Newsletter List for my site. But I have a problem. 

I want a subscription form which you can subscribe to several mailing list. 

I mean, I need a list of checkbox (Art, music and Literature) and you can subscribe to only in what you are interested in (one or more), all in the same Subscription Form. But the default ...</content>
    <author><name>jaivan2001</name></author>
  </entry>

  <entry>
    <title>OPENCMS - Extend API e.g. showUnlockConfirmation</title>
    <link rel="alternate" type="text/html" href="http://opencms-forum.de/opencms-forum/viewthread?thread=3226"/>
    <id>http://opencms-forum.de/opencms-forum/viewthread?thread=3226</id>
    <issued>2008-07-31T15:38:00+02:00</issued>
    <modified>2008-07-31T15:38:00+02:00</modified>
    <content>Hello all,

i need a hint, how I can extend the core api of opencms.
I want to enhance a function that is used in the api e.g. showUnlockConfirmation.

I want to extend its function that the modification can be used in the complete cms.

I just need a hint, where i can find the class file for it or which packeages i have to compile as a jar file.

My idea is:
1. downloading the source ...</content>
    <author><name>phil_k</name></author>
  </entry>

  <entry>
    <title>RSS module problem</title>
    <link rel="alternate" type="text/html" href="http://opencms-forum.de/opencms-forum/viewthread?thread=3210"/>
    <id>http://opencms-forum.de/opencms-forum/viewthread?thread=3210</id>
    <issued>2008-07-21T14:49:29+02:00</issued>
    <modified>2008-07-21T15:50:09+02:00</modified>
    <content>Hi all:

I have uploaded to my opencms (6.2.3) the RSS module supplied in

http://www.clicksandlinks.com/opencms/opencms/CL_Solutions/products/open_source/opencms/rss_module/index.html

I ran the the example as stated in section &quot;RSS Content Type&quot; when I try to preview it returns the following error

...</content>
    <author><name>pincho</name></author>
  </entry>

  <entry>
    <title>how to integrate Magnolia cms to spring web flow application</title>
    <link rel="alternate" type="text/html" href="http://opencms-forum.de/opencms-forum/viewthread?thread=3177"/>
    <id>http://opencms-forum.de/opencms-forum/viewthread?thread=3177</id>
    <issued>2008-06-28T16:32:27+02:00</issued>
    <modified>2008-06-30T08:34:11+02:00</modified>
    <content>Hi,

can anyone help me in the integration on Magnolia to spring web flow application.</content>
    <author><name>msr</name></author>
  </entry>

  <entry>
    <title>how to refresh open cms.(database)</title>
    <link rel="alternate" type="text/html" href="http://opencms-forum.de/opencms-forum/viewthread?thread=2807"/>
    <id>http://opencms-forum.de/opencms-forum/viewthread?thread=2807</id>
    <issued>2007-11-22T08:14:18+01:00</issued>
    <modified>2007-11-24T10:03:49+01:00</modified>
    <content>hi all
hi when i update or add a document in open cms.
and  when i try to get it back...i need to have different cms object to access the recently updated or added document.

for this i need to initialize open cms again.
bcoz  i think it is not refreshed.

so is there any way to refresh the open cms.
so that i can use the same cms object..


Regards
sri_su</content>
    <author><name>sri_su</name></author>
  </entry>

  <entry>
    <title>java.io.InvalidClassException: org.opencms.util.CmsUUID; unable to create instance</title>
    <link rel="alternate" type="text/html" href="http://opencms-forum.de/opencms-forum/viewthread?thread=2792"/>
    <id>http://opencms-forum.de/opencms-forum/viewthread?thread=2792</id>
    <issued>2007-11-16T08:04:57+01:00</issued>
    <modified>2007-11-19T14:04:59+01:00</modified>
    <content>hi..

[b]I am trying to perform cmsOperations using http.
when try read the object it is giving this exception.
 
byte[] responseByteArray = postMethod.getResponseBody();
			
			ByteArrayInputStream bInStream = new ByteArrayInputStream(responseByteArray);
			System.out.println(&quot;No. of bytes read: &quot;+ responseByteArray.length);
		
			ObjectInputStream ois = new ...</content>
    <author><name>sri_su</name></author>
  </entry>

  <entry>
    <title>OpenCms Connection with http</title>
    <link rel="alternate" type="text/html" href="http://opencms-forum.de/opencms-forum/viewthread?thread=2791"/>
    <id>http://opencms-forum.de/opencms-forum/viewthread?thread=2791</id>
    <issued>2007-11-15T15:39:42+01:00</issued>
    <modified>2007-11-15T15:39:42+01:00</modified>
    <content>I am trying to connect to opencms n perform some cms operation using Http Connection.

Server side:
here i am trying to instantiate cms object  using cmsShell with that cms object i am performing cms operations called from client.




Client Side:

here i am calling servlet to perform open cms operations.


------------------------------------------------------------------
is there ...</content>
    <author><name>sri_su</name></author>
  </entry>

  <entry>
    <title>OpenCms Performance</title>
    <link rel="alternate" type="text/html" href="http://opencms-forum.de/opencms-forum/viewthread?thread=2789"/>
    <id>http://opencms-forum.de/opencms-forum/viewthread?thread=2789</id>
    <issued>2007-11-15T15:16:22+01:00</issued>
    <modified>2007-11-15T15:16:22+01:00</modified>
    <content>// code for used for connection 
CmsShell shell = new CmsShell(&quot;TOMCAT_WEB_INF&quot;, null, null,null,null);
			
cmsObject = OpenCms.initCmsObject(&quot;GUEST_NAME&quot;);	

cmsObject.loginUser(&quot;LOGIN_NAME&quot;, &quot;LOGIN_PASS&quot;);
		
			cmsObject.getRequestContext().setCurrentProject(cmsObject.readProject(
&quot;PROJECT_NAME&quot;)));
	// till here ..

[b]With the ...</content>
    <author><name>sri_su</name></author>
  </entry>

  <entry>
    <title>programmatically accessing  opencms</title>
    <link rel="alternate" type="text/html" href="http://opencms-forum.de/opencms-forum/viewthread?thread=2728"/>
    <id>http://opencms-forum.de/opencms-forum/viewthread?thread=2728</id>
    <issued>2007-10-12T14:21:24+02:00</issued>
    <modified>2007-10-15T09:23:53+02:00</modified>
    <content>Hello all,

I want to create an application which needs cms at backend.

I am using CMSShell for doing it. Is there any other way of programmatically accessing opencms from external applications? 

Regrds
sri_su</content>
    <author><name>sri_su</name></author>
  </entry>

  <entry>
    <title>Scheduled Job</title>
    <link rel="alternate" type="text/html" href="http://opencms-forum.de/opencms-forum/viewthread?thread=2723"/>
    <id>http://opencms-forum.de/opencms-forum/viewthread?thread=2723</id>
    <issued>2007-10-11T08:30:43+02:00</issued>
    <modified>2007-10-11T09:40:24+02:00</modified>
    <content>Dear all, 

how can I create my own Scheduled Job?

I created java class that implements I_CmsScheduledJob, then I store the jar in the webapps\opencms\WEB-INF\lib

then restart the tomcat, but I cannot see any change in the Job setting

Could you provide any online Demo, Thank you very much</content>
    <author><name>abczinc</name></author>
  </entry>

</feed>

