RE: tomcat deployment

2009-12-16 Thread laurent Cros
Hi all,

 

   Could someone could take a look on my problem please ?

 

Thanks,

 

 

  Laurent.

 

De : webobjects-dev-bounces+lcros=cls...@lists.apple.com 
[mailto:webobjects-dev-bounces+lcros=cls...@lists.apple.com] De la part de 
laurent Cros
Envoyé : mardi 15 décembre 2009 10:50
À : Webobjects-dev@lists.apple.com
Objet : tomcat deployment

 

HI all,

 

  I finally deployed with my eclipse 3.4.2 and WOLIPS.

 

I deploy on a windows tomcat (6.0.9), and I have the following message :

 

No ERX_MARKER field in NSMutableArray found.

This means your class path is incorrect. Adjust it so that ERExtensions come 
before JavaFoundation.

 

In copy I attach my web.xml.

 

Thanks for the help !

 

Laurent Cros

Software engineer

Société CLS
8-10rue Hermès, Parc technologique du canal
31560 Ramonville Saint-Agne France
Tel. +33 5 61 393 701
Fax +33 5 61 394 750

 

 

 

<> ___
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

Console showing a lot of logs Dispatch ERXRequests ....

2009-12-16 Thread Gustavo Pizano
Hello maybe this can be something related to my backing too far problem..

I have an Ajax selection List...  when I click an list item I see ont he 
console all the log info about the fetching and so,  then when I select another 
item in the same list.. I see again the output and the requests...

NOW!. when I click an item of another AjaxSelectionList which appears after I 
have selected an item of the first List, and then I click again another Item 
int he first List I get MANY times the same  EXACTLY requests...

then I select some item form my second list  and I get this...:

method=POST 
uri=/cgi-bin/WebObjects/XWSLocalizer.woa/ajax/8wc4ZiQQrKqANsW3NpbAtw/17.17.7.1?

now, if I select back again any item in the first list I get again lots of  
requests dispatch outputs.. which are the same..  and once again I click any 
time in the second generated list I get this.:

method=POST 
uri=/cgi-bin/WebObjects/XWSLocalizer.woa/ajax/8wc4ZiQQrKqANsW3NpbAtw/81.17.7.1?

if I repeat the procedure, I will get this after I click an item int he second 
list: 

method=POST 
uri=/cgi-bin/WebObjects/XWSLocalizer.woa/ajax/8wc4ZiQQrKqANsW3NpbAtw/104.17.7.1?

so, first why am I getting some many requests logs?, they are exactly the 
same... is it normal? I guess no...

can this be something to do with my backtracking problem?

Thanks a lot, 

I hope anytime soon I can solve this inconvenience which is making the users 
crazy... :S

Gustavo

 ___
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: tomcat deployment

2009-12-16 Thread David Avendasora
Hi Laurent,

Are you manually adding anything to the web.xml file, or is this simply what is 
generated by the build?

This particular line looks suspicious:

 WEBINFROOT/testNewWolips/WEB-INF/testNewWolips.woa/Resources/Java/

Also, have you verified that the frameworks exist where the WOClasspath entry 
in the web.xml file says they do?

Dave

On Dec 15, 2009, at 4:49 AM, laurent Cros wrote:

> HI all,
>  
>   I finally deployed with my eclipse 3.4.2 and WOLIPS.
>  
> I deploy on a windows tomcat (6.0.9), and I have the following message :
>  
> No ERX_MARKER field in NSMutableArray found.
> This means your class path is incorrect. Adjust it so that ERExtensions come 
> before JavaFoundation.
>  
> In copy I attach my web.xml.
>  
> Thanks for the help !
>  
> Laurent Cros
> Software engineer
> Société CLS
> 8-10rue Hermès, Parc technologique du canal
> 31560 Ramonville Saint-Agne France
> Tel. +33 5 61 393 701
> Fax +33 5 61 394 750
>  
> 
>  
>  ___
> 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

David Avendasora
Senior Software Engineer
K12, Inc.

*
WebObjects Documentation Wiki : 
http://wiki.objectstyle.org/confluence/display/WO/
*
WebObjects API: 
http://developer.apple.com/legacy/mac/library/documentation/MacOSXServer/Reference/WO54_Reference/index.html
*

 ___
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: Console showing a lot of logs Dispatch ERXRequests ....

2009-12-16 Thread Gustavo Pizano
I think I know from where they come... 
for each LI in the AjaxSelection list there is one Dispatch, isn't ?

G.

On Dec 16, 2009, at 12:47 PM, Gustavo Pizano wrote:

> Hello maybe this can be something related to my backing too far problem..
> 
> I have an Ajax selection List...  when I click an list item I see ont he 
> console all the log info about the fetching and so,  then when I select 
> another item in the same list.. I see again the output and the requests...
> 
> NOW!. when I click an item of another AjaxSelectionList which appears after I 
> have selected an item of the first List, and then I click again another Item 
> int he first List I get MANY times the same  EXACTLY requests...
> 
> then I select some item form my second list  and I get this...:
> 
> method=POST 
> uri=/cgi-bin/WebObjects/XWSLocalizer.woa/ajax/8wc4ZiQQrKqANsW3NpbAtw/17.17.7.1?
> 
> now, if I select back again any item in the first list I get again lots of  
> requests dispatch outputs.. which are the same..  and once again I click any 
> time in the second generated list I get this.:
> 
> method=POST 
> uri=/cgi-bin/WebObjects/XWSLocalizer.woa/ajax/8wc4ZiQQrKqANsW3NpbAtw/81.17.7.1?
> 
> if I repeat the procedure, I will get this after I click an item int he 
> second list: 
> 
> method=POST 
> uri=/cgi-bin/WebObjects/XWSLocalizer.woa/ajax/8wc4ZiQQrKqANsW3NpbAtw/104.17.7.1?
> 
> so, first why am I getting some many requests logs?, they are exactly the 
> same... is it normal? I guess no...
> 
> can this be something to do with my backtracking problem?
> 
> Thanks a lot, 
> 
> I hope anytime soon I can solve this inconvenience which is making the users 
> crazy... :S
> 
> Gustavo
> 

 ___
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: tomcat deployment

2009-12-16 Thread laurent Cros
Hi dave, many thanks to answering me ! 

 

Are you manually adding anything to the web.xml file, or is this simply what is 
generated by the build?

 

Yes, I just tried to replace the WEBINFROOT by its value 
(C:\java\apache-tomcat-6.0.9\webapps\testNewWolips\WEB-INF)

I also tried to set  the WEBINFROOT in a environment variable in the 
catalina.bat

It seems to me whatever you do with your WEBINFROOT variable nothing changes.

 

This particular line looks suspicious:

 

 WEBINFROOT/testNewWolips/WEB-INF/testNewWolips.woa/Resources/Java/

 

Yes you right when I undo my change I made a mistake. I attach to this email my 
original web.xml

 

Also, have you verified that the frameworks exist where the WOClasspath entry 
in the web.xml file says they do?

 

 

Yes I think it's ok

 

 

Is it normal to have all the librariries in the 
tomcat\webapps\testnewWolips\WEB-INF\lib (testnewWolips is my project name) ?

 

Laurent.

 

 

 

Dave

 

On Dec 15, 2009, at 4:49 AM, laurent Cros wrote:





HI all,

 

  I finally deployed with my eclipse 3.4.2 and WOLIPS.

 

I deploy on a windows tomcat (6.0.9), and I have the following message :

 

No ERX_MARKER field in NSMutableArray found.

This means your class path is incorrect. Adjust it so that ERExtensions come 
before JavaFoundation.

 

In copy I attach my web.xml.

 

Thanks for the help !

 

Laurent Cros

Software engineer

Société CLS
8-10rue Hermès, Parc technologique du canal
31560 Ramonville Saint-Agne France
Tel. +33 5 61 393 701
Fax +33 5 61 394 750

 



 

 ___
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

 

David Avendasora

Senior Software Engineer

K12, Inc.

 

*

WebObjects Documentation Wiki : 
http://wiki.objectstyle.org/confluence/display/WO/

*

WebObjects API: 
http://developer.apple.com/legacy/mac/library/documentation/MacOSXServer/Reference/WO54_Reference/index.html

*

 

 

Cliquez ici 

  si ce message est indésirable (pourriel).



http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";>




  
  
WOROOT
C:/Apple
  

  
  
LOCALROOT
C:/Apple/Local
  

  
  
WOAINSTALLROOT
C:/Apple/Applications
  

  
  
WOAppMode
Development
  
  
  
  
WOClasspath

WEBINFROOT\Resources\Java\
WEBINFROOT\Resources\Java\testnewwolips.jar
WEBINFROOT/testNewWolips.woa/Contents/Frameworks/ERExtensions.framework/Resources/Java/ERExtensions.jar
WEBINFROOT/testNewWolips.woa/Contents/Frameworks/ERJars.framework/Resources/Java/ERJars.jar
WEBINFROOT/testNewWolips.woa/Contents/Frameworks/ERJars.framework/Resources/Java/erxservletadaptor.jar
WEBINFROOT/testNewWolips.woa/Contents/Frameworks/ERJars.framework/Resources/Java/erxwo54.jar
WEBINFROOT/testNewWolips.woa/Contents/Frameworks/ERJars.framework/Resources/Java/icu4j-3_8_1.jar
WEBINFROOT/testNewWolips.woa/Contents/Frameworks/ERJars.framework/Resources/Java/junit.jar
WEBINFROOT/testNewWolips.woa/Contents/Frameworks/ERJars.framework/Resources/Java/log4j-1.2.14.jar
WEBINFROOT/testNewWolips.woa/Contents/Frameworks/ERJars.framework/Resources/Java/slf4j-api-1.5.0.jar
WEBINFROOT/testNewWolips.woa/Contents/Frameworks/ERJars.framework/Resources/Java/slf4j-log4j12-1.5.0.jar
WEBINFROOT/testNewWolips.woa/Contents/Frameworks/ERPrototypes.framework/Resources/Java/ERPrototypes.jar
WEBINFROOT/testNewWolips.woa/Contents/Frameworks/JavaWOExtensions.framework/Resources/Java/JavaWOExtensions.jar
WEBINFROOT/testNewWolips.woa/Contents/Frameworks/WOOgnl.framework/Resources/Java/ognl-2.6.7.jar
WEBINFROOT/testNewWolips.woa/Contents/Frameworks/WOOgnl.framework/Resources/Java/WOOgnl.jar
WEBINFROOT/testNewWolips.woa/Contents/Frameworks/JavaEOAccess.framework/Resources/Java/javaeoaccess.jar
WEBINFROOT/testNewWolips.woa/Contents/Frameworks/JavaEOControl.framework/Resources/Java/javaeocontrol.jar
WEBINFROOT/testNewWolips.woa/Contents/Frameworks/JavaFoundation.framework/Resources/Java/javafoundation.jar
WEBINFROOT/testNewWolips.woa/Contents/Frameworks/JavaJDBCAdaptor.framework/Resources/Java/javajdbcadaptor.jar
WEBINFROOT/testNewWolips.woa/Contents/Frameworks/JavaWebObjects.framework/Resources/Java/javawebobjects.jar
WEBINFROOT/testNewWolips.woa/Contents/Frameworks/JavaXML.framework/Resources/Java/javaxml.jar
WEBINFROOT/testNewWolips.woa/Contents/Frameworks/JavaWOJSPServlet.framework/Resources/Java/javawojspservlet.jar

  

  
  
WOApplicationClass
your.app.Application
  

   
WEBINFROOT 
%WEBINFROOT% 
  

  
  
WOServletAdaptor
er.extensions.jspservlet.ERXServletAda

RE: tomcat deployment

2009-12-16 Thread laurent Cros
When I delete the lib/ content, tomcat complains about the class   
java.lang.ClassNotFoundException: er.extensions.jspservlet.ERXServletAdaptor

 

But in the web.xml there is the line : 
WEBINFROOT/testNewWolips.woa/Contents/Frameworks/ERExtensions.framework/Resources/Java/ERExtensions.jar
 so the tomcat should be able to locate the ERXServletAdaptor

 

That's why I thing the WEBINFROOT variable is not set correctly !

 

Laurent.

 

De : laurent Cros 
Envoyé : mercredi 16 décembre 2009 15:10
À : laurent Cros; 'David Avendasora'
Cc : 'WebObjects-Dev Mailing List List'
Objet : RE: tomcat deployment

 

I join my tomcat architecture folder deployment with the content of the lib 
directory !

 

Thanks,

 

laurent

 

De : laurent Cros 
Envoyé : mercredi 16 décembre 2009 15:05
À : 'David Avendasora'
Cc : WebObjects-Dev Mailing List List
Objet : RE: tomcat deployment

 

Hi dave, many thanks to answering me ! 

 

Are you manually adding anything to the web.xml file, or is this simply what is 
generated by the build?

 

Yes, I just tried to replace the WEBINFROOT by its value 
(C:\java\apache-tomcat-6.0.9\webapps\testNewWolips\WEB-INF)

I also tried to set  the WEBINFROOT in a environment variable in the 
catalina.bat

It seems to me whatever you do with your WEBINFROOT variable nothing changes.

 

This particular line looks suspicious:

 

 WEBINFROOT/testNewWolips/WEB-INF/testNewWolips.woa/Resources/Java/

 

Yes you right when I undo my change I made a mistake. I attach to this email my 
original web.xml

 

Also, have you verified that the frameworks exist where the WOClasspath entry 
in the web.xml file says they do?

 

 

Yes I think it's ok

 

 

Is it normal to have all the librariries in the 
tomcat\webapps\testnewWolips\WEB-INF\lib (testnewWolips is my project name) ?

 

Laurent.

 

 

 

Dave

 

On Dec 15, 2009, at 4:49 AM, laurent Cros wrote:

 

HI all,

 

  I finally deployed with my eclipse 3.4.2 and WOLIPS.

 

I deploy on a windows tomcat (6.0.9), and I have the following message :

 

No ERX_MARKER field in NSMutableArray found.

This means your class path is incorrect. Adjust it so that ERExtensions come 
before JavaFoundation.

 

In copy I attach my web.xml.

 

Thanks for the help !

 

Laurent Cros

Software engineer

Société CLS
8-10rue Hermès, Parc technologique du canal
31560 Ramonville Saint-Agne France
Tel. +33 5 61 393 701
Fax +33 5 61 394 750

 



 

 ___
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

 

David Avendasora

Senior Software Engineer

K12, Inc.

 

*

WebObjects Documentation Wiki : 
http://wiki.objectstyle.org/confluence/display/WO/

*

WebObjects API: 
http://developer.apple.com/legacy/mac/library/documentation/MacOSXServer/Reference/WO54_Reference/index.html

*

 

 

Cliquez ici 

  si ce message est indésirable (pourriel).

 ___
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: tomcat deployment

2009-12-16 Thread Henrique Prange

Hi Laurent,

On 16/12/09 12:18, laurent Cros wrote:

When I delete the lib/ content, tomcat complains about the class
   java.lang.ClassNotFoundException:
er.extensions.jspservlet.ERXServletAdaptor

But in the web.xml there is the line :
WEBINFROOT/testNewWolips.woa/Contents/Frameworks/ERExtensions.framework/Resources/Java/ERExtensions.jar
so the tomcat should be able to locate the ERXServletAdaptor



The ERXServletAdaptor class is not included in the ERExtensions.jar. You 
need the ERServlet framework in this case. You can download it from here 
[1].


[1]http://maven.wocommunity.org/service/local/artifact/maven/redirect?r=releases&g=wonder.core&a=ERServlet&v=1.0&p=jar

Cheers,

Henrique
___
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


TR: tomcat deployment

2009-12-16 Thread laurent Cros


-Message d'origine-
De : laurent Cros 
Envoyé : mercredi 16 décembre 2009 15:47
À : 'Henrique Prange'
Objet : RE: tomcat deployment

Thanks for the jar henrique !

But now I have  the message java.lang.NoClassDefFoundError: 
er/extensions/ERXApplication
And I have the line in my web.xml :
WEBINFROOT/testNewWolips.woa/Contents/Frameworks/ERExtensions.framework/Resources/Java/ERExtensions.jar

But the ERXApplication is located ERExtensions.jar

So why the class is not found ?

  Laurent.


-Message d'origine-
De : webobjects-dev-bounces+lcros=cls...@lists.apple.com 
[mailto:webobjects-dev-bounces+lcros=cls...@lists.apple.com] De la part de 
Henrique Prange
Envoyé : mercredi 16 décembre 2009 15:26
À : webobjects-dev@lists.apple.com
Objet : Re: tomcat deployment

Hi Laurent,

On 16/12/09 12:18, laurent Cros wrote:
> When I delete the lib/ content, tomcat complains about the class
>java.lang.ClassNotFoundException:
> er.extensions.jspservlet.ERXServletAdaptor
>
> But in the web.xml there is the line :
> WEBINFROOT/testNewWolips.woa/Contents/Frameworks/ERExtensions.framework/Resources/Java/ERExtensions.jar
> so the tomcat should be able to locate the ERXServletAdaptor
>

The ERXServletAdaptor class is not included in the ERExtensions.jar. You 
need the ERServlet framework in this case. You can download it from here 
[1].

[1]http://maven.wocommunity.org/service/local/artifact/maven/redirect?r=releases&g=wonder.core&a=ERServlet&v=1.0&p=jar

Cheers,

Henrique
 ___
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/lcros%40cls.fr

This email sent to lc...@cls.fr


   Cliquez sur l'url suivante 
https://www.mailcontrol.com/sr/jkmzk50Q1InTndxI!oX7UmUCwzNXXM!ai1TYtqj9H2tuyMqUI5cF2jk998oT1VxXpg+sLvaqCZ+ENNTgBxFzrw==
  
si ce message est indésirable (pourriel).
 ___
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: TR: tomcat deployment

2009-12-16 Thread David Avendasora
Don't remove the any of the files from their locations. Servlet deployments are 
not as simple as they look.

Start over with your deployment, don't make any changes to the web.xml file and 
don't make any changes to the file structure expanded out of the .war file.

What happens when you do that?

Dave


On Dec 16, 2009, at 9:47 AM, laurent Cros wrote:

> 
> 
> -Message d'origine-
> De : laurent Cros 
> Envoyé : mercredi 16 décembre 2009 15:47
> À : 'Henrique Prange'
> Objet : RE: tomcat deployment
> 
> Thanks for the jar henrique !
> 
> But now I have  the message java.lang.NoClassDefFoundError: 
> er/extensions/ERXApplication
> And I have the line in my web.xml :
> WEBINFROOT/testNewWolips.woa/Contents/Frameworks/ERExtensions.framework/Resources/Java/ERExtensions.jar
> 
> But the ERXApplication is located ERExtensions.jar
> 
> So why the class is not found ?
> 
>  Laurent.
> 
> 
> -Message d'origine-
> De : webobjects-dev-bounces+lcros=cls...@lists.apple.com 
> [mailto:webobjects-dev-bounces+lcros=cls...@lists.apple.com] De la part de 
> Henrique Prange
> Envoyé : mercredi 16 décembre 2009 15:26
> À : webobjects-dev@lists.apple.com
> Objet : Re: tomcat deployment
> 
> Hi Laurent,
> 
> On 16/12/09 12:18, laurent Cros wrote:
>> When I delete the lib/ content, tomcat complains about the class
>>   java.lang.ClassNotFoundException:
>> er.extensions.jspservlet.ERXServletAdaptor
>> 
>> But in the web.xml there is the line :
>> WEBINFROOT/testNewWolips.woa/Contents/Frameworks/ERExtensions.framework/Resources/Java/ERExtensions.jar
>> so the tomcat should be able to locate the ERXServletAdaptor
>> 
> 
> The ERXServletAdaptor class is not included in the ERExtensions.jar. You 
> need the ERServlet framework in this case. You can download it from here 
> [1].
> 
> [1]http://maven.wocommunity.org/service/local/artifact/maven/redirect?r=releases&g=wonder.core&a=ERServlet&v=1.0&p=jar
> 
> Cheers,
> 
> Henrique
> ___
> 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/lcros%40cls.fr
> 
> This email sent to lc...@cls.fr
> 
> 
>   Cliquez sur l'url suivante 
> https://www.mailcontrol.com/sr/jkmzk50Q1InTndxI!oX7UmUCwzNXXM!ai1TYtqj9H2tuyMqUI5cF2jk998oT1VxXpg+sLvaqCZ+ENNTgBxFzrw==
>   
>si ce message est indésirable (pourriel).
> ___
> 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
> 
> 

David Avendasora
Senior Software Engineer
K12, Inc.

*
WebObjects Documentation Wiki : 
http://wiki.objectstyle.org/confluence/display/WO/
*
WebObjects API: 
http://developer.apple.com/legacy/mac/library/documentation/MacOSXServer/Reference/WO54_Reference/index.html
*

 ___
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


Email WOes

2009-12-16 Thread Calven Eggert
Hi All,

Since moving to a new Snow Leopard from Tiger I've not been able to create an 
install version of my WO applications that can send email.  I CAN send email 
from eclipse but after I do WOlips Ant Tools->Install and run the app from the 
command line I get the error:

er/javamail/ERMailAttachment:java.lang.NoClassDefFoundError: 
er/javamail/ERMailAttachment

I've tried everything that I can think of to make sure I have all the necessary 
files (ERJavaMail, mail.jar, ERExtensions, activation-1.1.1, ERJars) but no 
luck.

I'm running java 1.5.0 and Wonder 5.3.3.

Can someone please put me out of my misery? :-) What am I missing?

Thanks,
Calven




 ___
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: Email WOes

2009-12-16 Thread Pascal Robert


Le 09-12-16 à 10:11, Calven Eggert a écrit :


Hi All,

Since moving to a new Snow Leopard from Tiger I've not been able to  
create an install version of my WO applications that can send  
email.  I CAN send email from eclipse but after I do WOlips Ant  
Tools->Install and run the app from the command line I get the error:


er/javamail/ERMailAttachment:java.lang.NoClassDefFoundError: er/ 
javamail/ERMailAttachment


Did you install ERJavaMail.framework somewhere? If yes, in your ant- 
builded application bundle, check MacOSClasspath.txt to see where it  
tries to find ERJavaMail.framework.


I've tried everything that I can think of to make sure I have all  
the necessary files (ERJavaMail, mail.jar, ERExtensions,  
activation-1.1.1, ERJars) but no luck.


I'm running java 1.5.0 and Wonder 5.3.3.

Can someone please put me out of my misery? :-) What am I missing?

Thanks,
Calven




___
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/probert%40macti.ca

This email sent to prob...@macti.ca



Pascal Robert
prob...@macti.ca

AIM: MacTICanada
Twitter : MacTICanada
LinkedIn : http://www.linkedin.com/in/macti


___
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: Email WOes

2009-12-16 Thread Calven Eggert
thanks for the fast reply.

I checked the MacOSClasspath.txt and the ERJavaMail.framework is NOT THERE!!!

but I added it to the Java Build Path under Libraries!

what's the proper way to do this?



On 2009-12-16, at 10:15 AM, Pascal Robert wrote:

> 
> Le 09-12-16 à 10:11, Calven Eggert a écrit :
> 
>> Hi All,
>> 
>> Since moving to a new Snow Leopard from Tiger I've not been able to create 
>> an install version of my WO applications that can send email.  I CAN send 
>> email from eclipse but after I do WOlips Ant Tools->Install and run the app 
>> from the command line I get the error:
>> 
>> er/javamail/ERMailAttachment:java.lang.NoClassDefFoundError: 
>> er/javamail/ERMailAttachment
> 
> Did you install ERJavaMail.framework somewhere? If yes, in your ant-builded 
> application bundle, check MacOSClasspath.txt to see where it tries to find 
> ERJavaMail.framework.
> 
>> I've tried everything that I can think of to make sure I have all the 
>> necessary files (ERJavaMail, mail.jar, ERExtensions, activation-1.1.1, 
>> ERJars) but no luck.
>> 
>> I'm running java 1.5.0 and Wonder 5.3.3.
>> 
>> Can someone please put me out of my misery? :-) What am I missing?
>> 
>> Thanks,
>> Calven
>> 
>> 
>> 
>> 
>> ___
>> 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/probert%40macti.ca
>> 
>> This email sent to prob...@macti.ca
> 
> 
> Pascal Robert
> prob...@macti.ca
> 
> AIM: MacTICanada
> Twitter : MacTICanada
> LinkedIn : http://www.linkedin.com/in/macti
> 
> 



Calven




 ___
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: Email WOes

2009-12-16 Thread Pascal Robert


Le 09-12-16 à 10:19, Calven Eggert a écrit :


thanks for the fast reply.

I checked the MacOSClasspath.txt and the ERJavaMail.framework is NOT  
THERE!!!


but I added it to the Java Build Path under Libraries!


Are you working with Wonder's source code? And inside Java Build Path,  
do you see it as a Project Framework or a Local Framework?


If you are seeing it as a Project Framework and you have ERJavaMail  
source in a opened Eclipse project, you need to install the framework  
before using Ant to build your app.



what's the proper way to do this?



On 2009-12-16, at 10:15 AM, Pascal Robert wrote:



Le 09-12-16 à 10:11, Calven Eggert a écrit :


Hi All,

Since moving to a new Snow Leopard from Tiger I've not been able  
to create an install version of my WO applications that can send  
email.  I CAN send email from eclipse but after I do WOlips Ant  
Tools->Install and run the app from the command line I get the  
error:


er/javamail/ERMailAttachment:java.lang.NoClassDefFoundError: er/ 
javamail/ERMailAttachment


Did you install ERJavaMail.framework somewhere? If yes, in your ant- 
builded application bundle, check MacOSClasspath.txt to see where  
it tries to find ERJavaMail.framework.


I've tried everything that I can think of to make sure I have all  
the necessary files (ERJavaMail, mail.jar, ERExtensions,  
activation-1.1.1, ERJars) but no luck.


I'm running java 1.5.0 and Wonder 5.3.3.

Can someone please put me out of my misery? :-) What am I missing?

Thanks,
Calven




___
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/probert%40macti.ca

This email sent to prob...@macti.ca



Pascal Robert
prob...@macti.ca

AIM: MacTICanada
Twitter : MacTICanada
LinkedIn : http://www.linkedin.com/in/macti






Calven







Pascal Robert
prob...@macti.ca

AIM: MacTICanada
Twitter : MacTICanada
LinkedIn : http://www.linkedin.com/in/macti

 ___
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: Email WOes

2009-12-16 Thread Calven Eggert
I'm not using Wonder source code.

I downloaded the frameworks into my /Library/Frameworks/Wonder-Frameworks-533 
folder.

Then I added all the frameworks to the build path under the Libraries tab.

On 2009-12-16, at 10:21 AM, Pascal Robert wrote:

> 
> Le 09-12-16 à 10:19, Calven Eggert a écrit :
> 
>> thanks for the fast reply.
>> 
>> I checked the MacOSClasspath.txt and the ERJavaMail.framework is NOT THERE!!!
>> 
>> but I added it to the Java Build Path under Libraries!
> 
> Are you working with Wonder's source code? And inside Java Build Path, do you 
> see it as a Project Framework or a Local Framework?
> 
> If you are seeing it as a Project Framework and you have ERJavaMail source in 
> a opened Eclipse project, you need to install the framework before using Ant 
> to build your app.
> 
>> what's the proper way to do this?
>> 
>> 
>> 
>> On 2009-12-16, at 10:15 AM, Pascal Robert wrote:
>> 
>>> 
>>> Le 09-12-16 à 10:11, Calven Eggert a écrit :
>>> 
 Hi All,
 
 Since moving to a new Snow Leopard from Tiger I've not been able to create 
 an install version of my WO applications that can send email.  I CAN send 
 email from eclipse but after I do WOlips Ant Tools->Install and run the 
 app from the command line I get the error:
 
 er/javamail/ERMailAttachment:java.lang.NoClassDefFoundError: 
 er/javamail/ERMailAttachment
>>> 
>>> Did you install ERJavaMail.framework somewhere? If yes, in your ant-builded 
>>> application bundle, check MacOSClasspath.txt to see where it tries to find 
>>> ERJavaMail.framework.
>>> 
 I've tried everything that I can think of to make sure I have all the 
 necessary files (ERJavaMail, mail.jar, ERExtensions, activation-1.1.1, 
 ERJars) but no luck.
 
 I'm running java 1.5.0 and Wonder 5.3.3.
 
 Can someone please put me out of my misery? :-) What am I missing?
 
 Thanks,
 Calven
 
 
 
 
 ___
 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/probert%40macti.ca
 
 This email sent to prob...@macti.ca
>>> 
>>> 
>>> Pascal Robert
>>> prob...@macti.ca
>>> 
>>> AIM: MacTICanada
>>> Twitter : MacTICanada
>>> LinkedIn : http://www.linkedin.com/in/macti
>>> 
>>> 
>> 
>> 
>> 
>> Calven
>> 
>> 
>> 
>> 
> 
> 
> Pascal Robert
> prob...@macti.ca
> 
> AIM: MacTICanada
> Twitter : MacTICanada
> LinkedIn : http://www.linkedin.com/in/macti
> 



Calven




 ___
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: TR: tomcat deployment

2009-12-16 Thread laurent Cros
Ok David

With the original deployment, here is what happens : 

16 dÚc. 2009 16:44:14 org.apache.catalina.core.AprLifecycleListener init
INFO: The Apache Tomcat Native library which allows optimal performance in produ
ction environments was not found on the java.library.path: C:\java\jdk1.6.0_06\b
in;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\oracle\product\10
.2.0\client_2\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\WBEM;C:\Pro
gram Files\Intel\DMIX;C:\java\JDK16~1.0_0\bin;C:\java\maven-2.0.9\bin;C:\Program
 Files\QuickTime\QTSystem\;C:\java\bin;C:\java\jdk1.6.0_06\bin; C:\java\maven-2.
0.9\bin; C:\java\apache-ant-1.7.0\bin; C:\java\maven-ext\graphviz\bin;C:\IC_11\i
nstantclient_11_1
16 dÚc. 2009 16:44:14 org.apache.coyote.http11.Http11Protocol init
INFO: Initialisation de Coyote HTTP/1.1 sur http-8080
16 dÚc. 2009 16:44:14 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 422 ms
16 dÚc. 2009 16:44:14 org.apache.catalina.core.StandardService start
INFO: DÚmarrage du service Catalina
16 dÚc. 2009 16:44:14 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.9
No ERX_MARKER field in NSMutableArray found.
This means your class path is incorrect. Adjust it so that ERExtensions come bef
ore JavaFoundation.


Thanks,

  Laurent.

-Message d'origine-
De : David Avendasora [mailto:webobje...@avendasora.com] 
Envoyé : mercredi 16 décembre 2009 16:07
À : laurent Cros
Cc : webobjects-dev@lists.apple.com
Objet : Re: TR: tomcat deployment

Don't remove the any of the files from their locations. Servlet deployments are 
not as simple as they look.

Start over with your deployment, don't make any changes to the web.xml file and 
don't make any changes to the file structure expanded out of the .war file.

What happens when you do that?

Dave


On Dec 16, 2009, at 9:47 AM, laurent Cros wrote:

> 
> 
> -Message d'origine-
> De : laurent Cros 
> Envoyé : mercredi 16 décembre 2009 15:47
> À : 'Henrique Prange'
> Objet : RE: tomcat deployment
> 
> Thanks for the jar henrique !
> 
> But now I have  the message java.lang.NoClassDefFoundError: 
> er/extensions/ERXApplication
> And I have the line in my web.xml :
> WEBINFROOT/testNewWolips.woa/Contents/Frameworks/ERExtensions.framework/Resources/Java/ERExtensions.jar
> 
> But the ERXApplication is located ERExtensions.jar
> 
> So why the class is not found ?
> 
>  Laurent.
> 
> 
> -Message d'origine-
> De : webobjects-dev-bounces+lcros=cls...@lists.apple.com 
> [mailto:webobjects-dev-bounces+lcros=cls...@lists.apple.com] De la part de 
> Henrique Prange
> Envoyé : mercredi 16 décembre 2009 15:26
> À : webobjects-dev@lists.apple.com
> Objet : Re: tomcat deployment
> 
> Hi Laurent,
> 
> On 16/12/09 12:18, laurent Cros wrote:
>> When I delete the lib/ content, tomcat complains about the class
>>   java.lang.ClassNotFoundException:
>> er.extensions.jspservlet.ERXServletAdaptor
>> 
>> But in the web.xml there is the line :
>> WEBINFROOT/testNewWolips.woa/Contents/Frameworks/ERExtensions.framework/Resources/Java/ERExtensions.jar
>> so the tomcat should be able to locate the ERXServletAdaptor
>> 
> 
> The ERXServletAdaptor class is not included in the ERExtensions.jar. You 
> need the ERServlet framework in this case. You can download it from here 
> [1].
> 
> [1]http://maven.wocommunity.org/service/local/artifact/maven/redirect?r=releases&g=wonder.core&a=ERServlet&v=1.0&p=jar
> 
> Cheers,
> 
> Henrique
> ___
> 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/lcros%40cls.fr
> 
> This email sent to lc...@cls.fr
> 
> 
>   Cliquez sur l'url suivante 
> https://www.mailcontrol.com/sr/jkmzk50Q1InTndxI!oX7UmUCwzNXXM!ai1TYtqj9H2tuyMqUI5cF2jk998oT1VxXpg+sLvaqCZ+ENNTgBxFzrw==
>   
>si ce message est indésirable (pourriel).
> ___
> 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
> 
> 

David Avendasora
Senior Software Engineer
K12, Inc.

*
WebObjects Documentation Wiki : 
http://wiki.objectstyle.org/confluence/display/WO/
*
WebObjects API: 
http://developer.apple.com/legacy/mac/library/documentation/MacOSXServer/Reference/WO54_Reference/index.html
*

 ___
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/optio

Re: Email WOes

2009-12-16 Thread David BON

Hi Calven,

I don't know if now, you can have your Wonder frameworks in a  
subdirectory like your /Wonder-Frameworks-533. I remember that some  
time ago I do something like you but finally have to put  
all .frameworks directly in /Frameworks/ so I can build my app.


Caution: I'm not yet even a newbie (I hope to cope with WO and Wonder  
in a very near future, and I'm following the lists in the meantime).


Regards David B.


Le 16 déc. 09 à 15:24, Calven Eggert a écrit :


I'm not using Wonder source code.

I downloaded the frameworks into my /Library/Frameworks/Wonder- 
Frameworks-533 folder.


Then I added all the frameworks to the build path under the  
Libraries tab.


On 2009-12-16, at 10:21 AM, Pascal Robert wrote:



Le 09-12-16 à 10:19, Calven Eggert a écrit :


thanks for the fast reply.

I checked the MacOSClasspath.txt and the ERJavaMail.framework is  
NOT THERE!!!


but I added it to the Java Build Path under Libraries!


Are you working with Wonder's source code? And inside Java Build  
Path, do you see it as a Project Framework or a Local Framework?


If you are seeing it as a Project Framework and you have  
ERJavaMail source in a opened Eclipse project, you need to install  
the framework before using Ant to build your app.



what's the proper way to do this?



On 2009-12-16, at 10:15 AM, Pascal Robert wrote:



Le 09-12-16 à 10:11, Calven Eggert a écrit :


Hi All,

Since moving to a new Snow Leopard from Tiger I've not been  
able to create an install version of my WO applications that  
can send email.  I CAN send email from eclipse but after I do  
WOlips Ant Tools->Install and run the app from the command line  
I get the error:


er/javamail/ERMailAttachment:java.lang.NoClassDefFoundError: er/ 
javamail/ERMailAttachment


Did you install ERJavaMail.framework somewhere? If yes, in your  
ant-builded application bundle, check MacOSClasspath.txt to see  
where it tries to find ERJavaMail.framework.


I've tried everything that I can think of to make sure I have  
all the necessary files (ERJavaMail, mail.jar, ERExtensions,  
activation-1.1.1, ERJars) but no luck.


I'm running java 1.5.0 and Wonder 5.3.3.

Can someone please put me out of my misery? :-) What am I missing?

Thanks,
Calven




___
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/probert% 
40macti.ca


This email sent to prob...@macti.ca



Pascal Robert
prob...@macti.ca

AIM: MacTICanada
Twitter : MacTICanada
LinkedIn : http://www.linkedin.com/in/macti






Calven







Pascal Robert
prob...@macti.ca

AIM: MacTICanada
Twitter : MacTICanada
LinkedIn : http://www.linkedin.com/in/macti





Calven




 ___
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/bon_d%40mac.com

This email sent to bo...@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: Email WOes

2009-12-16 Thread David BON

Of course you should read /Library/Frameworks

David B.


put all .frameworks directly in /Frameworks/ so I can build my app.


___
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: Email WOes

2009-12-16 Thread Calven Eggert
I had the same thought and put all the frameworks in the /Library/Frameworks 
folder and still no luck.  the ERJavaMail.framework is still not in 
MacOSClasspath.txt


On 2009-12-16, at 11:30 AM, David BON wrote:

> Hi Calven,
> 
> I don't know if now, you can have your Wonder frameworks in a subdirectory 
> like your /Wonder-Frameworks-533. I remember that some time ago I do 
> something like you but finally have to put all .frameworks directly in 
> /Frameworks/ so I can build my app.
> 
> Caution: I'm not yet even a newbie (I hope to cope with WO and Wonder in a 
> very near future, and I'm following the lists in the meantime).
> 
> Regards David B.
> 
> 
> Le 16 déc. 09 à 15:24, Calven Eggert a écrit :
> 
>> I'm not using Wonder source code.
>> 
>> I downloaded the frameworks into my 
>> /Library/Frameworks/Wonder-Frameworks-533 folder.
>> 
>> Then I added all the frameworks to the build path under the Libraries tab.
>> 
>> On 2009-12-16, at 10:21 AM, Pascal Robert wrote:
>> 
>>> 
>>> Le 09-12-16 à 10:19, Calven Eggert a écrit :
>>> 
 thanks for the fast reply.
 
 I checked the MacOSClasspath.txt and the ERJavaMail.framework is NOT 
 THERE!!!
 
 but I added it to the Java Build Path under Libraries!
>>> 
>>> Are you working with Wonder's source code? And inside Java Build Path, do 
>>> you see it as a Project Framework or a Local Framework?
>>> 
>>> If you are seeing it as a Project Framework and you have ERJavaMail source 
>>> in a opened Eclipse project, you need to install the framework before using 
>>> Ant to build your app.
>>> 
 what's the proper way to do this?
 
 
 
 On 2009-12-16, at 10:15 AM, Pascal Robert wrote:
 
> 
> Le 09-12-16 à 10:11, Calven Eggert a écrit :
> 
>> Hi All,
>> 
>> Since moving to a new Snow Leopard from Tiger I've not been able to 
>> create an install version of my WO applications that can send email.  I 
>> CAN send email from eclipse but after I do WOlips Ant Tools->Install and 
>> run the app from the command line I get the error:
>> 
>> er/javamail/ERMailAttachment:java.lang.NoClassDefFoundError: 
>> er/javamail/ERMailAttachment
> 
> Did you install ERJavaMail.framework somewhere? If yes, in your 
> ant-builded application bundle, check MacOSClasspath.txt to see where it 
> tries to find ERJavaMail.framework.
> 
>> I've tried everything that I can think of to make sure I have all the 
>> necessary files (ERJavaMail, mail.jar, ERExtensions, activation-1.1.1, 
>> ERJars) but no luck.
>> 
>> I'm running java 1.5.0 and Wonder 5.3.3.
>> 
>> Can someone please put me out of my misery? :-) What am I missing?
>> 
>> Thanks,
>> Calven
>> 
>> 
>> 
>> 
>> ___
>> 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/probert%40macti.ca
>> 
>> This email sent to prob...@macti.ca
> 
> 
> Pascal Robert
> prob...@macti.ca
> 
> AIM: MacTICanada
> Twitter : MacTICanada
> LinkedIn : http://www.linkedin.com/in/macti
> 
> 
 
 
 
 Calven
 
 
 
 
>>> 
>>> 
>>> Pascal Robert
>>> prob...@macti.ca
>>> 
>>> AIM: MacTICanada
>>> Twitter : MacTICanada
>>> LinkedIn : http://www.linkedin.com/in/macti
>>> 
>> 
>> 
>> 
>> Calven
>> 
>> 
>> 
>> 
>>  ___
>> 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/bon_d%40mac.com
>> 
>> This email sent to bo...@mac.com
> 



Calven




 ___
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: Email WOes

2009-12-16 Thread David Avendasora
Hi Calven,

What version of Eclipse and WOLips are you using? You should be on _at least_ 
Eclipse 3.4.2 and WOLips 3.4.6015 (available here: 
http://webobjects.mdimension.com/wolips/stable/)

Dave

On Dec 16, 2009, at 11:41 AM, Calven Eggert wrote:

> I had the same thought and put all the frameworks in the /Library/Frameworks 
> folder and still no luck.  the ERJavaMail.framework is still not in 
> MacOSClasspath.txt
> 
> 
> On 2009-12-16, at 11:30 AM, David BON wrote:
> 
>> Hi Calven,
>> 
>> I don't know if now, you can have your Wonder frameworks in a subdirectory 
>> like your /Wonder-Frameworks-533. I remember that some time ago I do 
>> something like you but finally have to put all .frameworks directly in 
>> /Frameworks/ so I can build my app.
>> 
>> Caution: I'm not yet even a newbie (I hope to cope with WO and Wonder in a 
>> very near future, and I'm following the lists in the meantime).
>> 
>> Regards David B.
>> 
>> 
>> Le 16 déc. 09 à 15:24, Calven Eggert a écrit :
>> 
>>> I'm not using Wonder source code.
>>> 
>>> I downloaded the frameworks into my 
>>> /Library/Frameworks/Wonder-Frameworks-533 folder.
>>> 
>>> Then I added all the frameworks to the build path under the Libraries tab.
>>> 
>>> On 2009-12-16, at 10:21 AM, Pascal Robert wrote:
>>> 
 
 Le 09-12-16 à 10:19, Calven Eggert a écrit :
 
> thanks for the fast reply.
> 
> I checked the MacOSClasspath.txt and the ERJavaMail.framework is NOT 
> THERE!!!
> 
> but I added it to the Java Build Path under Libraries!
 
 Are you working with Wonder's source code? And inside Java Build Path, do 
 you see it as a Project Framework or a Local Framework?
 
 If you are seeing it as a Project Framework and you have ERJavaMail source 
 in a opened Eclipse project, you need to install the framework before 
 using Ant to build your app.
 
> what's the proper way to do this?
> 
> 
> 
> On 2009-12-16, at 10:15 AM, Pascal Robert wrote:
> 
>> 
>> Le 09-12-16 à 10:11, Calven Eggert a écrit :
>> 
>>> Hi All,
>>> 
>>> Since moving to a new Snow Leopard from Tiger I've not been able to 
>>> create an install version of my WO applications that can send email.  I 
>>> CAN send email from eclipse but after I do WOlips Ant Tools->Install 
>>> and run the app from the command line I get the error:
>>> 
>>> er/javamail/ERMailAttachment:java.lang.NoClassDefFoundError: 
>>> er/javamail/ERMailAttachment
>> 
>> Did you install ERJavaMail.framework somewhere? If yes, in your 
>> ant-builded application bundle, check MacOSClasspath.txt to see where it 
>> tries to find ERJavaMail.framework.
>> 
>>> I've tried everything that I can think of to make sure I have all the 
>>> necessary files (ERJavaMail, mail.jar, ERExtensions, activation-1.1.1, 
>>> ERJars) but no luck.
>>> 
>>> I'm running java 1.5.0 and Wonder 5.3.3.
>>> 
>>> Can someone please put me out of my misery? :-) What am I missing?
>>> 
>>> Thanks,
>>> Calven
>>> 
>>> 
>>> 
>>> 
>>> ___
>>> 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/probert%40macti.ca
>>> 
>>> This email sent to prob...@macti.ca
>> 
>> 
>> Pascal Robert
>> prob...@macti.ca
>> 
>> AIM: MacTICanada
>> Twitter : MacTICanada
>> LinkedIn : http://www.linkedin.com/in/macti
>> 
>> 
> 
> 
> 
> Calven
> 
> 
> 
> 
 
 
 Pascal Robert
 prob...@macti.ca
 
 AIM: MacTICanada
 Twitter : MacTICanada
 LinkedIn : http://www.linkedin.com/in/macti
 
>>> 
>>> 
>>> 
>>> Calven
>>> 
>>> 
>>> 
>>> 
>>>  ___
>>> 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/bon_d%40mac.com
>>> 
>>> This email sent to bo...@mac.com
>> 
> 
> 
> 
> Calven
> 
> 
> 
> 
> ___
> 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

David Avendasora
Senior Software Engineer
K12, Inc.

*
WebObjects Documentation Wiki : 
http://wiki.objectstyle.org/confluence/display/WO/
*
WebObjects API: 
http://developer.apple.com/legacy/mac/library/documentation/MacOSXServer/Reference/WO54_

Re: Email WOes

2009-12-16 Thread Calven Eggert
Eclipse 3.4.2
WOLips 3.4.5830

Do you think that updating WOLips will solve my problem?


On 2009-12-16, at 11:51 AM, David Avendasora wrote:

> Hi Calven,
> 
> What version of Eclipse and WOLips are you using? You should be on _at least_ 
> Eclipse 3.4.2 and WOLips 3.4.6015 (available here: 
> http://webobjects.mdimension.com/wolips/stable/)
> 
> Dave
> 
> On Dec 16, 2009, at 11:41 AM, Calven Eggert wrote:
> 
>> I had the same thought and put all the frameworks in the /Library/Frameworks 
>> folder and still no luck.  the ERJavaMail.framework is still not in 
>> MacOSClasspath.txt
>> 
>> 
>> On 2009-12-16, at 11:30 AM, David BON wrote:
>> 
>>> Hi Calven,
>>> 
>>> I don't know if now, you can have your Wonder frameworks in a subdirectory 
>>> like your /Wonder-Frameworks-533. I remember that some time ago I do 
>>> something like you but finally have to put all .frameworks directly in 
>>> /Frameworks/ so I can build my app.
>>> 
>>> Caution: I'm not yet even a newbie (I hope to cope with WO and Wonder in a 
>>> very near future, and I'm following the lists in the meantime).
>>> 
>>> Regards David B.
>>> 
>>> 
>>> Le 16 déc. 09 à 15:24, Calven Eggert a écrit :
>>> 
 I'm not using Wonder source code.
 
 I downloaded the frameworks into my 
 /Library/Frameworks/Wonder-Frameworks-533 folder.
 
 Then I added all the frameworks to the build path under the Libraries tab.
 
 On 2009-12-16, at 10:21 AM, Pascal Robert wrote:
 
> 
> Le 09-12-16 à 10:19, Calven Eggert a écrit :
> 
>> thanks for the fast reply.
>> 
>> I checked the MacOSClasspath.txt and the ERJavaMail.framework is NOT 
>> THERE!!!
>> 
>> but I added it to the Java Build Path under Libraries!
> 
> Are you working with Wonder's source code? And inside Java Build Path, do 
> you see it as a Project Framework or a Local Framework?
> 
> If you are seeing it as a Project Framework and you have ERJavaMail 
> source in a opened Eclipse project, you need to install the framework 
> before using Ant to build your app.
> 
>> what's the proper way to do this?
>> 
>> 
>> 
>> On 2009-12-16, at 10:15 AM, Pascal Robert wrote:
>> 
>>> 
>>> Le 09-12-16 à 10:11, Calven Eggert a écrit :
>>> 
 Hi All,
 
 Since moving to a new Snow Leopard from Tiger I've not been able to 
 create an install version of my WO applications that can send email.  
 I CAN send email from eclipse but after I do WOlips Ant Tools->Install 
 and run the app from the command line I get the error:
 
 er/javamail/ERMailAttachment:java.lang.NoClassDefFoundError: 
 er/javamail/ERMailAttachment
>>> 
>>> Did you install ERJavaMail.framework somewhere? If yes, in your 
>>> ant-builded application bundle, check MacOSClasspath.txt to see where 
>>> it tries to find ERJavaMail.framework.
>>> 
 I've tried everything that I can think of to make sure I have all the 
 necessary files (ERJavaMail, mail.jar, ERExtensions, activation-1.1.1, 
 ERJars) but no luck.
 
 I'm running java 1.5.0 and Wonder 5.3.3.
 
 Can someone please put me out of my misery? :-) What am I missing?
 
 Thanks,
 Calven
 
 
 
 
 ___
 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/probert%40macti.ca
 
 This email sent to prob...@macti.ca
>>> 
>>> 
>>> Pascal Robert
>>> prob...@macti.ca
>>> 
>>> AIM: MacTICanada
>>> Twitter : MacTICanada
>>> LinkedIn : http://www.linkedin.com/in/macti
>>> 
>>> 
>> 
>> 
>> 
>> Calven
>> 
>> 
>> 
>> 
> 
> 
> Pascal Robert
> prob...@macti.ca
> 
> AIM: MacTICanada
> Twitter : MacTICanada
> LinkedIn : http://www.linkedin.com/in/macti
> 
 
 
 
 Calven
 
 
 
 
  ___
 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/bon_d%40mac.com
 
 This email sent to bo...@mac.com
>>> 
>> 
>> 
>> 
>> Calven
>> 
>> 
>> 
>> 
>> ___
>> 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%40avendasor

Re: Email WOes

2009-12-16 Thread David Avendasora

On Dec 16, 2009, at 11:58 AM, Calven Eggert wrote:

> Eclipse 3.4.2
> WOLips 3.4.5830
> 
> Do you think that updating WOLips will solve my problem?

It certainly won't hurt. That revision is a couple hundred behind Stable (6015) 
so let's try that.

Then if it's still not working. Can you get a screen shot of how you are adding 
the frameworks to the Build Path?

Dave



David Avendasora
Senior Software Engineer
K12, Inc.

*
WebObjects Documentation Wiki : 
http://wiki.objectstyle.org/confluence/display/WO/
*
WebObjects API: 
http://developer.apple.com/legacy/mac/library/documentation/MacOSXServer/Reference/WO54_Reference/index.html
*

 ___
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

JProfiler / WOLips integration

2009-12-16 Thread Giles Palmer

Hi

Trying to set up JProfiler with WOLips.  I have done the following...

1) installed JProfiler 6.0.2, selected eclipse 3.4 during the ide  
integration step
2) installed wolips JProfiler plugin-in (just updated WOLips etc from  
nightly)


Eclipse is 3.4.1
WOLips is version 3.4.6015 and the JProfiler Launching plug-in is  
listed.


Done an Eclipse -clean launch but there is no "Profile as=>WebObjects  
Application".  If I create a new "Profile configuration" based on  
"Profiled WOApplication (JProfiler)" then launch this I get the  
following error from Eclipse...


An internal error occurred during: "Launching MyApp".
com 
.jprofiler 
.integrations 
.eclipse.internal.ProfilingSession.createProfilingSession(Lorg/eclipse/ 
debug/core/model/ILaunchConfigurationDelegate;Lorg/eclipse/debug/core/ 
ILaunchConfiguration;)Lcom/jprofiler/integrations/eclipse/internal/ 
ProfilingSession;



Any ideas?  Has anyone got JProfiler 6 working with WOLIps?

Thanks

Giles
___
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: JProfiler / WOLips integration

2009-12-16 Thread Mertz Stéphan
Hi,

You must use JProfiler 5.
Don't forget to make a search in the woproject-...@objectstyle.org archives.

Le 16 déc. 2009 à 18:19, Giles Palmer a écrit :

> Hi
> 
> Trying to set up JProfiler with WOLips.  I have done the following...
> 
> 1) installed JProfiler 6.0.2, selected eclipse 3.4 during the ide integration 
> step
> 2) installed wolips JProfiler plugin-in (just updated WOLips etc from nightly)
> 
> Eclipse is 3.4.1
> WOLips is version 3.4.6015 and the JProfiler Launching plug-in is listed.
> 
> Done an Eclipse -clean launch but there is no "Profile as=>WebObjects 
> Application".  If I create a new "Profile configuration" based on "Profiled 
> WOApplication (JProfiler)" then launch this I get the following error from 
> Eclipse...
> 
> An internal error occurred during: "Launching MyApp".
> com.jprofiler.integrations.eclipse.internal.ProfilingSession.createProfilingSession(Lorg/eclipse/debug/core/model/ILaunchConfigurationDelegate;Lorg/eclipse/debug/core/ILaunchConfiguration;)Lcom/jprofiler/integrations/eclipse/internal/ProfilingSession;
> 
> 
> Any ideas?  Has anyone got JProfiler 6 working with WOLIps?
> 
> Thanks
> 
> Giles
> ___
> 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/s.mertz%40improve.fr
> 
> This email sent to s.me...@improve.fr

 ___
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: captcha ???

2009-12-16 Thread Mike Schrag
>> I like it ... Just committed ERXSimpleSpamCheck.  Implements this wrapped in 
>> a display: none span so the user doesn't see it.  Just drop it in your form 
>> and it will generate a validation failure when the values don't match.
> Well Im glad my lack of google-foo yesterday morning resulted in something 
> more useful than another email cluttering up peoples inbox's.
We have spammers now getting past ERXSimpleSpamCheck ... Sad day.

ms
 ___
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: captcha ???

2009-12-16 Thread David LeBer

On 2009-12-16, at 1:51 PM, Mike Schrag wrote:

>>> I like it ... Just committed ERXSimpleSpamCheck.  Implements this wrapped 
>>> in a display: none span so the user doesn't see it.  Just drop it in your 
>>> form and it will generate a validation failure when the values don't match.
>> Well Im glad my lack of google-foo yesterday morning resulted in something 
>> more useful than another email cluttering up peoples inbox's.
> We have spammers now getting past ERXSimpleSpamCheck ... Sad day.

Rename the component to something like ERXSooperComplexSpamCheck. That aughta 
stop 'em.

;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/archive%40mail-archive.com

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


Re: Email WOes

2009-12-16 Thread David Avendasora
Hi Calven,

Don't add the jars.

Remove all those jars from the build path. You only want to add Frameworks at 
this point.

Click the "Add Library..." button, select "WebObjects Frameworks" and then 
select the Wonder Frameworks from there.

Normally, the only time you will add a .jar is if it is a non-WebObjects java 
library like a jdbc driver or similar. You don't even need the log4j jar in 
there because it is in ERJars.Framework.

Dave


On Dec 16, 2009, at 12:29 PM, Calven Eggert wrote:

> I've tried to update it but it says there is nothing to update.  I select 
> Software update from the Help window, then select WOLips from the installed 
> software section (5 items) and then click update.
> 
> Enclosed is the screen shot. (I didn't send to group cause I'm not sure how 
> images appear and didn't want to cause any issues)
> 
> 
> 
> 
> On 2009-12-16, at 12:12 PM, David Avendasora wrote:
> 
>> 
>> On Dec 16, 2009, at 11:58 AM, Calven Eggert wrote:
>> 
>>> Eclipse 3.4.2
>>> WOLips 3.4.5830
>>> 
>>> Do you think that updating WOLips will solve my problem?
>> 
>> It certainly won't hurt. That revision is a couple hundred behind Stable 
>> (6015) so let's try that.
>> 
>> Then if it's still not working. Can you get a screen shot of how you are 
>> adding the frameworks to the Build Path?
>> 
>> Dave
>> 
>> 
>> 
>> David Avendasora
>> Senior Software Engineer
>> K12, Inc.
>> 
>> *
>> WebObjects Documentation Wiki : 
>> http://wiki.objectstyle.org/confluence/display/WO/
>> *
>> WebObjects API: 
>> http://developer.apple.com/legacy/mac/library/documentation/MacOSXServer/Reference/WO54_Reference/index.html
>> *
>> 
> 
> 
> 
> Calven
> 
> 
> 
> 

David Avendasora
Senior Software Engineer
K12, Inc.

*
WebObjects Documentation Wiki : 
http://wiki.objectstyle.org/confluence/display/WO/
*
WebObjects API: 
http://developer.apple.com/legacy/mac/library/documentation/MacOSXServer/Reference/WO54_Reference/index.html
*

 ___
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: Email WOes

2009-12-16 Thread Calven Eggert
Thanks Dave for your detailed response.

I was following instructions on this site 
(http://wiki.objectstyle.org/confluence/display/WOL/Using+WOLips+With+Multiple+Versions+of+WebObjects)
 in order to have both 5.3 and 5.4 installed on my machine.  That includes 
changing the wolips.properties file but for now though I'm going to only focus 
on 5.3.3 and get rid of 5.4.

Wish me luck.

I'm crossing my fingers. (as if that will help :-)

Calven

On 2009-12-16, at 2:46 PM, David Avendasora wrote:

> 
> On Dec 16, 2009, at 2:23 PM, Calven Eggert wrote:
> 
>> I clicked on the add library and I don't see the wonder framework.  
> 
> You are looking for "WebObjects Frameworks" not "Wonder Frameworks"
> 
> 
> If that is what you are selecting, and you are not seeing the Wonder 
> frameworks in the list like so:
> 
> Then you do not have the frameworks properly installed in your 
> /Libraries/Frameworks directory, or you have changed your wolips.properties 
> file to point to a different location.
> 
>> I have not downloaded the wonder projects, only the jar files.
> 
> I am not referring to the projects, but the compiled frameworks, for example: 
> ERExtensions.framework, ERJars.framework, etc. You can get them here for WO 
> 5.3 : 
> http://webobjects.mdimension.com/wonder/Wonder-latest-Frameworks-53.tar.gz
> 
> If you were downloading the Wonder-latest-FrameworksJars-53.tar.gz instead, 
> you are getting the jarred versions of the frameworks. I don't use these and 
> neither do most people on the list. I would highly recommend using the 
> regular frameworks and installing them in the /Libraries/Frameworks directory 
> (not in any sub-directory).
> 
> This would also be helpful: 
> http://wiki.objectstyle.org/confluence/display/WONDER/Easy+Binary+Download+and+Install
> 
>>  I don't really need the code since I'm only using a very limited part of 
>> wonder.  just those ones you saw in the image.
> 
> This is besides the point, but having the code is very helpful in that you 
> can then look a the source code easily and see what it is doing. It will make 
> you a better WO developer. But since you are just getting started with it, go 
> ahead and just use the frameworks for now. You can always add the source code 
> projects later.
> 
> Dave
> 
>> 
>> now what?
>> 
>> On 2009-12-16, at 2:18 PM, David Avendasora wrote:
>> 
>>> Hi Calven,
>>> 
>>> Don't add the jars.
>>> 
>>> Remove all those jars from the build path. You only want to add Frameworks 
>>> at this point.
>>> 
>>> Click the "Add Library..." button, select "WebObjects Frameworks" and then 
>>> select the Wonder Frameworks from there.
>>> 
>>> Normally, the only time you will add a .jar is if it is a non-WebObjects 
>>> java library like a jdbc driver or similar. You don't even need the log4j 
>>> jar in there because it is in ERJars.Framework.
>>> 
>>> Dave
>>> 
>>> 
>>> On Dec 16, 2009, at 12:29 PM, Calven Eggert wrote:
>>> 
 I've tried to update it but it says there is nothing to update.  I select 
 Software update from the Help window, then select WOLips from the 
 installed software section (5 items) and then click update.
 
 Enclosed is the screen shot. (I didn't send to group cause I'm not sure 
 how images appear and didn't want to cause any issues)
 
 
 
 
 On 2009-12-16, at 12:12 PM, David Avendasora wrote:
 
> 
> On Dec 16, 2009, at 11:58 AM, Calven Eggert wrote:
> 
>> Eclipse 3.4.2
>> WOLips 3.4.5830
>> 
>> Do you think that updating WOLips will solve my problem?
> 
> It certainly won't hurt. That revision is a couple hundred behind Stable 
> (6015) so let's try that.
> 
> Then if it's still not working. Can you get a screen shot of how you are 
> adding the frameworks to the Build Path?
> 
> Dave
> 
> 
> 
> David Avendasora
> Senior Software Engineer
> K12, Inc.
> 
> *
> WebObjects Documentation Wiki : 
> http://wiki.objectstyle.org/confluence/display/WO/
> *
> WebObjects API: 
> http://developer.apple.com/legacy/mac/library/documentation/MacOSXServer/Reference/WO54_Reference/index.html
> *
> 
 
 
 
 Calven
 
 
 
 
>>> 
>>> David Avendasora
>>> Senior Software Engineer
>>> K12, Inc.
>>> 
>>> *
>>> WebObjects Documentation Wiki : 
>>> http://wiki.objectstyle.org/confluence/display/WO/
>>> *
>>> WebObjects API: 
>>> http://developer.apple.com/legacy/mac/library/documentation/MacOSXServer/Reference/WO54_Reference/index.html
>>> *
>>> 
>> 
>> 
>> 
>> Calven
>> 
>> 
>> 
>> 
> 
> David Avendasora
> Senior Software Engineer
> K12, Inc.
> 
> *
> WebObjects Documentation Wiki : 
> http://wiki.objectstyle.org/confluence/display/WO/
> *
> WebObjects API: 
> http://developer.apple.com/legacy/mac/library/documentation/MacOSXServer/Reference/WO54_Reference/index.html
> *
> 



Calven




 __

Re: Email WOes

2009-12-16 Thread David Avendasora

On Dec 16, 2009, at 3:01 PM, Calven Eggert wrote:

> Thanks Dave for your detailed response.
> 
> I was following instructions on this site 
> (http://wiki.objectstyle.org/confluence/display/WOL/Using+WOLips+With+Multiple+Versions+of+WebObjects)
>  in order to have both 5.3 and 5.4 installed on my machine.  That includes 
> changing the wolips.properties file but for now though I'm going to only 
> focus on 5.3.3 and get rid of 5.4.

Oh great, use my own words against me. :-)

If you are correctly following those instructions, then you should install the 
frameworks in (following the example on the wiki) 
/Developer/WebObjects/Versions/WebObjects533/Library/Frameworks instead of 
/Library/Frameworks

Dave


> 
> Wish me luck.
> 
> I'm crossing my fingers. (as if that will help :-)
> 
> Calven
> 
> On 2009-12-16, at 2:46 PM, David Avendasora wrote:
> 
>> 
>> On Dec 16, 2009, at 2:23 PM, Calven Eggert wrote:
>> 
>>> I clicked on the add library and I don't see the wonder framework.  
>> 
>> You are looking for "WebObjects Frameworks" not "Wonder Frameworks"
>> 
>> 
>> If that is what you are selecting, and you are not seeing the Wonder 
>> frameworks in the list like so:
>> 
>> Then you do not have the frameworks properly installed in your 
>> /Libraries/Frameworks directory, or you have changed your wolips.properties 
>> file to point to a different location.
>> 
>>> I have not downloaded the wonder projects, only the jar files.
>> 
>> I am not referring to the projects, but the compiled frameworks, for 
>> example: ERExtensions.framework, ERJars.framework, etc. You can get them 
>> here for WO 5.3 : 
>> http://webobjects.mdimension.com/wonder/Wonder-latest-Frameworks-53.tar.gz
>> 
>> If you were downloading the Wonder-latest-FrameworksJars-53.tar.gz instead, 
>> you are getting the jarred versions of the frameworks. I don't use these and 
>> neither do most people on the list. I would highly recommend using the 
>> regular frameworks and installing them in the /Libraries/Frameworks 
>> directory (not in any sub-directory).
>> 
>> This would also be helpful: 
>> http://wiki.objectstyle.org/confluence/display/WONDER/Easy+Binary+Download+and+Install
>> 
>>>  I don't really need the code since I'm only using a very limited part of 
>>> wonder.  just those ones you saw in the image.
>> 
>> This is besides the point, but having the code is very helpful in that you 
>> can then look a the source code easily and see what it is doing. It will 
>> make you a better WO developer. But since you are just getting started with 
>> it, go ahead and just use the frameworks for now. You can always add the 
>> source code projects later.
>> 
>> Dave
>> 
>>> 
>>> now what?
>>> 
>>> On 2009-12-16, at 2:18 PM, David Avendasora wrote:
>>> 
 Hi Calven,
 
 Don't add the jars.
 
 Remove all those jars from the build path. You only want to add Frameworks 
 at this point.
 
 Click the "Add Library..." button, select "WebObjects Frameworks" and then 
 select the Wonder Frameworks from there.
 
 Normally, the only time you will add a .jar is if it is a non-WebObjects 
 java library like a jdbc driver or similar. You don't even need the log4j 
 jar in there because it is in ERJars.Framework.
 
 Dave
 
 
 On Dec 16, 2009, at 12:29 PM, Calven Eggert wrote:
 
> I've tried to update it but it says there is nothing to update.  I select 
> Software update from the Help window, then select WOLips from the 
> installed software section (5 items) and then click update.
> 
> Enclosed is the screen shot. (I didn't send to group cause I'm not sure 
> how images appear and didn't want to cause any issues)
> 
> 
> 
> 
> On 2009-12-16, at 12:12 PM, David Avendasora wrote:
> 
>> 
>> On Dec 16, 2009, at 11:58 AM, Calven Eggert wrote:
>> 
>>> Eclipse 3.4.2
>>> WOLips 3.4.5830
>>> 
>>> Do you think that updating WOLips will solve my problem?
>> 
>> It certainly won't hurt. That revision is a couple hundred behind Stable 
>> (6015) so let's try that.
>> 
>> Then if it's still not working. Can you get a screen shot of how you are 
>> adding the frameworks to the Build Path?
>> 
>> Dave
>> 
>> 
>> 
>> David Avendasora
>> Senior Software Engineer
>> K12, Inc.
>> 
>> *
>> WebObjects Documentation Wiki : 
>> http://wiki.objectstyle.org/confluence/display/WO/
>> *
>> WebObjects API: 
>> http://developer.apple.com/legacy/mac/library/documentation/MacOSXServer/Reference/WO54_Reference/index.html
>> *
>> 
> 
> 
> 
> Calven
> 
> 
> 
> 
 
 David Avendasora
 Senior Software Engineer
 K12, Inc.
 
 *
 WebObjects Documentation Wiki : 
 http://wiki.objectstyle.org/confluence/display/WO/
 *
 WebObjects API: 
 http://developer.apple.com/le

setting default request handler in a wonder app

2009-12-16 Thread Jerald Dawson
Hi All

Is there anything I need to be aware of when I change the default request 
handler to a direct action request handler in a wonder based app?

Currently I'm just calling:

setDefaultRequestHandler (requestHandlerForKey( directActionRequestHandlerKey() 
));

the my Application objects constructor and I'm wondering if there is anything 
else I need to be doing.  I'm not having any trouble, just want to make sure 
I'm doing it correctly still. its been a while since I touched this code (pre 
wonder integration).

thx

-j ___
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: Email WOes

2009-12-16 Thread Calven Eggert
hehe THAT's funny.  I didn't realize that was you.

naw, I'm gonna remove the 5.4 stuff and make this a lot more easier on myself.  
when the time is right, I'll then install the 5.4 as well.

I'm going outside for a nice cold walk. (It's currently snowing here in 
Toronto.)

Calven

On 2009-12-16, at 3:10 PM, David Avendasora wrote:

> 
> On Dec 16, 2009, at 3:01 PM, Calven Eggert wrote:
> 
>> Thanks Dave for your detailed response.
>> 
>> I was following instructions on this site 
>> (http://wiki.objectstyle.org/confluence/display/WOL/Using+WOLips+With+Multiple+Versions+of+WebObjects)
>>  in order to have both 5.3 and 5.4 installed on my machine.  That includes 
>> changing the wolips.properties file but for now though I'm going to only 
>> focus on 5.3.3 and get rid of 5.4.
> 
> Oh great, use my own words against me. :-)
> 
> If you are correctly following those instructions, then you should install 
> the frameworks in (following the example on the wiki) 
> /Developer/WebObjects/Versions/WebObjects533/Library/Frameworks instead of 
> /Library/Frameworks
> 
> Dave
> 
> 
>> 
>> Wish me luck.
>> 
>> I'm crossing my fingers. (as if that will help :-)
>> 
>> Calven
>> 
>> On 2009-12-16, at 2:46 PM, David Avendasora wrote:
>> 
>>> 
>>> On Dec 16, 2009, at 2:23 PM, Calven Eggert wrote:
>>> 
 I clicked on the add library and I don't see the wonder framework.  
>>> 
>>> You are looking for "WebObjects Frameworks" not "Wonder Frameworks"
>>> 
>>> 
>>> If that is what you are selecting, and you are not seeing the Wonder 
>>> frameworks in the list like so:
>>> 
>>> Then you do not have the frameworks properly installed in your 
>>> /Libraries/Frameworks directory, or you have changed your wolips.properties 
>>> file to point to a different location.
>>> 
 I have not downloaded the wonder projects, only the jar files.
>>> 
>>> I am not referring to the projects, but the compiled frameworks, for 
>>> example: ERExtensions.framework, ERJars.framework, etc. You can get them 
>>> here for WO 5.3 : 
>>> http://webobjects.mdimension.com/wonder/Wonder-latest-Frameworks-53.tar.gz
>>> 
>>> If you were downloading the Wonder-latest-FrameworksJars-53.tar.gz instead, 
>>> you are getting the jarred versions of the frameworks. I don't use these 
>>> and neither do most people on the list. I would highly recommend using the 
>>> regular frameworks and installing them in the /Libraries/Frameworks 
>>> directory (not in any sub-directory).
>>> 
>>> This would also be helpful: 
>>> http://wiki.objectstyle.org/confluence/display/WONDER/Easy+Binary+Download+and+Install
>>> 
  I don't really need the code since I'm only using a very limited part of 
 wonder.  just those ones you saw in the image.
>>> 
>>> This is besides the point, but having the code is very helpful in that you 
>>> can then look a the source code easily and see what it is doing. It will 
>>> make you a better WO developer. But since you are just getting started with 
>>> it, go ahead and just use the frameworks for now. You can always add the 
>>> source code projects later.
>>> 
>>> Dave
>>> 
 
 now what?
 
 On 2009-12-16, at 2:18 PM, David Avendasora wrote:
 
> Hi Calven,
> 
> Don't add the jars.
> 
> Remove all those jars from the build path. You only want to add 
> Frameworks at this point.
> 
> Click the "Add Library..." button, select "WebObjects Frameworks" and 
> then select the Wonder Frameworks from there.
> 
> Normally, the only time you will add a .jar is if it is a non-WebObjects 
> java library like a jdbc driver or similar. You don't even need the log4j 
> jar in there because it is in ERJars.Framework.
> 
> Dave
> 
> 
> On Dec 16, 2009, at 12:29 PM, Calven Eggert wrote:
> 
>> I've tried to update it but it says there is nothing to update.  I 
>> select Software update from the Help window, then select WOLips from the 
>> installed software section (5 items) and then click update.
>> 
>> Enclosed is the screen shot. (I didn't send to group cause I'm not sure 
>> how images appear and didn't want to cause any issues)
>> 
>> 
>> 
>> 
>> On 2009-12-16, at 12:12 PM, David Avendasora wrote:
>> 
>>> 
>>> On Dec 16, 2009, at 11:58 AM, Calven Eggert wrote:
>>> 
 Eclipse 3.4.2
 WOLips 3.4.5830
 
 Do you think that updating WOLips will solve my problem?
>>> 
>>> It certainly won't hurt. That revision is a couple hundred behind 
>>> Stable (6015) so let's try that.
>>> 
>>> Then if it's still not working. Can you get a screen shot of how you 
>>> are adding the frameworks to the Build Path?
>>> 
>>> Dave
>>> 
>>> 
>>> 
>>> David Avendasora
>>> Senior Software Engineer
>>> K12, Inc.
>>> 
>>> *
>>> WebObjects Documentation Wiki : 
>>> http://wiki.objectstyle.org/confluence/display/WO/
>>>

RE: Could not store foreign character in MySQL with utf-8

2009-12-16 Thread Ren, Kevin
Hi,
did search in WO list and google found this,
 
http://wiki.objectstyle.org/confluence/display/WO/Web+Applications-Development-Localization+and+Internationalization
 
so far so good, everything is fine in database, phpmyadmin and browser. all get 
Chinese character.
 
thanks
 
Kevin
 
 


  _  

From: Cheong Hee (Gmail) [mailto:chn...@gmail.com] 
Sent: Wednesday, 16 December 2009 6:24 p.m.
To: Ren, Kevin; webobjects-dev@lists.apple.com
Subject: Re: Could not store foreign character in MySQL with utf-8


Hi Kevin
 
I have done some tests (has been postponed some time ago) on this 
subject.  Must acknowledge I am just a novice in multilingual web display.
 
Having said this, my test on the MySquirrel(?) DB on storing and 
fetching back the UTF-8 chinese characters seemed working fine.  All setting 
are equaivalen to yours, I checked twice.  It did stored the value correctly.  
The next item checkpoint I suggest is could it be the browser or platform 
related.  That's so much I know.
 
Cheers
 
Cheong Hee 
 
 

- Original Message - 
From: Ren, Kevin   
To: webobjects-dev@lists.apple.com 
Sent: Wednesday, December 16, 2009 7:31 AM
Subject: Could not store foreign character in MySQL with utf-8



Hi, all, 

Not sure this is MySQL setup thingy or WO application, 

In my.cnf file, I have 
[mysqld] 
# 
# * Basic Settings 
# 
default-character-set=utf8 
default-storage-engine=INNODB 

Database, table both setup charset=utf8 and char column 
collation is utf8_general_ci 


In WO JDBC URL, I have 

jdbc:mysql://156.13.128.28:3306/school?useUnicode=true&characterEncoding=UTF-8 

Any woo file, encoding= "UTF-8"; 

I can read Chinese character setup in html template and display 
correctly in web page. 
But in the textfield, after I type Chinese character and save, 
I got funny code like 晓文 in database, phpmyadmin and WO web page.

Not sure how you guys setup for  foreign character in MySQL and 
WO? 

thanks 

Xiaowen(Kevin) Ren 

Analyst Programmer 
Channel Applications, Retail Applications 
ANZ National Bank Ltd 
Level 6 ASB Tower 
2 Hunter Street 
PO Box 1791 
Wellington 
Phone: 04 4365363 
Fax: 04 8028696 



 

 

"This e-mail and any attachments to it (the "Communication") 
is, unless otherwise stated, confidential,  may contain copyright material and 
is for the use only of the intended recipient. If you receive the Communication 
in error, please notify the sender immediately by return e-mail, delete the 
Communication and the return e-mail, and do not read, copy, retransmit or 
otherwise deal with it. Any views expressed in the Communication are those of 
the individual sender only, unless expressly stated to be those of Australia 
and New Zealand Banking Group Limited ABN 11 005 357 522, or any of its related 
entities including ANZ National Bank Limited (together "ANZ"). ANZ does not 
accept liability in connection with the integrity of or errors in the 
Communication, computer virus, data corruption, interference or delay arising 
from or in respect of the Communication."


  _  




___
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/chng34%40gmail.com

This email sent to chn...@gmail.com



"This e-mail and any attachments to it (the "Communication") is, unless 
otherwise stated, confidential,  may contain copyright material and is for the 
use only of the intended recipient. If you receive the Communication in error, 
please notify the sender immediately by return e-mail, delete the Communication 
and the return e-mail, and do not read, copy, retransmit or otherwise deal with 
it. Any views expressed in the Communication are those of the individual sender 
only, unless expressly stated to be those of Australia and New Zealand Banking 
Group Limited ABN 11 005 357 522, or any of its related entities including ANZ 
National Bank Limited (together "ANZ"). ANZ does not accept liability in 
connection with the integrity of o

Clob in Derby database

2009-12-16 Thread WebObjects - Anazys

Hi all,

I try to use a Clob (varcharLarge) in a Derby database using  
EOJDBCDerbyPrototypes (WO 5.3 and a recent version of Wonder). I  
haven't any problem to write value in my database, but when I read the  
value I have a null value.

Is there a special way to get a Clob value ?

Cedric
___
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


Clob in Derby database

2009-12-16 Thread WebObjects - Anazys

Hi all,

I try to use a Clob (varcharLarge) in a Derby database using  
EOJDBCDerbyPrototypes (WO 5.3 and a recent version of Wonder). I  
haven't any problem to write value in my database, but when I read the  
value I have a null value.

Is there a special way to get a Clob value ?

Cedric
___
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: Oracle and EOF with Timestamps

2009-12-16 Thread Don Lindsay

The Files depend on the version of the JDK you are using

Classes12 is meant for JDK 1.2 and 1.3
ojdbc14 is meant for JDK 1.4
ojdbc5 is meant for use with JDK 1.5 and 1.6

Now for each of these jar files there are 5 or 6 different versions  
(9.2.0.4,10.1,10.2.0.4,11.1.0,11.2, ...)


Now each of these versions has multiple versions of the JDBC drivers.   
The safest place to get your JDBC drivers is at:


http://otn.oracle.com  sign up for a OTN account, it is free, download  
the latest driver for the JDK you are currently running.  JDBC drivers  
are backwards compatible with previous versions of Oracle.  If you get  
the 11.1.0 version of ODJBC14.jar it is compatible with all versions  
of 10g and 9i.


Confusing I know, the best working JDBC drivers are probably going to  
be 11.  I have had good experience with the 10.2.0.4 drivers.  The 11  
Drivers have a few bugs, the 10.2.0.3 and 10.2.0.1 drivers have some  
issues with security.  Avoid the 9.2.0.* drivers and 8i drivers too  
buggy.


Thanks, hope this helps.

Don
On Dec 15, 2009, at 10:26 PM, Cheong Hee (Gmail) wrote:


Hi Don

Just curious, which version of ojdbc.jar needs to be avoided.  Is  
odbc14.jar good for use?


Cheers

Cheong Hee

- Original Message - From: "Don Lindsay" 
To: "Andrew Lindesay" 
Cc: "WebObjectsDev Development" 
Sent: Wednesday, December 16, 2009 8:55 AM
Subject: Re: Oracle and EOF with Timestamps



Andrew;

Your JDBC file.  Where did you get it from?   We need to know the   
version of the file.  There are 6 or 8 versions of the OJDBC5.jar  
file  floating around.  Some work and some do not. :)


Don
On Dec 15, 2009, at 4:25 AM, Andrew Lindesay wrote:


Hello Don;


select * from v$version;


Oracle Database 11g Release 11.2.0.1.0 - 64bit Production


What version is your jdbc file?


ojdbc5 -- JDBC for 1.5

I take it you are using the thin driver and not the OCI driver   
correct?



jdbc:oracle:thin:.

cheers.

___
Andrew Lindesay
www.lindesay.co.nz



___
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/chng34%40gmail.com

This email sent to chn...@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:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

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


Re: Oracle and EOF with Timestamps

2009-12-16 Thread Cheong Hee (Gmail)

Hi Don

Thanks for sharing and appreciate.  I recall now the last time using ojdbc14 
version for a small project though it works for JDK1.5 as standard SQL 
statements are being used.  It is always safe to do so though less 
'efficient and adventurous'.


Cheers

Cheong Hee

- Original Message - 
From: "Don Lindsay" 

To: "Cheong Hee (Gmail)" 
Cc: "Andrew Lindesay" ; "WebObjectsDev Development" 


Sent: Thursday, December 17, 2009 1:23 PM
Subject: Re: Oracle and EOF with Timestamps



The Files depend on the version of the JDK you are using

Classes12 is meant for JDK 1.2 and 1.3
ojdbc14 is meant for JDK 1.4
ojdbc5 is meant for use with JDK 1.5 and 1.6

Now for each of these jar files there are 5 or 6 different versions 
(9.2.0.4,10.1,10.2.0.4,11.1.0,11.2, ...)


Now each of these versions has multiple versions of the JDBC drivers. 
The safest place to get your JDBC drivers is at:


http://otn.oracle.com  sign up for a OTN account, it is free, download 
the latest driver for the JDK you are currently running.  JDBC drivers 
are backwards compatible with previous versions of Oracle.  If you get 
the 11.1.0 version of ODJBC14.jar it is compatible with all versions  of 
10g and 9i.


Confusing I know, the best working JDBC drivers are probably going to  be 
11.  I have had good experience with the 10.2.0.4 drivers.  The 11 
Drivers have a few bugs, the 10.2.0.3 and 10.2.0.1 drivers have some 
issues with security.  Avoid the 9.2.0.* drivers and 8i drivers too 
buggy.


Thanks, hope this helps.

Don
On Dec 15, 2009, at 10:26 PM, Cheong Hee (Gmail) wrote:


Hi Don

Just curious, which version of ojdbc.jar needs to be avoided.  Is 
odbc14.jar good for use?


Cheers

Cheong Hee

- Original Message - From: "Don Lindsay" 
To: "Andrew Lindesay" 
Cc: "WebObjectsDev Development" 
Sent: Wednesday, December 16, 2009 8:55 AM
Subject: Re: Oracle and EOF with Timestamps



Andrew;

Your JDBC file.  Where did you get it from?   We need to know the 
version of the file.  There are 6 or 8 versions of the OJDBC5.jar  file 
floating around.  Some work and some do not. :)


Don
On Dec 15, 2009, at 4:25 AM, Andrew Lindesay wrote:


Hello Don;


select * from v$version;


Oracle Database 11g Release 11.2.0.1.0 - 64bit Production


What version is your jdbc file?


ojdbc5 -- JDBC for 1.5

I take it you are using the thin driver and not the OCI driver 
correct?



jdbc:oracle:thin:.

cheers.

___
Andrew Lindesay
www.lindesay.co.nz



___
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/chng34%40gmail.com

This email sent to chn...@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:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

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


Re:[FOUND THE WHY] Console showing a lot of logs Dispatch ERXRequests ....

2009-12-16 Thread Gustavo Pizano
Well... AFter looking better int o my html code.. I have an AjaxUpdateContainer 
and inside an AjaxUpdateTrigger, If I remove the trigger, somehow then the AUC 
doesn't get updated but the TONS of Dispatch Requests are not there neither.So 
Im trying to update that AUC and use directly a JS function to send to update 
the other one... I willsee how it goes.. I will let you know.

SORRY TO BOTHER SO MUCH... i know its kinda annoying.  :P

G.
On Dec 16, 2009, at 2:05 PM, Gustavo Pizano wrote:

> I think I know from where they come... 
> for each LI in the AjaxSelection list there is one Dispatch, isn't ?
> 
> G.
> 
> On Dec 16, 2009, at 12:47 PM, Gustavo Pizano wrote:
> 
>> Hello maybe this can be something related to my backing too far problem..
>> 
>> I have an Ajax selection List...  when I click an list item I see ont he 
>> console all the log info about the fetching and so,  then when I select 
>> another item in the same list.. I see again the output and the requests...
>> 
>> NOW!. when I click an item of another AjaxSelectionList which appears after 
>> I have selected an item of the first List, and then I click again another 
>> Item int he first List I get MANY times the same  EXACTLY requests...
>> 
>> then I select some item form my second list  and I get this...:
>> 
>> method=POST 
>> uri=/cgi-bin/WebObjects/XWSLocalizer.woa/ajax/8wc4ZiQQrKqANsW3NpbAtw/17.17.7.1?
>> 
>> now, if I select back again any item in the first list I get again lots of  
>> requests dispatch outputs.. which are the same..  and once again I click any 
>> time in the second generated list I get this.:
>> 
>> method=POST 
>> uri=/cgi-bin/WebObjects/XWSLocalizer.woa/ajax/8wc4ZiQQrKqANsW3NpbAtw/81.17.7.1?
>> 
>> if I repeat the procedure, I will get this after I click an item int he 
>> second list: 
>> 
>> method=POST 
>> uri=/cgi-bin/WebObjects/XWSLocalizer.woa/ajax/8wc4ZiQQrKqANsW3NpbAtw/104.17.7.1?
>> 
>> so, first why am I getting some many requests logs?, they are exactly the 
>> same... is it normal? I guess no...
>> 
>> can this be something to do with my backtracking problem?
>> 
>> Thanks a lot, 
>> 
>> I hope anytime soon I can solve this inconvenience which is making the users 
>> crazy... :S
>> 
>> Gustavo
>> 
> 

 ___
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