Asankha, GBeans is a concept to write services on top of Geronimo App Server. The difference here is GBeans get to access Geronimo system(kernel) level information/functionalities.
More on GBeans can be found here[1]. /sumedha [1] http://cwiki.apache.org/GMOxDEV/2-gbeans-architecture.html On Fri, Jul 11, 2008 at 12:08 AM, Asankha C. Perera <[EMAIL PROTECTED]> wrote: > Hi Matthias > > First of all, you need to subscribe to the list before you can post your > replies, as else they go into moderation, and our replies does not reach you > :-) .. for now I have copied this reply directly to you as well.. > > I'm working on a project to evaluate if it is possible to integrate Synapse > into Apache Geronimo as a GBean. But I'm running into a couple of problems, > and I wanted to know if anybody could help me out?! > > > Sure.. I do not know much about GBeans.. but let me try to share what I > know.. > > Here is what I did so far: > I created a Gbean of the synapse-core.jar and I was able to deploy it in > Geronimo. > In order to execute it's main, I would need to know which args are passed to > the main() of synapse-core... How can I find out which arguments are passed > to main() when executing the synapse.bat/.sh? > > > See > https://svn.apache.org/repos/asf/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/SynapseServer.java > That should be helpful > > Furthermore, I believe I will need to create Gbeans from synapse-extensions, > synapse-samples and synapse-transport. > Or: perhaps, I'll have to add my Synapse-Core Gbean to the synapse.war and > deploy the war in Geronimo... > > > I am not sure what this means.. are GBeans like OSGi bundles or > something?.. or simple JARs?.. If you can deploy the synapse.war, I do not > think you need to write any new code, but simply drop the WAR to the correct > location on disk > > asankha > > -- > Asankha C. Perera > > WSO2 - http://wso2.org > http://esbmagic.blogspot.com > >
