ERXEnterpriseObjectCacheT pre-loading cache causes exception

2013-02-05 Thread JR Ruggentaler
I added a ERXEnterpriseObjectCache to my entity and when some of my old code tries to query the database instead of using the cache EOF throws the following exception. If I defer loading the cache (shouldFetchInitialValues=false) everything works. Is this a Wonder, EOF,… bug? [2013-02-04

Re: Connection validation, auto reconnect FIXED

2012-12-20 Thread JR Ruggentaler
The ERXDatabaseContextDelegate class method databaseContextShouldHandleDatabaseException(EODatabaseContext databaseContext, Throwable throwable) only reconnects to the database if the exception message contains the string _obtainOpenChannel. The string looks like something from the early

Connection validation, auto reconnect

2012-12-18 Thread JR Ruggentaler
I have a Wonder application that is sometimes idle for long periods of time. The idle Oracle connections are terminated by the network or the DBA terminates the idle connections on the Oracle server to free up the connections. When the application is assessed and the connection has been terminated

Re: Eclipse Juno 4.2 + WOLips

2012-07-19 Thread JR Ruggentaler
Development webobjects-dev@lists.apple.commailto:webobjects-dev@lists.apple.com Subject: Re: Eclipse Juno 4.2 + WOLips On Jun 27, 2012, at 10:41 AM, JR Ruggentaler wrote: What¹t the current version of eclipse supported by the WOLips plugin? I see a link for 3.7 here: http

Re: Migrating from EOF to ????

2012-07-13 Thread JR Ruggentaler
Isn't Tapestry (http://tapestry.apache.org/) a WO like web application framework? Tapestry integrates with Cayenne (http://code.google.com/p/tapestry5-cayenne/). Maybe Tapestry + Cayenne = Open WO. JR On 7/13/12 2:41 PM, Theodore Petrosky tedp...@yahoo.com wrote: The best way to predict the

Re: Migrating from EOF to ????

2012-07-13 Thread JR Ruggentaler
From the WebObjects Wikipedia page: http://en.wikipedia.org/wiki/WebObjects Apache Tapestry http://en.wikipedia.org/wiki/Apache_Tapestry has a design and philosophy similar to that of WebObjects.[27] http://en.wikipedia.org/wiki/WebObjects#cite_note-26 Tapestry is frequently combined with Apache

Eclipse Juno 4.2 + WOLips

2012-06-27 Thread JR Ruggentaler
What¹t the current version of eclipse supported by the WOLips plugin? I see a link for 3.7 here: http://webobjects.mdimension.com/hudson/job/WOLips37Current/lastSuccessfulB uild/artifact/site/. Has anyone gotten WOLips running with eclipse Juno 4.2? JR

Re: WO HL7

2012-06-07 Thread JR Ruggentaler
For parsing HL7 in my WO app I use HAPIhttp://hl7api.sourceforge.net/. You can send and receive the HL7 messages from a direct action. The MSH segment field 5 (MSH-5) is usually used for identifying the source/security. Depending on the source of the HL7 data you may need a message router/proxy

Re: Use EOF without WO?

2011-06-15 Thread JR Ruggentaler
I would suggest Apache Cayenne if the Apple license prevents using EOF on Android. Apache Cayenne was originally based on EOF and has a lot of similarities to EOF. I am guessing the Apache license would allow you to use Cayenne on Android. http://cayenne.apache.org/ JR

Re: WO WebServices AxisFault

2011-05-09 Thread JR Ruggentaler
/SomeApp.woa/ws/SomeService?wsdl When I miss-spell the webservice name on purpose I get: Your requested web service, namely ServiceName, cannot be found in WOWebServiceRegistrar. On 07/05/2011, at 2:59 AM, JR Ruggentaler wrote: I have a WO App that provides a WO/Axis WebService interface

Re: WO WebServices AxisFault SOLVED

2011-05-09 Thread JR Ruggentaler
See: http://en.wikibooks.org/wiki/WebObjects/Web_Services/Common_Pitfalls_and_Troubleshooting SAXParseException when using HTTPS If, in WebObjects 5.4.x, you get an exception connecting to your web service via HTTPS (through the WebObjects Apache adaptor) and get an error like the following:

Re: WO WebServices AxisFault

2011-05-07 Thread JR Ruggentaler
/ classpathentry kind=output path=bin/ /classpath JR On 07/05/2011, at 2:59 AM, JR Ruggentaler wrote: I have a WO App that provides a WO/Axis WebService interface. This works in production and I wanted to add some new services. We recently added Wonder to our applications and the app stills

Re: EGWrapper problem

2011-03-24 Thread JR Ruggentaler
-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/jr%40mpv.com This email sent to j...@mpv.com JR Ruggentaler Senior Software Developer Medical Present Value, Inc j...@mpv.com Office 512.439.0206 Mobile 512.431.6849

Re: Changing the DB backend

2010-09-02 Thread JR Ruggentaler
Prototypes see Wonder. JR On 2010-09-02, at 3:01 PM, Michael Gargano wrote: Hi, I'm writing an application that needs to support SQLServer and Oracle 11g. The backend changes on an install-by-install basis. In something like hibernate you can just change the DB dialect and go.

Does ERPDFWrapper support Unicode character output to PDF?

2010-09-01 Thread JR Ruggentaler
Does ERPDFWrapper support Unicode character output to PDF? for example #x24f5; displays as ⓵ in the browser but when rendered to PDF using ERPDFWrapper nothing is displayed? Here is a simple html doc that shows the browser behavior. !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN

Wonder Wizard Component

2010-05-17 Thread JR Ruggentaler
Is there a Wonder Wizard component/framework? I saw some wizard stuff in the API docs but that may be for D2W (ERD2WWizardCreationPage). JR ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: UTF8 and ContentEncoding

2010-04-27 Thread JR Ruggentaler
/options/webobjects-dev/jr%40mpv.com This email sent to j...@mpv.com JR Ruggentaler Senior Software Developer Medical Present Value, Inc j...@mpv.com Office 512.439.0206 Mobile 512.431.6849 ___ Do not post admin requests to the list

WO encoding

2009-07-07 Thread JR Ruggentaler
When users copy text from Microsoft apps like Word into our WO application the WO app garbles some characters. For example: From: “`Hello World’” To: �`Hello World�� My eclipse project properties file encoding is set to UTF-8 and the .woo files are also set to UTF-8 (encoding =

Re: WO encoding

2009-07-07 Thread JR Ruggentaler
On Jul 7, 2009, at 11:16 AM, Ricardo J. Parada wrote: Have you tried a little Wonder app to see if you see the problem there as well? Yes, I works fine in my Wonder test app. On Jul 7, 2009, at 12:11 PM, JR Ruggentaler wrote: When users copy text from Microsoft apps like Word into our

SAXParseException only when clients use https

2009-06-23 Thread JR Ruggentaler
I am getting a SAXParseException similar to the one described in confluence at http://wiki.objectstyle.org/confluence/display/WO/Web+Services-Common+Pitfalls+and+Troubleshooting org.xml.sax.SAXParseException: Document root element is missing. at

Re: Modifying Properties for an EOF JDBC-connection

2009-05-19 Thread JR Ruggentaler
Try extending the DB specific plugin, for example the code below sends two properties (v$session.program, v$session.process) to Oracle providing an actual Application name and PID. Normally the DBA see generic information like JDBC Client and no PID. import java.util.Properties; import

Updating WORequest form values in 5.4

2009-02-16 Thread JR Ruggentaler
Prior to WO 5.4 WORequest.formValues() returned a NSMutableDictionary object. You had to cast the returned object to NSMutableDictionary as WORequest.formValues() return type was declared to be NSDictionary. In WO 5.4 the returned object is NSDictionary() not the subclass

Re: Sometime WebObjects drives me a little crazy!

2009-01-26 Thread JR Ruggentaler
The JDBC API provides: DatabaseMetaData dbMetaData = connection.getMetaData(); dbMetaData.getIdentifierQuoteString(); to quote reserved words. I think EOF uses the appropriate quotes based on the reserved words in the model. JR On Jan 26, 2009, at 3:36 PM, Ken Anderson

Re: [ANN] WOGWT framework for integrating GWT with WebObjects

2008-12-18 Thread JR Ruggentaler
I can't find method WOGWTServerUtil.extractUpdateContainerFromResponse(request, response) in WOGWT (wogwt.jar: wogwt/WOGWTServerUtil.class). Below is the WOGWT - Getting Started doc which says to add the dispatchRequest() method to your application subclass. 8) Add this function to your

Re: Eclipse + WebObjects question

2008-11-13 Thread JR Ruggentaler
Maybe you can log the Request Response loop thread once. Thread.currentThread(); JR On Nov 13, 2008, at 1:42 PM, Ricardo J. Parada wrote: When I run my application in development I see around 8 threads. They are named [WorkerThreadn] where n is a number between 0 and 8. There there are

Re: Lots of EOs slow down the performance

2008-11-06 Thread JR Ruggentaler
When loading lots of data the DMS engine bulk loading feature is usually the fastest. MySQL Example command: LOAD DATA INFILE 'data.txt' INTO TABLE db2.my_table Derby Example command: CALL SYSCS_UTIL.SYSCS_IMPORT_TABLE(null, 'staff', 'data.txt', ';', '%', null,0) Oracle and most RDBMS

Re: a nice SVN GUI client ?

2008-10-31 Thread JR Ruggentaler
SmartSVN is nice platform independent SVN GUI client written in Java. There is a free/community version and the professional version. JR On Oct 31, 2008, at 7:02 AM, Amedeo Mantica wrote: hello, this is my problem, I'm the only developer, but I have my co-worker that is very good in

Re: can I avoid this error ?

2008-10-30 Thread JR Ruggentaler
Subscription: http://lists.apple.com/mailman/options/webobjects-dev/jr%40mpv.com This email sent to [EMAIL PROTECTED] JR Ruggentaler Senior Software Developer Medical Present Value, Inc [EMAIL PROTECTED] Office 512.439.0206 Mobile 512.431.6849 ___ Do not post

Error installing jadclipse

2008-10-20 Thread JR Ruggentaler
I was trying to install jadclipse from http://webobjects.mdimension.com/jadclipse/3.3 and got the following error. Cannot complete the request. See the details. Cannot complete the request. See the details. Unsatisfied dependency: [org.objectstyle.wolips.apple.mavenintegration

Fetch specification error in WO 3.4.3

2008-10-20 Thread JR Ruggentaler
I am trying to get my projects working with WO 3.4.3 (works with WO 3.3) but I keep getting the following exception. Caused by: java.lang.IllegalArgumentException: Fetch specification cannot be null and cannot fetch raw rows at com .webobjects .eocontrol .EOSharedEditingContext

Re: Fetch specification error in WO 5.4.3

2008-10-20 Thread JR Ruggentaler
. The one from EM didn't have sharedObjectFetchSpecificationNames = (FetchAll); so I removed it from the other model and the app started fine. Any one know the history of sharedObjectFetchSpecificationNames = (FetchAll)? Is it required in WO 5.3.x? JR On Oct 20, 2008, at 2:00 PM, JR

Eclipse stackoverflow WOLips Entity Modeler

2008-10-17 Thread JR Ruggentaler
I am trying to rebuild my workspace and I am receiving the exception below: Eclipse Platform Version: 3.4.1 Build id: M20080911-1700 WOLips version 3.4.5503 !SESSION 2008-10-17 11:39:14.650 --- eclipse.buildId=M20080911-1700

Re: Eclipse stackoverflow WOLips Entity Modeler

2008-10-17 Thread JR Ruggentaler
Is there some way to tell which project or model is causing this, I have ~65 framework projects? JR On Oct 17, 2008, at 12:10 PM, Mike Schrag wrote: I am trying to rebuild my workspace and I am receiving the exception below: You have a circular reference in one of your projects. ms

Re: Eclipse stackoverflow WOLips Entity Modeler

2008-10-17 Thread JR Ruggentaler
PM, Ricardo J. Parada wrote: Do you see anything in the Problems tab in Eclipse that says something about a cycle? If there is a cycle there should be something that reads A cycle was detected in the build path of project 'Foo'. On Oct 17, 2008, at 1:49 PM, JR Ruggentaler wrote

Re: Added JavaDoc to eclipse

2008-10-11 Thread JR Ruggentaler
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/jr%40mpv.com This email sent to [EMAIL PROTECTED] JR Ruggentaler Senior Software

Re: Slightly OT: Command line Java tool with EOF?

2008-09-10 Thread JR Ruggentaler
I have a command line tool and I use the Manifest.mf file to set class path. Example: Class-Path: jars/itoolsutils.jar jars/javaeoaccess.jar jars/ javaeocontrol.jar jars/javafoundation.jar jars/javaxml.jar ... This eliminates a lot of typing and errors. JR On Sep 10, 2008, at 2:01 PM,

Convert EO Model from Oracle to Derby at runtime

2008-07-09 Thread JR Ruggentaler
I have a EO model that I want to move some entities at runtime from an Oracle database to a local Derby database. I created a new model at run time and added the entities to the new model and removed the same entities from the other model. Then I tried using: EOSchemaGeneration

Re: Convert EO Model from Oracle to Derby at runtime

2008-07-09 Thread JR Ruggentaler
? On Jul 9, 2008, at 12:17 PM, JR Ruggentaler wrote: I have a EO model that I want to move some entities at runtime from an Oracle database to a local Derby database. I created a new model at run time and added the entities to the new model and removed the same entities from the other model

Re: Convert EO Model from Oracle to Derby at runtime

2008-07-09 Thread JR Ruggentaler
On Jul 9, 2008, at 3:19 PM, Mike Schrag wrote: It's crucial that if you're using 5.4 to do schema generation that you call the 5.4-specific schema generation API's ... I don't know that it will solve your problems, but I know it will cause you problems if you don't. EOSchemaGeneration

Re: Convert EO Model from Oracle to Derby at runtime

2008-07-09 Thread JR Ruggentaler
On Jul 9, 2008, at 3:39 PM, Mike Schrag wrote: On Jul 9, 2008, at 3:19 PM, Mike Schrag wrote: It's crucial that if you're using 5.4 to do schema generation that you call the 5.4-specific schema generation API's ... I don't know that it will solve your problems, but I know it will cause