Re: Geronimo 2 EJB3 Remote Access Example

2008-01-24 Thread xypher
Hi, I tried this example and it works. But this is example is with a web client. I'd like to have a fat client and wants to access the session bean (over RMI-IIOP ? I'm not sure). But I don't know the right JNDI lookup string? This is my problem. Any solutions? Thanks vhnguy2 wrote:

Re: Geronimo 2.0

2008-01-24 Thread jithesh
Hi , Thanks for ur responses... I have modified those parts and its not shown any error this time. Here is the content on the \META-INF\scriptfree.tld. ?xml version=1.0 encoding=ISO-8859-1 ? !DOCTYPE taglib PUBLIC -//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN

deploying in Geronimo 2.0

2008-01-24 Thread jithesh
Hi, Thanks for all ur supports... I developed a web application using appfuse 1.9.4 which is deployed on geronimo 1.1. Recently i planned to upgrade the server to geronimo 2.0. But while deploying i am getting some errors. The following are the errors displayed on the log file.

Problem in deploying Apache ServiceMix3.2.1 on Apache Geronimo 2.0.2

2008-01-24 Thread YogeshArora
Hello Friends, We are facing the following issues while deploying Apache ServiceMix3.2.1 on Apache Geronimo 2.0.2 1. We have downloaded the Apache ServiceMix WAR file (Apache ServiceMix Web Application 3.2.1 (.war)) from the following location http://servicemix.apache.org/download.html We are

Re: Geronimo 2 EJB3 Remote Access Example

2008-01-24 Thread Jonathan Chen
On Thu, Jan 24, 2008 at 12:20:07AM -0800, xypher wrote: Hi, I tried this example and it works. But this is example is with a web client. I'd like to have a fat client and wants to access the session bean (over RMI-IIOP ? I'm not sure). But I don't know the right JNDI lookup string?

Re: Geronimo 2 EJB3 Remote Access Example

2008-01-24 Thread xypher
Hi, thanks a lot, now it works. But not completely When I'm trying the following code: public class TestClient { public static void main(String[] args) { Context context; Properties properties = new Properties();

Re: Geronimo 2 EJB3 Remote Access Example

2008-01-24 Thread Viet Nguyen
Maybe ProjectDSP has some security settings on it. Try adding this line to it properties.setProperty(openejb.authentication.realmName, geronimo-admin); --Viet On Jan 24, 2008 7:48 AM, xypher [EMAIL PROTECTED] wrote: Hi, thanks a lot, now it works. But not completely When I'm trying

Re: Problem in deploying Apache ServiceMix3.2.1 on Apache Geronimo 2.0.2

2008-01-24 Thread Kevan Miller
On Jan 24, 2008, at 6:21 AM, YogeshArora wrote: Hello Friends, We are facing the following issues while deploying Apache ServiceMix3.2.1 on Apache Geronimo 2.0.2 1. We have downloaded the Apache ServiceMix WAR file (Apache ServiceMix Web Application 3.2.1 (.war)) from the following

Re: Geronimo 2 EJB3 Remote Access Example

2008-01-24 Thread xypher
Hi, this was not the problem, but I found the solution. I had a different openejb JAR File in the build path than the server was working with. So the serial version id was different and this was the problem. Thanks @all for your help. Now its working. vhnguy2 wrote: Maybe ProjectDSP has

Re: Problem in deploying Apache ServiceMix3.2.1 on Apache Geronimo 2.0.2

2008-01-24 Thread YogeshArora
Hi Kevan, Thanks for the quick response! I am new to ServiceMix and Geronimo. Could you please elaborate the following statement written by you? To be able to deploy your service assembly, you need to go to the Components web page and install the needed components Thanks, Yogesh gnodet

Re: How to configure transport to use ssl://localhost:61616

2008-01-24 Thread jklcom99
We need to stay on Geronimo 1.1.1. Is it possible to upgrade ActiveMQ to 4.1.1? Thanks Kevan Miller wrote: On Jan 23, 2008, at 5:15 PM, jklcom99 wrote: I'm using Geronimo 1.1.1. How do I modify the configuration in Geronimo so that AMQ will listen on ssl://localhost:61616

Re: Problem in deploying Apache ServiceMix3.2.1 on Apache Geronimo 2.0.2

2008-01-24 Thread YogeshArora
Hi, Thanks for the quick response! I am new to ServiceMix and Geronimo. Could you please elaborate the following statement written by you? To be able to deploy your service assembly, you need to go to the Components web page and install the needed components Thanks, Yogesh gnodet wrote:

Re: Problem in deploying Apache ServiceMix3.2.1 on Apache Geronimo 2.0.2

2008-01-24 Thread Guillaume Nodet
You should join the servicemix mailing list, where there will be more servicemix people able to help you. Also, I would recommend downloading the standalone servicemix distribution, try the examples, etc.. before trying to deploy ServiceMix in Geronimo. On Jan 24, 2008 4:26 PM, YogeshArora [EMAIL

shutting down Geronimo gracefully - won't happen

2008-01-24 Thread XGuy
Hi I have never been able to get Geronimo to shut down gracefully with 1) shutdown.bat 2) Ctrl-C throws a lot of exceptions before shutting down. I am new to Geronimo. Is there anything I don't know about starting and shutting down Geronimo. -- View this message in context:

Re: Problem in deploying Apache ServiceMix3.2.1 on Apache Geronimo 2.0.2

2008-01-24 Thread YogeshArora
Hi, Thanks, I'll join servicemix mailing list. I tried 2 examples on standalone servicemix and these are working fine. Thanks, Yogesh gnodet wrote: You should join the servicemix mailing list, where there will be more servicemix people able to help you. Also, I would recommend

Re: Geronimo 2.0

2008-01-24 Thread David Jencks
If this original tld file is valid according to that dtd then you have found a bug in our tld handling. I've opened GERONIMO-3782 to track this. thanks david jencks On Jan 24, 2008, at 12:41 AM, jithesh wrote: Hi , Thanks for ur responses... I have modified those parts and its not

Re: deploying in Geronimo 2.0

2008-01-24 Thread David Jencks
ugh. The problem is that activemq has stored a HashSet as a system property value and hibernate has assumed that all system property values are strings. I think more recent hibernate versions have fixed this. Its also possible to set a system property to tell activemq not to do this.

Re: Problem in deploying Apache ServiceMix3.2.1 on Apache Geronimo 2.0.2

2008-01-24 Thread Guillaume Nodet
The main difference is that the components are not pre-deployed when you use servicemix web app, so you have to go download the shared library and components (if you have a standalone distro, you can use those), install them through the web console (see Shared libraries and Components pages), then

Re: Problem in deploying Apache ServiceMix3.2.1 on Apache Geronimo 2.0.2

2008-01-24 Thread YogeshArora
Hi, Thanks for the response ! Through the ServiceMix web app, I am able to install the following components (build through maven): servicemix-shared-3.2.1.zip servicemix-jms-3.2.1-installer.zip servicemix-file-3.2.1-installer.zip servicemix-ftp-3.2.1-installer.zip I am not able to build the

Re: Problem in deploying Apache ServiceMix3.2.1 on Apache Geronimo 2.0.2

2008-01-24 Thread Guillaume Nodet
What kind of problems do you have when building ? Can you post the maven output ? Also you can find pre-built versions of the components inside the servicemix binary distribution in the hotdeploy folder or directly from the maven repositories:

Where to keep hibernate.cfg.xml in geronimo

2008-01-24 Thread gersek
My application is not recognizing the hibernate.cfg.xml. I placed hibernate.cfg.xml in EAR/lib directory but it is not recognizing. Is there any other place I need to configure this. ***Failed to load hibernate config file hibernate.cfg.xml in the classpath Is there a way to add some thing

Geronimo 2.0: customize EJB-Container settings

2008-01-24 Thread the666pack
Hello, Can anybody tell me how i can customize the EJB-Container settings in Geronimo? I dont find an entry in the admin-console and i dont have an idea which files i can search for change. Basically i would like to set values like Bean-Pool Size or Maximum Cache Size as well as Timeout

Error after sending Message via MDB

2008-01-24 Thread the666pack
Hello, My application sends a message via a MDB to update some value in the database. The update is successful, yet after the update i get the error below at the console. Can anyone tell me how to get rid of this error? Thanks a lot for helping, Mario [exec] 20:20:07,077 ERROR [Transaction]

Re: Geronimo 2.0: customize EJB-Container settings

2008-01-24 Thread Gianny Damour
Hello, You can change these settings in var/config/config.xml. This file defines overrides for the GBeans, i.e. services such as EJB- Containers, running within Geronimo. EJB Containers are declared by the org.apache.geronimo.configs/ openejb//car confiiguration and here are there default

Re: Problem in deploying Apache ServiceMix3.2.1 on Apache Geronimo 2.0.2

2008-01-24 Thread YogeshArora
Hi, Thanks for great help ! I am able to build servicemix-http and same is found in hotdeploy folder of servicemix as mentioned by you. I am working on it and will get back to you in case of any issues. Once again thanks a lot for your help. Thanks, Yogesh gnodet wrote: What kind of

Re: shutting down Geronimo gracefully - won't happen

2008-01-24 Thread Kevan Miller
On Jan 24, 2008, at 11:15 AM, XGuy wrote: Hi I have never been able to get Geronimo to shut down gracefully with 1) shutdown.bat 2) Ctrl-C throws a lot of exceptions before shutting down. I am new to Geronimo. Is there anything I don't know about starting and shutting down Geronimo.

Re: How to configure transport to use ssl://localhost:61616

2008-01-24 Thread Kevan Miller
On Jan 24, 2008, at 10:25 AM, jklcom99 wrote: We need to stay on Geronimo 1.1.1. Is it possible to upgrade ActiveMQ to 4.1.1? There might be later versions of ActiveMQ 3.2.x with ssl support. Upgrading to AMQ 4.1.1 is going to pretty hard, I'm afraid. Probably easier, I think, to add

Re: How to configure transport to use ssl://localhost:61616

2008-01-24 Thread jklcom99
It's using 3.2.4 and I'm having a hard time locating the source for it. What are the steps for upgrading? Thank you Kevan Miller wrote: On Jan 24, 2008, at 10:25 AM, jklcom99 wrote: We need to stay on Geronimo 1.1.1. Is it possible to upgrade ActiveMQ to 4.1.1? There might be

how to get Datasource from a non j2ee module

2008-01-24 Thread Viet Nguyen
Hi All, I have a plugin that pulls in a a JAR file (that is not a j2ee module) along with some datasources (packaged as a CAR). I want the datasources to be visible to the classes of the JAR. Is there a way to configure this? --Viet

Re: how to get Datasource from a non j2ee module

2008-01-24 Thread David Jencks
Use the class mentioned here http://www.nabble.com/How-to-register-a-Datasource-in-GlobalJNDI- Namespace--tf4521379s134.html#a12902470 to bind the datasources into global jndi and your classes can look them up there. thanks david jencks On Jan 24, 2008, at 10:30 PM, Viet Nguyen wrote: