| Author |
Message |
|
|
Hi,
Any update for the GrailsFlow 1.0-final released date?
Thanks.
|
 |
|
|
How can I access automated view in manual mode?
For example.
I have process variable "var" wich can be set to "red" or "blue" in selectBox.
I've made
in process definition(not sure about syntax).
How can I use this in manualForm? Actually I need data: "red", "blue".
Alexand Yanitsky, developer
|
 |
|
|
Hello!
What if i want to access process variable by name?
For example "node.process.variables.varName"?
Now they are in Array, so I can only iterate through it and get the variable I need.
Alexand Yanitsky, developer
|
 |
|
|
Hi there,
Nice to find such a cool CSM built on grails.
I tried to deploy the war downloaded from the website and install it into my local tomcat 6.0.20.
I'm on a Mac OS X 10.6.2(latest)
I noticed a few issues there after I startup the tomcat:
1)I see the weceem.properties has to be the classpath of tomcat or put it where you start the tomcat, but I think it would be better if it could be put inside the weceem/WEB-INF
2)On Mac OS X, when it tries to start, it needs to create a few directories inside the /private/var/cache/weceem/searchable-index/index/ for the compass plugin, where a normal user without root privilege can not do it. Thus I had to create it manually. So I wonder why not create the lucene indexes and other stuff in a user folder, e.g. ~/.weceem/ ?
3)Got two warning from log4j at the startup:
log4j:WARN File option not set for appender [fileLog].
log4j:WARN Are you using FileAppender instead of ConsoleAppender?
about which I have no idea.
4)Startup fails at loading bootstrpas as following:
2009-11-26 11:29:57,897 [main] ERROR util.JDBCExceptionReporter - Table 'weceem.status' doesn't exist
2009-11-26 11:29:57,921 [main] ERROR context.ContextLoader - Context initialization failed
org.springframework.beans.factory.access.BootstrapException: Error executing bootstraps; nested exception is org.codehaus.groovy.runtime.InvokerInvocationException: org.hibernate.exception.SQLGrammarException: could not execute query
I checked the db and obviously nothing was created at that time. I even tried to change the value of dataSource.dbCreate=create and still no luck.
So I wonder how the db schema should be created. Or maybe I missed something in the docs there. If so, please point it out for me.
Cheers
|
 |
|
|
Hello,
it is stated in the documentation page that Weceem is only supported by Grails RC-M2. However, this version is not even available in the Grails web-site for download.
Could I use RC-M4 with no problems?
thanks
Franklin Samir Dattein
|
 |
|
|
Dear Weceem Team and users,
I am currently building a project with your very neat plugin, but I'm struggling to create my own content types...
When are you planning to release a more detailed documentation?
Greetings Alex
|
 |
|
|
Hi,
Is it possible to do something similar to below?
From what I have found so far date/time blocks can only have leading/trailing text or xpath values.
I have been playing with it for a while and so far have found to be able to do this only by making the date block a template, converting a call template block to XSL and putting the text in accordingly, however this has only allowed me to put multiple dates in the same block and change the text for the whole block. I don't know XSL so would rather avoid having to learn how to code it to achieve what I need.
|
 |
|
|
Now grails released 1.2-M4, it is very stable now. From 1.2-M2 which Weceem began to upgrade, there are many bug fixed.
Does the team have any plan to upgrade GrailsFlow to Grails 1.2? I want to use it in my running project.
Thanks for your great work!
|
 |
|
|
Hi weceem team,
I'm considering using weceem for a small project, and I would like to know what your release roadmap looks like with regard to the grails 1.2 status (see: http://old.nabble.com/Grails-1.2-Release-Status-Update-td26197771.html).
Will there be a corresponding weceem release for 1.2 RC1/final? In the mean time what grails/weceem release/codebase is recommended to use?
Thanks,
|
 |
|
|
Where can one download 4.0.1 from? i too require the ability to insert an http:// image.
I downloaded XSLFast from this site a couple of days ago and i can not for the life of me work out how to put an internet image in.
|
 |
|
|
Hi All,
weceem.org has been returning HTTP #503 all morning.
Does anyone have direct contact with the person responsible for the site?
Regards,
-Jev
|
 |
|
|
I'm in the process of creating a new all grails web site (and architecture with many grails websites providing each other services via XML http) for studentuniverse.com
I wanted to create my own custom CMS which would be specific to our business, so that editing our content would be streamlined to our business practices. But I think it would be wasteful to re-invent everything. I took another look at Weceem, and it may work for me. But I had some questions:
Did you ever consider the possibility of keeping each domain object in its own table? Right now it just adds more column to the master "content" table to cover all possible fields for all domain classes. Maybe the content table could just store the versions and types, and point to the tables (probably through the code and reflection). I'm sure there are a lot of challenges with this approach (searching content for one?), but am wondering if you tried it?
I've got a lot more questions. I'm trying to figure out how it works and how it will work with what I'm trying to do. Some of the documentation is out of date, some of it documents things not yet implemented (some tags). In general I'm looking at the source...
A lot of my questions are about best practices for introducing your own domain objects, and providing the most efficient ways to edit them. (I want a Destination content type, for example, which will allow you to pick from a dropdown of destination types, like country,state,region,theme, city). Those types are loaded at startup through a private plugin which uses XML over HTTP to get the data from a different grails app on a different server, and then creates them as objects in a memory cache. How to get something like that to populate the dropdown in the editor view would be of interest to me. Not sure how to explain the questions I have.
Also, I'd be willing to help Weceem grow if needed....
Thanks,
Dale
|
 |
|
|
Hi
i have a problem at this point of the installation:
"Configure the server/application:
1. Set the Java VM property "weceem.config.location" to point to the file, by modifying your container's VM options to include:
-Dweceem.config.location=file:///your/path/to/weceem.properties "
my question is: where to add the line " -Dweceem.config.location=file:///your/path/to/weceem.properties"
in which file and position? (im using tomcat 6 an my weceem.properties is in the <tomcat>\conf dir with the other .properties (logging and catalina))
thank you, and sorry for being a newbie
|
 |
|
|
Hi, i've got a problem using GrailsFlow. I want to use some JSON data that is sent from another application to make the options of a select tag for a variable, that is used in a process. I know my english is bad, so I'll give an example: we have a process called "processOne" with a variable "house" that should be selected from a list of values using a select tag. The list of options if formed using some JSON data, that we get from another application. The question is where I have to put my code, which gets and parses the JSON data and how I can send it to the corresponding view?
P.S. thanks for your work on developing such a great engine
|
 |
|
|
|
thanks a lot!
|
 |
|
|