Re: JavaMonitor direct action access

2012-04-26 Thread Johann Werner
Oh and if you're at it add an option that will make bounce work on any host ;-) (currently if you bounce but all non-running configured instances are on different hosts nothing happens) Am 26.04.2012 um 23:54 schrieb Chuck Hill: > That is the way that I head it! :-P > > > On 2012-04-26, at 2

Re: JavaMonitor direct action access

2012-04-26 Thread Chuck Hill
That is the way that I head it! :-P On 2012-04-26, at 2:42 PM, Paul Yu wrote: > You are!!! > > -- > Paul Yu > Sent with Sparrow > > On Thursday, April 26, 2012 at 5:34 PM, John Huss wrote: > >> In addition the existing direct actions available for JavaMonitor, it would >> be really nice to

Re: JavaMonitor direct action access

2012-04-26 Thread Paul Yu
You are!!! -- Paul Yu Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Thursday, April 26, 2012 at 5:34 PM, John Huss wrote: > In addition the existing direct actions available for JavaMonitor, it would > be really nice to be able to target all the instances on a specific host (for

Re: Maven

2012-04-26 Thread Lachlan Deck
On 26/04/2012, at 9:51 PM, Ron X wrote: > i wrote: > > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException > > ---read this--- > i have removed broken files from repository and execute again. and i do it > doubly. > but i have again the same error! > ---

Re: Model dependencies

2012-04-26 Thread Ramsey Gurley
This solution is basically like the third approach. It makes some assumptions about the user model that may not be true. The user (God forbid) might have a compound primary key for instance. It that case, the relationship wiring falls down and needs adjustment. So, the join info becomes anothe

How do I format EXCEL Date from D2W ?

2012-04-26 Thread James Cicenia
I tried setting excelTypeForProperty to "CELL_TYPE_DATE" That just crashes. Thanks James ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your

Re: Components Trouble

2012-04-26 Thread Ron X
yes, everything is like you said. but java-sources i locate in componenT (without s) package. 26 апреля 2012 г. 15:29 пользователь Farrukh Ijaz < farrukh.i...@fuegodigitalmedia.com> написал: > Hi Ron, > > Is this happing with any project you create? If not then check the file * > resources.includ

Re: Components Trouble

2012-04-26 Thread Farrukh Ijaz
Hi Ron,Is this happing with any project you create? If not then check the file resources.include.patternset under woproject folder. It should be something like this. Looks like the app can't locate the .wo folder.FarrukhOn 2012-04-26, at 11:56 AM, Ron X wrote:hii have some problem with components:@

Re: Maven

2012-04-26 Thread Ron X
i wrote: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException ---read this--- i have removed broken files from repository and execute again. and i do it doubly. but i have again the same error! - so i find files, remove it, maven download it. but ma

Re: Maven

2012-04-26 Thread Lachlan Deck
On 26/04/2012, at 5:28 PM, Ron X wrote: > [INFO] > > [INFO] BUILD FAILURE > [INFO] > > [INFO] Total time: 19.869s > [INFO] Finished at: Wed Apr 25 23:

Re: A problem with http request to a webobjects site

2012-04-26 Thread Paul D Yu
Why don't you update the WOCommunity site with a write up? Sent from my iPad On Apr 26, 2012, at 5:12 AM, User wrote: > Thank you all! I got it! > I'll describe with pleasure the solution of this problem on request. > ___ > Do not post admin requests

Re: A problem with http request to a webobjects site

2012-04-26 Thread User
Thank you all! I got it! I'll describe with pleasure the solution of this problem on request. ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your

Components Trouble

2012-04-26 Thread Ron X
hi i have some problem with components: @Override public WOActionResults defaultAction() { WOComponent page = pageWithName(Main.class); return page; } DEBUG 42.53 MB used/38.53 MB free [WorkerThread0] (ERXNSLogLog4jBridge.java:46) - No template found for compon

Re: Problem with download link in 'appendToResponse'

2012-04-26 Thread Henrique Gomes
You can have a D2W component with a link to downloadable content, but that link needs to return a component that only vends the downloadable file. At least that's the way I've done always. Create an empty component (does not need any html, just the .java and .api) and place the appendToResponse

Re: Maven

2012-04-26 Thread Ron X
[INFO] [INFO] BUILD FAILURE [INFO] [INFO] Total time: 19.869s [INFO] Finished at: Wed Apr 25 23:44:20 PDT 2012 [INFO] Final Memory: 6M/81M [INFO] ---