Re: You don't have permission to access /cgi-bin/WebObjects/TheApp.woa/-5579 on this server.

2010-04-14 Thread Chuck Hill


On Apr 14, 2010, at 8:03 PM, Jeff Schmitz wrote:

Actually, I think I had the Directory entry right originally (with  
the Order and Deny lines commented out).  But when I have them like  
that, it still doesn't run and gives me a "Safari can't open the  
page." error (not the permissions error).  Runs fine with direct  
connect enabled.


That just tells you that your Apache configuration is the problem.   
Which I think you already knew.





Jeff

On Apr 14, 2010, at 9:54 PM, Jeff Schmitz wrote:

Same thing was happening to me (I just upgraded to SL on my Dev  
machine), and after making the suggested change below, when I start  
my app with DirectConnect disabled I'm getting


Forbidden

You don't have permission to access /cgi-bin/WebObjects/ 
netBrackets.woa/- on this server.


Any ideas?

Thanks,
Jeff

On Apr 6, 2010, at 2:34 PM, David LeBer wrote:



On 2010-04-06, at 3:06 PM, David LeBer wrote:


Hey all,

I'm on Snow Leopard and my dev environment is not letting me  
connect to my app with direct connect disabled. Sheepishly, I  
can't remember whether this has worked since I updated  to SL.  
Does anyone have a working apache2 httpd.conf file they could  
send me that I could compare against mine?


Thx,

;david



Thanks everyone, found it.


 Options FollowSymLinks
 AllowOverride None
 Order deny,allow
 Deny from all


vs:


 Options FollowSymLinks
 AllowOverride None
 #Order deny,allow
 #Deny from all


I thought I'd corrected that...

;david

--
David LeBer
Codeferous Software
'co-def-er-ous' adj. Literally 'code-bearing'
site:   http://codeferous.com
blog:   http://davidleber.net
profile:http://www.linkedin.com/in/davidleber
twitter:http://twitter.com/rebeld
--
Toronto Area Cocoa / WebObjects developers group:
http://tacow.org




___
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:
http://lists.apple.com/mailman/options/webobjects-dev/jeffandmonica%40mac.com

This email sent to jeffandmon...@mac.com


___
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:
http://lists.apple.com/mailman/options/webobjects-dev/jeffandmonica%40mac.com

This email sent to jeffandmon...@mac.com


___
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:
http://lists.apple.com/mailman/options/webobjects-dev/chill%40global-village.net

This email sent to ch...@global-village.net


--
Chuck Hill Senior Consultant / VP Development

Practical WebObjects - for developers who want to increase their  
overall knowledge of WebObjects or who are trying to solve specific  
problems.

http://www.global-village.net/products/practical_webobjects







___
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:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: You don't have permission to access /cgi-bin/WebObjects/TheApp.woa/-5579 on this server.

2010-04-14 Thread Chuck Hill

Ah, The Joy of Apache Configuration!

What is in httpd.conf for:

ScriptAlias
ScriptAliasMatch

Any all  configurations?


Chuck


On Apr 14, 2010, at 7:54 PM, Jeff Schmitz wrote:

Same thing was happening to me (I just upgraded to SL on my Dev  
machine), and after making the suggested change below, when I start  
my app with DirectConnect disabled I'm getting


Forbidden

You don't have permission to access /cgi-bin/WebObjects/ 
netBrackets.woa/- on this server.


Any ideas?

Thanks,
Jeff

On Apr 6, 2010, at 2:34 PM, David LeBer wrote:



On 2010-04-06, at 3:06 PM, David LeBer wrote:


Hey all,

I'm on Snow Leopard and my dev environment is not letting me  
connect to my app with direct connect disabled. Sheepishly, I  
can't remember whether this has worked since I updated  to SL.  
Does anyone have a working apache2 httpd.conf file they could send  
me that I could compare against mine?


Thx,

;david



Thanks everyone, found it.


  Options FollowSymLinks
  AllowOverride None
  Order deny,allow
  Deny from all


vs:


  Options FollowSymLinks
  AllowOverride None
  #Order deny,allow
  #Deny from all


I thought I'd corrected that...

;david

--
David LeBer
Codeferous Software
'co-def-er-ous' adj. Literally 'code-bearing'
site:   http://codeferous.com
blog:   http://davidleber.net
profile:http://www.linkedin.com/in/davidleber
twitter:http://twitter.com/rebeld
--
Toronto Area Cocoa / WebObjects developers group:
http://tacow.org




___
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:
http://lists.apple.com/mailman/options/webobjects-dev/jeffandmonica%40mac.com

This email sent to jeffandmon...@mac.com


___
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:
http://lists.apple.com/mailman/options/webobjects-dev/chill%40global-village.net

This email sent to ch...@global-village.net


--
Chuck Hill Senior Consultant / VP Development

Practical WebObjects - for developers who want to increase their  
overall knowledge of WebObjects or who are trying to solve specific  
problems.

http://www.global-village.net/products/practical_webobjects







___
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:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: You don't have permission to access /cgi-bin/WebObjects/TheApp.woa/-5579 on this server.

2010-04-14 Thread Jeff Schmitz
Actually, I think I had the Directory entry right originally (with the Order 
and Deny lines commented out).  But when I have them like that, it still 
doesn't run and gives me a "Safari can't open the page." error (not the 
permissions error).  Runs fine with direct connect enabled.

Jeff

On Apr 14, 2010, at 9:54 PM, Jeff Schmitz wrote:

> Same thing was happening to me (I just upgraded to SL on my Dev machine), and 
> after making the suggested change below, when I start my app with 
> DirectConnect disabled I'm getting 
> 
> Forbidden
> 
> You don't have permission to access /cgi-bin/WebObjects/netBrackets.woa/- 
> on this server.
> 
> Any ideas?
> 
> Thanks,
> Jeff
> 
> On Apr 6, 2010, at 2:34 PM, David LeBer wrote:
> 
>> 
>> On 2010-04-06, at 3:06 PM, David LeBer wrote:
>> 
>>> Hey all,
>>> 
>>> I'm on Snow Leopard and my dev environment is not letting me connect to my 
>>> app with direct connect disabled. Sheepishly, I can't remember whether this 
>>> has worked since I updated  to SL. Does anyone have a working apache2 
>>> httpd.conf file they could send me that I could compare against mine? 
>>> 
>>> Thx,
>>> 
>>> ;david
>> 
>> 
>> Thanks everyone, found it.
>> 
>> 
>>   Options FollowSymLinks
>>   AllowOverride None
>>   Order deny,allow
>>   Deny from all
>> 
>> 
>> vs:
>> 
>> 
>>   Options FollowSymLinks
>>   AllowOverride None
>>   #Order deny,allow
>>   #Deny from all
>> 
>> 
>> I thought I'd corrected that...
>> 
>> ;david
>> 
>> --
>> David LeBer
>> Codeferous Software
>> 'co-def-er-ous' adj. Literally 'code-bearing'
>> site:http://codeferous.com
>> blog:http://davidleber.net
>> profile: http://www.linkedin.com/in/davidleber
>> twitter: http://twitter.com/rebeld
>> --
>> Toronto Area Cocoa / WebObjects developers group:
>> http://tacow.org
>> 
>> 
>> 
>> 
>> ___
>> 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:
>> http://lists.apple.com/mailman/options/webobjects-dev/jeffandmonica%40mac.com
>> 
>> This email sent to jeffandmon...@mac.com
> 
> ___
> 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:
> http://lists.apple.com/mailman/options/webobjects-dev/jeffandmonica%40mac.com
> 
> This email sent to jeffandmon...@mac.com

 ___
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:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: You don't have permission to access /cgi-bin/WebObjects/TheApp.woa/-5579 on this server.

2010-04-14 Thread Jeff Schmitz
Same thing was happening to me (I just upgraded to SL on my Dev machine), and 
after making the suggested change below, when I start my app with DirectConnect 
disabled I'm getting 

Forbidden

You don't have permission to access /cgi-bin/WebObjects/netBrackets.woa/- 
on this server.

Any ideas?

Thanks,
Jeff

On Apr 6, 2010, at 2:34 PM, David LeBer wrote:

> 
> On 2010-04-06, at 3:06 PM, David LeBer wrote:
> 
>> Hey all,
>> 
>> I'm on Snow Leopard and my dev environment is not letting me connect to my 
>> app with direct connect disabled. Sheepishly, I can't remember whether this 
>> has worked since I updated  to SL. Does anyone have a working apache2 
>> httpd.conf file they could send me that I could compare against mine? 
>> 
>> Thx,
>> 
>> ;david
> 
> 
> Thanks everyone, found it.
> 
> 
>Options FollowSymLinks
>AllowOverride None
>Order deny,allow
>Deny from all
> 
> 
> vs:
> 
> 
>Options FollowSymLinks
>AllowOverride None
>#Order deny,allow
>#Deny from all
> 
> 
> I thought I'd corrected that...
> 
> ;david
> 
> --
> David LeBer
> Codeferous Software
> 'co-def-er-ous' adj. Literally 'code-bearing'
> site: http://codeferous.com
> blog: http://davidleber.net
> profile:  http://www.linkedin.com/in/davidleber
> twitter:  http://twitter.com/rebeld
> --
> Toronto Area Cocoa / WebObjects developers group:
> http://tacow.org
> 
> 
> 
> 
> ___
> 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:
> http://lists.apple.com/mailman/options/webobjects-dev/jeffandmonica%40mac.com
> 
> This email sent to jeffandmon...@mac.com

 ___
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:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Basic question - lightweight to-one relationship from entity to POJO/enum

2010-04-14 Thread Ramsey Lee Gurley


On Apr 14, 2010, at 6:07 PM, David Avendasora wrote:

> I've always just created Entities for these types of things so all 
> relationships work the same.

For me, it depends on the usage.  If it is something like a transaction state 
(e.g. ACCEPT, DECLINE, ERROR) I would go with an enum. In a case like that, the 
enum value is going to determine program logic. In other words, I'm not going 
to add a new state to the database (REVIEW for instance) and then have the app 
magically know what to do with it.  I know there are cases where an enumeration 
entity makes sense, but for me, those are synonymous with a shared editing 
context.  If it is possible, I avoid them.  

Besides, enums are pretty nifty! (^_^) I like them. I can use them in switches, 
they make great singletons, and they can work like operators... pretty neat 
stuff.


> Is there substantial savings to doing things this way over simply having EOs?
> 
> Dave


Well, there's only going to be one of each enum in memory.  So, that's a bonus. 
 They are fast to access... I don't block a thread waiting on a fault.  That's 
good too. On that same line of thought, there's no need to prefetch them.  Does 
any of that make a big difference? I don't know.  Can't hurt though (^_^)

Ramsey


> 
> On Apr 8, 2010, at 4:52 AM, Mark Wardle wrote:
> 
>> Hi all, please forgive a very simple question but I'd like to create a
>> lightweight (non-EO) to-one relationship from an EO. I make heavy use
>> of D2W so I want to fulfil the WO/EOF rules and use to-one
>> relationship components
>> 
>> I usually create a new entity and have a genuine heavyweight EOF
>> relationship but I have several properties for which this seems
>> excessive.
>> 
>> I have an entity (FormEdssFull) which can have a visual field score
>> for both right and left eye.
>> 
>> Can I do this with a java enum?
>> 
>> public enum VisualAcuity {
>> NORMAL(0, "Normal"),
>> SIGNS_ONLY(1, "Signs only:"),
>> MODERATE(2, "Moderate"),
>> MARKED(3, "Marked");
>> 
>> /* insert enum constructor etc... */
>> }
>> 
>> and then create the appropriate accessor and mutator in the entity?
>> 
>> What do other people do in these situations?
>> 
>> Many thanks,
>> 
>> Mark
>> 
>> -- 
>> Dr. Mark Wardle
>> Specialist registrar, Neurology
>> Cardiff, UK
>> ___
>> 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:
>> http://lists.apple.com/mailman/options/webobjects-dev/webobjects%40avendasora.com
>> 
>> This email sent to webobje...@avendasora.com
>> 
>> 
> 
> ___
> 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:
> http://lists.apple.com/mailman/options/webobjects-dev/rgurley%40mac.com
> 
> This email sent to rgur...@mac.com



smime.p7s
Description: S/MIME cryptographic signature
 ___
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:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

To-Many qualifier question

2010-04-14 Thread Ramsey Gurley

Hi all,

If I have a many-to-many relationship, for instance, between Rugs and  
Colors, and I have a list of colors, how do I construct a fetch that  
only returns rugs containing only those colors.


So, for example, given colors red, yellow, green, blue for my  
qualifier, a rug with red and yellow would match my qualifier, a rug  
with all four colors would match the qualifier, but a rug with red,  
yellow, green, blue, and purple would not match.  Neither would a blue  
and purple rug.


I can do it in memory, but I was wondering if someone knew of a trick  
that would make this a simple fetch (^_^)


Thanks all,

Ramsey

___
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:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Basic question - lightweight to-one relationship from entity to POJO/enum

2010-04-14 Thread David Avendasora
I've always just created Entities for these types of things so all 
relationships work the same.

Is there substantial savings to doing things this way over simply having EOs?

Dave

On Apr 8, 2010, at 4:52 AM, Mark Wardle wrote:

> Hi all, please forgive a very simple question but I'd like to create a
> lightweight (non-EO) to-one relationship from an EO. I make heavy use
> of D2W so I want to fulfil the WO/EOF rules and use to-one
> relationship components
> 
> I usually create a new entity and have a genuine heavyweight EOF
> relationship but I have several properties for which this seems
> excessive.
> 
> I have an entity (FormEdssFull) which can have a visual field score
> for both right and left eye.
> 
> Can I do this with a java enum?
> 
> public enum VisualAcuity {
>  NORMAL(0, "Normal"),
>  SIGNS_ONLY(1, "Signs only:"),
>  MODERATE(2, "Moderate"),
>  MARKED(3, "Marked");
> 
> /* insert enum constructor etc... */
> }
> 
> and then create the appropriate accessor and mutator in the entity?
> 
> What do other people do in these situations?
> 
> Many thanks,
> 
> Mark
> 
> -- 
> Dr. Mark Wardle
> Specialist registrar, Neurology
> Cardiff, UK
> ___
> 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:
> http://lists.apple.com/mailman/options/webobjects-dev/webobjects%40avendasora.com
> 
> This email sent to webobje...@avendasora.com
> 
> 

 ___
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:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: WebServerResources patternset

2010-04-14 Thread Chuck Hill


On Apr 14, 2010, at 1:43 PM, John Huss wrote:


Just the regular stuff:


		classname="org.objectstyle.woproject.ant.WOApplication"/>


		customInfoPListContent="${customInfoPListContent}" principalClass="$ 
{principalClass}" webXML="${webXML}" webXML_CustomContent="$ 
{webXML_CustomContent}"  
servletAdaptor="er.extensions.jspservlet.ERXServletAdaptor">













OK, I am not sure that it is "copying the war folder itself instead of  
just the contents of it - which is different than the WSR", the  
WebServerResources in


App.woa/Contents/WebServerResources/app.css

is part of the path from "."  I think.  I hate this part of Ant.  It  
makes my head hurt.  And I suspect woproject of sneaky tricks to make  
normal things "just work".  Abnormal things (like what you are doing)  
then don't "just work".


I _think_ what you want is something like this:






and take war/**/* out of wsresources.include.patternset and add this:






Chuck










			eclipse="true" />
			eclipse="true" />




			eclipse="true" />









On Wed, Apr 14, 2010 at 3:37 PM, Chuck Hill village.net> wrote:

What is in the woapplication task in your build.xml  file?


--
Chuck Hill Senior Consultant / VP Development

Practical WebObjects - for developers who want to increase their  
overall knowledge of WebObjects or who are trying to solve specific  
problems.

http://www.global-village.net/products/practical_webobjects







___
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:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: WebServerResources patternset

2010-04-14 Thread John Huss
Just the regular stuff:






 












 








 










 












 











On Wed, Apr 14, 2010 at 3:37 PM, Chuck Hill wrote:

> What is in the woapplication task in your build.xml  file?
 ___
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:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: WebServerResources patternset

2010-04-14 Thread Chuck Hill

What is in the woapplication task in your build.xml  file?


On Apr 14, 2010, at 1:19 PM, John Huss wrote:

I have another directory that I want to be included as web server  
resources so my wsresources.include.patternset looks like this:


WebServerResources/**/*
war/**/*

When I build with ant the result looks like:

App.woa/Contents/WebServerResources/app.css
App.woa/Contents/WebServerResources/war/...

So it is copying the war folder itself instead of just the contents  
of it - which is different than the WSR.  How do I get it to copy  
the contents and not the root folder?


Thanks,
John
___
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:
http://lists.apple.com/mailman/options/webobjects-dev/chill%40global-village.net

This email sent to ch...@global-village.net


--
Chuck Hill Senior Consultant / VP Development

Practical WebObjects - for developers who want to increase their  
overall knowledge of WebObjects or who are trying to solve specific  
problems.

http://www.global-village.net/products/practical_webobjects







___
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:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


WebServerResources patternset

2010-04-14 Thread John Huss
I have another directory that I want to be included as web server resources
so my wsresources.include.patternset looks like this:

WebServerResources/**/*
war/**/*

When I build with ant the result looks like:

App.woa/Contents/WebServerResources/app.css
App.woa/Contents/WebServerResources/war/...

So it is copying the war folder itself instead of just the contents of it -
which is different than the WSR.  How do I get it to copy the contents and
not the root folder?

Thanks,
John
 ___
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:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: JavaXML.framework & WebServerResources

2010-04-14 Thread Mike Schrag
no, because i think axis api's changed ... if you wrote your own 
WOWSRequestHandler, you could. probably one written on JAX-WS would make a lot 
of sense at this point.

ms

On Apr 14, 2010, at 11:47 AM, Kieran Kelleher wrote:

> Out of curiosity, can the whole Axis version compatibility mess be thrown out 
> the window if JavaXML.framework is ditched out of a WO 5.3.3 app and the 
> latest/greatest xerces, etc are added to the app ourselves?
> 
> On Apr 14, 2010, at 8:32 AM, David Avendasora wrote:
> 
>> I no longer use the JavaXML.framework and have started managing my .jar 
>> dependencies myself, usually in a core framework of my own. I think there 
>> _might_ be one or two jars that are actually needed for a simple WO app.
>> 
>> And yes, the reason they are included in the WebServerResources directory is 
>> so that they can be used by a WO JavaClient application. But even for those, 
>> I manage the .jars I need myself.
>> 
>> Dave
>> 
>> On Apr 13, 2010, at 6:59 PM, Dov Rosenberg wrote:
>> 
>>> This framework also is ignored if you try to deploy your app as a servlet
>>> since it contains servlet classes.
>>> 
>>> Dov Rosenberg
>>> 
>>> 
>>> On 4/13/10 5:58 PM, "Mike Schrag"  wrote:
>>> 
 JavaXML is "throw in everything else".framework ... it's a big pile of
 dependencies. if you remove it, you'll likely have to replace the 
 individual
 jars that are inside of it selectively. i think this includes axis, 
 logging,
 rpc, bunch of xml stuff (xalan, xerces, etc).
 
 it really should never have been deployed this way.
 
 On Apr 13, 2010, at 5:28 PM, Lon Varscsak wrote:
 
> Hey all,
> 
> I'm working on a project when I need to distribute a WOA and I noticed 
> that
> JavaXML is pretty large because of it's WebServerResources (lots of java
> class files), which results in long build times and a larger distribution.
> What would these be used for and what is this framework required for?
> 
> Thanks for any insight,
> 
> Lon
> ___
> 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:
> http://lists.apple.com/mailman/options/webobjects-dev/mschrag%40pobox.com
> 
> This email sent to msch...@pobox.com
 
 
 ___
 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:
 http://lists.apple.com/mailman/options/webobjects-dev/drosenberg%40inquira.com
 
 This email sent to drosenb...@inquira.com
>>> 
>>> ___
>>> 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:
>>> http://lists.apple.com/mailman/options/webobjects-dev/webobjects%40avendasora.com
>>> 
>>> This email sent to webobje...@avendasora.com
>>> 
>>> 
>> 
>> ___
>> 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:
>> http://lists.apple.com/mailman/options/webobjects-dev/kieran_lists%40mac.com
>> 
>> This email sent to kieran_li...@mac.com
> 
> ___
> 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:
> http://lists.apple.com/mailman/options/webobjects-dev/mschrag%40pobox.com
> 
> This email sent to msch...@pobox.com


 ___
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:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: JavaXML.framework & WebServerResources

2010-04-14 Thread Kieran Kelleher
Out of curiosity, can the whole Axis version compatibility mess be thrown out 
the window if JavaXML.framework is ditched out of a WO 5.3.3 app and the 
latest/greatest xerces, etc are added to the app ourselves?

On Apr 14, 2010, at 8:32 AM, David Avendasora wrote:

> I no longer use the JavaXML.framework and have started managing my .jar 
> dependencies myself, usually in a core framework of my own. I think there 
> _might_ be one or two jars that are actually needed for a simple WO app.
> 
> And yes, the reason they are included in the WebServerResources directory is 
> so that they can be used by a WO JavaClient application. But even for those, 
> I manage the .jars I need myself.
> 
> Dave
> 
> On Apr 13, 2010, at 6:59 PM, Dov Rosenberg wrote:
> 
>> This framework also is ignored if you try to deploy your app as a servlet
>> since it contains servlet classes.
>> 
>> Dov Rosenberg
>> 
>> 
>> On 4/13/10 5:58 PM, "Mike Schrag"  wrote:
>> 
>>> JavaXML is "throw in everything else".framework ... it's a big pile of
>>> dependencies. if you remove it, you'll likely have to replace the individual
>>> jars that are inside of it selectively. i think this includes axis, logging,
>>> rpc, bunch of xml stuff (xalan, xerces, etc).
>>> 
>>> it really should never have been deployed this way.
>>> 
>>> On Apr 13, 2010, at 5:28 PM, Lon Varscsak wrote:
>>> 
 Hey all,
 
 I'm working on a project when I need to distribute a WOA and I noticed that
 JavaXML is pretty large because of it's WebServerResources (lots of java
 class files), which results in long build times and a larger distribution.
 What would these be used for and what is this framework required for?
 
 Thanks for any insight,
 
 Lon
 ___
 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:
 http://lists.apple.com/mailman/options/webobjects-dev/mschrag%40pobox.com
 
 This email sent to msch...@pobox.com
>>> 
>>> 
>>> ___
>>> 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:
>>> http://lists.apple.com/mailman/options/webobjects-dev/drosenberg%40inquira.com
>>> 
>>> This email sent to drosenb...@inquira.com
>> 
>> ___
>> 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:
>> http://lists.apple.com/mailman/options/webobjects-dev/webobjects%40avendasora.com
>> 
>> This email sent to webobje...@avendasora.com
>> 
>> 
> 
> ___
> 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:
> http://lists.apple.com/mailman/options/webobjects-dev/kieran_lists%40mac.com
> 
> This email sent to kieran_li...@mac.com

 ___
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:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Fwd: Short duration Chicago based WO Oppty (~1 month)

2010-04-14 Thread Bob Frank

Hi All,

A co-worker of mine (Greg Smith gpsm...@apple.com) is helping a  
recruiter (Sean Laughlin sean.laugh...@sd3.com) to find a WO  
consultant for one of the recruiter's customers.


Details below, if you are interested, please reply directly to sean.laugh...@sd3.com 
 directly and mention that you heard about this from Greg Smith.


Good Luck!
Bob


Here is the info:

The end customer has an existing WO app running on Windows that  
needs some maintenance and performance tuning.  This project will  
probably take a few weeks to a month.


1. The opportunity is in Chicago
2. The company is mid-sized (i.e. NOT one of the large banks)
3. The customer wants on-site help.

Here is more info from the recruiter:

Duties include trouble-shooting the architecture and development of  
WebObjects-based system to improve performance, reliability and  
supportability.  Needs excellent diagnostic capabilities and  
significant experience understanding how to improve performance and  
implementing necessary fixes. Will work closely with cross- 
functional teams to effectively coordinate the required improvement  
recommendations.


- Minimum of 5 years in architecture, design and development of  
WebObjects-based systems on Windows.
- Strong SQL and Database schema design/ experience with an  
emphasis in optimization.

- Strong Java Fundamentals and coding skills.
- Strong background in tuning for performance.
- Good understanding of how application systems collaborate in a  
distributed environment.

- Experience with WebObjects apps is required.
- Demonstrate innovative and creative thinking capabilities and  
have sharp troubleshooting skills.



___
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:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Strange Problem with Ajax/Wonder

2010-04-14 Thread Mike Schrag
are you using an old wonder? this was a bug a year ago or so, but it should be 
fixed.

On Apr 14, 2010, at 10:49 AM, Frank Gibau wrote:

> Hey,
> I am using ProjectWonder with its Ajax Components. It all works fine, except 
> when i perform a fast double-Click.
> If the double-Click Intervall is very short, the whole UpdateContainer 
> dissappears. After a page reload the UpdateContainer reappears again.
> But why does it dissappear?
> 
> I think the problem is: after cklicking the Ajax-Button, the Button-action 
> hides the button and shows another content. If I am to fast, I click a button 
> that is logical not there.
> What is wrong, what must I do ?
> 
> Thanks to all
> Frank
> ___
> 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:
> http://lists.apple.com/mailman/options/webobjects-dev/mschrag%40pobox.com
> 
> This email sent to msch...@pobox.com


 ___
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:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Strange Problem with Ajax/Wonder

2010-04-14 Thread Frank Gibau

Hey,
I am using ProjectWonder with its Ajax Components. It all works fine, 
except when i perform a fast double-Click.
If the double-Click Intervall is very short, the whole UpdateContainer 
dissappears. After a page reload the UpdateContainer reappears again.

But why does it dissappear?

I think the problem is: after cklicking the Ajax-Button, the 
Button-action hides the button and shows another content. If I am to 
fast, I click a button that is logical not there.

What is wrong, what must I do ?

Thanks to all
Frank
___
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:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: refusing new sessions

2010-04-14 Thread Amedeo Mantica
Thank you very much

On 13/apr/2010, at 19.43, Kieran Kelleher wrote:

> If you refuse sessions, the app will not process requests, and will send new 
> requests to other instances that are not refusing sessions. If all instances 
> are refusing sessions, you will get the "No instance available" page. You can 
> provide a custom page instead of "No instance available" by 
> editing/System/Library/WebObjects/Adaptors/Apache2.2/apache.conf and change 
> property like this:
> 
> ## Custom Adaptor options
> # Page for when the adaptor has a 'No instance found' situation:
> WebObjectsOptions redir=/systemupdating.html
> 
> 
> and then u get a page like this, for example
> http://valpak.radiuslist.com/systemupdating.html
> 
> BTW, not sure if this setting is the exact same functionality as the 
> RedirectionURL in WOMonitor, which I have never used myself personally.
> 
> HTH, Kieran
> 
> PS. If you use WOnder and you want to kick people off your app in a 
> well-mannered way, you can create a feature in your app where administrator 
> can set a "showMessageWhenRefusingSessions" boolean, a value for ERTimeToKill 
> and a custom message such that the custom message will display in the 
> header/PageWrapper for every page while the app is refusing sessions and the 
> showMessageWhenRefusingSessions is true. Additionally you can put an Ajax 
> periodic updater with the message to display the remaining time left before 
> ERTimeToKill kicks everyone off and kills the instance.
> 
> 
> 
> 
> On Apr 13, 2010, at 12:29 PM, Amedeo Mantica wrote:
> 
>> Hello,
>> 
>> I have a method that calls application().refuseNewSessions(true);
>> 
>> At this point I wolud like to show for the users who are going to create new 
>> sessions a custom error page, so I overrride the WOApplication method:
>> 
>> handleSessionCreationErrorInContext
>> 
>> now...
>> 
>> Instead of having my custom page i got a redirect error on the browser and 
>> this in my app log
>> 
>> DEBUG NSLog  - !!! Request will be REDIRECTED to non-refusing instance
>> 
>> I'm in development mode, single instance.
>> 
>> Any suggestions ?
>> Thanks
>> 
>> Amedeo
>> ___
>> 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:
>> http://lists.apple.com/mailman/options/webobjects-dev/kieran_lists%40mac.com
>> 
>> This email sent to kieran_li...@mac.com
> 

 ___
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:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: JavaXML.framework & WebServerResources

2010-04-14 Thread David Avendasora
I no longer use the JavaXML.framework and have started managing my .jar 
dependencies myself, usually in a core framework of my own. I think there 
_might_ be one or two jars that are actually needed for a simple WO app.

And yes, the reason they are included in the WebServerResources directory is so 
that they can be used by a WO JavaClient application. But even for those, I 
manage the .jars I need myself.

Dave

On Apr 13, 2010, at 6:59 PM, Dov Rosenberg wrote:

> This framework also is ignored if you try to deploy your app as a servlet
> since it contains servlet classes.
> 
> Dov Rosenberg
> 
> 
> On 4/13/10 5:58 PM, "Mike Schrag"  wrote:
> 
>> JavaXML is "throw in everything else".framework ... it's a big pile of
>> dependencies. if you remove it, you'll likely have to replace the individual
>> jars that are inside of it selectively. i think this includes axis, logging,
>> rpc, bunch of xml stuff (xalan, xerces, etc).
>> 
>> it really should never have been deployed this way.
>> 
>> On Apr 13, 2010, at 5:28 PM, Lon Varscsak wrote:
>> 
>>> Hey all,
>>> 
>>> I'm working on a project when I need to distribute a WOA and I noticed that
>>> JavaXML is pretty large because of it's WebServerResources (lots of java
>>> class files), which results in long build times and a larger distribution.
>>> What would these be used for and what is this framework required for?
>>> 
>>> Thanks for any insight,
>>> 
>>> Lon
>>> ___
>>> 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:
>>> http://lists.apple.com/mailman/options/webobjects-dev/mschrag%40pobox.com
>>> 
>>> This email sent to msch...@pobox.com
>> 
>> 
>> ___
>> 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:
>> http://lists.apple.com/mailman/options/webobjects-dev/drosenberg%40inquira.com
>> 
>> This email sent to drosenb...@inquira.com
> 
> ___
> 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:
> http://lists.apple.com/mailman/options/webobjects-dev/webobjects%40avendasora.com
> 
> This email sent to webobje...@avendasora.com
> 
> 

 ___
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:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: WOLips update error

2010-04-14 Thread Cheong Hee
Never mind.  I had luck using hudson to upgrade.  I am not sure if I could 
assume hudson is the preferred method to do the upgrade.
Thanks Hudson. 

  - Original Message - 
  From: Cheong Hee 
  To: webobjects-dev@lists.apple.com 
  Sent: Tuesday, April 13, 2010 5:55 PM
  Subject: Re: WOLips update error


  I was able to did it previously on windows.  But now unable to do it on mac : 
(

  Has anyone encountered similar issue today or able to do it most recently?
  As usual, I am pulling the files from webobjects.mdimension.com/wolips/stable.

  Cheers

  Cheong Hee

- Original Message - 
From: Cheong Hee Ng 
To: webobjects-dev@lists.apple.com 
Sent: Tuesday, April 13, 2010 2:29 PM
Subject: WOLips update error


Hi 

I am having this wolips update error and halted with these messages.  
Anyone could tell if the repository is not found or something else?  My update 
is from 5744 to 5830.

An error occurred while collecting items to be installed
  No repository found containing: 
org.objectstyle.wolips/osgi.bundle/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.ant/osgi.bundle/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.apieditor/osgi.bundle/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.base.feature/org.eclipse.update.feature/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.baseforplugins/osgi.bundle/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.baseforuiplugins/osgi.bundle/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.bindings/osgi.bundle/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.builder/osgi.bundle/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.componenteditor/osgi.bundle/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.components/osgi.bundle/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.datasets/osgi.bundle/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.debug/osgi.bundle/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.deployment.ui/osgi.bundle/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.documentation/osgi.bundle/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.editors/osgi.bundle/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.eogenerator.core/osgi.bundle/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.eogenerator.jdt/osgi.bundle/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.eogenerator.ui/osgi.bundle/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.eomodeler/osgi.bundle/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.eomodeler.core/osgi.bundle/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.eomodeler.eclipse/osgi.bundle/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.feature/org.eclipse.update.feature/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.goodies.core.mac/osgi.bundle/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.goodies.mac.feature/org.eclipse.update.feature/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.goodies.ui.mac/osgi.bundle/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.htmlpreview/osgi.bundle/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.jdt/osgi.bundle/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.launching/osgi.bundle/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.locate/osgi.bundle/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.maven.core/osgi.bundle/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.maven/org.eclipse.update.feature/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.maven.launching/osgi.bundle/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.maven.ui/osgi.bundle/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.pbserver/osgi.bundle/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.preferences/osgi.bundle/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.refactoring/osgi.bundle/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.ruleeditor/osgi.bundle/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.targetbuilder/osgi.bundle/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.team/osgi.bundle/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.templateengine/osgi.bundle/3.4.5830
  No repository found containing: 
org.objectstyle.wolips.thirdparty.cayenne/osgi.bundle/3.4.5830
  No repository found containing: 
org.objectst