Re: CMP with OpenJPA on Apache Geronimo 3.0.1

2014-12-29 Thread David Jencks
transactional datasource must be no-transaction. hope this helps david jencks On Dec 29, 2014, at 10:35 AM, ivan frias frias.i...@gmail.com wrote: Hi, Currently I am developing an application using OpenJPA . I've decide to use CMP to manage the transactions. I am able to insert /edit and delete

Re: Building Geronemo 3.0.1 on CentOS

2014-10-07 Thread David Jencks
Several assemblies are built. The geronimo-framework one is extremely minimal, it only has enough stuff in it so you can install more things, in particular it does''t have a web server, ejb support, or much of anything else. Try one of the geronimo-tomcat or geronimo-jetty assemblies. david

Re: EJB Transaction inter server propagation

2014-08-13 Thread David Jencks
advice, but it was a problem I was not able to completely solve. thanks david jencks On Aug 13, 2014, at 7:11 AM, Darv dar...@sinnetamby.com wrote: I am having some difficulty with transaction propagation between two EJBs on seperate servers (which I understand can be done based on section 13.2.3

Re: EJB Transaction inter server propagation

2014-08-13 Thread David Jencks
changing them when your other server moves isn't going to scale well. david jencks On Aug 13, 2014, at 5:04 PM, Darv dar...@sinnetamby.com wrote: Thx David. What annotations and xml is required in an EJB project to inject another EJB which will run on another geronimo server without transaction

Re: [Geronimo 3.0.1 + MyFaces Trinidad] Only HttpServletRequest supported exception

2014-05-18 Thread David Jencks
to wire to the included myfaces copy. sorry I can't be of more help david jencks On May 17, 2014, at 10:37 PM, Eduardo Garcia gcont...@cibinetonline.com wrote: Hello buddies, I have 3 years doing some development using Geronimo + MyFaces + Trinidad. Due some requirements I had to migrate

Re: MissingDependencyException with geronimo-tomcat6-javaee5-2.1.8

2014-03-03 Thread David Jencks
. david jencks On Mar 3, 2014, at 5:36 AM, BLB 4SOFF blb4s...@gmail.com wrote: Hi, I need help for using geronimo 2.1.8 (I've tested also with 2.2.1 with the same result). My goal is to give some EARs and RARs as examples in a Geronimo environment. So I put a RAR archive and an EAR one

Re: Step through/Debug geronimo sources

2014-01-07 Thread David Jencks
or the individual source jars, I don't think there is a source jar for the all-in-one blueprint binary jar. hope this points you in the right direction. david jencks On Jan 7, 2014, at 2:38 AM, Genc, Ömer oemer.g...@iais.fraunhofer.de wrote: Hey there, currently i am trying to debug the geronimo sources

Re: Geronimo:wait-for-server is not waiting

2013-12-30 Thread David Jencks
. It won't wait for any apps deployed dynamically. david jencks On Dec 29, 2013, at 4:26 AM, Steve Higham st...@sjlt.co.uk wrote: Hi, I'm trying to automate a Geronimo deployment using v3.0.1. I have tried starting a Geronimo server and immediately connecting using SSH. I can connect

Re: JPA Error

2013-11-17 Thread David Jencks
I don't know. Having a hashCode method throw an NPE is not within the expected behavior of java classes. Is there some reason you don't want to fix it, whether or not bean validation is used? david jencks On Nov 16, 2013, at 12:08 PM, Collins Solutions collins-soluti...@austin.rr.com wrote

Re: JPA Error

2013-11-16 Thread David Jencks
/2013 12:36 AM, David Jencks wrote: Um, isn't this in your code? Caused by: java.lang.NullPointerException at com.acc.domain.entity.AccClient.hashCode(AccClient.java:213) david jencks On Nov 15, 2013, at 2:38 PM, Collins Solutions collins-soluti...@austin.rr.com wrote: I have

Re: JPA Error

2013-11-15 Thread David Jencks
Um, isn't this in your code? Caused by: java.lang.NullPointerException at com.acc.domain.entity.AccClient.hashCode(AccClient.java:213) david jencks On Nov 15, 2013, at 2:38 PM, Collins Solutions collins-soluti...@austin.rr.com wrote: I have deployed an application to the geronimo server

Re: Does anybody know how to configure a datasource for informix

2013-09-16 Thread David Jencks
I see some hints in informix documentation that it is possible to create a database with no transaction log (WITH NO LOG). Is it possible that your database was created this way? thanks david jencks On Sep 16, 2013, at 2:35 AM, Zhi Xie daxie...@gmail.com wrote: I have installed informix

Re: classloading problem for WARs in an EAR file share classpath

2013-09-09 Thread David Jencks
instead of using ee packaging. thanks david jencks On Sep 3, 2013, at 7:20 PM, Ivan xhh...@gmail.com wrote: Hi, EE specification leaves this classloader visibility scenario to container, while considering that most developers have this kind of isolation in their mind, as it is commonly

Re: classloading problem for WARs in an EAR file share classpath

2013-09-03 Thread David Jencks
trouble understanding exactly how the CCE arises, especially since the classes appear to be different. Can you deploy the wars separately? thanks david jencks On Sep 3, 2013, at 3:01 PM, Jack Cai cai_j...@us.chanjet.com wrote: Hi, I package two wars in an ear, web1, and web2. nothing else

Re: jndi properties for datasource

2013-08-20 Thread David Jencks
consider deploying the app in the app client container and deploying the datasource there. thanks david jencks On Aug 20, 2013, at 8:42 PM, Zhi Xie daxie...@gmail.com wrote: You can create a datasource by a deployment plan. For example, Deployment Plan: ?xml version=1.0 encoding=UTF-8? connector

Re: Geronimo OpenLDAP not quite right......

2013-04-03 Thread David Jencks
people. I'm not sure how to construct such an ldap query. hope this makes sense david jencks On Apr 3, 2013, at 2:10 PM, VPCL vetpu...@hotmail.com wrote: Hi: I'm currently using Geronimo 2.2 and OpenLDAP: slapd 2.3.43. I’m trying to create an LDAP Security Realm on the Geronimo server

Re: How to determine in which container code is running?

2012-12-31 Thread David Jencks
makes me ask why you wouldn't use jpa. I haven't read Fowler's books for many years, I thought his refactoring book was really good, but the design patterns ones seemed to me to be reinventing the wheel as far as ee goes. thanks david jencks On Dec 31, 2012, at 8:18 AM, Markku Saarela wrote

Re: JCA deployment plan schema doesn't include inbound-resourceadapter

2012-12-19 Thread David Jencks
config-property values to do any good at all :-) thanks for noticing this. Anyone have time to fix it? thanks david jencks On Dec 19, 2012, at 9:53 AM, Murray Todd Williams wrote: I'm in the process of developing a bi-directional JCA adapter, and I'm trying to deploy the skeleton to Geronimo

Re: Geronimo 3 + car-maven-plugin + maven3

2012-11-20 Thread David Jencks
Is this trying to build geronimo itself? If so you need to do a bootstrap build first, IIRC mvn clean install -Pstage-bootstrap If you are trying to build your own .car file you need to mention the car-maven-plugin as an extension IIRC david jencks On Nov 20, 2012, at 7:50 AM, Marcos Mendez

Re: Geronimo 3 + car-maven-plugin + maven3

2012-11-20 Thread David Jencks
extensionstrue/extensions /plugin is in the root pluginManagement geronimo pom. david jencks On Nov 20, 2012, at 9:47 AM, Marcos Mendez wrote: Hi David, I'm trying to build a plugin myself , not building geronimo. :) Just a separate car plugin so I can

Re: JNDI Lookup

2012-11-17 Thread David Jencks
This looks really odd. IIUC it's saying that the bytes for the EJBException class doesn't have the code bits. Are you sure a real ee jar containing these is on the client class path? I've never seen anything remotely like this. anyone else have a clue? thanks david jencks On Nov 17, 2012

Re: java.lang.ClassNotFoundException: org.apache.log4j.LogManager on startup of new deployed .war

2012-11-13 Thread David Jencks
in a hidden-classes element in the environment in your plan. hope this helps david jencks On Nov 13, 2012, at 9:09 AM, pueffl wrote: Hi! I'm quite new to Geronimo and just tried to deploy an existing application to it, but got the following trace: org.apache.catalina.LifecycleException: Failed

Re: Geronimo connection.

2012-11-11 Thread David Jencks
can't try to keep using it. Is your application looking up connections each time it needs them or caching them? Geronimo tries to deal with this appropriately but if you are caching them you might run into more problems. Which tranql wrapper are you using? thanks david jencks On Nov 11, 2012

Re: Cannot Lookup EJBs in Geronim 3.0

2012-11-06 Thread David Jencks
Are you using CDI and bean validation in your app? Have you done something to define these lookups anywhere? thanks david jencks On Nov 6, 2012, at 7:04 PM, Ali wrote: hi there, I have recently migrated from Geronimo 2.2 to Geronimo 3.0; there is no issue in deployment yet my lookups

Re: Remote Interface in EAR

2012-10-22 Thread David Jencks
I'm not sure what is going on. Would you consider trying putting the client jar in the manifest class-path of the ejb jar? david jencks On Oct 22, 2012, at 9:08 PM, Russell Collins wrote: I see that there is a ticket for this one. I am getting the same error as the guy in the ticket

Re: Enhydra enlist/delist/enlist woes...

2012-09-13 Thread David Jencks
to do on the tx is end it (commit or rollback). If you then try to re-enlist it that's an error (IIRC). I think they should be using a different flag here. Haven't had time to look into it in detail though david jencks On Sep 13, 2012, at 4:41 AM, James Carman wrote: I am trying to use

Re: Enhydra enlist/delist/enlist woes...

2012-09-13 Thread David Jencks
://svn.apache.org/repos/asf/geronimo/sandbox/djencks/txmanager hope this helps david jencks On Sep 13, 2012, at 11:30 AM, David Jencks wrote: Hi James, An XAConnection is required to always use the same XAResource, so that part of their code is good. I think the problem is here

Re: OSGi Bundle Permissions on Geronimo

2012-09-03 Thread David Jencks
admin? That looks like a much better fit to your problem. thanks david jencks On Sep 2, 2012, at 11:12 PM, Ivan wrote: I am not sure whether OSGi security could help on this. But with the Bundle Hook Service API introduced in v4.3, it is possible to limit/filter the result of those

Re: API for nested subjects?

2012-07-18 Thread David Jencks
david jencks On Jul 18, 2012, at 8:50 AM, weberjn wrote: Hi, I still need nested security context, to invoke EJBs from an application client with changing subjects. I tried the ContextManager code below, but it does not work, the current subject is null. Is there a better code

Re: API for nested subjects?

2012-07-18 Thread David Jencks
credential, not a principal, right? There's some corba csiv2 stuff you can set up if you really want a way for the server to trust subjects from your app client, but generally the openejb remote login way is simpler. thanks david jencks On Jul 18, 2012, at 11:25 AM, weberjn wrote: David

Re: [discussion]Time to release to Geronimo 2.2.2 ?

2012-06-27 Thread David Jencks
I recently fixed some of my misinterpretations of the jaspic spec in 3.0, and these should be ported back to 2.2.x. thanks david jencks On Jun 27, 2012, at 6:49 PM, Shawn Jiang wrote: We had some discussion with a user request [1], The initial thought from me is to include the security

Re: Using @EJB annotation instead of looking up for EJB

2012-06-25 Thread David Jencks
a Main-based application it won't work at all without running i through the geronimo app client container. thanks david jencks Please help. -- View this message in context: http://apache-geronimo.328035.n3.nabble.com/Using-EJB-annotation-instead-of-looking-up-for-EJB-tp3985253p3985261.html

Re: CDI OSGI

2012-06-14 Thread David Jencks
and per-bundle scopes. thanks david jencks On Jun 14, 2012, at 2:12 AM, Charles Moulliard wrote: Hi, As Apache Geronimo platforms 3.X uses Apache Karaf and OSGI runtime, I would like to know if we can deploy on the platforms bundles and uses CDI injection. Do you also support to inject

Re: Problem accessing JSF application with geronimo-3.0-beta-1-Jetty

2012-06-11 Thread David Jencks
report and just from the stack trace would think that it would apply to any servlet, not just something jsf related. Since some servlets do work on jetty (e.g. the web console) I wonder if there's something misconfigured in your security. wishing I had more time to investigate, david jencks On Jun

Re: classloading

2012-03-19 Thread David Jencks
you can include in the output. david jencks Also if you look at http://www.slideshare.net/rayploski/jboss-application-server-7 slide 6: * Modular * Only API, no AS implementation exposure * True isolation this is what should be done in AS because its time consuming to hunt app jars

Re: JTA TransactionManager and Primary Key Sequencing

2012-02-20 Thread David Jencks
or anything else thanks david jencks On Feb 20, 2012, at 5:41 AM, Michael Simons wrote: Hello, This might be a RTFM. If it is, please tell me where I have to look for. Is it possible to tell a JTA TransactionManager to use a different database connection to retrieve primary key values

Re: DeploymentException: POJO web service not configured by any web service builder

2012-01-01 Thread David Jencks
, this is always supplied by the environment you are deploying into. david jencks On Jan 1, 2012, at 9:32 AM, Ivan wrote: From the log, think there is a servlet named ResourceServlet is configured in the web.xml file, and it did not implement the Servlet interface. It is invalid except

Re: deploy war

2011-12-21 Thread David Jencks
You might run out of memory sooner, but otherwise this won't cause problems. david jencks On Dec 21, 2011, at 8:44 AM, nithisai wrote: Thanks for the reply.. I am under a kind of compulsion to use geronimo v1.1. I want to know whether this error would cause any future problems

Re: JDBC 4 support in Geronimo 3

2011-11-17 Thread David Jencks
. thanks david jencks Regards, Arnaud -- View this message in context: http://apache-geronimo.328035.n3.nabble.com/JDBC-4-support-in-Geronimo-3-tp3303655p3515979.html Sent from the Users mailing list archive at Nabble.com.

Re: custom jndi resources

2011-11-10 Thread David Jencks
Usually strings in jndi are resource-env-ref not resource-ref? david jencks On Nov 10, 2011, at 10:21 AM, Radim Kolar wrote: i have in web.xml resource-ref descriptionAdresa Cassandra clusteru/description res-ref-namecass/res-ref-name res-typejava.lang.String/res-type res-authContainer

Re: classloading in 3.0

2011-11-07 Thread David Jencks
On Nov 7, 2011, at 5:03 AM, Kevan Miller wrote: On Nov 4, 2011, at 3:42 PM, David Jencks wrote: On Nov 4, 2011, at 12:07 PM, Radim Kolar wrote: I propose to make classloading in 3.0 entirely different. Give user aplication access to javax.* stuff and other required J2EE 6 apis

Re: classloading in 3.0

2011-11-04 Thread David Jencks
of classes, we run bnd on the application classes to determine the Import-Packages needed. thanks david jencks If user includes springs in WAR then use them instead springs in geronimo (emulate parent last classloading). Because almost no apps are using J2EE 6 now, people can try G2.2 vs G3

Re: Biolerplate EJB3+JPA example ...

2011-10-11 Thread David Jencks
That looks like a very low level jvm problem. What jvm are you using? Can you give the complete stack trace? thanks david jencks On Oct 11, 2011, at 4:23 PM, marcb wrote: As a work in progress ... I've been able to move past the Jta... issue and am now seeing: java.lang.VerifyError

Re: Adding XA start flags for transactions

2011-09-17 Thread David Jencks
, so there shouldn't be any question of lock conflicts. Are you using more than one datasource connected to the same db2 server? Can you show your datasource plan? thanks david jencks On Sep 16, 2011, at 11:38 AM, Shika Maru00 wrote: Hi David, I have primarily made use of non standard flags

Re: Adding XA start flags for transactions

2011-09-16 Thread David Jencks
. Anyway, right now we don't support this (non-xa-standard AFAIK) flag. I'd be interested to see more information on why you think it would be helpful. thanks david jencks On Sep 16, 2011, at 10:22 AM, Shika Maru00 wrote: Is it possible to add flags to the geronima transaction manager when

Re: Workaround to Subject memory leak (GERINOMO-5800)

2011-09-01 Thread David Jencks
the code suggested by David Jencks like this: HttpSession session = httpServletRequest.getSession(false); if (session != null) { session.invalidate(); } Subject subject = ContextManager.getCurrentCaller(); ContextManager.unregisterSubject(subject); That code ran without errors

Re: Datasource remote lookup

2011-06-28 Thread David Jencks
in the java:global namespace from javaee 6 geronimo app clients. In this case the transaction manager is already set up and accessible in a known way and we only have to set up the connection pool. I don't think doing this is ever a very good idea, but it's required by the ee6 spec. thanks david

Re: Geronimo 2.2.1 with JSF 2

2011-06-26 Thread David Jencks
consider trying trunk which supports jsf2 already. thanks david jencks On Jun 26, 2011, at 1:56 PM, Chris Joysn wrote: Hello, i am a newbie on Geronimo and tried to get a JSF2 webapp up and running, but it seems that i have some troubles with the Geronimo provided MyFaces configuration

Re: OpenJPA with JTA datasouce problem on Geronimo

2011-06-22 Thread David Jencks
(especially derby) require a separate non-jta-datasource that really don't have transactions configured in order to get DDL and sequence values to work with openjpa. hope this helps... david jencks On Jun 22, 2011, at 10:11 AM, vjay wrote: Hello, I'm using Geronimo 2.2.1 and trying to setup just

Re: Microsoft SQL Server JDBC Problem with Geronimo 3.0 M1

2011-06-21 Thread David Jencks
let us know how this works. thanks david jencks On Jun 20, 2011, at 10:41 PM, chi runhua wrote: On Tue, Jun 21, 2011 at 10:42 AM, chi runhua chirun...@gmail.com wrote: Datasource portlet is not enabled on 3.0-M1. You may try the datasource wizard on 3.0 and use @resource annotation

Re: Needed help regarding the maven repositories in Geronimo

2011-06-17 Thread David Jencks
Please build trunk, the M2 branch won't compile. We haven't been updating it to follow the dependencies such as openwebbeans and openejb. thanks david jencks On Jun 17, 2011, at 4:07 PM, Giri Sree wrote: Hi, I am trying to figure out all the sources which maven uses while building

Re: Logout method of custom login module never called

2011-06-07 Thread David Jencks
of it I can fix it thanks david jencks On Jun 6, 2011, at 10:57 PM, Adrie de Heer wrote: After further investigation I discovered that (due to the fact that the logout method isn't called) Geronimo is leaking memory in the ContextManager (subjectContexts map). Newly created subjects

Re: Help with G3.0 building

2011-06-06 Thread David Jencks
this is a multimodule maven project so you each module to be installed into your local maven repo so it's available to the next modules. We're better than we used to be at pushing snapshots but unless you install your compile work will be inaccessible. thanks david jencks -RG

Re: War deployemnt

2011-05-28 Thread David Jencks
-log4j.properties so the first uncommented line reads log4j.rootLogger=DEBUG, CONSOLE, FILE hope this helps let us know thanks david jencks On May 28, 2011, at 8:30 AM, Mansour Al Akeel wrote: David, I tried to install the jars one by one though the admin console: In a fresh germino 2.2.1

Re: War deployemnt

2011-05-26 Thread David Jencks
to keep asking for help. You may be able to get more real-time help on the #geronimo irc channel at chat.freenode.net but that depends on finding someone who is there at the right time. thanks! david jencks You can install it using the geronimo admin console On May 26, 2011, at 5:53 PM

Re: GBeans fails with missing dependency, but it's shown in the Console

2011-04-28 Thread David Jencks
I don't recall if there's something unusual about how 2.0.1 was set up but normally you want to use one of the scripts in bin rather than trying to start a jar directly. There's quite a bit of setup involved. I hope the documentation has more info thanks david jencks On Apr 28, 2011

Re: providing jmx access in read-only mode

2011-04-18 Thread David Jencks
be interested to know what happens if you try to set this up. My first guess is that you might need the login module used by the authenticator to add a JMXPermission to the subject with name equal to one of the roles mapped to readonly. thanks! david jencks On Apr 17, 2011, at 3:36 PM, Cedric Hurst

Re: providing jmx access in read-only mode

2011-04-17 Thread David Jencks
There's no code in geronimo to support this. Is there any support for this kind of authorization in jmx itself? thanks david jencks On Apr 17, 2011, at 7:48 AM, Cedric Hurst wrote: I'm looking to use the Geronimo JMX Remoting Connector to listen for certain MBean values, but I want

Re: I need to pick your brains....

2011-03-01 Thread David Jencks
because the geronimo developers know it better and openjpa is another apache project. Other than that guess I don't have much advice on a choice. thanks david jencks On Feb 28, 2011, at 10:53 PM, Neil Franken wrote: Hi All I need some help to make up my mind about what technologies to use

Re: Any example on how to implement a programmatic login with geronimo security?

2011-02-23 Thread David Jencks
Andreas David Jencks 22. Februar 2011 00:59 Hi Andreas, I think (but haven't checked) that if you do this kind of programatic use of a named security real

Re: Any example on how to implement a programmatic login with geronimo security?

2011-02-22 Thread David Jencks
22, 2011 at 1:59 AM, David Jencks david_jen...@yahoo.com wrote: Hi Andreas,I think (but haven't checked) that if you do this kind of programatic use of a named security realm you have to mark the realm attribute name="global"true/attribute. IIRC the built in code does some more look

Re: Any example on how to implement a programmatic login with geronimo security?

2011-02-21 Thread David Jencks
in-module /log:login-config /dep:xml-reference /dep:gbean /app:application for my war I added this to geronimo-web.xml : web:security-realm-namemy_security_realm/web:security-realm-name sec:security sec:role-mappings sec:role role-name="adm

Re: Any example on how to implement a programmatic login with geronimo security?

2011-02-20 Thread David Jencks
ContextManager.clearCallers(); ContextManager.unregisterSubject(lc.getSubject()); lc.logout(); hope this helps david jencks On Feb 20, 2011, at 4:26 PM, Andreas Bohnert wrote: dear list, there is an example (time report) on how to configure a form based login (j_security_check) but how am I'm doing

Re: Unable to classload servlet class using SharedLib GBean

2011-02-09 Thread David Jencks
Do you have both a geronimo-application.xml in the ear and a geronimo-web.xml in the war? If so I think the part of g-a.xml referring to the web app is ignored in favor of the geronimo-web.xml. They definitely aren't merged. thanks david jencks On Feb 9, 2011, at 5:40 AM, Minny wrote

Re: Stateless/sessionless servlet consuming too much memory

2011-02-08 Thread David Jencks
, it is more concerned with keeping the user identity in a threadlocal during each request so it is always available for authorization decisions. Thanks for your investigations so far! david jencks On Feb 8, 2011, at 4:51 AM, Morten Svanæs wrote: Hi, I'm currently having memory problems

Re: Stateless/sessionless servlet consuming too much memory

2011-02-08 Thread David Jencks
it for basic auth though -- it will probably really break form auth. thanks david jencks On Feb 8, 2011, at 11:54 AM, Morten Svanæs wrote: Hi David! Ok, thanks for the clarification regarding http sessions, sorry for the maybe strange question I'm quite new to Geronimo and ejb security

Re: why we need to provide security realm name to a standalone ejb client?

2011-02-02 Thread David Jencks
to access some of the contents? thanks david jencks On Feb 2, 2011, at 3:41 AM, Shailen wrote: Yes Juergen, I second you. I have fixed my problem and I am happy to see geronimo has implemented what you have said for webservices. see below: ejb:enterprise-beans ejb:session

Re: why we need to provide security realm name to a standalone ejb client?

2011-02-02 Thread David Jencks
. If you want you can specify which security realm and which login module generated this principal. (for an example see the last paragraph on https://cwiki.apache.org/GMOxDOC22/configuring-run-as-and-default-subjects-and-principal-role-mapping.html) What's insecure here? thanks david jencks

Re: why we need to provide security realm name to a standalone ejb client?

2011-02-01 Thread David Jencks
you connect. We could allow specifying a default security realm for all of openejb so if you don't specify a realm we use the default. thanks david jencks On Feb 1, 2011, at 2:27 AM, Shailen wrote: Hi All, I have a very simple ejb deployed on geronimo2.2.1. This ejb is secured by a security

Re: why we need to provide security realm name to a standalone ejb client?

2011-02-01 Thread David Jencks
(not ejb-jar.xml). hope this helps david jencks Regards, Shailen (khichi.shailen...@gmail.com) +91-9216020360 Mohali, Chandigarh - 160062 On Wednesday 02 February 2011 01:48 AM, David Jencks wrote: This is the right place to ask this question. Geronimo lets you set up many security

Re: AS/400 config JPA and Database Pools

2011-01-27 Thread David Jencks
is tried on a closed connection. The non-jta datasource should be set up with no-transaction support. Hope this helps! david jencks On Jan 27, 2011, at 5:07 AM, dfr...@teamhuber.com wrote: I'm using JPA with an AS/400 (DB2/i) in an EJB/EAR application. We're having trouble with rollbacks, which

Re: Geronimo 2.2, EJB call from client code running on same server

2011-01-17 Thread David Jencks
properties to use openejb jndi directly or include an ejb-ref or @EJB and use some configuration in the geronimo plan to refer to the ejb in the other app. hope this helps... it is not a complete answer but might point you in a useful direction. thanks david jencks On Jan 17, 2011, at 12:03 AM

Re: JBoss interoperability - call a JBoss EJB

2011-01-07 Thread David Jencks
run into you'd be very lucky to get interop between yoko and the jboss ORB without fixing bugs in both orbs. On the other hand I don't think anyone's tried it so there's always a chance it will work fine. thanks david jencks Thanks, Juergen -- View this message in context: http

Re: Security Realm in Geronimo 2.2

2010-12-29 Thread David Jencks
I wonder if you have the global attribute configured correctly in your security realm? I just added a little bit of documentation on it since I couldn't find any: https://cwiki.apache.org/confluence/display/GMOxDOC22/Configuring+login+modules thanks david jencks On Dec 29, 2010, at 5:14 AM

Re: Virtual Host (Geronimo 2.2 + Jetty)

2010-12-21 Thread David Jencks
http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1 is the namespace for a geronimo web plan that works with either jetty or tomcat. This way of specifying virtual hosts is jetty specific. Try using http://geronimo.apache.org/xml/ns/j2ee/web/jetty-2.0.2 thanks david jencks On Dec 21, 2010

Re: Starting geronimo after a crash

2010-12-20 Thread David Jencks
you have run into an activemq bug of some kind. What geronimo version are you using? The 2.1.x series is stuck on an exceedingly old and pretty much unmaintained activemq version. If you aren't using jms, you could turn off the activemq related plugins. thanks david jencks -- View

Re: Incorrect level of org.omg.CORBA classes found.

2010-12-19 Thread David Jencks
property to include that directory. Perhaps this configuration is missing when starting within eclipse? thanks david jencks On Dec 19, 2010, at 11:10 AM, Radim Kolar wrote: I have problems with starting server within eclipse. It worked before but now it fails due to some corba library

Re: Geronimo + Derby + Datasource

2010-12-16 Thread David Jencks
reason can you let us know which geronimo version you are using? david jencks On Dec 16, 2010, at 12:21 PM, sim085 wrote: Hello, I am trying to create a datasource for an embeded derby database. I have followed several examples on the web but so far I did not manage to get this working. What

Re: Geronimo + Derby + Datasource

2010-12-16 Thread David Jencks
What you started out trying to do with derby ought to work. Unfortunately I'm not likely to have time to investigate why it didn't. david jencks On Dec 16, 2010, at 4:40 PM, sim085 wrote: Hello again. I continued to play a little more with datasources and finally managed to create

Re: Atomic Integer missing when deploying Grails 1.3.4 application to Geronimo 2.2

2010-10-18 Thread David Jencks
if you can try with an earlier groovy version you might make more progress. david jencks Scott Ryan

Re: No Plugin's Installable?

2010-09-27 Thread David Jencks
of! If this is not enough to go on let me know... many thanks david jencks On Sep 27, 2010, at 11:13 AM, dsh wrote: Hey David, I am interested in the CXF/OSGi integration part but actually don't know where and how to start. Do you have any pointers? Thanks! Daniel On Mon, Sep 27, 2010 at 6:44 PM, David

Re: Deployment blues

2010-08-31 Thread David Jencks
to provide more context information in xbean finder about what was being tried when the exception was thrown. thanks david jencks On Aug 31, 2010, at 11:30 AM, Knut-Håvard Aksnes wrote: I am using geronimo 2.1.6 with jetty on Microsoft Platform using Java 1.6 My probem is that deployment fails

Re: Substitution variables in gbean attribute value

2010-08-25 Thread David Jencks
a startup script that runs gernonimo.sh with the right parameters. that won't work, sorry. thanks david jencks Thanks, Anil Chawla graycol.gifIvan ---08/25/2010 11:46:15 AM---You could NOT use the substitution directly in geronimo-web.xml, but you might try a workaround solu

Re: j_security_check Question

2010-07-30 Thread David Jencks
. thanks david jencks On Jul 30, 2010, at 4:06 PM, Tim McConnell wrote: Hi, I would like to use standard J2EE Form-based authentication using a j_security_check request to authenticate a user against an Oracle database. However, the password stored in the database is encrypted, and the only way

Re: tutorial for developing portlets for jetspeed2 and deploying to geronimo 2.1/2.2

2010-07-28 Thread David Jencks
david jencks On Jul 28, 2010, at 2:53 PM, James Yu wrote: Hi folks, [Sent a message before subscribing to mailing list and not sure if it gets throught, so I am sending it again... please ignore if this is a duplicate.] I've searched on google for a while and found only info

Re: Geronimo 2.2 + Spring + Hibernate and a Geronimo managed DB Pool with XA driver

2010-07-17 Thread David Jencks
/resource-ref in your ejb-jar.xml for any ejbs that call spring then you can use the jndi name java:comp/env/testmydb either in your ejb or in spring. Hope this helps and that I'm starting to understand what you are asking about... david jencks -- View this message in context: http

Re: Geronimo 2.2 + Spring + Hibernate and a Geronimo managed DB Pool with XA driver

2010-07-17 Thread David Jencks
other thread you'll have to use the jca: name that doesn't seem to work yet. The jca name should be printed out in the log... so please check that you are using the one that is printed, maybe some configuration changed and so did the name. thanks david jencks I'm going to cross post

Re: Geronimo 2.2 + Spring + Hibernate and a Geronimo managed DB Pool with XA driver

2010-07-16 Thread David Jencks
. You can also directly look up the datasource in global jndi without any configuration using new InitialContext().lookup(jca:/default/wakapeek-persist-ear/JCAManagedConnectionFactory/testmydb) hope this helps david jencks 2010/7/16 Billy Vandory billy_vand...@yahoo.com I'm still having

Re: Dynamic realms

2010-07-16 Thread David Jencks
Are you using basic, form, or some other kind of auth? david jencks On Jul 16, 2010, at 4:41 AM, Kees van Veen wrote: Hi, How can I get a security realm name per deployed context ? We deploy several versions/instances of our software on the same Geronimo server, and want the browser

Re: inplace deployment and persistence.xml

2010-07-14 Thread David Jencks
the inplace ear. Could you file a jira issue for this? Any info you may be able to get by debugging, or even better a patch to fix it would be great! https://issues.apache.org/jira/browse/GERONIMO thanks david jencks On Jul 13, 2010, at 11:47 PM, rsumner wrote: I've been experiencing a very

Re: Not able to configure spring-agent on Geronimo

2010-07-07 Thread David Jencks
Please don't cross post. thanks david jencks On Jul 7, 2010, at 8:34 AM, Jigar Shah wrote: Hi, In my application, we are using AsjpectJ. When I had deployed application on Tomcat, it had given me error like below. Error

Re: Putting our geronimo app into UAT

2010-06-20 Thread David Jencks
for this approach for you. However, you should be able to use the admin console to unload or uninstall the welcome app and admin console. do the welcome app first :-) after the admin console is unloaded you wont be able to use it. hope this helps david jencks I'm sure I'll find

Re: JavaMail download page

2010-06-20 Thread David Jencks
, this includes both the spec classes and implementation. thanks david jencks

Re: How to specify classloader for web application deployed on Geronimo.

2010-05-28 Thread David Jencks
the TransformerWrapper. This code should go in a gbean with priority PRIORITY_CLASSLOADER to make sure it is installed before other components are started and perhaps load your classes untransformed. See the PersistenceUnitGBean for more details. Hope this helps david jencks -- View

Re: issue deploying webapp with security realm

2010-05-24 Thread David Jencks
? There is a configuration change you have to make if you want to use your own security realm with (remote) ejb access, but that doesn't sound like your situation. If you can provide a sample app to demonstrate the problem that would be very helpful. thanks david jencks On May 24, 2010, at 1

Re: Any help for a total newbie with installation?

2010-05-16 Thread David Jencks
-vv in the command line) BTW for 2.2 I always start the server with bin/gsh geronimo/start-server as I find it produces more comprehensible output than the scripts most other people seem to like. thanks david jencks On May 16, 2010, at 10:05 AM, steve2727 wrote: Hi, hope somebody can

Re: Running a non web java application

2010-05-06 Thread David Jencks
in the osgi services registry. thanks david jencks On May 6, 2010, at 7:12 AM, Marshall Crocker wrote: Not to hijack this thread but I was wondering the same thing. In my web app, I want to be able to receive TCP data on a socket. That data will then be parsed and saved to a DB. Clients would

Re: DayTrader on Tomcat

2010-05-06 Thread David Jencks
published trunk snapshots might be. david jencks On May 6, 2010, at 9:25 AM, Dianne Richards wrote: I need more help. I downloaded the code again from the new link (http://svn.apache.org/repos/asf/geronimo/samples/trunk/samples/daytrader/) into G:\geronimo\samples\trunk. From that directory, I

Re: geronimo 2.1.4 container managed transaction

2010-05-05 Thread David Jencks
Are you sure your ejb method is configured with RequiresNew rather than Mandatory? The stack trace indicates that by the time the xml configuration is translated into component configuration the method you are calling is configured as Mandatory. david jencks On May 4, 2010, at 8:13 PM

Re: Running a non web java application

2010-05-05 Thread David Jencks
(still definitely under development) or if you don't need significant geronimo services felix karaf. thanks david jencks On May 5, 2010, at 10:10 AM, Kevin Winterton wrote: Hi, I have designed a Java application that runs like its own server and has php websites communicating directly

  1   2   3   4   5   6   7   8   9   10   >