Re: Unknown key [SOLVED]

2015-02-10 Thread Mark Wardle
You can force the entity name to use with an EntityAssignment in the rule system when you create page configurations which might make it difficult for the system to parse your entity. This is particularly an issue if you have compound and non-compound entity names. For example: 100 : pageConfig

Re: EOTemporaryGlobalID Error when running unit tests

2015-02-10 Thread Kevin Hinkson
Thanks Chuck. At least now I know what might be the cause, I can aim in that direction and see if I find any issues. > On Feb 10, 2015, at 12:17 PM, Chuck Hill wrote: > > "InetAddress for local host not accessible” that looks like a networking > issue on that machine. Not sure what, but the

Re: EOTemporaryGlobalID Error when running unit tests

2015-02-10 Thread Chuck Hill
"InetAddress for local host not accessible" that looks like a networking issue on that machine. Not sure what, but the root cause is outside of WO. Chuck On 2015-02-10, 6:18 AM, "Kevin Hinkson" wrote: Hi, I'm encountering a bit of a problem when running unit tests in Eclipse using WOUnit. I

JRebel nightly is good

2015-02-10 Thread Theodore Petrosky
I don’t know if anyone else was hurt by the 6.0.3 release. the new 6.1.0 nightly fixes the issue. Begin forwarded message: > Hi Theodore, > > my name is Silver, I'm working on JRebel Eclipse plugin development here in > ZT. Wanted to let you that JRebel Eclipse nightly plugin should be again

Re: Unknown key [SOLVED]

2015-02-10 Thread Lize Anthonin (@JCOMMOPS)
Wow. I just renamed - as you suggested - "Ship" into "DaShip", and there is no problem anymore... A thing to know, no "Ship" named entity for D2W apps. Must be conflicting with "relationSHIP" indeed... Anyway, thank you for your help and patience! Anthonin On Tue, 2015-02-10 at 07:28 -0800,

Re: Unknown key

2015-02-10 Thread David Holt
It looks to me like SHIP may be the problem especially if you have other entities with that word contained in it. It is also contained in the word relationSHIP, so I'm wondering if you're running into something obscure here. Sent from my iPad > On Feb 10, 2015, at 7:20 AM, Lize Anthonin (@JCOM

Re: Unknown key

2015-02-10 Thread Lize Anthonin (@JCOMMOPS)
Yes I agree on that, must be tied to a D2W rule problem. Yes I have entities with similar names, but they are not the ones involved in this issue (at least the entites "Ship" and "ShipLoc" are causing any trouble). Another example, quite paradoxical, when I open a page for creating a new record

Re: Unknown key

2015-02-10 Thread David Holt
This looks like a D2W rule problem to me. Do you have two entities with similar names? Are you using 'like' to qualify on the LHS? Sent from my iPad > On Feb 9, 2015, at 1:11 AM, Lize Anthonin (@JCOMMOPS) > wrote: > > Hi all, > > I ran into the following - quite classic - error, and I don't

EOTemporaryGlobalID Error when running unit tests

2015-02-10 Thread Kevin Hinkson
Hi, I’m encountering a bit of a problem when running unit tests in Eclipse using WOUnit. I am suddenly getting the following error and I’m not certain at all what changed in my setup to cause this. This is happening for unit test involving EOs that I run from within Eclipse. To run a test I sim

assigning relationship in willInsert()

2015-02-10 Thread Theodore Petrosky
I am in the process of creating an example d2w app. Basically it manages Shows and the People that play them. the end result is a report for any given week and specific show, who played what book? So I can create shows, people, instruments. and I am looking at the Events. An event is a performa

Re: Unknown key

2015-02-10 Thread Lize Anthonin (@JCOMMOPS)
I tried and it results in the same issue. It is just looking for Ship keys inside Obs Java class, instead of *GenericRecord. Anthonin On Tue, 2015-02-10 at 08:54 +0100, Lize Anthonin (@JCOMMOPS) wrote: Ok I made the Entities subclass ERXGenericRecord, but still got the same issue.