Re: Geronimo JMS configuration

2007-10-04 Thread David Jencks
n 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://activemq.apache.org/

Re: Geronimo JMS configuration

2007-10-04 Thread David Jencks
apter-properties.html Meanwhile Matt is working on updating the ra.xml so it will document all the possible properties you can set on the ResourceAdapter and ManagedConnectionFactory. thanks david jencks On Oct 4, 2007, at 8:26 AM, David Jencks wrote: Due to https://issues.apache.org/jira/b

Re: maven - geronimo 2.0 example build problem

2007-10-05 Thread David Jencks
hope this helps david jencks On Oct 5, 2007, at 1:01 AM, dbrenck wrote: djencks wrote: I haven't looked at the phonebook example in great detail but it looks to me like the "entity" uses jpa and is not an ejb 2.x entity bean. As such, if there are no session beans in the jar,

Re: Porting complex WAS6 app to Geronimo 1.1

2007-10-05 Thread David Jencks
tell us I'd be interested to know. thanks david jencks On Oct 5, 2007, at 8:21 AM, TslH wrote: Maybe should I rephrase: With Geronimo 1.1, how can I declare at server level a jndi entry and its value for a java.io.URL reference? Thanks. 2007/10/4, TslH <[EMAIL PROTECTED]>: Hi,

Re: Problem with JMS Messages and MDB, not all Messages are sended to the MDB

2007-10-05 Thread David Jencks
sages to be sent before sending a lot in a batch to the client. I'm afraid I don't know anything about the queue browsers other than their names but I think there is documentation on the activemq site. hope this helps david jencks On Oct 5, 2007, at 5:40 AM, Jochen Zink wrote:

Re: Asking again: No registered context in security getCurrentContext() after apps run for two days.

2007-10-10 Thread David Jencks
ork... so I think this would modify the timeout method rather than the code you are looking at. haven't looked into it in detail yet. thanks david jencks On Oct 10, 2007, at 4:08 PM, Scott Stanchfield wrote: Sorry -- forgot the code... Replace assert context != null : "

Re: Geronimo 2..01 + Hibernate + MDB

2007-10-11 Thread David Jencks
this with transaction> and deploy the plan from the command line or "deploy new" in the console you should get a suitable configuration. thanks david jencks On Oct 11, 2007, at 5:52 AM, Jochen Zink wrote: Hello, I'm using Hibernate 3.2, Geronimo 2.0.1 and I have a MDB.

Re: Geronimo 2.01 stateless session beans and spring

2007-10-11 Thread David Jencks
could also set this up in web.xml. thanks david jencks On Oct 11, 2007, at 6:27 AM, ptriller wrote: Hello ! I have a simple scenario. I am deploying an EAR with some EJB3 Jars and a Webapp. The Webapp is using spring, and I want to inject the EJB services into the Spring context. Unfortunat

Re: JDBC url to access a Geronimo connection pool?

2007-10-11 Thread David Jencks
t its documentation. Hope this helps david jencks Thanks, M. Shah -- View this message in context: http://www.nabble.com/JDBC-url-to- access-a-Geronimo-connection-pool--tf4609299s134.html#a13162420 Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Re: Getting java.lang.IllegalStateException while stopping geronimo

2007-10-11 Thread David Jencks
ivate the shutdown hook and initiate an orderly shutdown. thanks david jencks On Oct 11, 2007, at 12:39 PM, Ashish Jain wrote: STATUS | wrapper | 2007/10/11 23:07:42 | Starting the Apache Geronimo v2.0 Server service... STATUS | wrapper | 2007/10/11 23:07:42 | --> Wrapper Started as

Re: Deploying GBeans via EARs

2007-10-11 Thread David Jencks
if you put MRC.jar at lib/MRC.jar then it will get in the ear classloader. Then you can put the gbean into any of the geronimo plans such as geronimo-application.xml. There is no support for an independent xml doc for configuring gbeans inside an ear. thanks david jencks On Oct 11, 2007

Re: org.apache.geronimo.kernel.config.LifecycleException - server start up failed

2007-10-11 Thread David Jencks
your app in some other way such as through the console or the command line or a maven plugin as part of your project build. I think the eclipse plugin also offers deployment. thanks david jencks On Oct 11, 2007, at 3:35 PM, MShah wrote: When I try to run my web project in Geronimo 2.01 I

Re: how to look up MEJB

2007-10-12 Thread David Jencks
components you could look up the MEJB during such a call, and make sure you have an ejb-ref to it in the javaee component. thanks david jencks On Oct 12, 2007, at 10:10 AM, Viet Nguyen wrote: Hi All, I am trying to access the new MEJB from a gbean. I am using the following Context ic = new

Re: OpenJPA with Connection Pool Connection

2007-10-14 Thread David Jencks
persisentence units don't use the local jndi namespace. So I think you want to change jdbc/MyDataSource to hbPriceSpy thanks david jencks On Oct 14, 2007, at 5:57 AM, BenLeino wrote: Hi there, I am using WASCE 2.0 with OpenJPA and the build-in connection pool. I can sucessfull

Re: not a NamedXAResource while ack a JMS Message, Oracle XA Plugin?

2007-10-15 Thread David Jencks
There's a tranql oracle xa wrapper that's included in geronimo 2.0.2 (under vote) or available from maven repos but the problem here is in openejb: the mdb handling doesn't register properly with the geronimo transaction manager. thanks david jencks On Oct 15, 2007, at

Re: classes in a web application cannot be found

2007-10-16 Thread David Jencks
d you explain? thanks david jencks Any input on resolving this will be much appreciated. Thanks, Manisha Jay D. McHugh wrote: A couple of questions: 1) What version of Geronimo are you using? 2) Are you deploying your application as a WAR or as an EAR? 3) What is the file layout of your deplo

Re: why getCallerPrincipal not "getCallerSubject"?

2007-10-17 Thread David Jencks
at least ejb 2.0. At the last JavaOne I asked the sun security guy about it and IIRC he said he might bring it up in a future spec revision. thanks david jencks Thanks & Best Regards,

Re: what is the relation between global transaction and transaction branch in XA?

2007-10-17 Thread David Jencks
e's no required relationship between them thanks david jencks Thanks & Best Regards

Re: when to suspend a transaction?

2007-10-17 Thread David Jencks
ort distributed transactions then there would be no difference in transaction behavior whether A and B were on the same server instance or different server instances. I hope this answers your question. thanks david jencks Thanks & Best Regards,

Re: Load stand alone deployment plan

2007-10-24 Thread David Jencks
but this is rather annoying to develop with in anything other than geronimo trunk. Hope this helps david jencks private void doStartup() { try { String tmpDir = System.getProperty("java.io.tmpdir"); // Determine the geronimo installation

Re: EJB CMP + Database Pools config

2007-10-24 Thread David Jencks
que resource the pattern element will be used to uniquely identify this resource. Something like gsePool ought to work. This would go right after the element in your openejb-jar.xml p

Re: Load stand alone deployment plan

2007-10-24 Thread David Jencks
o you will have to work harder and write some configuration files by hand such as the var/config/config.xml. If this does not match what you are trying to do or if you have more questions please ask. thanks david jencks

Re: Seam + Geronimo - deploy problem

2007-10-26 Thread David Jencks
trying to load seam jars twice? if you have inverse classloading in the war it might succeed in loading twice. It should work fine with a seam dependency only in the ejb module since that modules classloader is a parent of the war module classloader. thanks david jencks thx -- View this

Re: pointing to bin/lib/schema folder from diffrent machine/users directory

2007-10-28 Thread David Jencks
with the same name you will want to set up secondary repositories in the local var directory. There are some instuctions here: http://cwiki.apache.org/GMOxDOC20/multiple- repositories.html hope this helps david jencks Many thanks in advance -ABPB -- View this message in context: http

Re: pointing to bin/lib/schema folder from diffrent machine/users directory

2007-10-28 Thread David Jencks
nimo is writing something else, please let us know what. thanks david jencks Thanks ABPB djencks wrote: On Oct 28, 2007, at 10:33 PM, abpb2006 wrote: Hi AG Guru, May I request for your valuable suggestion on referring to BIN/LIB/ SCHEMA directories from different users/machine

Re: "jar only" module

2007-10-29 Thread David Jencks
de me from making a plugin out of my set of apps. If it is possible is there an example in the source tree ? We needed this a few times as well :-) How about configs/jee-specs? thanks david jencks TIA

Re: Cannot access the geronimo server?

2007-10-30 Thread David Jencks
you are using you might need to modify server-log4j.properties in order to get any useful info. thanks david jencks However I cannot access it using localhost:8080/console. Is there are geronimo access log that I can possibly look at to debug this. Any inputs will be much appreciated as I

Re: Basic Auth passwords in webservices

2007-10-31 Thread David Jencks
y I can deploy the Custom LoginModule jar within the war/ear? that should work without problems, what is happening that you ask? thanks david jencks Can anybody help me ? Current config: web.xml: ... Protected /*

Re: Migrating tomcat to geronimo

2007-10-31 Thread David Jencks
construct a custom server than has only the geronimo components needed to support the app. If this is what you are aiming for let us know and tell us which geronimo version(s) you can use and we can give you more instructions. thanks david jencks Best wishes, Paul

Re: Migrating tomcat to geronimo

2007-10-31 Thread David Jencks
On Oct 31, 2007, at 3:33 PM, Anil Arora wrote: -Original Message- From: David Jencks [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 31, 2007 3:41 PM To: user@geronimo.apache.org Subject: Re: Migrating tomcat to geronimo On Oct 31, 2007, at 9:57 AM, Paul McMahan wrote: On Oct 31

Re: MyFaces 1.1.5 and Geronimo 2.0.2

2007-11-01 Thread David Jencks
config.xml by adding a load="false" attribute. I can't promise this will work but it might be worth a try. thanks david jencks On Nov 1, 2007, at 8:57 AM, Jochen Zink wrote: Hello all, I try to deploy a JSF-Webapplication which depends on myfaces 1.1.5. This Application ru

Re: Cannot access the geronimo server?

2007-11-01 Thread David Jencks
gging levels they specify interrelate: #I think any log messages below INFO are ignored log4j.rootLogger=INFO, CONSOLE, FILE #I think messages that make it through root logger but are at least this level get into this file log4j.appender.FILE.Threshold=TRACE hope this helps david jencks T

Re: GBean classloader and dependencies

2007-11-01 Thread David Jencks
tall/lib/endorsed-sun,c:/dev/main/install/ internal/lib,c:/dev/main/install/lib ServerInfo what happens? thanks david jencks From: David Jencks [mailto:[EMAIL PROTECTED] Sent: Friday, November 02, 2007 1:14 AM To: user@geronimo.apac

Re: GBean classloader and dependencies

2007-11-01 Thread David Jencks
onfig. If you are really sure you will never need a jsp in your app you can try using a dependency on the jasper jar but you are more likely to avoid problems if you add a dependency on the jasper configuration. thanks david jencks Thanks, Anil Anil Arora Interlace Systems 1900

Re: GBean classloader and dependencies

2007-11-02 Thread David Jencks
thing available during deployment. You might try a copied shared lib config with jasper added as a parent. thanks david jencks -Original Message- From: Anil Arora [mailto:[EMAIL PROTECTED] Sent: Friday, November 02, 2007 1:34 AM To: user@geronimo.apache.org Subject: RE: GBean classl

Re: GBean classloader and dependencies

2007-11-02 Thread David Jencks
s a parent and configured to point to your directories. Are you sure you can't put your jars into the geronimo repo and use dependencies? thanks david jencks Anil -Original Message----- From: David Jencks [mailto:[EMAIL PROTECTED] Sent: Friday, November 02, 2007 1

Re: Migrating tomcat to geronimo

2007-11-02 Thread David Jencks
restriction is that these classes aren't available at deployment, just when the app is running. With a separate shared lib configuration that you can start before deploying your app the classes will be available for your application deployment. hope this helps david jencks Anil -

Re: Migrating tomcat to geronimo

2007-11-02 Thread David Jencks
to get a geronimo plugin that you can install into the server. Hope this helps david jencks Anil -----Original Message- From: David Jencks [mailto:[EMAIL PROTECTED] Sent: Friday, November 02, 2007 11:27 AM To: user@geronimo.apache.org Subject: Re: Migrating tomcat to geronimo On Nov

Re: MyFaces 1.1.5 and Geronimo 2.0.2

2007-11-03 Thread David Jencks
t versions. There may be some problem with a SOAP related jar. We could consider attaching the jsf spec jar to the myfaces module but this would probably have ripple effects maybe through the tck tests. thanks david jencks On Nov 3, 2007, at 6:33 AM, David Carew wrote: I'm runn

Re: [DISCUSS/FEEDBACK] Usability improvements to Geronimo

2007-11-05 Thread David Jencks
o the lifecycle support added to support dependency injection in managed components include ServletContextListeners. Would it be possible for you to check to see if this is still a problem in G2 and open a JIRA issue if it is? thanks david jencks My 2 cents for the day:) Mark Aufdencam

Re: Lifecycle Operation Failed problem

2007-11-07 Thread David Jencks
Could this be an xstream version conflict? IIRC we include it in the boot classloader. Perhaps hidden-classes in the plan would help? thanks david jencks On Nov 7, 2007, at 9:16 AM, Jacek Laskowski wrote: On 11/7/07, gghazali <[EMAIL PROTECTED]> wrote: I'm able to deploy Hud

Re: Apache Geronimo 2.0.2 and Mysql data base pool

2007-11-07 Thread David Jencks
are frequently mysterious without it. thanks david jencks On Nov 7, 2007, at 3:10 AM, ivanrc wrote: Hello, I´m using pache Geronimo 2.0.2 and I´ve created a MySQL database pool with driver mysql-connector-java/3.1.13 and also I´ve tryied with driver mysql-connector-java/5.1.5 When I try to use

Re: Can I call userTransaction.begin in on sessionbean method, and call userTransaction.commit in another sessionbean method?

2007-11-08 Thread David Jencks
completed before the method returns. With stateless session beans there is no concept of "same instance" between calls. david jencks Thanks,

Re: AMQ stopped to sent messages to MDB

2007-11-15 Thread David Jencks
[Transaction] The Transaction Manager has encountered an unexpected error condition while attempting to commit the transaction: null Figuring out why the connection got closed would be very useful, but I'm not sure how to do it without digging into the code. thanks david jencks On N

Re: Deployment error on Axis2 war

2007-11-17 Thread David Jencks
Could you tell us what your goal is? Geronimo includes axis2 integration. If you try to install axis2 without preventing access to the provided axis2 integration you are unlikely to get good results. thanks david jencks On Nov 17, 2007, at 8:24 PM, mahendra wrote: Hi, I have created a

Re: Deployment error on Axis2 war

2007-11-18 Thread David Jencks
rs or geronimo services. Thanks Mahendra P.S - I am currently using GERONIMO 2.0.2 with Java 6. I think some people have reported problems using java6 with geronimo. I don't have java 6 available to me and haven't followed the problems closely. thanks david jencks djencks wro

Re: How to change the ActiveMQ DataSource?

2007-11-20 Thread David Jencks
abase everything should work. thanks david jencks On Nov 20, 2007, at 4:01 AM, Kristian Köhler wrote: Hi I'm trying to reconfigure the DataSource used by the ActiveMQ broker service (from derby to mysql). For that I created a DataSource config (CAR) with a simple plan pointing to my MySQL

Re: Default datasource schema

2007-11-20 Thread David Jencks
of setting the default schema as a datasource property we can easily add it to the tranql wrapper. What database are you using and how can one set the default schema for it? thanks david jencks Thanks, John -- View this message in context: http://www.nabble.com/Default- datasou

Re: Error message when start Geronimo 2.0.2

2007-11-21 Thread David Jencks
While annoying it's not really a problem. I think it will be fixed in the next release. thanks david jencks On Nov 20, 2007, at 9:35 PM, jpmlpool wrote: Hi When start Geronimo server I get the next error message, but it seems it does not affect something so far. How can I

Re: Disabling system modules with child components

2007-11-21 Thread David Jencks
ight be able to do something similar there. Would you be interested in experimenting in trunk for the 2.1 release? I could give some hints on what to try if necessary. thanks david jencks Thank you -Jbeaulau -- View this message in context: http://www.nabble.com/Disabling- system-mod

Re: How to change the ActiveMQ DataSource?

2007-11-21 Thread David Jencks
original ANQ did. I don't think we need any more xml elements in config.xml. thanks david jencks On Nov 21, 2007, at 12:15 PM, Kristian Köhler wrote: Hi I suspect a bug in the local attribute manager reference override. Note that the 3 (or more?) gbeans it found all have different j2e

Re: EntityExistsException: Attempt to persist detached object

2007-11-26 Thread David Jencks
e jta- data-source thanks david jencks On Nov 22, 2007, at 6:12 AM, maho77 wrote: Hello, I get the following Exception, when I try to persist an Entity: 14:53:06,841 ERROR [LoginAdminImpl] Fehler beim Speichern der MTIGroup org.apache.openjpa.persistence.EntityExistsException: Attempt to pe

Re: ClassCastException while using the gloabl JNDI Context

2007-11-26 Thread David Jencks
jar as a dependency, and have a dependency on this configuration in both web apps 2. make one web app depend on the other one 3. use the shared-lib feature (I don't recommend this) thanks david jencks On Nov 26, 2007, at 6:33 AM, Jochen Zink wrote: Hello, I try to put a Javaobjekt t

Re: EntityExistsException: Attempt to persist detached object

2007-11-26 Thread David Jencks
On Nov 26, 2007, at 12:08 PM, Jacek Laskowski wrote: On Nov 26, 2007 6:31 PM, David Jencks <[EMAIL PROTECTED]> wrote: My experience is that to get openjpa sequences to work you NEED a non transactional non-jta-datasource specified in your persistence.xml Do you happen to know why it i

Re: ClassCastException while using the gloabl JNDI Context

2007-11-26 Thread David Jencks
On Nov 26, 2007, at 12:17 PM, Jacek Laskowski wrote: On Nov 26, 2007 6:35 PM, David Jencks <[EMAIL PROTECTED]> wrote: 1. create a configuration with (only) that common jar as a dependency, and have a dependency on this configuration in both web apps Hi Dave, (This is my second qu

Re: ClassCastException while using the gloabl JNDI Context

2007-11-26 Thread David Jencks
On Nov 26, 2007, at 1:01 PM, Jacek Laskowski wrote: On Nov 26, 2007 9:50 PM, David Jencks <[EMAIL PROTECTED]> wrote: Not exactly. I interpreted the original message is indicating this is what was already tried and didn't work. Instead I was suggesting creating a new 3rd configu

Re: Disabling system modules with child components

2007-11-29 Thread David Jencks
o corba is there but if its really necessary we might be able to do something similar there. Would you be interested in experimenting in trunk for the 2.1 release? I could give some hints on what to try if necessary. thanks david jencks Any hints would be greatly appreciated I'm currently po

Re: How to shut donwn one of the instances on Gronimo while they were started by Multiple server command cmd line

2007-11-29 Thread David Jencks
h it using artifact_aliases.properties. If you want to keep using the toy properties file login module but just change the credentials you can edit var/security/ users.properties and var/security/groups.properties. The admin group gets remote deploy/lifecycle access. hope this helps david jencks

Re: how to increase the limit of Portoffset ? its not working after 4000

2007-11-29 Thread David Jencks
I think what you are finding is that ActiveMQPort + PortOffset > 65k. I suspect you either need to turn off the active mq brokers on these servers or set their ports lower which you should be able to do in var/config/config-substitutions.properties. hope this helps david jencks On Nov

Re: How to monitor the used database connections?

2007-11-30 Thread David Jencks
and idleConnectionCount is the number actually in the pool right now. Active connections would be the difference. You can edit the pool size in the database portlet. hope this helps david jencks On Nov 30, 2007, at 3:39 AM, Jochen Zink wrote: Hello, just a simple question. Is it possible to monitor a datab

Re: HOW to ADF runtime libraries

2007-12-04 Thread David Jencks
g geronimo with -Dorg.apache.activeio.journal.active.DisableLocking=true See https://issues.apache.org/jira/browse/GERONIMO-3243 https:// issues.apache.org/activemq/browse/AMQ-1254 Hope this helps david jencks On Dec 4, 2007, at 7:50 AM, JAR wrote: I have a simple ADF project (just a J

Re: HOW to ADF runtime libraries

2007-12-04 Thread David Jencks
properties and finding the hash set activemq puts there. I guess running into this problem so many times before has left a very sore spot in my memory :-) thanks david jencks On Dec 4, 2007, at 1:40 PM, Jacek Laskowski wrote: On Dec 4, 2007 6:20 PM, David Jencks <[EMAIL PROTECTED]>

Re: TLS instead of SSL?

2007-12-04 Thread David Jencks
It's great to see someone working on G + H ! thanks david jencks Thanks! Vasily Zakharov Intel ESSD Closed Joint Stock Company Intel A/O Registered legal address: 125252, Moscow, Russian Federation, Chapayevsky Per,

Re: geronimo 1.1.1 lite

2007-12-05 Thread David Jencks
us know of any bugs. thanks david jencks On Dec 4, 2007, at 8:56 PM, ak345 wrote: Aaron, Is there any link to show how to add new features (especially console) into a liittle G? Ak Aaron Mulder wrote: You can use the command-line deploy tool to add new features to the minimal ins

Re: can not start Geronimo

2007-12-05 Thread David Jencks
tarted corba by default has something changed? thanks david jencks On Dec 5, 2007, at 9:05 PM, jpmlpool wrote: Hi, I just wanted to start Geronimo, but I can not start it anymore. I also tried this way. (1) rename geronimo-tomcat6-jee5-2.0.2 dir to old-geronimo-tomcat6- jee5-2.0.2 (2) unzip g

Re: database pool url for geronimo

2007-12-06 Thread David Jencks
eters. As you have noted the term "connector" is heavily overloaded: the database connectors have nothing to do with the web connectors such as the ajp connector you are using :-) hope this helps david jencks Thanks, Manisha -- View this message in context: http://www.nabb

Re: Access a Geronimo EJB via Corba from C++ - how?

2007-12-10 Thread David Jencks
ejb with a TSSGBean and a element to it in the openejb plan? Without this the ejb will not get bound in the corba name service. thanks david jencks On Dec 10, 2007, at 2:22 PM, Juergen Weber wrote: Hi, I can access an ejb in Geronimo from a Java client like this: ic = new Init

Re: Usage of TranQL

2007-12-11 Thread David Jencks
local transactions then it would be appropriate to use this datasource for the DML as well. If you are using JTA transactions then something like the system- datasource would be more appropriate. hope this helps david jencks On Dec 11, 2007, at 10:34 AM, Jimmy Wan wrote: Does anyone know if there

Re: Usage of TranQL

2007-12-11 Thread David Jencks
but the getting recovery to work may be tricky... you need to remember all the resource managers in some way. We are doing it through the gbeans for the connection managers, but another way might be plausible. thanks david jencks On Dec 11, 2007, at 5:29 PM, Jimmy Wan wrote: David, thanks f

Re: Created New intance - while deploying simple web app - getting java.lang.ClassCastException: java.io.File

2007-12-17 Thread David Jencks
You found a bug which I noted in GERONIMO-3710 and fixed in trunk. From where this occurs I'd kinda expect that the app is actually deployed ok but there are some leftover files and perhaps the app isn't started as you expect? thanks for locating this problem! david jencks On De

Re: Custom LoginModule classloading issue in gernimo 2.0.2

2007-12-18 Thread David Jencks
et up, but on a real installation you probably want access to the admin console controlled by your enterprise security system, not a couple of property files stuck in a geronimo directory. let us know how this works david jencks On Dec 18, 2007, at 12:46 PM, Aaron Mulder wrote: It's cu

Re: Custom LoginModule classloading issue in gernimo 2.0.2

2007-12-18 Thread David Jencks
start geronimo and it will use your security config instead of the supplied one. You should be able to deploy the plan using the command line tool but I didn't try that. Note that you can have only one of the original config and your replacement running at once since they have

Re: Accessing SQL Server datasource from EJB

2007-12-19 Thread David Jencks
datasource that has ) explicitly setting the DBDictionary for MSSQL in the persistence.xml properties but I don't really see how these would cause this problem. still thinking... david jencks On Dec 19, 2007, at 10:05 AM, brianm709 wrote: I am new to Geronimo. I started with the Very si

Re: Geronimo with Liferay library conflict

2007-12-28 Thread David Jencks
ried this and the only problems were from the tck's misinterpretation of some ambiguous spec language that was later cleared up. You could also try geronimo 2.0.2 which does not include xerces, but this would require java 5. hope this helps david jencks Jacek -- Jacek Laskowski http://www.JacekLaskowski.pl

Re: OpenEJB DBDictionary w/postgres null value

2007-12-29 Thread David Jencks
using a full class name value="org.apache.openjpa.jdbc.sql.DerbyDictionary"/> for derby. What error are you seeing now? thanks david jencks Feedback welcome... Thx, Garth

Re: OpenEJB DBDictionary w/postgres null value

2007-12-30 Thread David Jencks
gres-specific tranql connector. I'm sure it got published and think it's included in geronimo 2.0.2 certainly in 2.1-SNAPSHOT. hope this helps david jencks On Dec 30, 2007, at 6:39 AM, Garth Keesler wrote: Garth Keesler wrote: I think that this comes down to the right way to ass

Re: TopLink Essentials as JPA provider on Geronimo?

2008-01-03 Thread David Jencks
Your app in geronimo is certainly trying to use openjpa rather than toplink. Can you show us your persistence.xml? thanks david jencks On Jan 3, 2008, at 3:49 AM, bkummel wrote: Hi, We're building a web application, using TopLink essentials as JPA provider for the persistence laye

Re: Problem with Struts in Geronimo 2.0.2

2008-01-03 Thread David Jencks
There were a lot of bugs in the geronimo 1.1.1 manifest classpath handling and I fixed them IIRC I was considering making strict checking optional but couldn't think of a good way to do it. See https://issues.apache.org/jira/browse/GERONIMO-3316 thanks david jencks On Jan 3, 200

Re: Geronimo with Liferay library conflict

2008-01-03 Thread David Jencks
o get them into the web app classloader. Hope this helps david jencks On Jan 3, 2008, at 7:13 AM, jleonar wrote: Ok I think I will take a step back and fix my earlier issues that lead me down the path where I am today. Step one took the liferay geronimo bundle and installed. Let liferay d

Re: Problem with Struts in Geronimo 2.0.2

2008-01-04 Thread David Jencks
jencks On Jan 3, 2008 11:50 PM, David Jencks < [EMAIL PROTECTED]> wrote: There were a lot of bugs in the geronimo 1.1.1 manifest classpath handling and I fixed them IIRC I was considering making strict checking optional but couldn't think of a good way to do it.

Re: Gbean and EJBs

2008-01-04 Thread David Jencks
s the ejbs are bound to are logged as the ejb module is deployed. hope I'm right :-) david jencks thanks. -- View this message in context: http://www.nabble.com/Gbean-and-EJBs- tp14615530s134p14615530.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Re: Reg: shutting down of Geronimo when DB is down

2008-01-04 Thread David Jencks
it can't start gracefully even when its db is unavailable. what happens if the db stops while it is running? thanks david jencks Thanks in advance. regards, Krish. -- View this message in context: http://www.nabble.com/Reg%3A-shutting- down-of-Geronimo-when-DB-is-down-tp14614649s13

Re: Access to ejb from war from different jvm

2008-01-06 Thread David Jencks
e war on the other geronimo instance. In these circumstances I believe you would either need to use corba to use the javaee java:comp/env namespace or use the openejb proprietary jndi lookup, supplying the appropriate jndi properties when you construct the context. thanks david jencks On

Re: Reg: shutting down of Geronimo when DB is down

2008-01-07 Thread David Jencks
the module for your war. For instance it might look like: If you can figure out a gbean to include in the module customization then geronimo won't erase the entry when you undeploy the war. Hope this helps david jencks regards, Krish. djencks wrote: On Jan 4, 2

Re: Reg: shutting down of Geronimo when DB is down

2008-01-07 Thread David Jencks
On Jan 7, 2008, at 12:44 AM, Jacek Laskowski wrote: On Jan 7, 2008 9:25 AM, David Jencks <[EMAIL PROTECTED]> wrote: In geronimo 2.1 (not yet released) you can do this by deploying the war as a plugin and including in the geronimo-plugin.xml. Is there any way to add such configurat

Re: Questions about MySql and Geronimo

2008-01-07 Thread David Jencks
I'm unsure of the type. Hope this helps david jencks John Qi = == SqlPetStoreEar/EarContent/METF-INF/application.xml == http://www.w3.org/2001/XMLSchema-instance"; xmlns="http://java.sun.com/xml/ns/javaee"; xmlns:applicat

Re: Gbean and EJBs

2008-01-08 Thread David Jencks
ook up the ejb in jndi "by hand". I would recommend using "new InitialContext()" if you can get it to work since you can arrange for other things like datasources to be available there as well, whereas with the openejb jndi system I don't think datasources are avail

Re: Problem during shutdown when using JMS in a GBean

2008-01-08 Thread David Jencks
org.apache.geronimo.modules:geronimo-connector:??:jar. NameFactory is in org.apache.geronimo.modules:geronimo-j2ee:*:jar hope this helps david jencks Glenn Owen wrote: Hmm, seems like the rollback of the message on the queues was due to another problem. So we may not care so much, that Geronimo is throwing the

Re: Geronimo Follow Symbolic Links

2008-01-08 Thread David Jencks
ement in geronimo-web.xml, although since I'm not familiar with the exact meaning or effect of the property I could be wrong. thanks david jencks Thanks, Adam -- View this message in context: http://www.nabble.com/Geronimo-Follow- Symbolic-Links-tp14694340s134p14694340.html Sent fr

Re: Geronimo 2.0/openejb/postgresql

2008-01-09 Thread David Jencks
ot;jdbc:postgresql://localhost:5432/video" /> and tell us what problems if any you get. thanks david jencks On Jan 9, 2008, at 3:38 AM, Mario Kofler wrote: hello, i searched the web for the solution but i did not find :( my setup: i want to get my application running on Geronimo 2.

Re: Questions about MySql and Geronimo

2008-01-09 Thread David Jencks
What is the plan for the database pool? I suspect you should be looking up something like "java:comp/env/MyDataSource" david jencks On Jan 9, 2008, at 4:32 PM, jpmlpool wrote: Hi David, Thanks a lot for your help. I added the dependency to the geronimo-application.xml

Re: Deploying GBeans bundled inside an EAR

2008-01-12 Thread David Jencks
that the ear plan is not actually being used? thanks david jencks On Nov 23, 2007, at 2:59 AM, Janko Heilgeist wrote: Hi, on July 11th, 2006 Aaron Mulder wrote: Let's say you want to deploy certain GBeans when an EAR is deployed. The problem seems to be getting them onto the classpat

Re: OperationNotSupportedException while deploying jasper server in Geronimo

2008-01-13 Thread David Jencks
From the stack trace I would guess you are using geronimo 1.1.x. There appears to be a bug in the jndi implementation. If you use geronimo 2.0.2 or later this should not be a problem. thanks david jencks On Jan 12, 2008, at 10:08 PM, Balakrishnan wrote: hi

Re: getting ClassCastException while deploying a simple web application in geronimo 2.0

2008-01-14 Thread David Jencks
It's only fixed in trunk (2.1-SNAPSHOT). What geronimo version are you using? thanks david jencks On Jan 14, 2008, at 12:20 PM, Jacek Laskowski wrote: On Jan 14, 2008 5:54 PM, abpb2006 <[EMAIL PROTECTED]> wrote: I tried setting eveything, tried downloading geronimo again bu

Re: OperationNotSupportedException while deploying jasper server in Geronimo

2008-01-14 Thread David Jencks
that it doesn't affect the functionality of your app? thanks david jencks regards, Krish. djencks wrote: From the stack trace I would guess you are using geronimo 1.1.x. There appears to be a bug in the jndi implementation. If you use geronimo 2.0.2 or later this should not be a pr

Re: Strange plug with delivering messages to MDB

2008-01-17 Thread David Jencks
sending the same message or copying it? I don't know which behavior is expected by the jms spec. thanks david jencks On Jan 17, 2008, at 8:32 AM, Tomasz Mazan wrote: I got MDB that listens to queue for messages. This MDB uses ConnectionFactory to get connection to send answer to rec

Re: MDB - NameNotFound Error

2008-01-17 Thread David Jencks
do i have to write something into my web.xml deployment descriptor too (because my client is a jsp)? yes, you need to include a resource-ref for the connection factory and a message-destination or resource-env-ref for the queue. david jencks any help is highly appreciated, thanks a lot

Re: Strange plug with delivering messages to MDB

2008-01-18 Thread David Jencks
message and sent that everything worked as expected. Are you sending the same message or copying it? I don't know which behavior is expected by the jms spec. thanks david jencks David, 1) I use the same resource adapter for the inbound/outbound messages. 2) I create new Message to se

Re: Geronimo Deployment goes forever

2008-01-18 Thread David Jencks
You might be running into windows path length limitations. Try moving geronimo to c:\g david jencks On Jan 18, 2008, at 9:06 AM, gersek wrote: I am trying to deploy an application (EAR file) to geronimo and I am getting into two problems. First one there is class not found exception

Re: Class [org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler] does not implement the NamespaceHandler interface

2008-01-19 Thread David Jencks
lement to force loading spring classes from your copy rather than the one from activemq or cxf. org.springframework. hope this helps david jencks On Jan 19, 2008, at 6:08 PM, Qaiser Mehmood wrote: I am trying to deploy a web application in Geronimo 2.0 and I am getting following error: 20:

<    1   2   3   4   5   6   7   8   9   10   >