• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: OpenBasePlugIn
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: OpenBasePlugIn


  • Subject: Re: OpenBasePlugIn
  • From: Dave Elsner <email@hidden>
  • Date: Thu, 30 Sep 2004 09:31:17 +1000

Thanks for the tips Chuck. I finally got it working I forgot all about the class-path inside the bundle ( even thought that wasn't the problem it was worth checking).

I had to do 3 things to get it to work not sure which one or if all of them are required to fix the problem:

1) In EOModeler, in the JDBC connection window, add com.webobjects.jdbcadaptor.OpenBasePKPlugIn in the plugin textfield.
2) Upgrade WO 5.2 to 5.2.3 ( yeah I'm actually quite embarrassed I forgot to do this earlier)
3) I did copy the .jar file from the plugin to the webobjects/extensions folder


Cheers
Dave

On 29/09/2004, at 10:48 AM, Chuck Hill wrote:

Check the MacOs classpath file in the .woa bundle.  Does it contain a
correct reference to the plugin?  If so, delete the plugin (.framework,
.jar, everything) and download it again.  I've see the symptoms you
describe result from a corrupt download.  Worth a shot at this point.

Chuck


At 10:27 AM 29/09/2004 +1000, Dave Elsner wrote:
Yes there is another plugin the OpenBase Primary Key plug in, this is
the one which is not working.

I did originally copy it to the WebObjects frameworks folder and also
I placed the .jar file inside the framework into the java extensions
folder. Then I did as Chuck suggested and removed the .jar file from
the java extensions directory. But I still can't seem to get it to
work? The funny thing is my app can find my own custom framework fine,
but fails to fine the openbase one, even though they are both in the
same frameworks folder on the file system, and added the same way
within xcode.


Cheers
Dave

On 29/09/2004, at 2:26 AM, Chuck Hill wrote:

There is also another, different, plugin that you can get from
OpenBase.  At least I think it is different.


Chuck


On Sep 28, 2004, at 9:18 AM, Pierre Frisch wrote:

Chuck,

The OpenBase plugin is compiled in the JDBCAdaptor Framework by Apple
so it cannot be missing. Is this framework in the path?


Pierre

On Sep 28, 2004, at 7:15, Chuck Hill wrote:

The JDBC driver should go in the JRE/lib/ext folder(s).  The plugin
must NOT be in there.  Take it out.

 It can either go in the Frameworks folder *and* get added to the
app as a framework reference, or it can just be placed in the WO
extensions directory.


HTH Chuck

On Sep 28, 2004, at 12:02 AM, Dave Elsner wrote:

Thanks Chuck,

I have the JDBC driver working.. its the Primary Key framework
(plugIn) which isn't working, and I have placed a copy of the jar
file in to all JRE/lib/etx folders also.

Cheers
Dave

On 28/09/2004, at 2:25 PM, Chuck Hill wrote:

The JDBC driver usually goes in the JRE lib/ext directory. I
don't know why it would not work in the WO extensions directory
but you might want to try moving it. The fun part, on Windows, is
*which* JRE. If the machine is like most, there will be several.
You can either figure out which one WO is using for launching, or
find and update ALL the lib/ext directories.


Chuck


On Sep 26, 2004, at 10:28 PM, Dave Elsner wrote:

Hi,

I have justing installed WO deployment on windows and can access
my application, however when I try to access the database to
login i get an error

EXCEPTION:
com/webobjects/jdbcadaptor/OpenBasePlugIn

And the log file says
-----------
 Exception occurred while handling request:
com.webobjects.foundation.NSForwardException
[java.lang.NoClassDefFoundError]
com/webobjects/jdbcadaptor/OpenBasePlugIn
[2004-09-27 14:54:33 EST] <WorkerThread6> <WOWorkerThread
id=6 socket=Socket

AND ALSO

Exception occurred while responding to client:
com.webobjects.foundation.NSForwardException
[com.webobjects.appserver._private.WODeclarationFormatException]
<WOHTMLTemplateParser> no declaration for dynamic element (or
component) named Template:
<com.webobjects.appserver._private.WOComponentDefinition:
Error parsing template for Component :
'C:
\Apple\woapps\CAST.woa\Contents\Resources\ErrorOccuredPage.wo':
com.webobjects.appserver._private.WODeclarationFormatException:
<WOHTMLTemplateParser> no declaration for dynamic element (or
component) named Template
---------------
I have placed the openbase jdbc driver in the WO etensions folder
and also the openbase PK framework in the the WO frameworks
directory? is there some where else they need to go? or
something I'm missing?


TIA
Dave


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden


This email sent to email@hidden

--
Practical WebObjects - a book for intermediate WebObjects
developers who want to increase their overall knowledge of
WebObjects, or those who are trying to solve specific application
development problems.
http://www.global-village.net/products/practical_webobjects







--
Practical WebObjects - a book for intermediate WebObjects developers
who want to increase their overall knowledge of WebObjects, or those
who are trying to solve specific application development 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      (email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden

This email sent to email@hidden


--
Practical WebObjects - a book for intermediate WebObjects developers
who want to increase their overall knowledge of WebObjects, or those
who are trying to solve specific application development problems.
http://www.global-village.net/products/practical_webobjects








--

Chuck Hill email@hidden
Global Village Consulting Inc. http://www.global-village.net




_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Re: OpenBasePlugIn (From: Chuck Hill <email@hidden>)
 >OpenBasePlugIn (From: Dave Elsner <email@hidden>)
 >Re: OpenBasePlugIn (From: Chuck Hill <email@hidden>)
 >Re: OpenBasePlugIn (From: Dave Elsner <email@hidden>)
 >Re: OpenBasePlugIn (From: Chuck Hill <email@hidden>)
 >Re: OpenBasePlugIn (From: Pierre Frisch <email@hidden>)
 >Re: OpenBasePlugIn (From: Chuck Hill <email@hidden>)

  • Prev by Date: Re: Out of Memory? Invalidate them objects!(?) - SOLVED
  • Next by Date: Re: setting JDBC connection string for Eomodels during runtime
  • Previous by thread: Re: OpenBasePlugIn
  • Next by thread: [OT] Downloading .exe files and https
  • Index(es):
    • Date
    • Thread