Hello, I has tryied to deploy a Gbean with this plan...
<?xml version="1.0" encoding="UTF-8"?> <configuration xmlns="http://geronimo.apache.org/xml/ns/deployment" configId="example1/MyGBean"> <dependency> <uri>echoserver/jars/mygbean.jar</uri> </dependency> <gbean name="geronimo.example:name=My first simple GBean" class="example1.MyGBean" /> </configuration> ...but It doesn´t work in geronimo 2.0.2. Anyone has simple examples of deploy Gbeans in geronimo 2.0.2?. thanks. -- View this message in context: http://www.nabble.com/Deploy-GBean-in-Geronimo-2.0.2-tp14599559s134p14599559.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
