• Search

  • Search it up!

Search found 15 matches

 Go to advanced search

Re: how can I use workflow?

 by si_sol ¦  Sun May 23, 2010 5:16 am ¦  Forum: Usage ¦  Topic: how can I use workflow? ¦  Replies: 24 ¦  Views: 19897

In bottom icons ... user has icon that indicates has pending workflows ( clicking there goes to Dashboard and there's has information about pending workflows ) ... if you want to visualizate information about who iniates the process etc... must be there the place to doing it. Version 4.1 has some ...

Re: how can I use workflow?

 by si_sol ¦  Sat May 22, 2010 4:32 am ¦  Forum: Usage ¦  Topic: how can I use workflow? ¦  Replies: 24 ¦  Views: 19897

One more question. How to make a workflow that's "OpenKM aware" ?
I mean, it will be aware on user who started it (or users who is assigned to), and also aware on the file/files which is assigned to

Re: how can I use workflow?

 by si_sol ¦  Thu May 20, 2010 2:17 am ¦  Forum: Usage ¦  Topic: how can I use workflow? ¦  Replies: 24 ¦  Views: 19897

First Read it: http://wiki.openkm.com/index.php/Eclipse_plugin:_Usage ( In this page talks about deployment, there's explained how to create .par file )

Finally solved my deployment problem :D
Just curious, why ?. In my previous deployment, the .par file look similar to (actually more complete ...

Re: how can I use workflow?

 by si_sol ¦  Wed May 19, 2010 7:48 am ¦  Forum: Usage ¦  Topic: how can I use workflow? ¦  Replies: 24 ¦  Views: 19897

I have same problem. I'm sure that the file indeed have a processdefinition.xml but can not be uploded successfully.
Here is the error :
14:18:31,856 ERROR [OKMWorkflowUploadServletAdmin] org.jbpm.jpdl.JpdlException: [[ERROR] no processdefinition.xml inside process archive]
es.git.openkm.core ...

Workflow sample on the online demo

 by si_sol ¦  Wed May 19, 2010 5:43 am ¦  Forum: Usage ¦  Topic: Workflow sample on the online demo ¦  Replies: 1 ¦  Views: 2946

The online demo (demo.openkm.com) seem to have no workflow sample.
Is it possible to have at least a simple sample on it ?

Re: Super Important Features

 by si_sol ¦  Wed May 12, 2010 1:06 am ¦  Forum: New features discussion ¦  Topic: Super Important Features ¦  Replies: 3 ¦  Views: 7273

Is this feature has been implemented in the current version (4.1) ?.

Re: OpenKM 4.0 build on eclipse galileo

 by si_sol ¦  Tue May 11, 2010 7:36 am ¦  Forum: Usage ¦  Topic: OpenKM 4.0 build on eclipse galileo ¦  Replies: 10 ¦  Views: 10117

Finally, 100% solved. :D
It turn out that the entagged-audioformats-0.15.jar file in ext-lib folder must be registered from eclipse IDE. Eclipse keep complaining that some artifact are missing, even after I manually register those file to the repository from the command line :
mvn install:install ...

Re: Full 3-tiered implementation

 by si_sol ¦  Thu May 06, 2010 1:26 am ¦  Forum: New features discussion ¦  Topic: Full 3-tiered implementation ¦  Replies: 2 ¦  Views: 4791

Yes, security is my concern. 3-tier is more suitable for lazy admin :mrgreen:

Full 3-tiered implementation

 by si_sol ¦  Wed May 05, 2010 1:01 am ¦  Forum: New features discussion ¦  Topic: Full 3-tiered implementation ¦  Replies: 2 ¦  Views: 4791

I know that some part of OpenKM already in 3-tier architecture. I think it's a good idea to implement it in full 3-tiered architecture (probably in future release). What I mean is like this :

End Users <-----> Servlet <-----> EJB <------> Data Store

With this architecture, there are several ...

Re: OpenKM 4.0 build on eclipse galileo

 by si_sol ¦  Wed May 05, 2010 12:38 am ¦  Forum: Usage ¦  Topic: OpenKM 4.0 build on eclipse galileo ¦  Replies: 10 ¦  Views: 10117

I'll add those environment variable (MAVEN_OPTS=-Xmx512m)

Yes, the build created OpenKM.war file and it work (I modify the language, compile, and then copy the OpenKM.war file to jboss_home/server/default/deploy and the web appearance is changed to my language :D ).

Re: OpenKM 4.0 build on eclipse galileo

 by si_sol ¦  Tue May 04, 2010 8:36 am ¦  Forum: Usage ¦  Topic: OpenKM 4.0 build on eclipse galileo ¦  Replies: 10 ¦  Views: 10117

Sorry, my bad. Memory error (heap error) is not caused by the compile process.
After restarting my computer, I successfully compile openkm 4.1 (from command line)
Building from eclipse galileo resulting in the same error message as in 4.0 :? :(
5/4/10 3:14:22 PM WIT: Build errors for openkm-4.1 ...

Re: OpenKM 4.0 build on eclipse galileo

 by si_sol ¦  Tue May 04, 2010 8:11 am ¦  Forum: Usage ¦  Topic: OpenKM 4.0 build on eclipse galileo ¦  Replies: 10 ¦  Views: 10117

I've done exactly like that and the checkout is successfull (code are downloaded to my local disk).
The compilation that failed with java memory error (when I invoke : mvn compile from terminal)

Re: OpenKM 4.0 build on eclipse galileo

 by si_sol ¦  Tue May 04, 2010 4:09 am ¦  Forum: Usage ¦  Topic: OpenKM 4.0 build on eclipse galileo ¦  Replies: 10 ¦  Views: 10117

I've checked out the 4.1 branches, but compilation is unsuccessfull (from command line or from eclipse). It's java memory error / heap error.

Re: OpenKM 4.0 build on eclipse galileo

 by si_sol ¦  Tue May 04, 2010 1:37 am ¦  Forum: Usage ¦  Topic: OpenKM 4.0 build on eclipse galileo ¦  Replies: 10 ¦  Views: 10117

What is new feature in version in 4.1 ?.
I'm just trying to add document retention policy, so I tried to build it from source.
I also want some digital signature capability, but I think it's easier to use OpenOffice integration for this purpose (The only limitation, it only applies to all document ...

OpenKM 4.0 build on eclipse galileo

 by si_sol ¦  Mon May 03, 2010 4:56 am ¦  Forum: Usage ¦  Topic: OpenKM 4.0 build on eclipse galileo ¦  Replies: 10 ¦  Views: 10117

Hello All,
This is my first post to this forum. I'm trying to build openkm 4.0 from source, and have mixed result. Building from command line (console / terminal), resulted in succesfull build (at least the log said BUILD SUCCESSFULL), but I failed to build it under eclipse galileo. Here is my ...

About Us

OpenKM is part of the management software. A management software is a program that facilitates the accomplishment of administrative tasks. OpenKM is a document management system that allows you to manage business content and workflow in a more efficient way. Document managers guarantee data protection by establishing information security for business content.