Search found 153 matches

by Hubertus
Tue Jul 24, 2007 2:56 pm
Forum: Tips and Tricks
Topic: Naming of PDFs / Document Mangement
Replies: 4
Views: 13190

Hello, I'm currently working on a custom process that reads the contents (file names) of specified directories and puts them into a BO. IMO this would ease the document handling issues. I hope that I'll find the time to finish this until the end of the week. Just in case someone would be interested....
by Hubertus
Tue Jul 24, 2007 12:01 pm
Forum: General discussion and questions about Aware IM
Topic: Table of items and sorting
Replies: 5
Views: 12597

I have a form like
Image

Now when I change the default sort order in the table of items I'm missing the link to "Start Operation" in the bottom of the form.
Image
by Hubertus
Sun Jul 22, 2007 7:41 pm
Forum: General discussion and questions about Aware IM
Topic: Appending data
Replies: 5
Views: 11602

Thanks ! Great to know, however at the time of that writing this function hasn't been available. Just another proof that AwareIM continuously goes towards THE perfect tool :)
by Hubertus
Sat Jul 21, 2007 8:41 am
Forum: General discussion and questions about Aware IM
Topic: Feature request
Replies: 13
Views: 26296

What if you try <a href=http://localhost:8080/AwareIM/updateEntity.do?actionMethod=startProcess&processName=Save> Save</a> ? :wink:
by Hubertus
Sat Jul 21, 2007 7:39 am
Forum: General discussion and questions about Aware IM
Topic: Feature request
Replies: 13
Views: 26296

As always 8) Many thanks for the hint !
Maybe you could state in the doc section of businessProcess.do that updateEntity.do does the same but WITH context.
by Hubertus
Fri Jul 20, 2007 5:50 pm
Forum: General discussion and questions about Aware IM
Topic: Feature request
Replies: 13
Views: 26296

Calling the process itself doesn't be problem. (I type this from memory so don't blame me in case I'm syntactically wrong) <a href=<<SystemSettings.InstallURL>>businessProcess.do?actionMethod=commit&procName=MyProcess>MyProcess</a> The process itself runs fine but outside the execution context. Ther...
by Hubertus
Fri Jul 20, 2007 4:58 pm
Forum: General discussion and questions about Aware IM
Topic: Table of items and sorting
Replies: 5
Views: 12597

Table of items and sorting

Small problem here with table of items running build 972.
I have a form with an attribute showing up as a table of items. When clicking on a header in the list in order to change the sort order then the process calls in the bottom of the form disappear.

Thanks for taking a look at this,
Hubertus
by Hubertus
Fri Jul 20, 2007 4:51 pm
Forum: General discussion and questions about Aware IM
Topic: Static Site Integration - Login from static site home page
Replies: 3
Views: 9260

Many thanks for that ! Just changed it :oops:
by Hubertus
Fri Jul 20, 2007 4:40 pm
Forum: General discussion and questions about Aware IM
Topic: Feature request
Replies: 13
Views: 26296

Feature request

Please, please, please consider 1 additional feature for the next version. What I'd really like to see is the ability to place process calls into a form's cell. Placing process calls in the bottom / header of the form is sometimes misleading when being related to only one special attribute on the fo...
by Hubertus
Thu Jul 12, 2007 8:58 pm
Forum: General discussion and questions about Aware IM
Topic: Custom Process
Replies: 12
Views: 17755

Many thanks for your help ! I'm now up and running. 8)
The final problem was that I've been using the wrong java version :oops:

Just one final question: When compiling a new version of my custom process do I really need to restart AwareIM every time ?

Hubertus
by Hubertus
Wed Jul 11, 2007 7:51 pm
Forum: General discussion and questions about Aware IM
Topic: Custom Process
Replies: 12
Views: 17755

Thanks for the tip - something has changed. However there's now a different error message. "Unknown System Error" The Tomcat log shows: ActionErrorException thrown with message Unknown system error com.bas.webapp.actions.d: Unknown system error at com.bas.webapp.actions.b.a(Unknown Source) at com.ba...
by Hubertus
Wed Jul 11, 2007 4:07 am
Forum: General discussion and questions about Aware IM
Topic: Custom Process
Replies: 12
Views: 17755

My scripts are here http://hiden.org/files/u1/scripts.zip

Thanks
Hubertus
by Hubertus
Tue Jul 10, 2007 8:23 pm
Forum: General discussion and questions about Aware IM
Topic: Custom Process
Replies: 12
Views: 17755

I compiled the SimpleProcess and LongProcess examples from the Programmers Reference using NetBeans into labman.jar (com.labman). I've added this .jar to the classpath entry in setEnv.sh, ClientStarter.sh as stated in the Programmers Reference and additionally to startWareIM.sh (I'm using Linux) Whe...
by Hubertus
Mon Jul 09, 2007 8:01 pm
Forum: General discussion and questions about Aware IM
Topic: Custom Process
Replies: 12
Views: 17755

Custom Process

Could someone please be so kind and post a working custom process implementation ? I tried with the example from the Programmers Reference but quite without luck. What I'd like to implement (once I get around the basics) is a process that reads the contents of a directory and stores the filenames ba...