Re: Locally Reffered EJB by Servlet Problem

2006-07-17 Thread Lasantha Ranaweera
Hi All, Finally I found the answer by myself. ;-) Thanks, Lasantha Lasantha Ranaweera wrote: Hi Derk, I added the ejb-local-ref element in to the web.xml. But still it gives the same error. Don't know whether problem due to a configuration files I have attached here or not. Ple

Geronimo Tomcat vs. EJB Webservices

2006-07-17 Thread D. Strauss
Hello, geronimo users, as I'm trying to investigate a problem with Geronimo tomcat and webservices, I want to know if you encountered some strange behaviour. Something like: Retrieving document at 'META-INF/wsdl/firefox.wsdl'. 06:59:41,443 INFO [ContextConfig] Missing application web.xml, using

RE: flex on geronimo

2006-07-17 Thread Jonathan Marston
I've dug around a bit. I haven't found much that explains exactly what kind of transaction manager flex expects. It seems to work well with the jotm package and straight tomcat, but I don't know much more beyond that. Any guidance on how to get the flex cab application working in Geronimo is much

Re: OpenEJB application client problem

2006-07-17 Thread David Blevins
Just a note on narrowing. The spec says you should narrow, but when using the org.openejb.client.RemoteInitialContextFactory, you never have to. We use dynamic proxies which don't require narrowing. -David On Jul 13, 2006, at 10:05 PM, Lasantha Ranaweera wrote: Hi Isuru, It looks you ar

Re: Where's the GUI Installer?

2006-07-17 Thread Aaron Mulder
On 7/17/06, David Jencks <[EMAIL PROTECTED]> wrote: No one was interested in updating it for all the changes between 1.0 and 1.1 so we have dropped it at least for now. I think that with the new plugin capabilities the concept of how the installer might work needs to be rethought. We might hav

Re: Where's the GUI Installer?

2006-07-17 Thread David Jencks
On Jul 13, 2006, at 8:46 AM, Zakharov, Vasily M wrote: Hi, all, What's about a GUI installer in G1.1 release? Was it "discontinued" or something? No one was interested in updating it for all the changes between 1.0 and 1.1 so we have dropped it at least for now. I think that with the ne

Re: Entity bean can not remove itself

2006-07-17 Thread mahu2425
Hi David, I already filed a jira for this. The id is: GERONIMO-2166 The crash of the server occurs when calling remove(). Calling ejbRemove() ha no effect (see jira). BTW, is there a ways to reanimate the server if it starts up saying "GBean destroyed". In addition I think it's not possible to

RE: daytrader with Tranql Oracle XA resource adapter

2006-07-17 Thread Lin Sun
Hi, Sorry to get back to you late... got busy on other stuff. Yes with the generic tranql wrapper, setting the commitBeforeAutocommit to true would force the commit happen right away. However this commitBeforeAutocommit isn't available for tranql XA oracle wrapper. For Oracle wrapper's LocalMCF

DAO Lib access to JNDI

2006-07-17 Thread Jording, Matthew
We have a set of DAOs that we would like to be a shared library for all of our Geronimo components. Our first inclination is to place the jar in the Geronimo repository. Unfortunately when we call this library from a deployed service (with the dao lib as a dependency) we encounter a jndi lookup fai

What is equivalent of shared/lib in Apache Tomcat

2006-07-17 Thread sunil patil
Hi,   Can someone please help me by telling what is equivalent of shared/lib of Apache Tomcat in Apache Geronimo.   I have jar say A.jar which is shared by multiple web applications such that Web Application 1 creates object of Class1 which is part of A.jar and then dispatches request to Web Applic

Re: JVM allocation of memory

2006-07-17 Thread Kevan Miller
On Jul 17, 2006, at 6:56 AM, Santosh Koti wrote: Kevan, Thanks for ur suggestion, the problem I find is when I set my JRE options with JAVA_OPTS, they often are ignored & no effect is seen, but GERONIMO_OPTS helps in call cases..! (Though it accepts all parameters , but the desired behavi

RE: JVM allocation of memory

2006-07-17 Thread Santosh Koti
Kevan, Thanks for ur suggestion, the problem I find is when I set my JRE options with JAVA_OPTS, they often are ignored & no effect is seen, but GERONIMO_OPTS helps in call cases..! (Though it accepts all parameters , but the desired behaviour is never seen.., I tried this for setting the JVM, lo