Re: Session awake after shell-script run

2012-05-24 Thread Ron X
if i use

ERXFileUtilities.copyFileToFile(newSongFile, new File(fullSongPath), false,
true);

than Session.awake invoke too.

what cause Session to invoke aeake-method?

2012/5/22 Ron X ron.x.by...@gmail.com

 hi for all
 i found strange behaviour:
 after execution such line
 Runtime.getRuntime().exec(commandLine, args).waitFor();

 i have
 DEBUG 59.14 MB used/21.92 MB free [WorkerThread2
 b4bXjs8Q7U5ts3tNlo6BXM:d...@ls.com] (Session.java:397)  - Session awake
 stared...

 and this operation eat ~ 1 second (measured by
 System.currentTimeMillis())

 why should it happens?

 this 1 second became 4 hours in my compressing module...

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

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


Re: Session awake after shell-script run

2012-05-24 Thread Lachlan Deck
public Session() {
super();
LOG.warn(Invoked from, new Exception());
}

On 24/05/2012, at 4:34 PM, Ron X wrote:

 if i use
 
 ERXFileUtilities.copyFileToFile(newSongFile, new File(fullSongPath), false, 
 true);
 
 than Session.awake invoke too.
 
 what cause Session to invoke aeake-method?
 
 2012/5/22 Ron X ron.x.by...@gmail.com
 hi for all
 i found strange behaviour:
 after execution such line
 Runtime.getRuntime().exec(commandLine, args).waitFor();
 
 i have 
 DEBUG 59.14 MB used/21.92 MB free [WorkerThread2 
 b4bXjs8Q7U5ts3tNlo6BXM:d...@ls.com] (Session.java:397)  - Session awake 
 stared...
 
 and this operation eat ~ 1 second (measured by System.currentTimeMillis())
 
 why should it happens?
 
 this 1 second became 4 hours in my compressing module...
 
 ___
 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://lists.apple.com/mailman/options/webobjects-dev/lachlan.deck%40gmail.com
 
 This email sent to lachlan.d...@gmail.com

Lachlan Deck
lachlan.d...@gmail.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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

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


Re: Session awake after shell-script run

2012-05-24 Thread Ron X
and what for this code?
i asked - why the cause of session awake?

2012/5/24 Lachlan Deck lachlan.d...@gmail.com

 public Session() {
super();
LOG.warn(Invoked from, new Exception());
 }

 On 24/05/2012, at 4:34 PM, Ron X wrote:

  if i use
 
  ERXFileUtilities.copyFileToFile(newSongFile, new File(fullSongPath),
 false, true);
 
  than Session.awake invoke too.
 
  what cause Session to invoke aeake-method?
 
  2012/5/22 Ron X ron.x.by...@gmail.com
  hi for all
  i found strange behaviour:
  after execution such line
  Runtime.getRuntime().exec(commandLine, args).waitFor();
 
  i have
  DEBUG 59.14 MB used/21.92 MB free [WorkerThread2
 b4bXjs8Q7U5ts3tNlo6BXM:d...@ls.com] (Session.java:397)  - Session awake
 stared...
 
  and this operation eat ~ 1 second (measured by
 System.currentTimeMillis())
 
  why should it happens?
 
  this 1 second became 4 hours in my compressing module...
 
  ___
  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://lists.apple.com/mailman/options/webobjects-dev/lachlan.deck%40gmail.com
 
  This email sent to lachlan.d...@gmail.com

 Lachlan Deck
 lachlan.d...@gmail.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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

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


Re: Session awake after shell-script run

2012-05-24 Thread Mike Schrag
That will show why.

Sent from my iPhone

On May 24, 2012, at 7:57 AM, Ron X ron.x.by...@gmail.com wrote:

 and what for this code?
 i asked - why the cause of session awake?
 
 2012/5/24 Lachlan Deck lachlan.d...@gmail.com
 public Session() {
super();
LOG.warn(Invoked from, new Exception());
 }
 
 On 24/05/2012, at 4:34 PM, Ron X wrote:
 
  if i use
 
  ERXFileUtilities.copyFileToFile(newSongFile, new File(fullSongPath), false, 
  true);
 
  than Session.awake invoke too.
 
  what cause Session to invoke aeake-method?
 
  2012/5/22 Ron X ron.x.by...@gmail.com
  hi for all
  i found strange behaviour:
  after execution such line
  Runtime.getRuntime().exec(commandLine, args).waitFor();
 
  i have
  DEBUG 59.14 MB used/21.92 MB free [WorkerThread2 
  b4bXjs8Q7U5ts3tNlo6BXM:d...@ls.com] (Session.java:397)  - Session awake 
  stared...
 
  and this operation eat ~ 1 second (measured by System.currentTimeMillis())
 
  why should it happens?
 
  this 1 second became 4 hours in my compressing module...
 
  ___
  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://lists.apple.com/mailman/options/webobjects-dev/lachlan.deck%40gmail.com
 
  This email sent to lachlan.d...@gmail.com
 
 Lachlan Deck
 lachlan.d...@gmail.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:
 https://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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

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


Re: Session awake after shell-script run

2012-05-24 Thread Ron X
no, it is not

may be:

@Override
public void awake() {
super.awake();
 LOG.warn(Invoked from, new Exception());
}

?

2012/5/24 Mike Schrag msch...@pobox.com

 That will show why.

 Sent from my iPhone

 On May 24, 2012, at 7:57 AM, Ron X ron.x.by...@gmail.com wrote:

 and what for this code?
 i asked - why the cause of session awake?

 2012/5/24 Lachlan Deck lachlan.d...@gmail.com

 public Session() {
super();
LOG.warn(Invoked from, new Exception());
 }

 On 24/05/2012, at 4:34 PM, Ron X wrote:

  if i use
 
  ERXFileUtilities.copyFileToFile(newSongFile, new File(fullSongPath),
 false, true);
 
  than Session.awake invoke too.
 
  what cause Session to invoke aeake-method?
 
  2012/5/22 Ron X ron.x.by...@gmail.com
  hi for all
  i found strange behaviour:
  after execution such line
  Runtime.getRuntime().exec(commandLine, args).waitFor();
 
  i have
  DEBUG 59.14 MB used/21.92 MB free [WorkerThread2
 b4bXjs8Q7U5ts3tNlo6BXM:d...@ls.com] (Session.java:397)  - Session awake
 stared...
 
  and this operation eat ~ 1 second (measured by
 System.currentTimeMillis())
 
  why should it happens?
 
  this 1 second became 4 hours in my compressing module...
 
  ___
  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://lists.apple.com/mailman/options/webobjects-dev/lachlan.deck%40gmail.com
 
  This email sent to lachlan.d...@gmail.com

 Lachlan Deck
 lachlan.d...@gmail.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:
 https://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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

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


Re: Session awake after shell-script run

2012-05-24 Thread Mike Schrag
oh .. yes, if it's an existing session. if it's a new session, the original 
will show you where it's created.

ms

On May 24, 2012, at 9:31 AM, Ron X wrote:

 no, it is not
 
 may be:
 
 @Override
 public void awake() {
 super.awake();
  LOG.warn(Invoked from, new Exception());
 }
 
 ?
 
 2012/5/24 Mike Schrag msch...@pobox.com
 That will show why.
 
 Sent from my iPhone
 
 On May 24, 2012, at 7:57 AM, Ron X ron.x.by...@gmail.com wrote:
 
 and what for this code?
 i asked - why the cause of session awake?
 
 2012/5/24 Lachlan Deck lachlan.d...@gmail.com
 public Session() {
super();
LOG.warn(Invoked from, new Exception());
 }
 
 On 24/05/2012, at 4:34 PM, Ron X wrote:
 
  if i use
 
  ERXFileUtilities.copyFileToFile(newSongFile, new File(fullSongPath), 
  false, true);
 
  than Session.awake invoke too.
 
  what cause Session to invoke aeake-method?
 
  2012/5/22 Ron X ron.x.by...@gmail.com
  hi for all
  i found strange behaviour:
  after execution such line
  Runtime.getRuntime().exec(commandLine, args).waitFor();
 
  i have
  DEBUG 59.14 MB used/21.92 MB free [WorkerThread2 
  b4bXjs8Q7U5ts3tNlo6BXM:d...@ls.com] (Session.java:397)  - Session awake 
  stared...
 
  and this operation eat ~ 1 second (measured by 
  System.currentTimeMillis())
 
  why should it happens?
 
  this 1 second became 4 hours in my compressing module...
 
  ___
  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://lists.apple.com/mailman/options/webobjects-dev/lachlan.deck%40gmail.com
 
  This email sent to lachlan.d...@gmail.com
 
 Lachlan Deck
 lachlan.d...@gmail.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:
 https://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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

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


Re: Session awake after shell-script run

2012-05-24 Thread Ron X
WARN  37.31 MB used/43.75 MB free [WorkerThread11
oRebRNnqdp4MjtSGjeqv3g:d...@ls.com] (Session.java:25)  - Invoked from
Exception
  at dm.legalsounds.Session.awake(Session.java:25)
  at com.webobjects.appserver.WOSession._awakeInContext(WOSession.java:838)
  at
com.webobjects.appserver.WOApplication.restoreSessionWithID(WOApplication.java:1917)
  at
er.extensions.appserver.ERXApplication.restoreSessionWithID(ERXApplication.java:2278)
 ... skipped 3 stack elements
  at er.ajax.AjaxRequestHandler.handleRequest(AjaxRequestHandler.java:17)
 ... skipped 3 stack elements
  at com.extensions.LSApplication.dispatchRequest(LSApplication.java:115)
  ... skipped 3 stack elements

2012/5/24 Mike Schrag msch...@pobox.com

 oh .. yes, if it's an existing session. if it's a new session, the
 original will show you where it's created.

 ms

 On May 24, 2012, at 9:31 AM, Ron X wrote:

 no, it is not

 may be:

 @Override
 public void awake() {
 super.awake();
  LOG.warn(Invoked from, new Exception());
 }

 ?

 2012/5/24 Mike Schrag msch...@pobox.com

 That will show why.

 Sent from my iPhone

 On May 24, 2012, at 7:57 AM, Ron X ron.x.by...@gmail.com wrote:

 and what for this code?
 i asked - why the cause of session awake?

 2012/5/24 Lachlan Deck lachlan.d...@gmail.com

 public Session() {
super();
LOG.warn(Invoked from, new Exception());
 }

 On 24/05/2012, at 4:34 PM, Ron X wrote:

  if i use
 
  ERXFileUtilities.copyFileToFile(newSongFile, new File(fullSongPath),
 false, true);
 
  than Session.awake invoke too.
 
  what cause Session to invoke aeake-method?
 
  2012/5/22 Ron X ron.x.by...@gmail.com
  hi for all
  i found strange behaviour:
  after execution such line
  Runtime.getRuntime().exec(commandLine, args).waitFor();
 
  i have
  DEBUG 59.14 MB used/21.92 MB free [WorkerThread2
 b4bXjs8Q7U5ts3tNlo6BXM:d...@ls.com] (Session.java:397)  - Session awake
 stared...
 
  and this operation eat ~ 1 second (measured by
 System.currentTimeMillis())
 
  why should it happens?
 
  this 1 second became 4 hours in my compressing module...
 
  ___
  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://lists.apple.com/mailman/options/webobjects-dev/lachlan.deck%40gmail.com
 
  This email sent to lachlan.d...@gmail.com

 Lachlan Deck
 lachlan.d...@gmail.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:
 https://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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

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


Re: Session awake after shell-script run

2012-05-24 Thread Mike Schrag
that basically tells you .. it's an ajax request doing it.

On May 24, 2012, at 9:47 AM, Ron X wrote:

 WARN  37.31 MB used/43.75 MB free [WorkerThread11 
 oRebRNnqdp4MjtSGjeqv3g:d...@ls.com] (Session.java:25)  - Invoked from 
 Exception
   at dm.legalsounds.Session.awake(Session.java:25)
   at com.webobjects.appserver.WOSession._awakeInContext(WOSession.java:838)
   at 
 com.webobjects.appserver.WOApplication.restoreSessionWithID(WOApplication.java:1917)
   at 
 er.extensions.appserver.ERXApplication.restoreSessionWithID(ERXApplication.java:2278)
  ... skipped 3 stack elements
   at er.ajax.AjaxRequestHandler.handleRequest(AjaxRequestHandler.java:17)
  ... skipped 3 stack elements
   at com.extensions.LSApplication.dispatchRequest(LSApplication.java:115)
   ... skipped 3 stack elements
 
 2012/5/24 Mike Schrag msch...@pobox.com
 oh .. yes, if it's an existing session. if it's a new session, the original 
 will show you where it's created.
 
 ms
 
 On May 24, 2012, at 9:31 AM, Ron X wrote:
 
 no, it is not
 
 may be:
 
 @Override
 public void awake() {
 super.awake();
  LOG.warn(Invoked from, new Exception());
 }
 
 ?
 
 2012/5/24 Mike Schrag msch...@pobox.com
 That will show why.
 
 Sent from my iPhone
 
 On May 24, 2012, at 7:57 AM, Ron X ron.x.by...@gmail.com wrote:
 
 and what for this code?
 i asked - why the cause of session awake?
 
 2012/5/24 Lachlan Deck lachlan.d...@gmail.com
 public Session() {
super();
LOG.warn(Invoked from, new Exception());
 }
 
 On 24/05/2012, at 4:34 PM, Ron X wrote:
 
  if i use
 
  ERXFileUtilities.copyFileToFile(newSongFile, new File(fullSongPath), 
  false, true);
 
  than Session.awake invoke too.
 
  what cause Session to invoke aeake-method?
 
  2012/5/22 Ron X ron.x.by...@gmail.com
  hi for all
  i found strange behaviour:
  after execution such line
  Runtime.getRuntime().exec(commandLine, args).waitFor();
 
  i have
  DEBUG 59.14 MB used/21.92 MB free [WorkerThread2 
  b4bXjs8Q7U5ts3tNlo6BXM:d...@ls.com] (Session.java:397)  - Session awake 
  stared...
 
  and this operation eat ~ 1 second (measured by 
  System.currentTimeMillis())
 
  why should it happens?
 
  this 1 second became 4 hours in my compressing module...
 
  ___
  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://lists.apple.com/mailman/options/webobjects-dev/lachlan.deck%40gmail.com
 
  This email sent to lachlan.d...@gmail.com
 
 Lachlan Deck
 lachlan.d...@gmail.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:
 https://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:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

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


Re: Session awake after shell-script run

2012-05-24 Thread Chuck Hill
In other words, likely unrelated to copying a file or executing a command.  It 
is from the browser window you have open.

Chuck

On 2012-05-24, at 6:52 AM, Mike Schrag wrote:

 that basically tells you .. it's an ajax request doing it.
 
 On May 24, 2012, at 9:47 AM, Ron X wrote:
 
 WARN  37.31 MB used/43.75 MB free [WorkerThread11 
 oRebRNnqdp4MjtSGjeqv3g:d...@ls.com] (Session.java:25)  - Invoked from 
 Exception
   at dm.legalsounds.Session.awake(Session.java:25)
   at com.webobjects.appserver.WOSession._awakeInContext(WOSession.java:838)
   at 
 com.webobjects.appserver.WOApplication.restoreSessionWithID(WOApplication.java:1917)
   at 
 er.extensions.appserver.ERXApplication.restoreSessionWithID(ERXApplication.java:2278)
  ... skipped 3 stack elements
   at er.ajax.AjaxRequestHandler.handleRequest(AjaxRequestHandler.java:17)
  ... skipped 3 stack elements
   at com.extensions.LSApplication.dispatchRequest(LSApplication.java:115)
   ... skipped 3 stack elements
 
 2012/5/24 Mike Schrag msch...@pobox.com
 oh .. yes, if it's an existing session. if it's a new session, the original 
 will show you where it's created.
 
 ms
 
 On May 24, 2012, at 9:31 AM, Ron X wrote:
 
 no, it is not
 
 may be:
 
 @Override
 public void awake() {
 super.awake();
  LOG.warn(Invoked from, new Exception());
 }
 
 ?
 
 2012/5/24 Mike Schrag msch...@pobox.com
 That will show why.
 
 Sent from my iPhone
 
 On May 24, 2012, at 7:57 AM, Ron X ron.x.by...@gmail.com wrote:
 
 and what for this code?
 i asked - why the cause of session awake?
 
 2012/5/24 Lachlan Deck lachlan.d...@gmail.com
 public Session() {
super();
LOG.warn(Invoked from, new Exception());
 }
 
 On 24/05/2012, at 4:34 PM, Ron X wrote:
 
  if i use
 
  ERXFileUtilities.copyFileToFile(newSongFile, new File(fullSongPath), 
  false, true);
 
  than Session.awake invoke too.
 
  what cause Session to invoke aeake-method?
 
  2012/5/22 Ron X ron.x.by...@gmail.com
  hi for all
  i found strange behaviour:
  after execution such line
  Runtime.getRuntime().exec(commandLine, args).waitFor();
 
  i have
  DEBUG 59.14 MB used/21.92 MB free [WorkerThread2 
  b4bXjs8Q7U5ts3tNlo6BXM:d...@ls.com] (Session.java:397)  - Session awake 
  stared...
 
  and this operation eat ~ 1 second (measured by 
  System.currentTimeMillis())
 
  why should it happens?
 
  this 1 second became 4 hours in my compressing module...
 
  ___
  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://lists.apple.com/mailman/options/webobjects-dev/lachlan.deck%40gmail.com
 
  This email sent to lachlan.d...@gmail.com
 
 Lachlan Deck
 lachlan.d...@gmail.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:
 https://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:
 https://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/gvc/practical_webobjects










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

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


Session awake after shell-script run

2012-05-22 Thread Ron X
hi for all
i found strange behaviour:
after execution such line
Runtime.getRuntime().exec(commandLine, args).waitFor();

i have
DEBUG 59.14 MB used/21.92 MB free [WorkerThread2
b4bXjs8Q7U5ts3tNlo6BXM:d...@ls.com] (Session.java:397)  - Session awake
stared...

and this operation eat ~ 1 second (measured by System.currentTimeMillis())

why should it happens?

this 1 second became 4 hours in my compressing module...
 ___
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://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

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