Either forget about using the deployable libraries and just stick the .jar files in your WEB-INF/lib(make sure to remove references to the deployable libraries from your weblogic.xml), OR take the weblogic deployable libraries, and overwrite the jars they contain with your new beehive jars. Then redeploy the updated deployable libraries and your application.
All the deployable libraries are, are ears with .jar files in APP-INF/lib or they are wars with .jar files in WEB-INF/lib. These libraries just get merged at deployment time into any ear/war that references them from the weblogic.xml. Micah -----Original Message----- From: Marelli Daniele [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 29, 2007 4:00 AM To: [email protected] Subject: Upgrading Beehive into WebLogic 9.2 Hi All, I am using Beehive in WebLogic 9.2 and I have a great problem with "netui-data:dataGrid" component. The next and previous links of pager works fine when I open the page, but if I run an action (for example pressing a button in the same page) then this buttons execute the same action too ! I think that this problem can be dued to the obsolete Beehive version (1.0.1) that comes with WebLogic 9.2 and I want try to install the latest version. I am able to get the latest version from cvs and to build it (ant build.dist). But I don't understand how I can install the outputs JARs into WebLogic ! In fact, build.xml produces only .jar files, but WebLogic use this enterprise archieves: ../weblogic92/common/deployable-libraries/beehive-controls-1.0.ear ../weblogic92/common/deployable-libraries/beehive-netui-resources-1.0.wa r ../weblogic92/common/deployable-libraries/beehive-netui-1.0.war ../weblogic92/common/deployable-libraries/beehive-controls-1.0.war Have you any suggestion ? Thank you in advance, Marelli Daniele Internet Email Confidentiality Footer ------------------------------------------------------------------------ ----------------------------- La presente comunicazione, con le informazioni in essa contenute e ogni documento o file allegato, e' rivolta unicamente alla/e persona/e cui e' indirizzata ed alle altre da questa autorizzata/e a riceverla. Se non siete i destinatari/autorizzati siete avvisati che qualsiasi azione, copia, comunicazione, divulgazione o simili basate sul contenuto di tali informazioni e' vietata e potrebbe essere contro la legge (art. 616 C.P., D.Lgs n. 196/2003 Codice in materia di protezione dei dati personali). Se avete ricevuto questa comunicazione per errore, vi preghiamo di darne immediata notizia al mittente e di distruggere il messaggio originale e ogni file allegato senza farne copia alcuna o riprodurne in alcun modo il contenuto. This e-mail and its attachments are intended for the addressee(s) only and are confidential and/or may contain legally privileged information. If you have received this message by mistake or are not one of the addressees above, you may take no action based on it, and you may not copy or show it to anyone; please reply to this e-mail and point out the error which has occurred. ------------------------------------------------------------------------ -----------------------------
