Re: Get framework name

2013-01-22 Thread Mike Schrag
>> Hi Miguel, >> >> You can use NSBundle.bundleForClass(some class in that bundle).name() You should test this with embedded frameworks in deployment … I seem to recall a bug at one point where the embedded jars inside of frameworks tricked NSBundle into thinking they were app-level jars. that m

Re: java.lang.NullPointerException in JavaMonitor (non-Wonder)

2013-01-22 Thread Ramsey Gurley
No error logs for java monitor? You could try turning on WODebuggingEnabled to get a stack trace in the browser at least. I think that's the magic property that does that. Ramsey On Jan 22, 2013, at 3:38 PM, programming...@mac.com wrote: > Hi all, > > JavaMonitor is suddenly throwing NPE's w

java.lang.NullPointerException in JavaMonitor (non-Wonder)

2013-01-22 Thread programmingosx
Hi all,JavaMonitor is suddenly throwing NPE's when I select the Detail View button in the Applications tab. Does anyone know what could be causing this? The default exception screen is not giving very much detail :-)Thanks,David ___ Do not post admin req

Re: Get framework name

2013-01-22 Thread Miguel Torres
Thanks everyone I will try it. On 22/01/2013, at 14:20, Chuck Hill wrote: > Hi Miguel, > > You can use NSBundle.bundleForClass(some class in that bundle).name() > > > Chuck > > > On 2013-01-22, at 11:59 AM, Miguel Torres wrote: > >> Hi List, >> >> We need to get the framework name to ge

Re: Get framework name

2013-01-22 Thread Hugi Thordarson
Hi Miguel. You should be able to use: NSBundle.bundleForClass( My.class ).name() Cheers, - hugi // Hugi Thordarson // http://www.godurkodi.is/ On 22.1.2013, at 19:59, Miguel Torres wrote: > Hi List, > > We need to get the framework name to get some resource. We have made this > before just

Re: Logos?

2013-01-22 Thread Ramsey Gurley
Easter egg it. Make an ascii one and put it in the page source. Then it'll be cool, like theoatmeal.com ;-) On Jan 22, 2013, at 1:12 PM, James Cicenia wrote: > Can I get them to post on my site. I want to render one in gray. > > Thanks > James > > > > On Jan 22, 2013, at 2:00 PM, Amedeo Man

Re: Logos?

2013-01-22 Thread Amedeo Mantica
I'm out now. I'll send you Sent from my iPhone On 22/gen/2013, at 21:12, James Cicenia wrote: > Can I get them to post on my site. I want to render one in gray. > > Thanks > James > > > > On Jan 22, 2013, at 2:00 PM, Amedeo Mantica wrote: > >> Me >> >> Sent from my iPhone >> >> On 22/g

Re: Get framework name

2013-01-22 Thread Thomas Grass (01SoftwareSolutions)
Hi Miguel, i don't know if there is a function which can handle this. But a solution for your problem could be to build your class like that: public class YOURCLASS { private String _frameworkName public void init(String frameworkName) { _frameworkName = frameworkName; } public YOURCLA

Re: Logos?

2013-01-22 Thread James Cicenia
Can I get them to post on my site. I want to render one in gray. Thanks James On Jan 22, 2013, at 2:00 PM, Amedeo Mantica wrote: > Me > > Sent from my iPhone > > On 22/gen/2013, at 18:24, James Cicenia wrote: > >> Anyone happen to have the vector art for Wonder / WO ? >> >> Thanks >> Jam

Re: Logos?

2013-01-22 Thread Amedeo Mantica
Me Sent from my iPhone On 22/gen/2013, at 18:24, James Cicenia wrote: > Anyone happen to have the vector art for Wonder / WO ? > > Thanks > James > ___ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list

Get framework name

2013-01-22 Thread Miguel Torres
Hi List, We need to get the framework name to get some resource. We have made this before just calling the method frameworkName() from a java class that extends from a ERXComponent o WOComponent. Now we need to get the framework's name from a class that do not extends from WOComponent, is any

Logos?

2013-01-22 Thread James Cicenia
Anyone happen to have the vector art for Wonder / WO ? 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 Subscription: https://li

Re: Best Current Platform

2013-01-22 Thread Beatty, Daniel D CIV NAVAIR, 474300D
Greetings Lon, I try to stay out of the best venue debate. Does it really matter? What I would find helpful are deployment mechanisms that enable me to ensure regulation compliance on either Linux or OSX. Yes, we have OSX servers and love them. There are also clouds available, and that is wher

Re: WOResponse large http file download

2013-01-22 Thread Jürgen Tabert
Download via Direct Access or Apache/mod_webobjects or something else On 21.01.2013, at 13:59, niek wrote: > I tried this exact same code, and it doesn't work here. > The file does not get fully downloaded. I'm trying to download a 7GB zip > file, and only 2.808.905 bytes (2.8GB) gets downloade