Hello Team,
There are 340 instances set up as round robin but occasionally one or more of
the instances has 2 to 3 times more test sessions automatically created than
the other instances. Is there a way to prevent this? Here is the round robin
setup from the WOConfig.xml file attached.
Attache
I am by no means anywhere near an expert, but what backend is this? do you have
the correct and most up to date JDBC driver for this database?
On Dec 2, 2014, at 3:27 AM, Anthonin Lizé wrote:
> Hello everyone,
>
> I am quite a beginner in WO development and I have - until today - managed to
I’ve never used it, but there is an ERDSavedQueriesComponent. It was created
using ERCoreBusinessLogic, but it may work with ERCoreBL as well. I never tried.
On Dec 2, 2014, at 2:04 PM, James Cicenia wrote:
>
> I have an embedded query page:
>
> QueryAndListProducts: ERXD2WQuery{
> page
I have an embedded query page:
QueryAndListProducts: ERXD2WQuery{
pageConfiguration = "QueryProduct";
entityName="Product";
displayKeys="(name, sku, categorizedProducts)";
queryDataSource=dg.dataSource;
listConfigurationName = "ListProduct"
}
How do I go about saving
> On Dec 2, 2014, at 12:02 PM, OC wrote:
>
> Chuck,
>
> thanks a lot, but don't please let my problems spoil your vacation :)
>
>> On 2. 12. 2014, at 4:11, Chuck Hill wrote:
>>
>> The list of objects to get certain operation (e.g. Insert, delete,etc) is
>> stored separately from the EOs. I
NSTimestampFormatter. Ignore the deprecation.
Chuck Hill
Gevity Consulting Inc.
Sent from my mobile device.
> On Dec 2, 2014, at 5:49 PM, Thomas LATTER wrote:
>
> Hi, what is the simplest way these days to convert a string or Date to
> NSTimestamp ?
>
> I can't seem to use SimpleDateFormat
NSTimestamp deplDate = new NSTimestamp(dateFormat.parse(stringDate));
Cheers
On 02/12/2014 11:48, Thomas LATTER wrote:
Hi, what is the simplest way these days to convert a string or Date to
NSTimestamp ?
I can't seem to use SimpleDateFormat because java.util.Date cannot be
cast to com.webobj
Hi, what is the simplest way these days to convert a string or Date to
NSTimestamp ?
I can't seem to use SimpleDateFormat because java.util.Date cannot be cast
to com.webobjects.foundation.NSTimestamp ...
String stringDate = "01/01/2014";
SimpleDateFormat dateFormat = new SimpleDateFormat("dd/MM/y
Hello everyone,
I am quite a beginner in WO development and I have - until today -
managed to go through the different tutorials available on the
WOCommunity website.
I am writing a D2W application to expose some parts of an existing DB
with a lot of tables. So I did reverse engineered the D