Re: CGLIB Related error (Full Code)

2006-02-13 Thread Nelson A. Perez
Hi Aaron, Thanks for your reply. You are right, it seems not to be a CGLIB-related issue. Anyway, here is the full code for the project I am working on: package mytask; import

CGLIB Related error (take a look at it)

2006-02-12 Thread Nelson A. Perez
Hi, I am getting the following error: 19:59:38,203 ERROR [GBeanInstanceState] Error while starting; GBean is now in the FAILED state: objectName=geronimo.server:J2EEApplication=null,J2EEModule=ibmtask/IBMTask,J2EEServer=geronimo,j2eeType=GBean,name=MyGBean java.lang.IllegalArgumentException:

Patterns dont match

2006-02-09 Thread Nelson A. Perez
Hi all, I am trying to run a sample application and I get the following error on the log file: 00:17:18,234 INFO [BPrinterGBean] BPrinterGBean has started 00:17:18,234 INFO [BPrinterGBean]

Dealing with multiple GBeans

2006-01-19 Thread Nelson A. Perez
Hi All, With you help I have been developing a small application. The goal is very simple, we have 3 GBeans: MyGBean, APrinterGBean and BPrinterGBean. MyGBean invokes a print operation on the two printers which it references and gets via dependency injection. MyGBean prints MyGBean when

Proper use of reference tags in configuration plans

2006-01-18 Thread Nelson A. Perez
Hi all, I am developing a configuration plan involving multiple GBeans. One of them, MainGBean, will make use of the other GBeans. I am specifying the dependencies as follows: ?xml version=1.0 encoding=UTF-8? configuration

Invalid ObjectName Issue

2006-01-16 Thread Nelson A. Perez
Hi All, I get the following error while trying to deploy my sample application: (Apache Geronimo is running on another console) Error: Unable to distribute mygbean.xml: Invalid ObjectName: geronimo.example1.name=Simple GBean Invalid value; geronimo.example1:name=Simple GBean The