I thought that might have something to do with it, but the MySQL plugin is in the classpath. I removed and rebuilt it from Wonder source and the behavior is still the same.
Is there a material difference in the NSPrincipleClass for the framework
between
<key>NSPrincipalClass</key>
<string>er.mysql.MySQLPlugInPrincipal</string>
(which is from the Info.plist in the build product in Eclipse)
and
<key>NSPrincipalClass</key>
<string>com.webobjects.jdbcadaptor.MySQLPlugIn</string>
(which is from the Info.plist in the installed framework that is the result of
an ant build)
I don't know if that is affecting the class loading because I see the same
behavior even when I'm using the source for the plugin in the build path..
I don't have the installed frameworks on the build path... only the wonder
source.
All WAGs are welcome because I am apparently increasing the "W" and getting
less accurate with the "G" so my "A" is in a more and more precarious position.
Larry
On Aug 2, 2012, at 1:46 PM, David LeBer wrote:
> Just a WAG: Using MySQL? Don't have the Wonder MySQL plugin in the classpath?
>
> D
>
> --
> David LeBer
> Codeferous Software
>
> On 2012-08-02, at 1:04 PM, Larry Mills-Gahl <[email protected]> wrote:
>
>> I have a pretty basic D2W app running that is able to create objects, but
>> editing the object appears to clear the entity before attempting to save, so
>> all of the previously stored values are gone and validation complains that
>> required attributes are not present. The old values for the required fields
>> show up again in the form but all of the other previously saved values do
>> not appear in the form.
>> This happens on any previously saved entity I try to edit. It doesn't happen
>> when I create an entity.
>>
>>
>> The rules in this app are mostly basic display keys stuff.
>>
>> Does anybody have any ideas where to look or how to debug this?
>>
>> Larry _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list ([email protected])
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/dleber_wodev%40codeferous.com
>>
>> This email sent to [email protected]
>
>
signature.asc
Description: Message signed with OpenPGP using GPGMail
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
