AMQ stopped to sent messages to MDB

2007-11-15 Thread Marcin Waldowski
Hello. I'm using Geronimo 2.0.1. I faced problem during starting Geronimo. After 3 exceptions (stack trace: http://rafb.net/p/hIyadp45.html) MDB didn't receive any message for few days. After restarting Geronimo (today) only about 20 messages was sent to MDB, but we know that there must be

Re: AMQ stopped to sent messages to MDB

2007-11-15 Thread Marcin Waldowski
Hello. I have an information what was happen after Geronimo restart. gronimo.log is: http://rafb.net/p/Ay58Wd60.html MDB received 10 messages. That is equal to JMS ConnectorThreadPool size. Regards, Marcin Marcin Waldowski wrote: Hello. I'm using Geronimo 2.0.1. I faced problem during

Re: AMQ stopped to sent messages to MDB

2007-11-15 Thread Marcin Waldowski
jencks On Nov 15, 2007, at 6:36 AM, Marcin Waldowski wrote: Hello. I have an information what was happen after Geronimo restart. gronimo.log is: http://rafb.net/p/Ay58Wd60.html MDB received 10 messages. That is equal to JMS ConnectorThreadPool size. Regards, Marcin Marcin Waldowski wrote

Re: Maven groupId and artifactId replacement

2007-10-22 Thread Marcin Waldowski
Jacek Laskowski wrote: Czesc Marcin, I think you might've found the answer, but in case you're not - the answer is in samples/pom.xml where filtered resources are defined. resources resource directory${pom.basedir}/src/main/resources/directory

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: Geronimo JMS configuration

2007-10-04 Thread Marcin Waldowski
somewhere soon with all the configurable properties listed until this bug is fixed. thanks david jencks On Oct 4, 2007, at 5:08 AM, Marcin Waldowski wrote: Hello. I just doing the same :) We need to change Redelivery Policy of ActiveMQ. I found some information about this: http

Re: Problem with @PostConstruct in MDB

2007-09-12 Thread Marcin Waldowski
Kevan Miller wrote: On Sep 11, 2007, at 4:13 PM, David Blevins wrote: The exception you should have gotten was: - - - - - - - - Jar Failed validaton: pprsrv-ejb-1.2.jar FAIL - YourBeanName - Invalid PostConstruct arguments: construct(InvocationContext) - - - - - - - - Just added this

Suspicion of mistake in documentation for Geronimo 2.0

2007-09-11 Thread Marcin Waldowski
Hello. I created jee aplication follow http://cwiki.apache.org/GMOxDOC20/jms-and-mdb-sample-application.html example. In this exemple we can see following lines in geronimo-web.xml: dep:dependency dep:groupIdorg.apache.geronimo.configs/dep:groupId

Re: Suspicion of mistake in documentation for Geronimo 2.0

2007-09-11 Thread Marcin Waldowski
Viet Nguyen wrote: Caused by: org.apache.geronimo.kernel.repository.MissingDependencyException : Unable to resolve dependency pl.com.max.ppr.pprsrv/jms-resources/1.2/rar This is your main problem. You must have changed the dependency to look something like dep:dependency

Re: Suspicion of mistake in documentation for Geronimo 2.0

2007-09-11 Thread Marcin Waldowski
/11/07, *Marcin Waldowski* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Viet Nguyen wrote: Caused by: org.apache.geronimo.kernel.repository.MissingDependencyException : Unable to resolve dependency pl.com.max.ppr.pprsrv/jms-resources/1.2

Re: A presentation on Java EE 5.0 App Development on Geronimo 2.0 simplified using Eclipse + WTP 2.0

2007-09-08 Thread Marcin Waldowski
Shiva Kumar H R wrote: Just in case someone is interested in doing Java EE 5 app development using Eclipse + WTP and looking for some instructions, here is some: http://cwiki.apache.org/confluence/display/GMOxSBOX/Java+EE+5.0+App+Development+on+Geronimo+simplified+using+Eclipse Hernan,

Maven groupId and artifactId replacement

2007-09-06 Thread Marcin Waldowski
Hello. In 'JMS and MDB sample application' (http://cwiki.apache.org/GMOxDOC20/jms-and-mdb-sample-application.data/jms-mdb-sample.zip) I found that some elements in geronimo-application.xml such as ${pom.groupId}and ${pom.artifactId} are magicaly converted to correct values during 'maven

Re: Class access configuration problem

2007-09-05 Thread Marcin Waldowski
.jar. HTH for someone else. Marcin Marcin Waldowski wrote: Hello. My webapp has jsp page with custom tags. One of a tag uses library placed in WEB-INF/lib. I like to ask for a small advice: what should I configure in geronimo-web.xml to avoid exception below? 11:48:35,062 ERROR [log] /PPR