Re: d2w - huh?
Re: d2w - huh?
- Subject: Re: d2w - huh?
- From: Ramsey Gurley <email@hidden>
- Date: Tue, 21 Jun 2011 14:03:39 -0700
Hi Mike,
On Jun 21, 2011, at 1:36 PM, Michael Gargano wrote:
> Hi all,
>
> I'm trying to integrate d2w into my app and when I change the rules no updates seem to ever take hold. I've tried clearing the d2w cache, but the only thing that seems to work is cleaning the project several times. I had a stand alone wonder d2w app to just play with and everything was working fine, now that app has the same problem too. Very strange.
If you are not using bundleless builds in Eclipse, you need to configure your wolips server and rule modeler app to talk to one another
http://wiki.objectstyle.org/confluence/display/WO/Configuring+Rule+Modeler
Either that, or you will need to set eclipse to auto-refresh your workspace or manually refresh your workspace after each save to your rules. This is painful though, so use the wolips server (^_^)
If you are using bundleless builds, this should not be necessary. I have gotten into states where changes in the rule file do not appear to take in Eclipse, but restarting Eclipse seems to fix it.
> Also, if I grab the queryAll page I run out of heap space after about 5-6 refreshes of the page. I hope I'm just doing something stupid here. Any ideas?
>
> Thanks.
> -Mike
I have not experienced problems with heap space in D2W. If you are, the most direct way to find out the problem is to analyze your heap to see what is not being garbage collected. If you open terminal.app and type in
jvisualvm
you can take a look at your heap vs. memory in use and do heap dumps to figure out what isn't getting garbage collected. If you are just using the Modern look templates without modifications, I would guess you are caching something via the rule system that you shouldn't.
Ramsey
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >d2w - huh? (From: Michael Gargano <email@hidden>) |