One other thing you may run into with 11g -- you should make sure that
your "DATE" columns explicitly set valueType = "D". If you don't specify
a valueType, you'll hit a problem where 11g now ignores the
oracle.jdbc.V8Compatible property.
Thanks for this useful note...
Cheers
Cheong Hee
Hi James
XP is storing wolips.properties in C:\Documents And Settings\(user
name)\Application Data\WOLips. May be Wins 7 too?
Cheers
Cheong Hee
- Original Message -
From: "James Cicenia"
To: "WebObjects-Dev List"
Sent: Wednesday, September 22, 2010 12:27 AM
Subject: Windows, Ecl
> so Oracle's JDBC driver secretly bumps it to 1 internally when that property
> is set. It throws an exception if the property isn't set.
you should set it to false, not true ...
ms ___
Do not post admin requests to the list. They will be ignored.
Webo
http://osdir.com/ml/webobjects-dev/2010-05/msg00169.html
I know I'm 4 months late, but I just wanted to follow up with this and say
"you're fine setting this" ... Essential what's happening here is that
OraclePlugIn calls setBinaryStream(0) and the actual JDBC specification says
that's 1-offse
All of them have different reserved words. Some / all should support quoting
to avoid conflicts with reserved words. Some EOF plugins may not currently
support quoting. FrontBase and PostgreSQL are possibly the most commonly used
among Wonder committer so more likely to have fuller implementa
On Sep 21, 2010, at 7:37 PM, Q wrote:
>
> On 22/09/2010, at 9:02 AM, David Avendasora wrote:
>
>>> On Sep 21, 2010, at 6:24 PM, Mike Schrag wrote:
>>>
i would maybe run with verbose classloading on, and you might be able to
see what class was attempting to load when this failed ...
Thanks David,
Well the next question, is there another RDBMS like Postgres, Derby or some
other (preferably free, cheap, etc) that does not have such trouble? Is it
worth it to try one of these other RDBMS systems?
Thank you,
Daniel Beatty
Computer Scientist, Detonation Sciences Branch
Code 4743
On 2010-09-21, at 4:29 PM, Daniel Beatty wrote:
> Greetings Chuck,
> I was looking and pecking at it, too. The MySQL Admin tool would lead a
> person to believe that it is not, but seems to the be one variable that is
> outstanding. The fact that the rest of the tokens in that SQL are accepted
On Sep 21, 2010, at 4:29 PM, Daniel Beatty wrote:
> Greetings Chuck,
> I was looking and pecking at it, too. The MySQL Admin tool would lead a
> person to believe that it is not, but seems to the be one variable that is
> outstanding. The fact that the rest of the tokens in that SQL are accepte
On 22/09/2010, at 9:02 AM, David Avendasora wrote:
>> On Sep 21, 2010, at 6:24 PM, Mike Schrag wrote:
>>
>>> i would maybe run with verbose classloading on, and you might be able to
>>> see what class was attempting to load when this failed ... i would also
>>> print out your classpath. obviou
True Chuck,
Although, I was just going to leave it at "morons, idiots, and misery enjoys
company".
Later,
Daniel Beatty
Computer Scientist, Detonation Sciences Branch
Code 474300D
2401 E. Pilot Plant Rd. M/S 1109
China Lake, CA 93555
daniel.bea...@navy.mil
(760)939-7097
On 9/21/10 4:28 PM, "Ch
Greetings Chuck,
I was looking and pecking at it, too. The MySQL Admin tool would lead a
person to believe that it is not, but seems to the be one variable that is
outstanding. The fact that the rest of the tokens in that SQL are accepted
by MySQL in other migration actions, leads me to believe t
You have to admit, David has some mad skillz in this area!
On Sep 21, 2010, at 4:23 PM, Mike Schrag wrote:
> one of the classes in your built project is touching it ... you might
> breakpoint in _NSUtilities._classWithPartialName and see what class name was
> passed in and what class it is try
i would maybe run with verbose classloading on, and you might be able to see
what class was attempting to load when this failed ... i would also print out
your classpath. obviously' you're mixing and matching frameworks along the line
... like maybe your app is linked against old wonder but you
Hello? Anyone?
Even a "Dave, you're an idiot." would be appreciated
(as long as it is specific to this particular context, Chuck.)
Dave
On Sep 21, 2010, at 8:09 AM, David Avendasora wrote:
> Hi all,
>
> I'm working on upgrading a old WO 5.3.3 / Wonder 3.0 app to 5.4.3 / Wonder
> Trunk but I
On Sep 21, 2010, at 2:03 PM, David LeBer wrote:
>
> On 2010-09-21, at 4:25 PM, Chuck Hill wrote:
>
>>
>> On Sep 21, 2010, at 1:17 PM, Daniel Beatty wrote:
>>
>>> Greetings Chuck,
>>> Well, I decided to try going through WOLips as opposed to Hudson. I added
>>> the MySQL plugin and got a lot
On 2010-09-21, at 4:25 PM, Chuck Hill wrote:
>
> On Sep 21, 2010, at 1:17 PM, Daniel Beatty wrote:
>
>> Greetings Chuck,
>> Well, I decided to try going through WOLips as opposed to Hudson. I added
>> the MySQL plugin and got a lot farther, but I am still running into some
>> trouble. This
On Sep 21, 2010, at 1:17 PM, Daniel Beatty wrote:
> Greetings Chuck,
> Well, I decided to try going through WOLips as opposed to Hudson. I added
> the MySQL plugin and got a lot farther, but I am still running into some
> trouble. This time at the "Release" table. In particular, MySQL compla
Greetings Chuck,
Well, I decided to try going through WOLips as opposed to Hudson. I added the
MySQL plugin and got a lot farther, but I am still running into some trouble.
This time at the "Release" table. In particular, MySQL complains about:
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQL
I am using WO 5.4.3.
thanks,
tom
On Sep 21, 2010, at 4:05 PM, Chuck Hill wrote:
> Which version of WO. There is, or was, a restriction on streaming uploads:
> they have to be the last input(s) in a form.
>
> Chuck
>
>
> On Sep 21, 2010, at 12:55 PM, Pelaia II, Tom wrote:
>
>> Hi,
>>
>> I
That is another possibility, but should be fixed in 5.4.3.
On Sep 21, 2010, at 1:04 PM, Johnny Miller wrote:
> I'm not sure if you are having the same problem but yesterday I was dealing
> with something similar that was driving me crazy - adding WOFileUpload was
> stripping the values of all
Which version of WO. There is, or was, a restriction on streaming uploads:
they have to be the last input(s) in a form.
Chuck
On Sep 21, 2010, at 12:55 PM, Pelaia II, Tom wrote:
> Hi,
>
> I am trying to support multiple file upload by using a custom input element.
> It works, but for some r
I'm not sure if you are having the same problem but yesterday I was dealing
with something similar that was driving me crazy - adding WOFileUpload was
stripping the values of all elements.
Adding this property to the properties file fixed it.
er.extensions.ERXApplication.DefaultEncoding=UTF-8
Hi Tom,
Are you using Wonder? There is a multi-file upload component in package
er.attachment.components.
http://webobjects.mdimension.com/hudson/job/Wonder54/javadoc/er/attachment/components/ERAttachmentFlexibleUpload.html
If not, it still may give you some ideas about how to create one.
Dav
Hi,
I am trying to support multiple file upload by using a custom input element. It
works, but for some reason it strips the form values for all form elements that
follow it. So in the following example, the form values for the "testField" are
stripped. If I move the test field before the file
You need to add the plugin framework to the classpath file in
App.woa/Contents/MacOs/something
On Sep 21, 2010, at 12:04 PM, Daniel Beatty wrote:
> Greetings David,
> Looks like you are right. Here, I though I had it loaded with Hudson, but I
> was mistaken.Now I have copied over to /Lib
On Sep 21, 2010, at 12:01 PM, Dev WO wrote:
> Hello Chuck,
>
> I'm making a fully embedded app, so I think I have to get/add a specific jdbc
> driver (I'm still wondering which name to put for "Driver" and "PlugIn" in
> EntityModeler or if it's not relevant).
If there is a driver in the Java
Greetings David,
Looks like you are right. Here, I though I had it loaded with Hudson, but I
was mistaken.Now I have copied over to /Library/Frameworks. Of course,
that failed. I also tried copying my properties so that I have:
( cd /Library/WebObjects/JavaApplications/BugTracker.woa ;
.
Hello Chuck,
I'm making a fully embedded app, so I think I have to get/add a specific jdbc
driver (I'm still wondering which name to put for "Driver" and "PlugIn" in
EntityModeler or if it's not relevant).
I think I should use the "Release 2" for the following page actually:
http://www.oracle.co
These usually go in /Library/Java/Extensions and get picked up automatically.
On Sep 21, 2010, at 11:33 AM, Dev WO wrote:
>>> What would be the name to fill for the Driver and PlugIn in EntityModeler?
>
> I was also wondering if there is a needed jdbc driver to download and to add
> to the clas
>> What would be the name to fill for the Driver and PlugIn in EntityModeler?
I was also wondering if there is a needed jdbc driver to download and to add to
the classpath?
Thanks,
Xavier
___
Do not post admin requests to the list. They will be igno
Hi Dan,
The offending SQL is:
> 4343 [main] INFO er.extensions.jdbc.ERXJDBCUtilities - Executing alter table
> ERAttachment null available VARCHAR(5) NOT NULL
It does not like the null in:
> alter table ERAttachment null available VARCHAR(5) NOT NULL
I guess it would prefer "add" instead of
That's the famous MySQLPlugin bug, you have to use the one from Wonder.
> Greetings David,
> Just following up on one of these weirditiies. I am trying to follow the
> Bug Tracker example, and I get a nasty SQL error when trying to run the bug
> tracker. For example, I run a script containing
On 2010-09-21, at 1:33 PM, Daniel Beatty wrote:
> Greetings David,
> Just following up on one of these weirditiies. I am trying to follow the
> Bug Tracker example, and I get a nasty SQL error when trying to run the bug
> tracker. For example, I run a script containing the following:
> #!/bi
Hi:
Here is what I did a couple of weeks ago. I had an Apple.zip file from
my Mac OS X machine which contained all the WebObjects frameworks. So
that was already done for me.
Then I installed Eclipse 3.6 and WOLips 3.6.xxx (using Help->Install New
Software...). Then I opened the WOLips persp
Greetings David,
Just following up on one of these weirditiies. I am trying to follow the Bug
Tracker example, and I get a nasty SQL error when trying to run the bug
tracker. For example, I run a script containing the following:
#!/bin/sh
( cd /Library/WebObjects/JavaApplications/BugTracker.wo
Best to keep discussion on the list since there are smarter guys (such as Chuck
and David(s)) on the list..
Then go try and debug using the suggestions for application deadlock in the
previous mail.
Probably you have an (1) EOEditingContext deadlock or a (2) SessionStore
deadlock
which m
Hi James,
If I had to setup WO on Windows (and I hope I never have to .. ever) I would
start with a search of "windows" on wiki.objectstyle.org and check out articles
like this:
http://wiki.objectstyle.org/confluence/display/WOL/Installing+WebObjects-WOLips+on+Windows
HTH, Kieran
On Sep 21, 2
It finally happened. I need to set up a developer on a Windows 7 box.
I copied all the frameworks and jars of the existing project and more over to a
windows box.
Now, when I click to add libraries... it has no idea where my WebObjects
Frameworks and more are?
I searched the box for wolips.pro
FYI, the 3 presentations Andrew Lindesay made about JSON-RPC and LEWOStuff are
now available too.
> Hello everyone,
>
> Some of you might have notice that you got a bunch of new podcasts in the
> main podcast feed on wocommunity.org. We decided to give away most of the
> WOWODC recordings from
Hello Pascal,
>
> Le 2010-09-21 à 10:21, Dev WO a écrit :
>
>> Hello,
>>
>> I have to connect to a remote server hosting an Oracle 10g database. More
>> precisely, the server is:
>> OS: linux RedHat X64
>> DB:Oracle 10G standard One
>>
>> It seems the URL to enter in the EOModel would
Le 2010-09-21 à 10:21, Dev WO a écrit :
> Hello,
>
> I have to connect to a remote server hosting an Oracle 10g database. More
> precisely, the server is:
> OS: linux RedHat X64
> DB:Oracle 10G standard One
>
> It seems the URL to enter in the EOModel would be:
> jdbc:oracle:thin:@IP_A
Hello,
I have to connect to a remote server hosting an Oracle 10g database. More
precisely, the server is:
OS: linux RedHat X64
DB:Oracle 10G standard One
It seems the URL to enter in the EOModel would be:
jdbc:oracle:thin:@IP_ADDRESS:PORT:DATABASE
I'm not really used to connect to eith
I am not sure from your symptoms description whether you are experiencing
browser javascript deadlock or an Application deadlock.
... for javascript browser deadlock..
- Use FireBug to see if you have javascript errors associated with the page or
upon executing the action from the JSModalWi
Hi Kelleher ,
Thanks for quick reply,
Iam using WebObjects 5.4.3 with Project wonder. In the application iam
generating pdf's using JasperReports.
Previously i used old Ajax.framework,ErExtentions.framework,in this case all
of the PrintPdf's was working fine.
Now am updated my Ajax.framework,ErEx
Hi all,
I'm working on upgrading a old WO 5.3.3 / Wonder 3.0 app to 5.4.3 / Wonder
Trunk but I'm running into problems just getting the application to start in a
current WOLips (3.4, 3.5 or 3.6).
I don't have the details of which WOLips was last used to develop the
application, but I know it w
Venu,
more details?
On Sep 21, 2010, at 4:57 AM, Venu A wrote:
> Hi All,
>
> When I used old Ajax.framework with WebObjects 5.4.3 wonder frameworks,
> JasperReport's JasperRunManager.runReportToPdf method
> is working correctly, and producing PDF.
> But When I used new Ajax.framework, Jasp
Hi All,
When I used old Ajax.framework with WebObjects 5.4.3 wonder frameworks,
JasperReport's JasperRunManager.runReportToPdf method
is working correctly, and producing PDF.
But When I used new Ajax.framework, JasperReport's
*JasperRunManager.runReportToPdf
*is getting *struck in this method its
48 matches
Mail list logo