jelly

How to pass parameters to a test script in Jameleon?

Jameleon is an automated testing framework (built on top of Jelly). I have been using Jameleon at one project to write automated tests in xml format. It works fine for simple tests but I am starting to feel that it has some serious limitations. There is a set of steps that are common to a lot of my test cases and I would like to create ...

How to message a ESB using jelly + soap

Ive been looking for examples how to send messages using jelly + soap but they are very scarce. Anyone can provide a template of how to do this? ...

Whats wrong with the following JIRA Jelly + Soap Script?

anyone knows what wrong with the following Jira, Jelly + Soap script? Assume the WSDL file is correct, since it works with soap directly. <JiraJelly xmlns:jira="jelly:com.atlassian.jira.jelly.enterprise.JiraTagLib" xmlns:core="jelly:core" xmlns:soap="jelly:soap"> <core:new var="endpointvar" className="java.lang.String"> <core:a...

Jelly script to reset the issue resolution in JIRA

I am trying to run a jelly script in JIRA to set the resolution to null for all my issues. The following script runs without errors and returns this: <JiraJelly xmlns:jira='jelly:com.atlassian.jira.jelly.JiraTagLib' xmlns:log='jelly:log' xmlns:core='jelly:core' xmlns:jx='jelly:xml' xmlns:util='jelly:util'>org.ofbiz.core.entity.GenericVa...

Jelly + JavaScript

Hi. I'm working with Hudson plugins. Jelly views are the most complicated thing for me. So the question is how to use JavaScript code in Jelly scripts? P.S. "Hello World" script is working good but simple "for" loop brings a lot of problems... ...

Ko3 - Jelly Module - 500 Internal Error

Hi every one. This is driving me crazy. For some reason, Jelly module throws a 500 internal error. I have no idea why it does it, or how to solve this. When I remove jelly module folder from the server or simply rename any of the jelly module files, the error disappears (Kohana throws an error because Jelly Class is not found which is ...

Hudson Jelly file is failing to render internal tag

This Code is from a Hudson plugin. The problem is that the line <aspen:featureTable support="${it.getLastBuild().getFeatureSupport()}" /> should render to a table inside the following script. does anyone know why it would be skipped over by the rendering engine? <j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:d...

Kohana: Jelly-Auth and Jelly-Formo won't play well together... cause errors...

Trying to use the modules: Jelly-Auth and Jelly-Formo is causing 2 errors. Depending on how I arrange my boostrap file I can get rid of one error or the other but not both... Error 1: Auth works fine, formo doesn't: http://wellcommentedcode.com/stack_questions/formo.jpg Kohana::modules(array( 'database' => MODPATH.'database', //...

Using 'and' with Kohana Jelly

I am counting how many rows there are in a database that match two conditions $rows = Jelly::select('brief')->where('creator_id', '=', $this->view->user->id, 'and', 'name', '=', $name)->count(); I have done this before a long time ago and have forgotten how. I was wondering if this is the correct way of doing it. I just can't seem to...

Hudson .jelly files edit not reflected.

I edited a few .jelly files for Hudson, but it's not reflected. How do I restart Hudson ? I hope that this will display the HTML tag changes made in the .jelly files. I am trying to change the look and feel of the Hudson. ...