The problem I have is that when using Log4j during a parallel execution of several processes, this creates a log for each of the processes, but writes all the output in one of them randomly.
It is written in groovy.
This is my .properties...
I maintain an inherited system, and I have seen in many parts a block similar to the following:
try {
// aqui codigo
} finally {
// mas codigo aqui
}
My question is: What is the function of making a try .. finally , without the b...
I'm starting with Gradle and I was wondering what are the main differences with Maven when starting a new project in groovy / grails.
Note: The question can be considered as opinion and be moderate, I would appreciate it if you help me unders...
Good afternoon community,
I'm trying to rescue the text of the following element:
<table class="GroupsTable">
<tbody>
<tr>
<td>
<input type="checkbox" name="chk" value="1">
" texto no s...
The reason for my question is that I need to know how to obtain the information that has the child nodes, since I am consuming a web service and at the moment mapping the xml does not map it as I wish since I want to have the data of the xml sep...
GOOD NIGHTS I'M WORKING WITH JIRA 7 AND GROOVY I NEED TO SET ONLY SOME VALUES WHEN I SELECT A DETERMINED ITEM OF THE MAIN COMBO
there is an example if in the detection process you select Peer Review by default you must change the parent combo...
I'm launching a jobs of Jenkins that in turn launches a groovy call.
This groovy call works perfectly, but not since Jenkins.
The script is:
import groovy.util.XmlParser
import groovy.util.XmlSlurper
import groovy.util.slurpersupport...
Very good, I currently have the following xml file (person.xml)
Jane
Smith
31
Juan
Smith
31
In the process that I am doing, I know what the value of var will be and what I need to obtain is the value o...
When making a connection to the sql server in a MockService using soapui version 5.4 I get the following error:
INFO: groovy.lang.MissingPropertyException: No such property:
connectionUrl for class: Script1
The code I have is the fol...