The editors are being rewritten properly to move to a EMF based editors.  I recently started this, so most likely the editors are broken.  

The XML Source view and the design view are not synchronized.  The design view always shows the in-memory view of the model, and the source view shows the serialized version of the model.  Modifying the XMLSource view does not reflect the model, unless the model is completley reloaded by closing and reopening the editors.  Having a synchronized source view is possible, but will be a very challenging task I have not yet looked into tackling.  Any code donations for this functionality will be greatly appreciated. 

As far as the deploy error, Geronimo M5 is not supported.  The plugins package the 1.0 deployment jars, and there will be no backward compatibility support to M5.  The Geronimo Eclipse plugin will only support every released version of the Geronimo, but not milestone drivers.

- sachin



On Dec 22, 2005, at 12:32 PM, Rajiv M wrote:

Hello,
 
I tried a web app on the following environment - a jsp which uses a mySQL JDBC resource
Geronimo 1.0 MD5
Eclipse SDK 3.1.1
WTP 1.0 RC 5
Eclipse plug-in latest build from Geronimo site.

I observed the following issues:
1. If i try to add a resource via Naming tab, on the first click I get an error, which does not describe anything but to verify workspace ".log". A missing resource exception is logged here..

2. Any resource added in the resource dialog are not getting reflected in the Naming screen when clicked OK.

3. Resource references present in the XML Source view disappear when Naming view is selected
4. App does not deploy and fails at config store creation. There are no exception traced in server.log but an exception is logged in the workspace log
 
~Rajiv

Reply via email to