Re: MDB - reading messages in transaction

2008-08-29 Thread David Jencks
the messages in a group. I think this is more likely to work than an mdb. thanks david jencks Thanks, Juergen -- View this message in context: http://www.nabble.com/MDB---reading-messages-in-transaction-tp19223806s134p19223806.html Sent from the Apache Geronimo - Users mailing list

Re: MDB - reading messages in transaction

2008-08-30 Thread David Jencks
On Aug 30, 2008, at 1:08 AM, Juergen Weber wrote: On Fri, Aug 29, 2008 at 7:29 PM, David Jencks [EMAIL PROTECTED] wrote: On Aug 29, 2008, at 9:59 AM, Juergen Weber wrote: Hi, can a Geronimo message driven bean read several messages in a transaction? E.g. data might be split in several

Re: EJB Injection Problem

2008-09-02 Thread David Jencks
On Sep 2, 2008, at 5:40 AM, Jeremy Cowgar wrote: I am having problems using a stand alone program. Injection only works with jee app clients, typically deployed as a client module in an ear. I wouldn't describe these as stand alone thanks david jencks I have the following code

Re: Transactions are commited only when Server shuts down.

2008-09-03 Thread David Jencks
I really think the most likely explanation for this is that the commitBeforeAutocommit value you are supplying is not getting to the tranql connector. If I was investigating this I would debug through the tranql code to see if the code does try to commit. thanks david jencks On Sep 2

Re: retrieve custom principal from custom loginmodule in servlet

2008-09-03 Thread David Jencks
= principals.iterator().next(); } So, the most reliable way to get your special principal returned as the UserPrincipal is to have it implement the marker interface GeronimoCallerPrincipal, and assure it is the only principal that implements that interface. Hope this helps david jencks

Re: Restricting webapp access to ports or IP addresses?

2008-09-04 Thread David Jencks
be a way analogous to the host/virtual-host settings to restrict apps to particular connectors. I'm also not sure this would be accessible in geronimo. Maybe we should push a bit for this in jetty7. thanks david jencks Obviously for anything we write ourselves, an IP address/port filter

Re: Unable to deserialize GBeanData

2008-09-05 Thread David Jencks
david jencks On Sep 5, 2008, at 8:44 AM, Maximilian123 wrote: Hi, every time I want to start the geronimo server I get the following error. Does someone know what this error message means. Thank you in advance. Maximilian 14:24:14,234 ERROR [GBeanInstanceState] Error while starting; GBean

Re: Transactions are commited only when Server shuts down.

2008-09-05 Thread David Jencks
has non-zero oracle expertise can help here. thanks david jencks -- View this message in context: http://www.nabble.com/Transactions-are-commited-only-when-Server-shuts-down.-tp19251568s134p19330593.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Re: retrieve custom principal from custom loginmodule in servlet

2008-09-05 Thread David Jencks
for yourself. thanks david jencks Kind regards, Marco -Oorspronkelijk bericht- Van: David Jencks [mailto:[EMAIL PROTECTED] Verzonden: woensdag 3 september 2008 19:07 Aan: user@geronimo.apache.org Onderwerp: Re: retrieve custom principal from custom loginmodule in servlet On Sep 3, 2008, at 1

Re: too many LoginModule requests ?

2008-09-05 Thread David Jencks
) from your existing login module into a cache and if they exist and haven't expired puts them into the Subject supplied for each login. Hope this makes some sense :-) thanks david jencks Kind regards, Marco Laponder -Oorspronkelijk bericht- Van: David Jencks [mailto:[EMAIL

Re: org.apache.activemq.store.jdbc.JDBCPersistenceAdapterGBean

2008-09-07 Thread David Jencks
-]spring activemq configuration. thanks david jencks thanks. -- View this message in context: http://www.nabble.com/org.apache.activemq.store.jdbc.JDBCPersistenceAdapterGBean-tp19359611s134p19359611.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Re: Log4j Issues with 2.1.2

2008-09-08 Thread David Jencks
or two jira issues about these problems? thanks david jencks On Sep 8, 2008, at 9:05 PM, Adam Ruggles wrote: I'm having a couple of log4j issues with Geronimo/Tomcat 2.1.2. The following configuration doesn't seem to work with Geronimo/ Tomcat in my plan file gbean name=MyLog4jConfiguration

Re: best way to deploy when in development

2008-09-11 Thread David Jencks
not have gotten completely uninstalled: however if you are not installing anything to var its unlikely you would run into this kind of problem. thanks david jencks Kind regards, Marco Laponder

Re: Eclipse Utility Projects with 2.1.2

2008-09-11 Thread David Jencks
is meant by a utility module better before saying anything. thanks david jencks djencks wrote: I don't know how eclipse assists with this but you can include configuration for gbeans in any kind of geronimo plan, including that for ears (geronimo-application.xml or external plan), ejb

Re: geronimo-ra.xml sample problem

2008-09-15 Thread David Jencks
The admin object sample appears to be an ra.xml, not a geronimo-ra.xml file. I think the docs need to be fixed. thanks david jencks On Sep 15, 2008, at 10:56 AM, Juergen Weber wrote: Hi, I pasted the adminobject example from http://cwiki.apache.org/GMOxDOC21/geronimo-raxml.html

Re: JavaMail in an openejb-jar.xml

2008-09-16 Thread David Jencks
. thanks david jencks On Sep 16, 2008, at 4:04 PM, ericp56 wrote: The web example worked fine, but I can't seem to get it right for an ejb project.: The error: javax.naming.NotContextException: mail/mailSession parts of openejb-jar.xml ... dep:dependency

Re: Bepuzzlement

2008-09-17 Thread David Jencks
setting to work properly. If you need more help please reply to the user list and include your database connector deployment plan and tell us which tranql adapter you are using. thanks david jencks On Sep 16, 2008, at 6:36 PM, [EMAIL PROTECTED] wrote: Pls read as below code, why database

Re: Please rember my for pkcs12 key

2008-09-18 Thread David Jencks
problems please ask more specific questions. thanks david jencks On Sep 18, 2008, at 9:46 AM, alpha_one_x86 wrote: up, I have the key file and the certificat file, how use it in the https connector? alpha_one_x86 wrote: Hello, I have the pkcs12 (key + crt) in the https connector what

Re: SOS! static variable not work under 2.0.2 !!

2008-09-19 Thread David Jencks
you need to make the variable volatile or synchronize access to it to avoid problems with thread safety. thanks david jencks -- View this message in context: http://www.nabble.com/SOS%21-static-variable-not-work-under-2.0.2-%21%21-tp19569324s134p19569324.html Sent from the Apache Geronimo

Re: jndi names changed in 2.1?

2008-09-22 Thread David Jencks
but you can find out what your ejbs were actually bound to by looking in the var/ log/geronimo.log where your app starts up. thanks david jencks best regards Łukasz

Re: jndi names changed in 2.1?

2008-09-23 Thread David Jencks
deployment via annotations or spec dd xml, so I doubt that is what you want. Instead I think you want to use the in-vm global jndi context explained here: http://cwiki.apache.org/GMOxDOC21/jndi.html thanks david jencks best regards Łukasz 2008/9/23 David Jencks [EMAIL PROTECTED

Re: J2EE Connector 1.5 Specification

2008-09-24 Thread David Jencks
sends a reply back to the message sender) or asynchronous (no reply to messages, such as with MOM or jms) - which role(s) your server program will be playing - how many clients, servers, and messages you want to handle thanks david jencks Regards, Simon J. Date: Wed, 24 Sep 2008 14:04:34

Re: J2EE Connector 1.5 Specification

2008-09-25 Thread David Jencks
to communicate with a system you have little control over such as an existing database or messaging system. If you are writing both the client and server there is almost always a more convenient, flexible, and easier solution. Hope this is helpful david jencks I do not have a dead line

Re: MDB pool size

2008-10-01 Thread David Jencks
knowledge will provide more info. david jencks On Oct 1, 2008, at 5:31 AM, my_forum wrote: Guys, Could anyone tell me how I can to increase MDB pool size (the default value is 10 as far as I understand). I tryied to set Pool Min Size = 20 and Pool Max Size = 50 while setting up

Re: Camel extension of ActiveMQ

2008-10-01 Thread David Jencks
. at this time. :-)) thanks david jencks -- View this message in context: http://www.nabble.com/Camel-extension-of-ActiveMQ-tp19763689s134p19763689.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

AMQ5 integration: was Re: Camel extension of ActiveMQ

2008-10-04 Thread David Jencks
to run the amq console in geronimo, preferably as portlets inside the g. admin console. Looking forward to working with you on this! david jencks On Oct 1, 2008, at 11:16 PM, jfcharles wrote: I am interested in being involved in ActiveMQ 5.* integration into Geronimo. Could you advice

Re: NPE on Deployment

2008-10-06 Thread David Jencks
but this process usually works for me. thanks david jencks Thanks in advance, John

Re: Accessing a SAP Webservice

2008-10-09 Thread David Jencks
the jndi lookup approach. hope this helps david jencks thks,

Re: $Proxy33 cannot be cast to com.dsoft.jca.eis.EisConnection

2008-10-10 Thread David Jencks
DissociatableManagedConnection, but considering the level of activity on that project this may not work too well. I've opened https://issues.apache.org/jira/browse/GERONIMO-4350 to track this issue. thanks david jencks On Oct 10, 2008, at 2:37 AM, Juergen Weber wrote: Hi, anybody an idea

Re: I need a Servlet to be started when the web container is starting

2008-10-13 Thread David Jencks
in the app-per-port sample to start the connectors after your app. thanks david jencks Thanks in advance JuanDa -- View this message in context: http://www.nabble.com/I-need-a-Servlet-to-be-started-when-the-web-container-is-starting-tp19958545s134p19958545.html Sent from the Apache

Re: shared libraries in the OAS way

2008-10-13 Thread David Jencks
apps are using. thanks david jencks Thanks in advance JuanDa -- View this message in context: http://www.nabble.com/shared-libraries-in-the-OAS-way-tp19958574s134p19958574.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Re: I need a Servlet to be started when the web container is starting

2008-10-13 Thread David Jencks
in the GBeanInfo for BasicClusterInfo will be added to the NodeInfos collection. hope this helps, please ask questions as needed david jencks Thank you very much djencks wrote: On Oct 13, 2008, at 9:50 AM, Juan David wrote: Hi All I have a problem to set up a framework application

Re: JCA Connector getConnection returning a Proxy

2008-10-14 Thread David Jencks
take a look. thanks david jencks Jean-Noël

Re: NO inserted BBDD openJPA

2008-10-15 Thread David Jencks
() before setAutocommit(true). If you need more information please tell us which database you are using, which tranql adapter you are using, and show the datasource plan. thanks david jencks On Oct 15, 2008, at 6:38 AM, Rodrigo Baeza O wrote: Hello, I have a problem, when you insert a record

Re: Could not auto-map to Database Pool resource

2008-10-21 Thread David Jencks
One problem is that the web.xml refers to Datasource whereas the geronimo-web.xml refers to DataSource. david jencks On Oct 20, 2008, at 9:29 PM, Doug Reeder wrote: I have a simple web application that deploys and works fine in Glassfish that I'm trying to deploy to Geronimo-Jetty 2.1.3

Re: Where to store secret EJB properties?

2008-10-21 Thread David Jencks
- substitutions.properties or on the command line, e.g. with gshell geronimo/start-server -G mySecret=foo hope this helps david jencks Thanks, Juergen -- View this message in context: http://www.nabble.com/Where-to-store-secret-EJB-properties--tp20094408s134p20094408.html Sent from the Apache Geronimo

Re: Where to store secret EJB properties?

2008-10-21 Thread David Jencks
and bind stuff. So the equivalent of using the sun admin console to set up a persistent binding would be to have a gbean in some plugin that, on starting, would bind whatever is necessary. The gbean binding stuff is in geronimo-naming GBeanBinding class. thanks david jencks thanks

Re: Best way for an LDAPConnection from an EJB?

2008-10-22 Thread David Jencks
reference somewhere? Also, there isn't much traffic on tranql's mailing lists, is it? nope, very little. We do fix bugs however :-) thanks david jencks Juergen -- View this message in context: http://www.nabble.com/Best-way-for-an-LDAPConnection-from-an-EJB--tp20110814s134p20119765.html Sent

Re: Best way for an LDAPConnection from an EJB?

2008-10-23 Thread David Jencks
not aware of any other projects that do anything remotely like that. I'm also not sure we could redistribute e.g. the jaxb source which is CDDL. thanks david jencks Juergen -- View this message in context: http://www.nabble.com/Best-way-for-an-LDAPConnection-from-an-EJB

Re: Spring framework

2008-10-24 Thread David Jencks
excluded. The spring version is in the root pom as a property. Assuming the build succeeds, check the geronimo repo to make sure only the specified spring version is included. Please open a jira with the upgrade request and your results. Many thanks david jencks Thanks, Steven Ashwill

Re: Geronimo and Grails

2008-10-24 Thread David Jencks
to figure out what the differences are. My first guess would be myfaces, my second some web services bit. I think that a ModuleBuilderExtension must be adding more dependencies for no good reason. It would be even better to fix this. thanks david jencks Joe michaelg wrote: I am writing

Re: Spring Security securing EJBs in Geronimo

2008-10-24 Thread David Jencks
(); ContextManager.registerSubject(subject); ContextManager.setCurrentCallers(subject,subject); If Spring successfully hides the subject but lets you see the principals then constructing a Subject as you do above ought to work too. Hope this helps david jencks : However I am having problems. When I try

Re: How to change the Database for ActiveMQ with local Ressource?

2008-10-24 Thread David Jencks
the geronimo-application.xml. Is it in this case possible to store the messages inside an external Database? Where is the broker the connections connect to? Which rar is it? our trimmed one or the activemq all-in-one rar? Which amq version? thanks david jencks Thanks a lot! Regards Jochen

Re: Geronimo and Grails

2008-10-27 Thread David Jencks
On Oct 27, 2008, at 9:08 AM, Joe Bohn wrote: David Jencks wrote: On Oct 24, 2008, at 11:13 AM, Joe Bohn wrote: I've been playing around with grails and I encountered this exact same behavior Michael mentioned. Even with Gianny's recommended hidden classes I received the dom4j

Re: How to change the Database for ActiveMQ with local Ressource?

2008-10-27 Thread David Jencks
the default datasources for anything else. In this case you just need to deploy new datasources named SystemDatabase and NoTxDatabase in a new plugin and use artifact-aliases to map your new plugin to replace o.a.g.c/ system-database//car thanks david jencks On Oct 27, 2008, at 12:27 AM

Re: login module jdbc driver in ear

2008-10-28 Thread David Jencks
to make manifest classpath work inside an ear. david jencks Kind regards, Marco Laponder

Re: How may I access ConnectionFactory/Queues etc. with JNDI-lookup?

2008-10-28 Thread David Jencks
This is in fact a user list question but please don't cross post. I responded on the dev list but if you have further problems please only post to the user list. david jencks On Oct 28, 2008, at 8:25 AM, jsmch wrote: Hi, i´ve a problem and was not able to find any answer

Re: How may I access ConnectionFactory/Queues etc. with JNDI-lookup?

2008-10-29 Thread David Jencks
configuration is not really relevant and the activemq documentation at http://activemq.apache.org/jndi-support.html might be helpful. thanks david jencks On Oct 28, 2008, at 11:25 AM, jsmch wrote: Hi, i´ve a problem and was not able to find any answer in the last days. I installed some

Re: Deploying Spring applications in Geronimo - State of the nation

2008-10-29 Thread David Jencks
- a plugin project that builds a geronimo plugin that contains the gbean and pulls in all your dependencies - a custom server project that assembles a server including your plugin and whatever else you want for testing. thanks david jencks If someone could reply with the state of the nation

Re: web module and login gbean in deployment plan of ear

2008-10-29 Thread David Jencks
Put the gbean after the modules david jencks On Oct 29, 2008, at 7:39 AM, Marco Laponder wrote: Hi All, I am busy with deploying an ear. I have bean able to add my login module configuration within the plan, and I have bean able to specify a web module with context root in the plan

Re: Solution Re: Logging-Framework for applications?

2008-10-30 Thread David Jencks
are trying to say. I wish there was a way to configure log4j that I could understand :-) thanks david jencks On Oct 30, 2008, at 8:48 AM, Juergen Weber wrote: Problem was, I had changed the loglevel to DEBUG via Geronimo Console in the Log Manager portlet. Looks like changes here

Re: Geronimo security question

2008-10-30 Thread David Jencks
the spadmin group to the app-specific spadmin role. There are some instructions on this at the end of http://cwiki.apache.org/GMOxDOC21/configuring-run-as-and-default-subjects-and-principal-role-mapping.html hope this helps, david jencks

Re: How may I access ConnectionFactory/Queues etc. with JNDI-lookup?

2008-10-30 Thread David Jencks
Hi jsmch, As I mentioned in a reply to Doug Reeder I think you have to use the activemq jndi context documented here: http://activemq.apache.org/jndi-support.html for non ee clients. Hope this helps david jencks On Oct 30, 2008, at 10:01 AM, jsmch wrote: Hi djencks, i´ve answered

Re: MySQL and database pool

2008-10-30 Thread David Jencks
This seems very strange. Which exact geronimo server did you start with? Have you modified anything in config.xml or installed anything for other versions of geronimo servers? Could you show us var/config/config.xml, and your plan? thanks david jencks On Oct 30, 2008, at 11:33 AM

Re: Geronimo security question

2008-10-31 Thread David Jencks
out designated-run-as=true thanks david jencks On Oct 31, 2008, at 2:59 AM, johnxmas wrote: Hi David, Anyway I think what you need to do is: 1. define a properties file login module based security realm, perhaps by using the admin console. Lets say you call it my-realm 2. translate

Re: Logging framework using slf4j and juli

2008-10-31 Thread David Jencks
by the geronimo apacheds plugin to store apache directory related files. thanks david jencks On Oct 31, 2008, at 1:49 AM, Hearty wrote: I am using slf4j and juli for logging. I am not able to see the logs creating for my application. I have specified the entry in geromino-web.xml as sys:gbean

Re: How may I access ConnectionFactory/Queues etc. with JNDI-lookup?

2008-10-31 Thread David Jencks
means that you are trying to connect to a broker in the same vm (in-vm transport) For a broker running in geronimo you want something like java.naming.provider.url = tcp://hostname:61616 hope this helps david jencks On Oct 31, 2008, at 3:30 AM, jsmch wrote: Hi and thank you for the reply

Re: little-g: OpenJPA::Deployer is not fully resolved

2008-11-01 Thread David Jencks
to dig through the PluginInstallerGBean code where it's trying to resolve the version it might be interesting to find out just what is going on. thanks david jencks Lin On Fri, Oct 31, 2008 at 8:11 PM, Doug Reeder [EMAIL PROTECTED] wrote: I've installed a fresh copy of little-g (Jetty

Re: Logging framework using slf4j and juli

2008-11-03 Thread David Jencks
to use it. AFAIK there is no juli support in geronimo. I suspect but don't know that our embedded tomcat is configured to have juli use either log4j or commons-logging (branches/2.1) or slf4j (trunk), but I have never found this bit of configuration. thanks david jencks djencks

Re: Customizing deployment descriptor values at deployment time?

2008-11-04 Thread David Jencks
app using a geronimo-plugin.xml file, which is most easily generated by the car- maven-plugin. thanks david jencks Any help is appreciated. cgreco16 -- View this message in context: http://www.nabble.com/Customizing-deployment-descriptor-values-at-deployment-time--tp20324570s134p20324570

Re: Re-creating SampleTxDatasource/SampleNoTxDatasource by hand...

2008-11-07 Thread David Jencks
not providing the proper set of jta and non-jta datasource references. I am not using maven or ant at this point -- I am just trying to get this running inside the Eclipse IDE. This has been discussed previously by David Jencks and others, but I could not figure out how to create a Tx/NoTx datasource

Re: Geronimo not found at login subject for Jackrabbit JCA.

2008-11-08 Thread David Jencks
david jencks On Nov 7, 2008, at 11:17 PM, Markku Saarela wrote: Hi, Jackrabbit 1.4 (1.4.1 core) JCA deployed to Geronimo 2.1.1. Web application or ejb session bean failed with repository login. InitialContext lookup find Repository but calling repository.login( new SimpleCredentials

Re: Need help with jndi configuration of a datasource

2008-11-12 Thread David Jencks
as the names are the same. thanks david jencks On Nov 12, 2008, at 2:40 AM, Klopp, Alexander wrote: Hi all, I'm working with geronimo 2.1. I've created some stateless session beans using the annotation principle (without having an ejb-jar.xml) The beans access to a datasource defined in the dbpool

Re: status from shell script (System V starup)

2008-11-12 Thread David Jencks
port, normally NamingPort + PortOffset or 1099 + 0. I know nothing about this stuff but kinda thought usually one put the PID of the process in a file and if the PID was still there you figured the app was running. like I said I know nothing. thanks david jencks

Re: Deploy failed

2008-11-16 Thread David Jencks
will need to figure out how to use a similar or equivalent MyFaces class in its place. thanks david jencks thanks -- View this message in context: http://www.nabble.com/Deploy-failed-tp20522994s134p20522994.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Re: JNDI Context Lookup Help

2008-11-17 Thread David Jencks
Shouldn't your name be java:comp/env/web/ContentLocation (no slash before the comp)? thanks david jencks On Nov 17, 2008, at 11:57 AM, Mark Aufdencamp wrote: Hi All, It's been a while since I had to ask for help from the list, but I hit a snag migrating an application from G-1.1.1 to G

Re: starting sequence

2008-11-20 Thread David Jencks
classloader for B this may or may not be desirable. thanks david jencks On Nov 20, 2008, at 6:56 AM, Jazon wrote: yes, but the problem is, every time I re-deploy an application, that application moves to the very bottom. I have to manually move it back. On Thu, Nov 20, 2008 at 8:34 AM, Ivan

Re: Cannot use @Ejb inside a war in a different ear

2008-12-01 Thread David Jencks
. AFAIK you pretty much always need some vendor specific configuration for ejb refs outside an ear, whether done using annotations or xml. For intra-ear references all the annotations work fine without any extra configuration. If you disagree please provide more details. thanks david

Re: Geronimo class loading model?

2008-12-02 Thread David Jencks
Yes, thanks for the note -- fixed. I'm hoping to find time to add references to the schema for the environment element and some examples showing what it looks like but this is at least a start. If anyone else wants to add this that would be really great! thanks david jencks On Dec 2

Re: @GeneratedValue(strategy = GenerationType.TABLE... : org.apache.openjpa.persistence.PersistenceException: The Transaction Synchronization Registry can not suspend the current transaction

2008-12-03 Thread David Jencks
and non-jta datasources are configured? thanks david jencks On Dec 3, 2008, at 6:45 AM, David Ljuba wrote: we have this symptom: Generates exception: ... 18047 xxx INFO [RMI TCP Connection(216)-192.168.0.63] openjpa.Runtime - Starting OpenJPA 1.2.0 18344 xxx INFO [RMI TCP Connection

Re: Geronimo 2.1.1 running a report 2-3 times slower than Geronimo 1.1.1

2008-12-04 Thread David Jencks
2.1 entity beans? thanks david jencks On Dec 4, 2008, at 5:04 PM, Andrew Thorburn wrote: This has recently cropped up at my workplace - We have a report that runs every night and dumps a reasonable chunk of the database to a text file. The report itself is quite inefficient (it stores everything

Re: Upgrading 1.1 EAR to 2.1 - OpenEJB 3 CMP/CMR Issues

2008-12-04 Thread David Jencks
. The tck has a bunch of ejb 2.1 cmp/cmr tests and they all work fine so at least a lot of it is verified to work propertly. Please let us know your progress. thanks david jencks On Dec 4, 2008, at 10:49 PM, Mark Aufdencamp wrote: Hi All, I'm upgrading an EAR from G 1.1.1-Win32-Tomcat

Re: How to deploy web application to one port

2008-12-04 Thread David Jencks
recall talking with Greg about filtering web apps per port in jetty but I don't think you can actually do it right now. I think he said it would be very easy to add though maybe we can get it into jetty 7. thanks david jencks Russell E Glaue wrote: Using geronimo-jetty 2.1.3 How do I

Re: Upgrading 1.1 EAR to 2.1 - OpenEJB 3 CMP/CMR Issues

2008-12-05 Thread David Jencks
list might get better info. Thanks for confirming that CMP/CMR should work and was incorporated in the TCK for EJB3. Hopefully this is as simple as some SQL dialect issues! we can hope :-) thanks david jencks Mark Original Message Subject: Re: Upgrading 1.1 EAR

Re: feature? ContainerGroup

2008-12-05 Thread David Jencks
of these steps you consider onerous or why. I'll try to look into the NCSA request log configuration soon thanks david jencks -RG

Re: Datasource Deployment

2008-12-05 Thread David Jencks
there are --port options ... there should be explanations in the command help. thanks david jencks On Dec 5, 2008, at 7:46 PM, Ray_Clough wrote: To avoid a port conflict, I had to change the default RMI Naming port, and now the deployer is giving me a 'cannot find naming server' type of error when I try

Re: jRuby on Geronimo 2.1.3 invalid taglibs

2008-12-06 Thread David Jencks
authors don't seem to validate that their tlds conform to the schemas claimed. I'm a bit mystified that they deploy on any jsp implementations. I don't have the pre-2.0 tld schema or dtd handy but I doubt there was an info element there either. thanks david jencks On Dec 5, 2008, at 8:44

Re: feature? ContainerGroup

2008-12-06 Thread David Jencks
HI Russell, This is getting interesting :-) Thanks for taking the time to explain what you want in such detail. Some comments inline and more at the end. On Dec 5, 2008, at 12:03 PM, Russell E Glaue wrote: David Jencks wrote: On Dec 5, 2008, at 7:46 AM, Russell E Glaue wrote: Being

Re: WARN [AdminObjectRefBuilder] Failed to build reference to Admin object reference

2008-12-08 Thread David Jencks
, i.e. is there a resource-env-ref in your ejb-jar.xml? thanks david jencks On Dec 8, 2008, at 1:49 AM, sebbay wrote: Hi, I have a plan file for MQ-Series description, containing the following entry: adminobject adminobject-interfacejavax.jms.Queue/adminobject-interface adminobject

Re: Geronimo Eclipse Plugin (GEP) Deployment problem

2008-12-11 Thread David Jencks
to either specify slf4j in a hidden-classes filter or use inverse- classloading. Is our copy older than yours? If so we should upgrade. thanks david jencks On Dec 11, 2008, at 2:28 PM, bongosdude wrote: Tim, I found how to add dep:dependencies in the geronimo-application.xml Thanks B bongosdude

Re: How to Use Maven with Geronimo J2EE project

2008-12-15 Thread David Jencks
On Dec 15, 2008, at 12:10 AM, David Jencks wrote: On Dec 14, 2008, at 7:17 PM, bongosdude wrote: I would lile to use maven to mange our project build/deploy during development, QA and production release. Maven is good at managing dependencies. While GEP can get us up to speed

Re: How to Use Maven with Geronimo J2EE project

2008-12-15 Thread David Jencks
On Dec 15, 2008, at 1:25 PM, bongosdude wrote: Should I check out 2.2 dev trunk from this URL https://svn.apache.org/repos/asf/geronimo/server/trunk That's the url. We have not yet branched 2.2 away from trunk thanks david jencks Can you provide SVN url where I can check out 2.2 dev

Re: EAR deployment failed with vague message.

2008-12-15 Thread David Jencks
this is a helpful guess :-) david jencks On Dec 15, 2008, at 1:22 PM, bongosdude wrote: I have problem to deploy EAR file to my 2.1.1 geronimo server (+ tomcat plugin). I have followed most sample to make sure that my geronimo installation works. How can I trace to see what I missed to include

Re: Xerces / JPA and Geronimo

2008-12-15 Thread David Jencks
Thanks for confirming this works! I put a little documentation here: http://cwiki.apache.org/confluence/display/GMOxDOC22/Classloading david jencks On Dec 15, 2008, at 12:59 PM, Christian Svensson wrote: Hello again. I put xercesImpl.jar in the endorsed directory and it seems

Re: Custom Server Config - errors

2008-12-17 Thread David Jencks
that would be helpful. thanks david jencks Thank you very much, - Ray Clough -- View this message in context: http://www.nabble.com/Custom-Server-Config---errors-tp21046988s134p21046988.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.

Re: Custom Server Config - errors

2008-12-18 Thread David Jencks
started? otherwise I'm a bit mystified any chance you could send me your app to play with? thanks david jencks On Dec 18, 2008, at 3:18 PM, Ray Clough wrote: I just use the deployer to deploy the app, and I am completely unable to find anything which looks like a generated plugin file

Re: Custom Server Config - errors

2008-12-19 Thread David Jencks
to be able to provide a general fix. thanks david jencks On Dec 18, 2008, at 11:23 PM, Jack Cai wrote: I suggest you to include all the modules below if not already. -Jack upgrade-cli client-system geronimo-gbean-deployer j2ee-security j2ee-system jsr88-cli jsr88-deploymentfactory offline

Re: Struts2 on Geronimo: problem with roles

2008-12-21 Thread David Jencks
Could you show us your web.xml and indicate the urls you are using to test this with? thanks david jencks On Dec 18, 2008, at 6:26 AM, artoo wrote: Hi all, I have big problem with Struts (2.0.14) and Geronimo (2.1.3). When I use request.isUserInRole from Struts Action I always got false

Re: Problem debugging JPA configuration

2008-12-21 Thread David Jencks
and result in errors as confusing as the one you got. If this isn't enough to figure out what's wrong can you please show us your persistence.xml and geronimo plan (if any) for your app? thanks david jencks On Dec 20, 2008, at 1:05 PM, grandcross wrote: I think the JPA is having trouble

Re: Customizing install of apps

2008-12-27 Thread David Jencks
of these using eclipse/ GEP. Let us know if you have more questions or need more capabilities in the plugin system. thanks david jencks. Thanks, -- View this message in context: http://www.nabble.com/Customizing-install-of-apps-tp21188762s134p21188762.html Sent from the Apache Geronimo - Users

Re: Customizing install of apps

2008-12-27 Thread David Jencks
to run them. With this approach you'll still have the javaee apps available to deploy on other containers -- we just try to make it so as much as possible of the deployment step happens during your build process. hope this is clearer :-) david jencks Thanks again, djencks wrote

Re: Customizing install of apps

2008-12-30 Thread David Jencks
-a-server-using-maven.html http://cwiki.apache.org/GMOxDOC22/custom-server-assemblies.html I thought there was some more documentation but I can't find it right now. hope this helps david jencks -B djencks wrote: On Dec 27, 2008, at 6:31 PM, jamesdcarroll wrote: Thank you very much

Re: question on Geronimo files

2008-12-31 Thread David Jencks
to the howl log. Messages that aren't delivered fairly promptly are moved to some other persistent storage such as jdbc. ActiveMQ 5 (now used in trunk/2.2) uses a different persistence mechanism. hope this helps david jencks Thank you. -- View this message in context: http://www.nabble.com

Re: runtime deployment descriptor

2009-01-04 Thread David Jencks
to do. To summarize, the mapping goes in a security element in your geronimo plan (e.g. geronimo-web.xml) and this element contains explicit mappings between the javaee roles defined in your application and the principals produced by whatever login modules you have configured. thanks david

Re: Unable to serialize GBeanData

2009-01-04 Thread David Jencks
in different parts of your deployment process. Otherwise we would be inundated with reports of this problem. thanks david jencks djencks wrote: I remember this happening quite a while ago but I thought it had been fixed in openejb are you sure you are using the same g version on all

Re: host properties for security annotations

2009-01-05 Thread David Jencks
Could you please explain how your remote client is connecting to geronimo including whether it is an ejb, ejb/corba, web service, jms, or something else? Is the client a javaee app client or a standalone non-javaee program? thanks david jencks On Jan 5, 2009, at 8:12 AM, axiez wrote

Re: Startup time delay in Ubuntu server

2009-01-05 Thread David Jencks
no expert on this stuff. not sure if this is likely to help :-( david jencks On Jan 5, 2009, at 7:29 PM, Peter Petersson wrote: We are still on the 7.10 Gutsy release. You should be able to locate what module it is that takes time to start by looking in the geronimo.out file. If your issue

Re: Security and WebServices

2009-01-07 Thread David Jencks
david jencks Thanks a lot! Regards Jochen __ Deutschlands größte Online-Videothek schenkt Ihnen 12.000 Videos!* http://entertainment.web.de/de/entertainment/maxdome/index.html

Re: Maven build failed with missing WEB-INF/geronimo-web.xml

2009-01-10 Thread David Jencks
://jira.codehaus.org/browse/MWAR-178 david jencks On Jan 10, 2009, at 9:35 AM, bongosdude wrote: Hi, I found the an interesting thing about the problem that I reported in this post thread. Basically, I set up my project as maven and then convert the build EAR into eclipse projects so that I can debug my

Re: Maven build failed with missing WEB-INF/geronimo-web.xml

2009-01-10 Thread David Jencks
don't know how to make this happen. thanks david jencks Thanks -B djencks wrote: Hi bongosdude, It looks like the war plugin is not javaee-5 aware. Anything you put in the ear lib directory gets into the ear classloader which is a parent to the war classloader. Thus you don't need

<    4   5   6   7   8   9   10   11   12   13   >