Hi Tim,
On 2015-02-12, 7:24 PM, "Timothy Worman" wrote:
All:
I have an application that deadlocks every time I try to bounce instances. The
previous instance of the app never will completely shutdown. Since this isn’t
(yet) my forte, this is what my jstack output looks like:
General jstack r
All:
I have an application that deadlocks every time I try to bounce instances. The
previous instance of the app never will completely shutdown. Since this isn’t
(yet) my forte, this is what my jstack output looks like:
General jstack reading tips welcome as well - gotta do some learnin’.
Ramsey,
so after all of 15 minutes (and being disturbed by a 10 minute phone call) and
it works! Thank you! Now on to a JasperReport for the week!
two rules:
100 : pageConfiguration = 'CreateEvent' => displayPropertyKeys = (("one",
"show", "dateTime"), ("tabTwo", "eventBooks"))
[com.w
On Thu, 12 Feb 2015 13:36:58 +
Mark Wardle wrote:
> I struggled to use dynamically generated images in ERPDFGeneration
> and couldn’t get it to work - generally getting incorrect URLs in the
> generated HTML files generated from a WOComponent template.
What kind of URLs were you trying to us
On Feb 12, 2015, at 6:29 PM, Ramsey Gurley wrote:
>
> On Feb 12, 2015, at 1:38 PM, Theodore Petrosky wrote:
>
>>
>> On Feb 12, 2015, at 12:15 PM, Ramsey Gurley wrote:
>>
>>>
>>> On Feb 11, 2015, at 10:46 PM, Theodore Petrosky wrote:
>>>
But there are rules about these books. There
On Feb 12, 2015, at 1:38 PM, Theodore Petrosky wrote:
>
> On Feb 12, 2015, at 12:15 PM, Ramsey Gurley wrote:
>
>>
>> On Feb 11, 2015, at 10:46 PM, Theodore Petrosky wrote:
>>
>>> But there are rules about these books. There are 15 persons assigned to the
>>> Reed1 book for Show01. Only o
On Feb 12, 2015, at 12:15 PM, Ramsey Gurley wrote:
>
> On Feb 11, 2015, at 10:46 PM, Theodore Petrosky wrote:
>
>> But there are rules about these books. There are 15 persons assigned to the
>> Reed1 book for Show01. Only one of them is the PrimaryPlayer. Likewise
>> there are 20 other boo
Hi Ken,
thank you so much! That was exactly what i was looking for the last days. You were right, i have Wonder and the templates generating the _Entity and Entity. With your solution, everything looks now fine!
Daniel
Gesendet: Donnerstag, 12. Februar 2015 um 17:42 Uhr
Von: "Ken Anders
I just noticed, you mentioned other books have the same rule on the same event.
In which case, you’d make
Event
->>eventBooks
->>primaryEventBooks
EventBook
->event
o>person
->book
o>primaryForEvent
distinct index (primaryForEventId, bookId)
check constraint (eventId = primaryForEventId or prima
On Feb 11, 2015, at 10:46 PM, Theodore Petrosky wrote:
> But there are rules about these books. There are 15 persons assigned to the
> Reed1 book for Show01. Only one of them is the PrimaryPlayer. Likewise there
> are 20 other books assigned to this Show.
How do you know who is the primary i
Yes, it looks like willInsert has a rather poor choice of names.
Chuck
On 2015-02-12, 7:25 AM, "Theodore Petrosky" wrote:
BTW, here is an experiment. I put into my EO the three methods:
@Override
protected void init(EOEditingContext ec) {
System.out.println("Just called init ec = " + ec);
@Ove
Daniel,
I should have asked, but you’re using WOnder, right? I use WOnder and
templates that generate a lot of good stuff. Are you generating _ and
files?
Assuming you are, you can use some of the convenience methods, like:
NSArray = Car.fetchCars(editingContext, Car.BRAND.in(brands), null)
Hi Ken,
thank you for your reply. This looks exactly like the thing i have looked for, but i have no idea how to use this?
How do i get a list of Cars with the ERXOrQualifier? Sorry for this question, but i have never done it like this before.
Can you help me?
Thanks,
Daniel
Gesendet
Daniel,
You can use the in method of the ERXKEY like this:
NSArray brands = new NSArray(new Brand[] {vw, audi, bmw});
Car.BRAND.in(brands);
This still generates an OR qualifier, but it’s prettier.
Ken
On Feb 12, 2015, at 8:25 AM, Daniel Hausberger wrote:
> Hi Experts,
> i'm strugeling aroun
BTW, here is an experiment. I put into my EO the three methods:
@Override
protected void init(EOEditingContext ec) {
System.out.println("Just called init ec = " + ec);
@Override
public void awakeFromInsertion(EOEditingContext editingContext) {
System.out.println("Just called awakeFromInsertion e
I struggled to use dynamically generated images in ERPDFGeneration and couldn’t
get it to work - generally getting incorrect URLs in the generated HTML files
generated from a WOComponent template.
As a fix, I added support for ERPDFGeneration to handle html IMG tags with
base64 encoded data in
Hi Experts,
i'm strugeling around with an (i think so) easy problem: What is the right way to make an Qualifier (for a Fetch-Specification in EOModeler) to not search with just one single Object, but with a list of objects:
For example this model:
1 Car-Brand produces many Cars (e.
17 matches
Mail list logo