Strang behaviour with Eclipse

2007-02-26 Thread WIESEN Bruno

Hello,

After downloading Eclipse, It was impossible to launch the  
application... until today...

Here was the problem :

When I tried to launch, Eclipse told me to see the log file because  
an error occured...


Here is a little (little) part of this log file...

!ENTRY org.eclipse.update.configurator 4 0 2007-02-19 13:31:55.591
!MESSAGE FrameworkEvent.ERROR
!STACK 0
org.osgi.framework.BundleException: Exception in  
org.eclipse.update.internal.configurator.ConfigurationActivator.start 
() of bundle org.eclipse.update.configurator.
	at  
org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivato 
r(BundleContextImpl.java:1010)
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start 
(BundleContextImpl.java:966)
	at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker 
(BundleHost.java:317)
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume 
(AbstractBundle.java:329)
	at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle 
(Framework.java:1037)
	at  
org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles 
(StartLevelManager.java:573)
	at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL 
(StartLevelManager.java:495)


Finally it was a Java Extensions which posed problem...gnujaxp.jar.
After removing it, Eclipse launch without any problem...


Bruno Wiesen.
___
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 archive@mail-archive.com


Re: savePageInPermanentCache for sessions?

2007-02-26 Thread Stefan Klein




Hi,

you can use:

 public MyPage(WOContext aContext)
 {
  super(aContext);
  session().savePageInPermanentCache(this);
 }

Stefan

Gaastra Dennis - WO Lists schrieb:
Dear List,
  
  
  We use 6 level nested frame pages. As such, a method like
"session.savePageInPermanentCache" is needed to prevent false
backtracking errors. However, this method is application wide, and may
not be useful if more than application.permanentPageCacheSize()/6sessions
exist. Also if a session has terminated, there is no need for these
pages to still reside in such cache.
  
  
  So: is there some kind of "permanent cache" for a session
besides the regular one? Has anyone implemented something like this.
Thank you for your answers.
  
  
  With Kind Regards,
  
  
  Dennis
Gaastra, M.B.A.[sfu.ca],
B.Sc.[ubc.ca]
  ChiefTechnologyOfficer,
  
  
  WEBAPPZ
Systems, Inc.
  HQ:
(+1) 604.921.1333
  Fax:
(+1) 604.921.4313
  Cell:
(+1) 604.787.2532
  Email:
  [EMAIL PROTECTED]
  Web:www.webappz.com  www.1tracker.com
  
  
  
  
  
  
  
  This message
contains confidential information and is intended only for the
individual named. If you are not the named addressee you should not
disseminate, distribute or copy this e-mail. Please notify the sender
immediately by e-mail if you have received this e-mail by mistake and
delete this e-mail from your system. E-mail transmission cannot be
guaranteed to be secure or error-free as information could be
intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
contain viruses. The sender therefore does not accept liability for any
errors or omissions in the contents of this message, which arise as a
result of e-mail transmission. If verification is required please
request a hard-copy version. WEBAPPZ Systems, Inc., 726 - 1489 Marine
Drive, West Vancouver, BC, CANADA V7T 1B8, www.webappz.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/stefan.klein%40buero-sde.de

This email sent to [EMAIL PROTECTED]



 ___
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 archive@mail-archive.com

testing components with junit

2007-02-26 Thread Philippe Lafoucrière

Hello all,

is there a way to test WoComponents with junit ? WOUnitTest sounds  
like a solution, but I had bad feedbacks on it.


Thank by advance
Philippe

___
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 archive@mail-archive.com


Re: testing components with junit

2007-02-26 Thread Kieran Kelleher

An alternative is Selenium.

On Feb 26, 2007, at 9:48 AM, Philippe Lafoucrière wrote:


Hello all,

is there a way to test WoComponents with junit ? WOUnitTest sounds  
like a solution, but I had bad feedbacks on it.


Thank by advance
Philippe

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


This email sent to [EMAIL PROTECTED]


___
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 archive@mail-archive.com


Re: testing components with junit

2007-02-26 Thread Philippe Lafoucrière


On 26 févr. 07, at 15:54, Kieran Kelleher wrote:


An alternative is Selenium.


We have a flash interface based on flex, I don't think it will be  
easier...

I'll take a look though.

Thanks
Philippe


___
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 archive@mail-archive.com


Re: testing components with junit

2007-02-26 Thread Jacky Gagnon

Hi Philippe,

I use WOUnitTest 1.x and I like it (for the moment!).  But I never  
use it to test my WOComponent.


Anyway, WOUnitTest 2.x removed support for testing components because  
it was a bad idea. Don't put too much complex java code into your  
WOComponent; if you really need to test java code into WOComponent,  
maybe its time to rethink or tweak your design a little.


Good luck!


On 07-02-26, at 09:48, Philippe Lafoucrière wrote:


Hello all,

is there a way to test WoComponents with junit ? WOUnitTest sounds  
like a solution, but I had bad feedbacks on it.


Thank by advance
Philippe

___
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/jgagnon% 
40druide.com


This email sent to [EMAIL PROTECTED]


___
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 archive@mail-archive.com


WebObjects5.3.3Update.pkg 8M1916 updated to 8M1917 (was Re: WebObjects 5.3.3 released)

2007-02-26 Thread Mark Ritchie

On 16-Feb-07, at 1:59 PM, Pascal Robert wrote:
Same problem here (at home).  xCode 2.4.1, WO 5.3.2, OS X 10.4.8,  
iMac Intel Core Duo.


While tracking down exactly which files are changed by the  
WebObjects5.3.3Update.pkg update, I noticed that I have two versions  
of it.  Looks like Apple updated the package on or about 17Feb2007  
from 8M1916 to 8M1917.


The major difference between the two is that the following line was  
added to the Contents/WebObjects5.3.3Update.dist file:

options hostArchitectures='i386,ppc'/

Does that fix the software update problems on Intel?

For the record, the other differences were the minor version numbers,  
dates and such.  The actual contents of the update checksum'd the same.


Since most of the posts in this thread were on the 16th, I'm guessing  
that someone from Apple noticed and got the package updated by the  
next day!!   Thanks Apple!!


Regards,
Mark
__
Mark Ritchie
Cocoa and WebObjects Developer
Diamond Lake Consulting Inc.
Toronto, Ontario, Canada



 ___
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 archive@mail-archive.com

Re: WebObjects5.3.3Update.pkg 8M1916 updated to 8M1917 (was Re: WebObjects 5.3.3 released)

2007-02-26 Thread Pascal Robert


Le 07-02-26 à 11:10, Mark Ritchie a écrit :


On 16-Feb-07, at 1:59 PM, Pascal Robert wrote:
Same problem here (at home).  xCode 2.4.1, WO 5.3.2, OS X 10.4.8,  
iMac Intel Core Duo.


While tracking down exactly which files are changed by the  
WebObjects5.3.3Update.pkg update, I noticed that I have two  
versions of it.  Looks like Apple updated the package on or about  
17Feb2007 from 8M1916 to 8M1917.


The major difference between the two is that the following line was  
added to the Contents/WebObjects5.3.3Update.dist file:

options hostArchitectures='i386,ppc'/

Does that fix the software update problems on Intel?


Yup, I finally got the update a couple of days (last Wednesday I  
think) on my home machine.  At work, I got it 20Fev2007. ___

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 archive@mail-archive.com


Re: Looking for a good source of AJAX info

2007-02-26 Thread Chuck Hill

Are you using FireBug?  http://www.getfirebug.com/
You _want_ to be using that if you are doing Ajax, JS, CSS etc.

Other than that, Google is what I use to answer questions.

Chuck

On Feb 24, 2007, at 3:43 PM, Miguel Arroz wrote:


Hi!

  I'm sorry this is a little off-topic, but I could really use a  
good mail-list for Javascript and AJAX stuff. As many of you are  
using AJAX in your apps, do you know any good mail-list or forum  
where I can ask some questions about that stuff? Firefox is just  
driving me crazy...


  Yours

Miguel Arroz

  I felt like putting a bullet between
   the eyes of every Panda that wouldn't
   scr*w to save its species.   -- Fight Club

Miguel Arroz
http://www.ipragma.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/chill% 
40global-village.net


This email sent to [EMAIL PROTECTED]



--

Practical WebObjects - for developers who want to increase their  
overall knowledge of WebObjects or who are trying to solve specific  
problems.

http://www.global-village.net/products/practical_webobjects





___
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 archive@mail-archive.com


Re: savePageInPermanentCache for sessions?

2007-02-26 Thread Gaastra Dennis - WO Lists

Hi Mark,

Are you sure; that would be great. But then the documentation is not  
clear about this. Can anybody confirm this?


With Kind Regards,

Dennis Gaastra, M.B.A.[sfu.ca], B.Sc.[ubc.ca]
Chief Technology Officer,



On 26-Feb-07, at 5:35 AM, Mark Gowdy wrote:

Ohh. I didn't realize that WOSession already has a  
savePageInPermanentCache method.
It suspect that application.permanentPageCacheSize() tells it how  
many pages to store for EACH session, and not the total across ALL  
sessions.
I also suspect that when a session terminates, that they will get  
Garbage Collected.


Mark


On 25 Feb 2007, at 20:06, Gaastra Dennis - WO Lists wrote:


Dear List,

We use 6 level nested frame pages. As such, a method like  
session.savePageInPermanentCache is needed to prevent false  
backtracking errors. However, this method is application wide, and  
may not be useful if more than application.permanentPageCacheSize 
()/6 sessions exist. Also if a session has terminated, there is no  
need for these pages to still reside in such cache.


So: is there some kind of permanent cache for a session besides  
the regular one? Has anyone implemented something like this. Thank  
you for your answers.


With Kind Regards,

Dennis Gaastra, M.B.A.[sfu.ca], B.Sc.[ubc.ca]
Chief Technology Officer,

WEBAPPZ Systems, Inc.
HQ:  (+1) 604.921.1333
Fax:  (+1) 604.921.4313
Cell:  (+1) 604.787.2532
Email: [EMAIL PROTECTED]
Web: www.webappz.com  www.1tracker.com


logo.jpg
innovation.jpg


This message contains confidential information and is intended  
only for the individual named. If you are not the named addressee  
you should not disseminate, distribute or copy this e-mail. Please  
notify the sender immediately by e-mail if you have received this  
e-mail by mistake and delete this e-mail from your system. E-mail  
transmission cannot be guaranteed to be secure or error-free as  
information could be intercepted, corrupted, lost, destroyed,  
arrive late or incomplete, or contain viruses. The sender  
therefore does not accept liability for any errors or omissions in  
the contents of this message, which arise as a result of e-mail  
transmission. If verification is required please request a hard- 
copy version. WEBAPPZ Systems, Inc., 726 - 1489 Marine Drive, West  
Vancouver, BC, CANADA V7T 1B8, www.webappz.com




logo.jpg
innovation.jpg
 ___
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/gowdy%40mac.com

This email sent to [EMAIL PROTECTED]




 ___
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 archive@mail-archive.com

Re: savePageInPermanentCache for sessions?

2007-02-26 Thread Mike Schrag

yes, this is correct on both counts

On Feb 26, 2007, at 1:27 PM, Gaastra Dennis - WO Lists wrote:


Hi Mark,

Are you sure; that would be great. But then the documentation is  
not clear about this. Can anybody confirm this?


With Kind Regards,

Dennis Gaastra, M.B.A.[sfu.ca], B.Sc.[ubc.ca]
Chief Technology Officer,



On 26-Feb-07, at 5:35 AM, Mark Gowdy wrote:

Ohh. I didn't realize that WOSession already has a  
savePageInPermanentCache method.
It suspect that application.permanentPageCacheSize() tells it how  
many pages to store for EACH session, and not the total across ALL  
sessions.
I also suspect that when a session terminates, that they will get  
Garbage Collected.


Mark


On 25 Feb 2007, at 20:06, Gaastra Dennis - WO Lists wrote:


Dear List,

We use 6 level nested frame pages. As such, a method like  
session.savePageInPermanentCache is needed to prevent false  
backtracking errors. However, this method is application wide,  
and may not be useful if more than  
application.permanentPageCacheSize()/6 sessions exist. Also if a  
session has terminated, there is no need for these pages to still  
reside in such cache.


So: is there some kind of permanent cache for a session besides  
the regular one? Has anyone implemented something like this.  
Thank you for your answers.


With Kind Regards,

Dennis Gaastra, M.B.A.[sfu.ca], B.Sc.[ubc.ca]
Chief Technology Officer,

WEBAPPZ Systems, Inc.
HQ:  (+1) 604.921.1333
Fax:  (+1) 604.921.4313
Cell:  (+1) 604.787.2532
Email: [EMAIL PROTECTED]
Web: www.webappz.com  www.1tracker.com


logo.jpg
innovation.jpg


This message contains confidential information and is intended  
only for the individual named. If you are not the named addressee  
you should not disseminate, distribute or copy this e-mail.  
Please notify the sender immediately by e-mail if you have  
received this e-mail by mistake and delete this e-mail from your  
system. E-mail transmission cannot be guaranteed to be secure or  
error-free as information could be intercepted, corrupted, lost,  
destroyed, arrive late or incomplete, or contain viruses. The  
sender therefore does not accept liability for any errors or  
omissions in the contents of this message, which arise as a  
result of e-mail transmission. If verification is required please  
request a hard-copy version. WEBAPPZ Systems, Inc., 726 - 1489  
Marine Drive, West Vancouver, BC, CANADA V7T 1B8, www.webappz.com




logo.jpg
innovation.jpg
 ___
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/gowdy% 
40mac.com


This email sent to [EMAIL PROTECTED]




 ___
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/mschrag% 
40mdimension.com


This email sent to [EMAIL PROTECTED]


 ___
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 archive@mail-archive.com

Re: savePageInPermanentCache for sessions?

2007-02-26 Thread Chuck Hill
Yes.  The _size_ is application wide.  Note that this is the size in  
_each_ session, not the total.  Each session has its own permanent  
page cache which goes out of scope / is garbage collected with the  
session.


Chuck


On Feb 26, 2007, at 10:27 AM, Gaastra Dennis - WO Lists wrote:


Hi Mark,

Are you sure; that would be great. But then the documentation is  
not clear about this. Can anybody confirm this?


With Kind Regards,

Dennis Gaastra, M.B.A.[sfu.ca], B.Sc.[ubc.ca]
Chief Technology Officer,



On 26-Feb-07, at 5:35 AM, Mark Gowdy wrote:

Ohh. I didn't realize that WOSession already has a  
savePageInPermanentCache method.
It suspect that application.permanentPageCacheSize() tells it how  
many pages to store for EACH session, and not the total across ALL  
sessions.
I also suspect that when a session terminates, that they will get  
Garbage Collected.


Mark


On 25 Feb 2007, at 20:06, Gaastra Dennis - WO Lists wrote:


Dear List,

We use 6 level nested frame pages. As such, a method like  
session.savePageInPermanentCache is needed to prevent false  
backtracking errors. However, this method is application wide,  
and may not be useful if more than  
application.permanentPageCacheSize()/6 sessions exist. Also if a  
session has terminated, there is no need for these pages to still  
reside in such cache.


So: is there some kind of permanent cache for a session besides  
the regular one? Has anyone implemented something like this.  
Thank you for your answers.


With Kind Regards,

Dennis Gaastra, M.B.A.[sfu.ca], B.Sc.[ubc.ca]
Chief Technology Officer,

WEBAPPZ Systems, Inc.
HQ:  (+1) 604.921.1333
Fax:  (+1) 604.921.4313
Cell:  (+1) 604.787.2532
Email: [EMAIL PROTECTED]
Web: www.webappz.com  www.1tracker.com


logo.jpg
innovation.jpg


This message contains confidential information and is intended  
only for the individual named. If you are not the named addressee  
you should not disseminate, distribute or copy this e-mail.  
Please notify the sender immediately by e-mail if you have  
received this e-mail by mistake and delete this e-mail from your  
system. E-mail transmission cannot be guaranteed to be secure or  
error-free as information could be intercepted, corrupted, lost,  
destroyed, arrive late or incomplete, or contain viruses. The  
sender therefore does not accept liability for any errors or  
omissions in the contents of this message, which arise as a  
result of e-mail transmission. If verification is required please  
request a hard-copy version. WEBAPPZ Systems, Inc., 726 - 1489  
Marine Drive, West Vancouver, BC, CANADA V7T 1B8, www.webappz.com




logo.jpg
innovation.jpg
 ___
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/gowdy% 
40mac.com


This email sent to [EMAIL PROTECTED]




 ___
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/chill% 
40global-village.net


This email sent to [EMAIL PROTECTED]


--

Practical WebObjects - for developers who want to increase their  
overall knowledge of WebObjects or who are trying to solve specific  
problems.

http://www.global-village.net/products/practical_webobjects





___
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 archive@mail-archive.com


Problem Connecting to OpenBase

2007-02-26 Thread Fred Shurtleff

Hello All,

I am unable to connect to a localhost OpenBase database that I had 
previously connected to last week. The console error is:


An exception occurred while trying to open a
channel:com.webobjects.jdbcadaptor.JDBCAdaptorException: JDBC connection
failed for driver :'com.openbase.jdbc.ObDriver'. Driver not found in 
Java Runtime! Please verify your CLASSPATH environment variable. The 
current CLASSPATH for your application is :/System/


Since I did NOT see OpenBaseJDBC.jar in any of these search paths, I 
tried to add a new classpath variable pointing to 
/Library/Java/Extensions/OpenBaseJDBC.jar, but when I try to add it to 
the project Java Build Path, it complained that it was a duplicate entry 
(and would not let me save it). So now I am totally confused!


I have checked my connection dictionary/params (they are correct), and 
the database is started/running.


Can anyone suggest what may be the problem?

Thank You


___
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 archive@mail-archive.com


Re: Problem Connecting to OpenBase

2007-02-26 Thread Chuck Hill
Use Spotlight to find  OpenBaseJDBC.jar.  You probably have it also  
in /Library/WebObjects/Extensions or some other inappropriate place.   
It should ONLY be in /Library/Java/Extensions


Chuck


On Feb 26, 2007, at 11:20 AM, Fred Shurtleff wrote:


Hello All,

I am unable to connect to a localhost OpenBase database that I had  
previously connected to last week. The console error is:


An exception occurred while trying to open a
channel:com.webobjects.jdbcadaptor.JDBCAdaptorException: JDBC  
connection
failed for driver :'com.openbase.jdbc.ObDriver'. Driver not found  
in Java Runtime! Please verify your CLASSPATH environment variable.  
The current CLASSPATH for your application is :/System/


Since I did NOT see OpenBaseJDBC.jar in any of these search paths,  
I tried to add a new classpath variable pointing to /Library/Java/ 
Extensions/OpenBaseJDBC.jar, but when I try to add it to the  
project Java Build Path, it complained that it was a duplicate  
entry (and would not let me save it). So now I am totally confused!


I have checked my connection dictionary/params (they are correct),  
and the database is started/running.


Can anyone suggest what may be the problem?

Thank You


___
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/chill% 
40global-village.net


This email sent to [EMAIL PROTECTED]



--

Practical WebObjects - for developers who want to increase their  
overall knowledge of WebObjects or who are trying to solve specific  
problems.

http://www.global-village.net/products/practical_webobjects





___
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 archive@mail-archive.com


Re: Problem Connecting to OpenBase

2007-02-26 Thread Fred Shurtleff
Checked Spotlight and it is ONLY in /Library/Java/Extensions (and of 
course - /Application/OpenBase/Developer).


Also I looked further into the project Java Build Path and do see JRE 
System Library(JVM 1.4.2) which contains the item  OpenBaseJDBC.jar - 
/Library/Java/Extensions/. So the error text stating Driver not found 
in Java Runtime! does not make any sense to me. Because my model 
specifies a URL: jdbc:OpenBase which somehow instructs to use the above 
.jar file. And I was connected to this database last week.


So now I do not know what else to check!

Thanks for your help.

Chuck Hill wrote:
Use Spotlight to find  OpenBaseJDBC.jar.  You probably have it also in 
/Library/WebObjects/Extensions or some other inappropriate place.  It 
should ONLY be in /Library/Java/Extensions


Chuck


On Feb 26, 2007, at 11:20 AM, Fred Shurtleff wrote:


Hello All,

I am unable to connect to a localhost OpenBase database that I had 
previously connected to last week. The console error is:


An exception occurred while trying to open a
channel:com.webobjects.jdbcadaptor.JDBCAdaptorException: JDBC connection
failed for driver :'com.openbase.jdbc.ObDriver'. Driver not found in 
Java Runtime! Please verify your CLASSPATH environment variable. The 
current CLASSPATH for your application is :/System/


Since I did NOT see OpenBaseJDBC.jar in any of these search paths, I 
tried to add a new classpath variable pointing to 
/Library/Java/Extensions/OpenBaseJDBC.jar, but when I try to add it 
to the project Java Build Path, it complained that it was a duplicate 
entry (and would not let me save it). So now I am totally confused!


I have checked my connection dictionary/params (they are correct), 
and the database is started/running.


Can anyone suggest what may be the problem?

Thank You


___
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/chill%40global-village.net 



This email sent to [EMAIL PROTECTED]



--
Practical WebObjects - for developers who want to increase their 
overall knowledge of WebObjects or who are trying to solve specific 
problems.

http://www.global-village.net/products/practical_webobjects










___
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 archive@mail-archive.com


Re: Problem Connecting to OpenBase

2007-02-26 Thread Chuck Hill
If it is in /Library/Java/Extensions, then it is on the classpath.   
Period. End of story.  So the error must be something else.


What have you done since it was last working?  Think hard,  
_something_ has changed.


Things to check:
- are you explicitly including it on the classpath someplace else?
- is the JavaJDBCAdaptor.framework part of the project?
- does a reboot help?


Chuck



On Feb 26, 2007, at 12:57 PM, Fred Shurtleff wrote:

Checked Spotlight and it is ONLY in /Library/Java/Extensions (and  
of course - /Application/OpenBase/Developer).


Also I looked further into the project Java Build Path and do see  
JRE System Library(JVM 1.4.2) which contains the item   
OpenBaseJDBC.jar - /Library/Java/Extensions/. So the error text  
stating Driver not found in Java Runtime! does not make any sense  
to me. Because my model specifies a URL: jdbc:OpenBase which  
somehow instructs to use the above .jar file. And I was connected  
to this database last week.


So now I do not know what else to check!

Thanks for your help.


Chuck Hill wrote:
Use Spotlight to find  OpenBaseJDBC.jar.  You probably have it  
also in /Library/WebObjects/Extensions or some other inappropriate  
place.  It should ONLY be in /Library/Java/Extensions


Chuck


On Feb 26, 2007, at 11:20 AM, Fred Shurtleff wrote:


Hello All,

I am unable to connect to a localhost OpenBase database that I  
had previously connected to last week. The console error is:


An exception occurred while trying to open a
channel:com.webobjects.jdbcadaptor.JDBCAdaptorException: JDBC  
connection
failed for driver :'com.openbase.jdbc.ObDriver'. Driver not found  
in Java Runtime! Please verify your CLASSPATH environment  
variable. The current CLASSPATH for your application is :/ 
System/


Since I did NOT see OpenBaseJDBC.jar in any of these search  
paths, I tried to add a new classpath variable pointing to / 
Library/Java/Extensions/OpenBaseJDBC.jar, but when I try to add  
it to the project Java Build Path, it complained that it was a  
duplicate entry (and would not let me save it). So now I am  
totally confused!


I have checked my connection dictionary/params (they are  
correct), and the database is started/running.


Can anyone suggest what may be the problem?

Thank You


___
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/chill% 
40global-village.net


This email sent to [EMAIL PROTECTED]



--
Practical WebObjects - for developers who want to increase their  
overall knowledge of WebObjects or who are trying to solve  
specific problems.

http://www.global-village.net/products/practical_webobjects













--

Practical WebObjects - for developers who want to increase their  
overall knowledge of WebObjects or who are trying to solve specific  
problems.

http://www.global-village.net/products/practical_webobjects





___
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 archive@mail-archive.com


Re: Looking for a good source of AJAX info

2007-02-26 Thread Miguel Arroz

Hi!

  Yes, I am! :) But I really could use some kind of mail-list to ask  
some tricky details about strange behaviours of certain browsers  
(Firefox in the bug I'm trying to hunt) when doing DOM manipulation  
and stuff like that. Sometimes Google is not enough! :)


  Yours

Miguel Arroz

On 2007/02/26, at 18:16, Chuck Hill wrote:


Are you using FireBug?  http://www.getfirebug.com/
You _want_ to be using that if you are doing Ajax, JS, CSS etc.

Other than that, Google is what I use to answer questions.

Chuck

On Feb 24, 2007, at 3:43 PM, Miguel Arroz wrote:


Hi!

  I'm sorry this is a little off-topic, but I could really use a  
good mail-list for Javascript and AJAX stuff. As many of you are  
using AJAX in your apps, do you know any good mail-list or forum  
where I can ask some questions about that stuff? Firefox is just  
driving me crazy...


  Yours

Miguel Arroz

  I felt like putting a bullet between
   the eyes of every Panda that wouldn't
   scr*w to save its species.   -- Fight Club

Miguel Arroz
http://www.ipragma.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/chill% 
40global-village.net


This email sent to [EMAIL PROTECTED]



--

Practical WebObjects - for developers who want to increase their  
overall knowledge of WebObjects or who are trying to solve specific  
problems.

http://www.global-village.net/products/practical_webobjects








The world lies in the hands of evil
 And we pray it would last -- Apocalyptica, Life Burns!

Miguel Arroz
http://www.ipragma.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 archive@mail-archive.com


Additional oracle data types?

2007-02-26 Thread Ken Anderson

WO friends,

In trying to move a model from Sybase to Oracle, I've discovered that  
many datatypes that seem to be available on Oracle 10g are not in the  
pop-up in EOModeler.  Is there a way to get the additional types  
available?


Thanks,
Ken

___
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 archive@mail-archive.com


Can you add additional html attributes to WOTextField?

2007-02-26 Thread Kevin Windham

I have a WOTextField that I want to add some attributes to.

Here is an example of what I got from my designer.

input type=text name=textfield style=margin-left:3px;

How can I get WO to let me add that style or width attribute? It  
seems that those things can only be added using the static inspector  
which is unavailable when viewing the field in WOBuilder.


TIA,
Kevin
___
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 archive@mail-archive.com


Re: Additional oracle data types?

2007-02-26 Thread Mike Schrag
If you either toss your jdbc2Info inside your connection dictionary  
or switch adaptors, that will probably cause EOM to requery the  
database for its data types.


ms

On Feb 26, 2007, at 6:07 PM, Ken Anderson wrote:


WO friends,

In trying to move a model from Sybase to Oracle, I've discovered  
that many datatypes that seem to be available on Oracle 10g are not  
in the pop-up in EOModeler.  Is there a way to get the additional  
types available?


Thanks,
Ken

___
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/mschrag% 
40mdimension.com


This email sent to [EMAIL PROTECTED]



___
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 archive@mail-archive.com


Re: Can you add additional html attributes to WOTextField?

2007-02-26 Thread David LeBer

On 26-Feb-07, at 6:11 PM, Kevin Windham wrote:


I have a WOTextField that I want to add some attributes to.

Here is an example of what I got from my designer.

input type=text name=textfield style=margin-left:3px;

How can I get WO to let me add that style or width attribute? It  
seems that those things can only be added using the static  
inspector which is unavailable when viewing the field in WOBuilder.


Hmm, haven't used WOBuilder in a while - wracking brain - invoke the  
inspector for the WOTextfield and click on the little plus button in  
the upper right hand corner or control click and select add binding.


Give the binding the name of the attribute: style and a value:  
margin-left:3px;, rinse, repeat.


That should do it.

--
;david

--
David LeBer
Codeferous Software
'co-def-er-ous' adj. Literally 'code-bearing'
site:   http://www.codeferous.com
blog: http://david.codeferous.com
--
Toronto Area Cocoa / WebObjects developers group:
http://www.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 archive@mail-archive.com


Re: Additional oracle data types?

2007-02-26 Thread Mike Schrag
Hmm .. In retrospect, you must have already switched adaptors to go  
to Oracle, so you should have already gone through that step.  It's  
possible some of the data types just don't have standard JDBC  
equivalents?


ms

On Feb 26, 2007, at 6:12 PM, Mike Schrag wrote:

If you either toss your jdbc2Info inside your connection dictionary  
or switch adaptors, that will probably cause EOM to requery the  
database for its data types.


ms

On Feb 26, 2007, at 6:07 PM, Ken Anderson wrote:


WO friends,

In trying to move a model from Sybase to Oracle, I've discovered  
that many datatypes that seem to be available on Oracle 10g are  
not in the pop-up in EOModeler.  Is there a way to get the  
additional types available?


Thanks,
Ken

___
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/mschrag% 
40mdimension.com


This email sent to [EMAIL PROTECTED]



___
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/mschrag% 
40mdimension.com


This email sent to [EMAIL PROTECTED]



___
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 archive@mail-archive.com


Re: Can you add additional html attributes to WOTextField?

2007-02-26 Thread Kevin Windham
Argh! I tried that before I posted and got a null pointer exception  
or something similar when I loaded the page. I tried it again and it  
worked.


Sorry for the wasted bandwidth,
Kevin


On Feb 26, 2007, at 5:20 PM, Chuck Hill wrote:


Simple.  Just add new bindings with those names and values.

Chuck


On Feb 26, 2007, at 3:11 PM, Kevin Windham wrote:


I have a WOTextField that I want to add some attributes to.

Here is an example of what I got from my designer.

input type=text name=textfield style=margin-left:3px;

How can I get WO to let me add that style or width attribute? It  
seems that those things can only be added using the static  
inspector which is unavailable when viewing the field in WOBuilder.


TIA,
Kevin


___
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 archive@mail-archive.com


Re: Can you add additional html attributes to WOTextField?

2007-02-26 Thread Chuck Hill

Simple.  Just add new bindings with those names and values.

Chuck


On Feb 26, 2007, at 3:11 PM, Kevin Windham wrote:


I have a WOTextField that I want to add some attributes to.

Here is an example of what I got from my designer.

input type=text name=textfield style=margin-left:3px;

How can I get WO to let me add that style or width attribute? It  
seems that those things can only be added using the static  
inspector which is unavailable when viewing the field in WOBuilder.


TIA,
Kevin
___
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/chill% 
40global-village.net


This email sent to [EMAIL PROTECTED]



--

Practical WebObjects - for developers who want to increase their  
overall knowledge of WebObjects or who are trying to solve specific  
problems.

http://www.global-village.net/products/practical_webobjects





___
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 archive@mail-archive.com


Re: Additional oracle data types?

2007-02-26 Thread Ken Anderson
I'm not sure.  For Sybase, I get a long list of datatypes...  I'll  
try removing the jdbc2info and see what happens...


Ken

On Feb 26, 2007, at 6:28 PM, Mike Schrag wrote:

Hmm .. In retrospect, you must have already switched adaptors to go  
to Oracle, so you should have already gone through that step.  It's  
possible some of the data types just don't have standard JDBC  
equivalents?


ms

On Feb 26, 2007, at 6:12 PM, Mike Schrag wrote:

If you either toss your jdbc2Info inside your connection  
dictionary or switch adaptors, that will probably cause EOM to  
requery the database for its data types.


ms

On Feb 26, 2007, at 6:07 PM, Ken Anderson wrote:


WO friends,

In trying to move a model from Sybase to Oracle, I've discovered  
that many datatypes that seem to be available on Oracle 10g are  
not in the pop-up in EOModeler.  Is there a way to get the  
additional types available?


Thanks,
Ken

___
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/mschrag% 
40mdimension.com


This email sent to [EMAIL PROTECTED]



___
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/mschrag% 
40mdimension.com


This email sent to [EMAIL PROTECTED]



___
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/lists% 
40anderhome.com


This email sent to [EMAIL PROTECTED]


___
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 archive@mail-archive.com


Re: Additional oracle data types?

2007-02-26 Thread Chuck Hill
IIRC, it depends on what the JDBC driver advertises to EOF.  You may  
want to check if there is an updated driver.


Chuck

On Feb 26, 2007, at 3:58 PM, Ken Anderson wrote:

I'm not sure.  For Sybase, I get a long list of datatypes...  I'll  
try removing the jdbc2info and see what happens...


Ken

On Feb 26, 2007, at 6:28 PM, Mike Schrag wrote:

Hmm .. In retrospect, you must have already switched adaptors to  
go to Oracle, so you should have already gone through that step.   
It's possible some of the data types just don't have standard JDBC  
equivalents?


ms

On Feb 26, 2007, at 6:12 PM, Mike Schrag wrote:

If you either toss your jdbc2Info inside your connection  
dictionary or switch adaptors, that will probably cause EOM to  
requery the database for its data types.


ms

On Feb 26, 2007, at 6:07 PM, Ken Anderson wrote:


WO friends,

In trying to move a model from Sybase to Oracle, I've discovered  
that many datatypes that seem to be available on Oracle 10g are  
not in the pop-up in EOModeler.  Is there a way to get the  
additional types available?


Thanks,
Ken

___
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/mschrag% 
40mdimension.com


This email sent to [EMAIL PROTECTED]



___
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/mschrag% 
40mdimension.com


This email sent to [EMAIL PROTECTED]



___
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/lists% 
40anderhome.com


This email sent to [EMAIL PROTECTED]


___
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/chill% 
40global-village.net


This email sent to [EMAIL PROTECTED]



--

Practical WebObjects - for developers who want to increase their  
overall knowledge of WebObjects or who are trying to solve specific  
problems.

http://www.global-village.net/products/practical_webobjects





___
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 archive@mail-archive.com


Re: Additional oracle data types?

2007-02-26 Thread Peter Vandoros
It also depends on what the Oracle JDBC plug in removes from the 
jdbc2info as well. I found that the default MS SQL Server JDBC plug in 
was removing the ntext and co data types.


Regards

Peter

Chuck Hill wrote:
IIRC, it depends on what the JDBC driver advertises to EOF.  You may 
want to check if there is an updated driver.


Chuck

On Feb 26, 2007, at 3:58 PM, Ken Anderson wrote:

I'm not sure.  For Sybase, I get a long list of datatypes...  I'll 
try removing the jdbc2info and see what happens...


Ken

On Feb 26, 2007, at 6:28 PM, Mike Schrag wrote:

Hmm .. In retrospect, you must have already switched adaptors to go 
to Oracle, so you should have already gone through that step.  It's 
possible some of the data types just don't have standard JDBC 
equivalents?


ms

On Feb 26, 2007, at 6:12 PM, Mike Schrag wrote:

If you either toss your jdbc2Info inside your connection dictionary 
or switch adaptors, that will probably cause EOM to requery the 
database for its data types.


ms

On Feb 26, 2007, at 6:07 PM, Ken Anderson wrote:


WO friends,

In trying to move a model from Sybase to Oracle, I've discovered 
that many datatypes that seem to be available on Oracle 10g are 
not in the pop-up in EOModeler.  Is there a way to get the 
additional types available?


Thanks,
Ken

___
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/mschrag%40mdimension.com 



This email sent to [EMAIL PROTECTED]



___
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/mschrag%40mdimension.com 



This email sent to [EMAIL PROTECTED]



___
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/lists%40anderhome.com 



This email sent to [EMAIL PROTECTED]


___
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/chill%40global-village.net 



This email sent to [EMAIL PROTECTED]



--
Practical WebObjects - for developers who want to increase their 
overall knowledge of WebObjects or who are trying to solve specific 
problems.

http://www.global-village.net/products/practical_webobjects





___
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/peter%40etechgroup.com.au 



This email sent to [EMAIL PROTECTED]

--This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




--
Peter Vandoros
Software Engineer
Etech Group Pty Ltd
Level 3/21 Victoria St
Melbourne VIC 3000
Australia

Ph: +61 3 9639 9677
Fax: +61 3 9639 9577
--
IMPORTANT: This e-mail message and any attachments are confidential and 
may be privileged. If received in error, please reply to this message 
and destroy all copies and any attachments. You should check this 
message and any attachments for viruses or defects. Our liability is 
limited to resupplying any affected message or attachments. For more 
information about Etech Group, please visit us at 
http://www.etechgroup.com.au.

___
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 archive@mail-archive.com


Re: Problem Connecting to OpenBase

2007-02-26 Thread Mark Ritchie

On 26-Feb-07, at 5:25 PM, Timo Hoepfner wrote:

... some update (WO 533?) replaces the OpenBase driver ...


I've been looking at what's updated by the WebObjects5.3.3Update.pkg  
and I don't see any updates happening in /Library/Java/Extensions


Mac OS X 10.4.8, Xcode 2.4.1 on ppc
I've not tried it on intel but but I expect it's the same since the  
update package has been marked for both platforms. (See my earlier  
post today.)


For the record, my machine has:
$ ls -al /Library/Java/Extensions/OpenBaseJDBC.jar
-rw-rw-r--   1 root  admin  75331 Jan 13  2005 /Library/Java/ 
Extensions/OpenBaseJDBC.jar


$ sum /Library/Java/Extensions/OpenBaseJDBC.jar
65223 74 /Library/Java/Extensions/OpenBaseJDBC.jar

And I have receipt which says that the OpenBaseJDBC.jar is from  
WebObjectsDevelopment.pkg


Hope that helps!
Mark
__
Mark Ritchie
Cocoa and WebObjects Developer
Diamond Lake Consulting Inc.
Toronto, Ontario, Canada



 ___
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 archive@mail-archive.com

Re: Additional oracle data types?

2007-02-26 Thread Ken Anderson
At the moment, I'm not setting a driver or plugin.  Does anyone  
recommend something different?  I donwloaded the latest drivers from  
Oracle... we're using ojdbc14.jar.


Ken


On Feb 26, 2007, at 7:14 PM, Peter Vandoros wrote:

It also depends on what the Oracle JDBC plug in removes from the  
jdbc2info as well. I found that the default MS SQL Server JDBC plug  
in was removing the ntext and co data types.


Regards

Peter

Chuck Hill wrote:
IIRC, it depends on what the JDBC driver advertises to EOF.  You  
may want to check if there is an updated driver.


Chuck

On Feb 26, 2007, at 3:58 PM, Ken Anderson wrote:

I'm not sure.  For Sybase, I get a long list of datatypes...   
I'll try removing the jdbc2info and see what happens...


Ken

On Feb 26, 2007, at 6:28 PM, Mike Schrag wrote:

Hmm .. In retrospect, you must have already switched adaptors to  
go to Oracle, so you should have already gone through that  
step.  It's possible some of the data types just don't have  
standard JDBC equivalents?


ms

On Feb 26, 2007, at 6:12 PM, Mike Schrag wrote:

If you either toss your jdbc2Info inside your connection  
dictionary or switch adaptors, that will probably cause EOM to  
requery the database for its data types.


ms

On Feb 26, 2007, at 6:07 PM, Ken Anderson wrote:


WO friends,

In trying to move a model from Sybase to Oracle, I've  
discovered that many datatypes that seem to be available on  
Oracle 10g are not in the pop-up in EOModeler.  Is there a way  
to get the additional types available?


Thanks,
Ken

___
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/mschrag% 
40mdimension.com


This email sent to [EMAIL PROTECTED]



___
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/mschrag% 
40mdimension.com


This email sent to [EMAIL PROTECTED]



___
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/lists% 
40anderhome.com


This email sent to [EMAIL PROTECTED]


___
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/chill% 
40global-village.net


This email sent to [EMAIL PROTECTED]



--
Practical WebObjects - for developers who want to increase their  
overall knowledge of WebObjects or who are trying to solve  
specific problems.

http://www.global-village.net/products/practical_webobjects





___
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/peter% 
40etechgroup.com.au


This email sent to [EMAIL PROTECTED]

--This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




--
Peter Vandoros
Software Engineer
Etech Group Pty Ltd
Level 3/21 Victoria St
Melbourne VIC 3000
Australia

Ph: +61 3 9639 9677
Fax: +61 3 9639 9577
--
IMPORTANT: This e-mail message and any attachments are confidential  
and may be privileged. If received in error, please reply to this  
message and destroy all copies and any attachments. You should  
check this message and any attachments for viruses or defects. Our  
liability is limited to resupplying any affected message or  
attachments. For more information about Etech Group, please visit  
us at http://www.etechgroup.com.au.

___
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/lists% 
40anderhome.com


This email sent to [EMAIL PROTECTED]


___
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 archive@mail-archive.com


Multiple WOForm's and keeping information

2007-02-26 Thread Baiss Eric Magnusson
I have 2 WOForm's on a WOComponent page, the 2nd has enctype set to  
multipart/form-data, to support a file upload.


The file is selected using the sub-component FileUploadInput which  
has a takeValuesFromRequest. The user data is shown on the screen  
after the file is selected, but it does not exist in the source of  
the page if you look at the HTML, which means to me that it is  
stashed in the DOM?


The problem is I have no way to keep the data that has been entered  
on the top form by the user.


That is, WOTextField's on the top form get cleared out during the  
Submit of the file upload and thus the user has to re-enter the  
information in the top form and use it's Submit button. That's bad  
and I am getting complaints.



Baiss Eric Magnusson
http://www.Track-Your-Finances.com
http://www.CascadeWebDesign.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 archive@mail-archive.com


Re: How-tos: Eclipse + WO

2007-02-26 Thread Ricardo Parada

Hey Shravan...  Thanks, that works great.

I'm happily WO coding in Eclipse + WOLips.  Works great!!



On Feb 25, 2007, at 10:58 PM, Shravan Kumar.M wrote:


Hi Ricardo,

I think you want to find files in Eclipse. There is a command which  
helps you find any projects imported to Eclipse.


In Eclipse, use the following command to find any resource: CTRL 
+SHIFT+R [for Windows] , COMMAND+SHIFT+R [for Apple Mac] - after  
using this command, a dialog box should show-up where you can type  
the file name and select the proper file from the list of files and  
folders please check the attached image for this dialog box...  
'N'joy searching files...




 ___
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 archive@mail-archive.com

Re: Multiple WOForm's and keeping information

2007-02-26 Thread Sacha Michel Mallais

On Feb 26, 2007, at 7:16 PM, Baiss Eric Magnusson wrote:

I have 2 WOForm's on a WOComponent page, the 2nd has enctype set  
to multipart/form-data, to support a file upload.


The file is selected using the sub-component FileUploadInput  
which has a takeValuesFromRequest. The user data is shown on the  
screen after the file is selected, but it does not exist in the  
source of the page if you look at the HTML, which means to me that  
it is stashed in the DOM?


The problem is I have no way to keep the data that has been entered  
on the top form by the user.


That is, WOTextField's on the top form get cleared out during the  
Submit of the file upload and thus the user has to re-enter the  
information in the top form and use it's Submit button. That's bad  
and I am getting complaints.


That's a limitation of HTML, so you'll need to make them a single  
form if that the functionality you need.



sacha


--
Sacha Michel Mallais Senior Developer / President
Global Village Consulting Inc.   http://www.global-village.net/
PGP Key ID: 7D757B65 AIM: smallais
Good people do not need laws to tell them to act responsibly,
while bad people will find a way around the laws. -- Plato



___
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 archive@mail-archive.com