Is that really difficult to deploy on Jboss??

2009-05-28 Thread Gustavo Pizano
Hello, Im almost done with the first part of the application, and I thought it would be good idea to start reading about deployment. As far as I know this app have to be deployed on JBoss, I was reading about deployment on Tomcat, which should be the same for JBoss, here :

Re: Query - Path to WebServerResources

2009-05-28 Thread Lachlan Deck
Hi Peter, On 28/05/2009, at 12:58 PM, Peter Thompson wrote: We have just re-deployed to our current development server, Any change in versions of frameworks along the way? and the application is now resolving URL's to the Web Server (i.e. WebServerResources) differently. Check the start

Is there a Webobjects Adaptor for windows?

2009-05-28 Thread Amiel Montecillo
Hello List, I was wondering where can I find an updated mod_WebObjects.so for windows? I am currently using the version from http://wiki.objectstyle.org/confluence/display/WO/Windows+Deployment+WO+5.4but it seems to always try to connect to wotaskd using the actual hostname.domain on my machine

Re: Is there a Webobjects Adaptor for windows?

2009-05-28 Thread Stefan Klein
Hi Amiel, can you reach the wotaskd in your browser using http://localhost:1085 ? How did you start the wotaskd process ? Stefan Amiel Montecillo schrieb: Hello List, I was wondering where can I find an updated mod_WebObjects.so for windows? I am currently using the version from

Re: Is that really difficult to deploy on Jboss??

2009-05-28 Thread Paul Hoadley
Hi Gustavo, On 28/05/2009, at 4:27 PM, Gustavo Pizano wrote: Hello, Im almost done with the first part of the application, and I thought it would be good idea to start reading about deployment. As far as I know this app have to be deployed on JBoss, I was reading about deployment on

Re: Is there a Webobjects Adaptor for windows?

2009-05-28 Thread Amiel Montecillo
Hello Stefan, Yes I can reach the wotaskd through http://localhost:1085/cgi-bin/WebObjects/wotaskd.woa I can see my app running ?xml version=1.0 encoding=ASCII? adaptor application name=Bids instance id=-5 port=5 host=localhost/ /application /adaptor I ran the command line

Re: Is that really difficult to deploy on Jboss??

2009-05-28 Thread Gustavo Adolfo Pizano
aha,.. ok I will try i out. The run an Ant Build is the same as it is in that page isn't it? (its first time Im gonna make something with ant, :S ,:P). G. On May 28, 2009, at 11:10 AM, Paul Hoadley wrote: Hi Gustavo, On 28/05/2009, at 4:27 PM, Gustavo Pizano wrote: Hello, Im almost

Re: Is that really difficult to deploy on Jboss??

2009-05-28 Thread Paul Hoadley
Hi Gustavo, Firstly: That page is out of date. If you have a recent version of WOLips, you create a servlet by selecting Project Properties WOLips Deployment, tick Servlet Deployment, and then tick all the boxes in Embed Frameworks. I see that ticking Servlet Deployment makes the

Re: Is that really difficult to deploy on Jboss??

2009-05-28 Thread Paul Hoadley
On 28/05/2009, at 6:40 PM, Paul Hoadley wrote: That page is out of date. As an aside, unless that page is still there for some kind of historical reason, I am happy to pare it down to the two or three lines it needs these days. -- Paul. w http://logicsquad.net/ h

Re: Is that really difficult to deploy on Jboss??

2009-05-28 Thread Paul Hoadley
On 28/05/2009, at 7:31 PM, Paul Hoadley wrote: On 28/05/2009, at 6:40 PM, Paul Hoadley wrote: That page is out of date. As an aside, unless that page is still there for some kind of historical reason, I am happy to pare it down to the two or three lines it needs these days. Oh, I see

Re: Is there a Webobjects Adaptor for windows?

2009-05-28 Thread Stefan Klein
Hi Amiel, I think the instance id = -5 looks suspicious. The negative instance ids were only generated if the application is not defined in the configuratione file. Did you use WOMonitor to install your application? Stefan Amiel Montecillo schrieb: Hello Stefan, Yes I can reach the

Re: lock operation locked more than one row issue! -- SOLVED

2009-05-28 Thread David Avendasora
Hi Fred Glad to hear that you have everything working! On May 27, 2009, at 7:07 PM, Fred Wells wrote: Two things, for some reason I thought that checking 'Generate source' in the Table view also was for the columns as well, not so. Also I'm not sure where the prototypes are from but the

Re: Is that really difficult to deploy on Jboss??

2009-05-28 Thread David Avendasora
On May 28, 2009, at 5:54 AM, Paul Hoadley wrote: Hi Gustavo, Firstly: That page is out of date. If you have a recent version of WOLips, you create a servlet by selecting Project Properties WOLips Deployment, tick Servlet Deployment, and then tick all the boxes in Embed Frameworks.

Re: Is that really difficult to deploy on Jboss??

2009-05-28 Thread Gustavo Adolfo Pizano
AHa.. so I landed where in a wrong page. :D:D.. now things makes more sense ... Thanks for all, I will try this out and let you know how it went. Gustavo On May 28, 2009, at 12:24 PM, David Avendasora wrote: On May 28, 2009, at 5:54 AM, Paul Hoadley wrote: Hi Gustavo, Firstly: That

Re: lock operation locked more than one row issue! -- SOLVED

2009-05-28 Thread Mike Schrag
I'd even use the same names as the WOnder ones you were using, just change the external type to match SQLServer's. For example, I use NVARCHAR instead of VARCHAR beause it is MSSQLServer's data type that can store unicode strings without conversion. At some point we should add MSSQLServer

Re: Is that really difficult to deploy on Jboss??

2009-05-28 Thread Mike Schrag
also reading some post on the list about JavaXML,framework and some trouble around it but suddenly Mike says it's fixed... mm in future versions of WebObjects ms ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev

get confirmation of a payment from other website via a direct action, how to get back to a shopping session?

2009-05-28 Thread Johan Henselmans
I have a situation with a shop-site where I communicate some shopping details to an external website. The shopper pays it's dues over there, and then get's redirected to the shop site. The requirements are that the shopper actually has to go to the external site in the same browser window:

Re: get confirmation of a payment from other website via a direct action, how to get back to a shopping session?

2009-05-28 Thread Mike Schrag
you'll either be using cookies, which species sessionid + instance id, or you'll be using URL encodingand your direct action URL will have both the instance ID as well as ?wosid=xxx in the URL (http://yoursite/cgi-bin/WebObjects/YourApp.woa/instanceid/daname?wosid=xxx ) ... should work fine

Re: Is that really difficult to deploy on Jboss??

2009-05-28 Thread Anjo Krank
Am 28.05.2009 um 13:37 schrieb Mike Schrag: also reading some post on the list about JavaXML,framework and some trouble around it but suddenly Mike says it's fixed... mm in future versions of WebObjects One can fix this manually in the meantime (2 years?) by extracting the class

Re: get confirmation of a payment from other website via a direct action, how to get back to a shopping session?

2009-05-28 Thread Anjo Krank
Just to add some caution: be sure to run either multi-threaded or see that you don't have long requests that may block the app for a longer time. Otherwise the adaptor will happily redirect you callback to another instance - where the session most likely will not be known... Cheers, Anjo

Re: get confirmation of a payment from other website via a direct action, how to get back to a shopping session?

2009-05-28 Thread Patrick Middleton
On 28 May 2009, at 13:57, Anjo Krank wrote: Just to add some caution: be sure to run either multi-threaded or see that you don't have long requests that may block the app for a longer time. Otherwise the adaptor will happily redirect you callback to another instance - where the session

Re: get confirmation of a payment from other website via a direct action, how to get back to a shopping session?

2009-05-28 Thread Mike Schrag
Just to add some caution: be sure to run either multi-threaded or see that you don't have long requests that may block the app for a longer time. also just always run multithreaded. why wouldn't you ... ms ___ Do not post admin requests to

Re: get confirmation of a payment from other website via a direct action, how to get back to a shopping session?

2009-05-28 Thread Mike Schrag
you'll either be using cookies, which species sessionid + instance id, or you'll be using URL encodingand your direct action URL will have both the instance ID as well as ?wosid=xxx in the URL (http://yoursite/cgi-bin/WebObjects/YourApp.woa/instanceid/daname?wosid=xxx ) ... should work fine

Re: get confirmation of a payment from other website via a direct action, how to get back to a shopping session?

2009-05-28 Thread Mike Schrag
you'll either be using cookies, which species sessionid + instance id, or you'll be using URL encodingand your direct action URL will have both the instance ID as well as ?wosid=xxx in the URL (http://yoursite/cgi-bin/WebObjects/YourApp.woa/instanceid/daname?wosid=xxx ) ... should work fine

Re: get confirmation of a payment from other website via a direct action, how to get back to a shopping session?

2009-05-28 Thread Mike Schrag
This IS a consideration of a vulnerability if you LOSE that instance inbetween these operations -- Patrick's suggestion of storing as much as possible in the db would cover you for that. er.. This = There ms ___ Do not post admin requests to the

Re: get confirmation of a payment from other website via a direct action, how to get back to a shopping session?

2009-05-28 Thread Anjo Krank
Am 28.05.2009 um 15:30 schrieb Mike Schrag: Just to add some caution: be sure to run either multi-threaded or see that you don't have long requests that may block the app for a longer time. also just always run multithreaded. why wouldn't you ... Come to think of it, just turning MT

Re: get confirmation of a payment from other website via a direct action, how to get back to a shopping session?

2009-05-28 Thread Kieran Kelleher
Only reason I wouldn't is when I am trying to troubleshoot a problem with the awesome ERXSessionStoreDeadlockDetection. Pity it does not work with concurrenr request handling on. It probably is just not possible. No way ;-) On May 28, 2009, at 9:30 AM, Mike Schrag wrote: Just to add some

Re: get confirmation of a payment from other website via a direct action, how to get back to a shopping session?

2009-05-28 Thread Anjo Krank
Am 28.05.2009 um 15:49 schrieb Kieran Kelleher: Only reason I wouldn't is when I am trying to troubleshoot a problem with the awesome ERXSessionStoreDeadlockDetection. Pity it does not work with concurrenr request handling on. It probably is just not possible. No way ;-) Nope, it's not

Re: lock operation locked more than one row issue! -- SOLVED

2009-05-28 Thread Fred Wells
I'm glad to hear I'm not the only one with the chain of MSSQLServer around my neck! I won't be WOWODC west, maybe at east. thanks again and I'm downloading Chuck's MSSQLServerPlugIn right now. -fw David Avendasora webobje...@avendasora.com 05/28/2009 05:21 AM To Fred Wells

Re: lock operation locked more than one row issue!

2009-05-28 Thread Mike Schrag
For example, we had this exact scenario due to the model specifying varchar, and the type info not having a varchar, only a varchar2. Since it didn't know what the column was, it didn't know how to optimistically lock it, so it fell back to pessimistic locking. I actually added some code

Updating outside of the editing context using Oracle Stored Procedures

2009-05-28 Thread Wooddall-Gainey, David
Hi, I have several stored procedures executed using EOUtilities as follows: EOUtilities.executeStoredProcedureNamed(ec,sf07UpdArData, args); These procedures update most rows in most tables. I assumed I had to either invalidateAllObjects in the ec or refreshAllObjects

Re: Updating outside of the editing context using Oracle Stored Procedures

2009-05-28 Thread Mike Schrag
or if you know the scope of the changes, it would be better to refetch them with refreshOnRefetch set to true ... less invasive than all ... definitely avoid invalidate if you can. ms On May 28, 2009, at 1:12 PM, Wooddall-Gainey, David wrote: Hi, I have several stored

WOResourceManager exception under Windows

2009-05-28 Thread Javier Solorzano
I'm trying to run an old XCode generated WO app under windows through the command line. After the app boots I get the following exception: main WOResourceManager Unable to initialize AppProjectBundle for reason:java.lang.StringIndexOutOfBoundsException: String index out of range: 13 I can't

Re: Updating outside of the editing context using Oracle StoredProcedures

2009-05-28 Thread Wooddall-Gainey, David
Mike, Not sure what you mean scope of the changes. This method runs at the end of a WOLongResponsePage. At this point virtually all changeable data in the database has been changed and committed in the Oracle sps. Here I just want to save a timestamp and give control back to the user(s)

Re: Updating outside of the editing context using Oracle StoredProcedures

2009-05-28 Thread Mike Schrag
Mike, Not sure what you mean scope of the changes. sorry .. not very clear on my part. what i mean is that after this stored proc runs, if you can narrow the refresh down, it will give you better performance if you can do a fetch, say, Person where lastName like 'a%' vs just making

Re: Updating outside of the editing context using OracleStoredProcedures - thanks

2009-05-28 Thread Wooddall-Gainey, David
Thanks David Wooddall-Gainey AHNR-IT 540-231-5730 dav...@vt.edu mailto:dav...@vt.edu ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update

Re: Is there a Webobjects Adaptor for windows?

2009-05-28 Thread Chuck Hill
On May 28, 2009, at 2:26 AM, Amiel Montecillo wrote: Hello Stefan, Yes I can reach the wotaskd through http://localhost:1085/cgi-bin/WebObjects/wotaskd.woa I can see my app running ?xml version=1.0 encoding=ASCII? adaptor application name=Bids instance id=-5 port=5

Re: lock operation locked more than one row issue! -- SOLVED

2009-05-28 Thread Chuck Hill
On May 28, 2009, at 3:21 AM, David Avendasora wrote: Hi Fred Glad to hear that you have everything working! On May 27, 2009, at 7:07 PM, Fred Wells wrote: Two things, for some reason I thought that checking 'Generate source' in the Table view also was for the columns as well, not so.

Fwd: Apache Maven 2 Cheat Sheet

2009-05-28 Thread Lachlan Deck
Thought this might interest some people... Begin forwarded message: From: Lyndsey Clevesy lynd...@dzone.com Date: 28 May 2009 4:42:04 AM To: us...@maven.apache.org Subject: Apache Maven 2 Cheat Sheet Reply-To: Maven Users List us...@maven.apache.org Hi - Your user group may be interested in

Re: WOResourceManager exception under Windows

2009-05-28 Thread Chuck Hill
Does the path to the app have a space in it? Is is the current working directory the .woa directory? Try adding -DWOAllowRapidTurnaround=false to the command line. Chuck On May 28, 2009, at 10:31 AM, Javier Solorzano wrote: I'm trying to run an old XCode generated WO app under windows

Mootools Ajax Backtrack Limit Exceeded

2009-05-28 Thread Johnny Miller
Hi, I'm trying to use Ajax via MooTools to return a component with a component action request. If I have the component action return this I receive a backtrack exceeded limit exception after the second request. Would someone be kind enough to explain why? If I have the component action

Re: Generics question

2009-05-28 Thread Ricardo J. Parada
Thanks Phillip and Bill! That worked! :-) And thanks for the tutorial PDF. On May 28, 2009, at 7:17 PM, Bill Gallop wrote: Ricardo, Try defining your loginPageClass() like this: public Class? extends MPVLoginPage loginPageClass() { ... } and override accordingly. Then Java will allow

re: Mootools Ajax Backtrack Limit Exceeded

2009-05-28 Thread Johnny Miller
Hi Mike, Just to make sure we are on same page. Are you saying the answer is long and involved and the only way to really understand it is to look under the covers at the Project Wonder Ajax Framework? Thanks, Jon I'm trying to use Ajax via MooTools to return a component with a

Re: Mootools Ajax Backtrack Limit Exceeded

2009-05-28 Thread Chuck Hill
I think he is saying I have no idea what you are doing and with no details to go on, I can't offer any useful advice. :-) Chuck On May 28, 2009, at 6:23 PM, Johnny Miller wrote: Hi Mike, Just to make sure we are on same page. Are you saying the answer is long and involved and the only

Re: Mootools Ajax Backtrack Limit Exceeded

2009-05-28 Thread Johnny Miller
Well he say that just as easily! :-p On May 28, 2009, at 3:25 PM, Chuck Hill wrote: I think he is saying I have no idea what you are doing and with no details to go on, I can't offer any useful advice. :-) Chuck On May 28, 2009, at 6:23 PM, Johnny Miller wrote: Hi Mike, Just to make

RE: Query - Path to WebServerResources

2009-05-28 Thread Peter Thompson
Lachlan, Thanks. We have been playing with 5.4 frameworks (currently looking at migration from Tiger to Leopard) but have re-checked and am sure we are using 5.3 frameworks currently. We have 4 separate applications that we build (from same environment using same frameworks) and deploy into the