Re: Error while building Eclipse plugin for Geronimo

2005-12-22 Thread Bharath Duggirala
I told you rt...I'm lucky! It was successful! Thanks.   /Bharath

Re: Eclipse 3.1.1 plugin problems --cannot publish apps

2005-12-22 Thread Lin Sun
http://issues.apache.org/jira/browse/GERONIMO-1399 is opened. I hope it can be fixed by 1.0. --- Sachin Patel <[EMAIL PROTECTED]> wrote: > Yes, thats is the problem. Mind opening a defect for it, so I don't > forget? > - sachin > > > > On Dec 22, 2005, at 4:48 PM, Lin Sun wrote: > > >

Re: Eclipse 3.1.1 plugin problems --cannot publish apps

2005-12-22 Thread Sachin Patel
Yes, thats is the problem. Mind opening a defect for it, so I don't forget? - sachin On Dec 22, 2005, at 4:48 PM, Lin Sun wrote: Thanks. After you point out where the log is, I saw the following in the .log file: java.lang.NullPointerException at java.lang.Class.forName1(Native

Re: Eclipse 3.1.1 plugin problems --cannot publish apps

2005-12-22 Thread Lin Sun
Thanks. After you point out where the log is, I saw the following in the .log file: java.lang.NullPointerException at java.lang.Class.forName1(Native Method) at java.lang.Class.forName(Class.java(Compiled Code)) at org.apache.geronimo.core.GeronimoConnectionFactory.discov

Re: Eclipse 3.1.1 plugin problems --cannot publish apps

2005-12-22 Thread Lin Sun
1) launch eclipse using eclipse -clean and use a brand new workspace 2) change to J2EE view. Define a geronimo server and start it. 3) right click dynamic web projects and select import to import the hello.war file. Select default/next for everything except uncheck the "add module to an ear appl

Re: Eclipse 3.1.1 plugin problems --cannot publish apps

2005-12-22 Thread Sachin Patel
Nevermind, I found the problem. In the future, eclipse plugin errors/ exceptions can be found in the .log in the workspace metadata. So you shouldn't just look for errors in the geronimo log. I just published and found a NPE attempting to discover the deploymentFactory. Something must hav

Re: Eclipse 3.1.1 plugin problems --cannot publish apps

2005-12-22 Thread Sachin Patel
Ok, then please describe your steps, from project creation, to deployment. - sachin On Dec 22, 2005, at 4:16 PM, Lin Sun wrote: I am not seeing any error in the geronimo server log. Any other logs I can check? Thanks, Lin --- Sachin Patel <[EMAIL PROTECTED]> wrote: What is the erro

Re: Eclipse 3.1.1 plugin problems --cannot publish apps

2005-12-22 Thread Lin Sun
I am not seeing any error in the geronimo server log. Any other logs I can check? Thanks, Lin --- Sachin Patel <[EMAIL PROTECTED]> wrote: > What is the error you are getting? > > - sachin > > > > On Dec 22, 2005, at 3:15 PM, Lin Sun wrote: > > > I tried a simple hello war program and c

Re: Eclipse 3.1.1 plugin problems --cannot publish apps

2005-12-22 Thread Sachin Patel
What is the error you are getting? - sachin On Dec 22, 2005, at 3:15 PM, Lin Sun wrote: I tried a simple hello war program and cannot publish it via the eclipse plugin. I am using: Geronimo 1.0, built a few days ago Eclipse SDK 3.1.1 WTP 1.0 RC 5 and its prerequisites Eclipse plug-in, bu

Re: Eclipse 3.1.1 plugin problems --cannot publish apps

2005-12-22 Thread Lin Sun
I tried a simple hello war program and cannot publish it via the eclipse plugin. I am using: Geronimo 1.0, built a few days ago Eclipse SDK 3.1.1 WTP 1.0 RC 5 and its prerequisites Eclipse plug-in, built a few days ago Anyone able to publish some war file via the plugin? Thanks, Lin --- Sachi

Re: Error while building Eclipse plugin for Geronimo

2005-12-22 Thread Sachin Patel
I'm not sure if you're reporting an error or just saying that it completed successfully. If the latter, great! :) - sachin On Dec 22, 2005, at 12:36 PM, Bharath Duggirala wrote: Sachin, I continued to build the plug-in today and I'm lucky...below is the final trace of the build process o

Re: Eclipse 3.1.1 plugin problems

2005-12-22 Thread Sachin Patel
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 seria

Re: Error while building Eclipse plugin for Geronimo

2005-12-22 Thread Bharath Duggirala
Sachin, I continued to build the plug-in today and I'm lucky...below is the final trace of the build process on WIN 2K.   sitedistro:    [echo] Packaging feature for update site    [copy] Copying 1 file to C:\Eclipse_Plugins\eclipse-plugin\assembly\target\distributions\updates\plugins    [checksum]

Eclipse 3.1.1 plugin problems

2005-12-22 Thread Rajiv M
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

updating CMR field with Many-to-Many relationship

2005-12-22 Thread Milan Unger
Hi, I'm experimenting with geronimo 1.0-M5. I have to update CMR field (Many-to-many) to re-assign new user list to the unit entity // UnitManagerBean session bean: public void updateUnitUsers (Integer aUnitKey, Collection userLogins) throws NamingException, FinderException {