Re: Problem with WebObjects in Jboss 5.1

2010-03-23 Thread Cheong Hee
Hi Andreas, I supposed whitespaces issue is always happened in WO/Windows regardless the version. correct me if wrong. You may need to observe your deployment directory such as "C:\Tomcat 6.0" and it has to change to "C:\Tomcat6.0" etc. This seemed to be your case. Also, if you are going t

Re: Exception: Deployment - FrontbasePlugIn - deadlock - WHY

2010-03-23 Thread Jeff Schmitz
Yeah, caught me very much by surprise because I ran last year with no problems. That must have gotten reset somewhere along the way form last year to this year. But you're right about frontbase. My site got hammered (actually, my lack of optimally prefetching caused most of the hammering)

Re: Exception: Deployment - FrontbasePlugIn - deadlock - WHY

2010-03-23 Thread Jeff Schmitz
The scenario was that the application was performing a long running background process and I really didn't want to stop it. But anyway, I survived and the fix worked a charm. I'm pretty sure I had added that before at some point. not sure when it would have gotten removed, but got a surp

[OT] FrontBase 5.1.3a Released

2010-03-23 Thread Chuck Hill
"The 5.1.3a release of FrontBase has the emphasis on bug fixes, and is release for Mac OS X, Windows NT and Linux platforms. The 5.1.3a release include support for 32- and 64-bit addressing." -- Chuck Hill Senior Consultant / VP Development Practical WebObjects - for developers

Are you using scala + webobjects ?

2010-03-23 Thread Dominique Schoenenberger
Because you have suggested the use of Scala, I would like to ask you if you are using it in your WebObjects development ? I have started to use it, to investigate it and coded some Scala classes. It's nice, very expressive but it seems that the Eclipse plugin is not so good for the moment, the

[MEET] Toronto Cocoaheads / tacow - April 13

2010-03-23 Thread Karl Moskowski
The next meeting of tacow/Toronto CocoaHeads will be held on Tuesday, April 13 at 6:30 PM at Ryerson University. Note that this meeting is one week later than our regular date. We'll be meeting in the Ryerson comp. sci. department's new Digital Media Zone (DMZ) at Yonge & Dundas. Up-to-date age

Re: Exception: Deployment - FrontbasePlugIn - deadlock - WHY

2010-03-23 Thread Kieran Kelleher
Thanks Chuck. Yes, that is what I meant .my excuse is that it was an example and also the some-other-timezone-time shown below that I sent that! ;-) On Mar 23, 2010, at 12:51 PM, Chuck Hill wrote: > > On Mar 23, 2010, at 3:35 AM, Kieran Kelleher wrote: > >> If you mean a currently deployed

Re: Exception: Deployment - FrontbasePlugIn - deadlock - WHY

2010-03-23 Thread Chuck Hill
On Mar 23, 2010, at 3:35 AM, Kieran Kelleher wrote: If you mean a currently deployed app, the easiest way would be (1) Set the prop as a launch argument in the WOMonitor settings like this (launch arg props override Properties files) -DdbConnectURLGLOBAL=jdbc:frontbase://localhost/netBracke

Re: Exception: Deployment - FrontbasePlugIn - deadlock - WHY

2010-03-23 Thread Gaastra Dennis - WO Lists
Just to repeat; please verify that in your EOModel Directory -> index.eomodeld, you should have something like: connectionDictionary = { URL = "jdbc:FrontBase://localhost/YOUR_DATABASE/user=x/upasswd=y/dbpasswd=z/isolation=read_committed/locking=optimistic"; Wi

Re: Exception: Deployment - FrontbasePlugIn - deadlock - WHY

2010-03-23 Thread Gaastra Dennis - WO Lists
Hi Jeff, This was a funny exception back in 2007. Adjusting the connection dictionary like Chuck mentioned fixed the problem back them; and it has never re-occured since then. We have been using FrontBase for the largest professional drivings schools in Canada since then without any problems. V

Re: Problem with WebObjects in Jboss 5.1

2010-03-23 Thread Henrique Prange
Hi Andreas, On 22/03/10 12:09, Andreas S wrote: Hello Henrique, our application uses WebObjects 5.2.3 under Windows Server 2008. Wonder is not used. Our application is deployed as WAR within an EAR. WebObjects 5.2.x and Windows... A dangerous combination. :) What is the complete path to whe

Re: Exception: Deployment - FrontbasePlugIn - deadlock - WHY

2010-03-23 Thread Kieran Kelleher
If you mean a currently deployed app, the easiest way would be (1) Set the prop as a launch argument in the WOMonitor settings like this (launch arg props override Properties files) -DdbConnectURLGLOBAL=jdbc:frontbase://localhost/netBrackets (2) Launch a new instance (3) Refuse Sessions or kill