Re: Geronimo 1.1.1 service wrapper problem

2007-10-04 Thread Kevan Miller
On Oct 3, 2007, at 10:03 AM, Alessandro PTQS wrote: Hi, I have installed geronimo-1.1.1 as a windows service using Java Service Wrapper 3.2.3 and it works very fine. Now I need to launch Geronimo in java 6. If I start Geronimo by the command line, it still work fine, but if i start

Geronimo JMS configuration

2007-10-04 Thread Jochen Zink
Hello, I have a simple JMS Queue and a MessageDriven Bean. The Bean retreices Messages, which are sended to te JMS Queue. If the MDB throws an exception, no acknoledge is sended to the Queue. The Message while be redelievered after a very short time. This time is to short. Is it possible to

Re: Geronimo JMS configuration

2007-10-04 Thread Marcin Waldowski
Hello. I just doing the same :) We need to change Redelivery Policy of ActiveMQ. I found some information about this: http://activemq.apache.org/redelivery-policy.html In ActiveMQ source code in class \src\main\java\org\apache\activemq\RedeliveryPolicy.java you can easy find what this

Re: maven - geronimo 2.0 example build problem

2007-10-04 Thread dbrenck
Still trying out to figure details - phonebook example: If I remove 'MyPhonebookBean.java' from the phonebook example and just rebuild the ejb.jar, geronimo creates the following error: 14:36:34,562 ERROR [DirectoryHotDeployer] Unable to deploy: Cannot deploy the requested application

Re: maven - geronimo 2.0 example build problem

2007-10-04 Thread David Jencks
On Oct 4, 2007, at 6:16 AM, dbrenck wrote: Still trying out to figure details - phonebook example: If I remove 'MyPhonebookBean.java' from the phonebook example and just rebuild the ejb.jar, geronimo creates the following error: 14:36:34,562 ERROR [DirectoryHotDeployer] Unable to deploy:

Re: Geronimo JMS configuration

2007-10-04 Thread David Jencks
Due to https://issues.apache.org/jira/browse/GERONIMO-3480 at the moment to configure these properties you have to rebuild the geronimo- activemq-ra module with a modified ra.xml that includes the properties you want to configure. Maybe we can post an enhanced rar somewhere soon with all

Porting complex WAS6 app to Geronimo 1.1

2007-10-04 Thread TslH
Hi, I have to port a complex WAS6 application (with ESB, 5+ EAR, and so on...) onto a Geronimo v1.1, but I have no experiences using Geronimo. First thing I'm looking for: a URL provider. I have to create a server-wide name such as myapp/properties to a filesystem URL. In WAS6, I have an URL

Re: Geronimo JMS configuration

2007-10-04 Thread David Jencks
After more investigation I discovered that you can set these particular properties on the ActivationSpec in the mdb configuration as well, and I've updated the amq docs to point this out... http://activemq.apache.org/activation-spec-properties.html

Re: Q: MDB Application cannot find Interface defined in RAR file

2007-10-04 Thread Ed Hillmann
On 10/3/07, David Jencks [EMAIL PROTECTED] wrote: Lets start small and try to figure out why the message listener class isn't getting found. I have a hard time believing that the rar processing is at fault because some of the tranql rars have 2 jars in them but maybe something else is

Re: Q: MDB Application cannot find Interface defined in RAR file

2007-10-04 Thread Ed Hillmann
On a bit of a tangent, how do I remove a library from the repos? I'd like to remove the api jar file again, but I can't find out how. I assume it's a problem with my looking, so, as usual, any help will be appreciated. I'll answer my own question: after shutting down the server, I deleted

Re: Geronimo JMS configuration

2007-10-04 Thread Marcin Waldowski
Thank you for your explanations. Regards, Marcin David Jencks wrote: After more investigation I discovered that you can set these particular properties on the ActivationSpec in the mdb configuration as well, and I've updated the amq docs to point this out...

Fwd: Q: MDB Application cannot find Interface defined in RAR file

2007-10-04 Thread Ed Hillmann
[EMAIL PROTECTED] !#! % OK, this has been completely my problem. I've moved the class into a different package, and my ra.xml was not correct. When I update my ra.xml to reference the correct interface name, surprising it deploys! Sorry David, for wasting your time. Sorry group, for the spam.

Endpoint connection to JMS broker failed

2007-10-04 Thread Zakharov, Vasily M
Hi, all, After I deploy a JMS connector (named SPECJMS) and an application (SPECjAppServer2004) using this connector, the following messages appear in the console after each 30 seconds or so: 03:06:18,619 ERROR [ActiveMQEndpointWorker] Endpoint connection to JMS broker failed: Broker: localhost

Exception while generating WSDL in Geronimo 2.0.2

2007-10-04 Thread Tomasz Mazan
I try to use jaxws-tools.bat wsgen to generate WSDL file from my web service (I've succesfully generated using com.sun.tools.ws.ant.WsGen included in Geronimo 2.0.1, but now I got exception [exec] Using GERONIMO_BASE: D:\SERVER\geronimo-tomcat [exec] Using GERONIMO_HOME:

Re: Exception while generating WSDL in Geronimo 2.0.2

2007-10-04 Thread Jarek Gawor
Tomek, You mean it worked before and it doesn't work? Or it's a different annotated class? Can you send the class that generates this error? Btw, I've found this: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6543269. Might be a bug somewhere in Glassfish libraries that we use. Jarek On