Re: CMP with OpenJPA on Apache Geronimo 3.0.1

2014-12-29 Thread David Jencks
e non transactional datasource must be no-transaction. hope this helps david jencks On Dec 29, 2014, at 10:35 AM, ivan frias 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 an

Re: Error in starting daytrader application

2014-12-20 Thread David Jencks
I don't think corba actually works in geronimo 3, so I would advise figuring out how to turn off or remove all the corba related cars. I think the immediate problem is a port conflict with the yoko naming service, do you have 2 servers running on the same machine? david jencks On D

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 assembli

Re: EJB Transaction inter server propagation

2014-08-13 Thread David Jencks
notations since changing them when your other server moves isn't going to scale well. david jencks On Aug 13, 2014, at 5:04 PM, Darv 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 transac

Re: EJB Transaction inter server propagation

2014-08-13 Thread David Jencks
give 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 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 of &

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

2014-05-18 Thread David Jencks
rce your app 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 wrote: > Hello buddies, I have 3 years doing some development using Geronimo + MyFaces > + Trinidad. Due some requirements I had to migra

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 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

Re: Step through/Debug geronimo sources

2014-01-07 Thread David Jencks
checkout 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 wrote: > Hey there, > > currently i am trying to debug the geronim

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

2013-12-30 Thread David Jencks
start. It won't wait for any apps deployed dynamically. david jencks On Dec 29, 2013, at 4:26 AM, Steve Higham 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. &

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 wrote: > I have not spe

Re: JPA Error

2013-11-16 Thread David Jencks
Are you running bean validation outside geronimo? On Nov 16, 2013, at 10:51 AM, Collins Solutions wrote: > The persist to the database works when it is outside the Geronimo container. > None of the persist operations work while inside the container. > > On 11/16/2013 12:36 AM,

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 wrote: > I have deployed an application to the geronimo server. I am getting

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 wrote: > I have installed informix jdb

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

2013-09-08 Thread David Jencks
specs directly instead of using ee packaging. thanks david jencks On Sep 3, 2013, at 7:20 PM, Ivan wrote: > Hi, > > EE specification leaves this classloader visibility scenario to container, > while considering that most developers have this kind of isolation in their > mind,

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

2013-09-03 Thread David Jencks
'm having 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 wrote: > Hi, > > I package two wars in an ear, web1, and web2. nothi

Re: DB2 Connection::rollback sometimes called for unknown reason within a committed XA transaction

2013-09-03 Thread David Jencks
done often. many thanks david jencks On Sep 2, 2013, at 5:07 AM, Stella Lok wrote: > Hi, > > I am using Websphere Application Server Community Edition 2.0.0.2-20080401 on > Windows Server 2003. I am experiencing intermittent problems with an EJB that > inserts a row each

Re: jndi properties for datasource

2013-08-20 Thread David Jencks
se a geronimo datasource 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 wrote: > You can create a datasource by a deployment plan. For example, > > Deployment Plan: > > http://geron

Re: Geronimo redirects every HttpURLConnection to localhost

2013-07-26 Thread David Jencks
It's been years since I've looked at this and I don't recall what the spec says should happen…. however I wonder if you have a wsdl and what host it specifies? david jencks On Jul 26, 2013, at 1:22 AM, Florian Schaetz wrote: > Hi, > > I’ve written a small WebServi

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 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

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

2012-12-31 Thread David Jencks
apper 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,

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

2012-12-31 Thread David Jencks
called from both a servlet and an ejb? Why do you care? Just to figure out why something is working the way it is, or do you need to take different action depending on what calls this code? You could pass appropriate context information to the code in question from the caller. david jencks > > Rgds, > > Markku

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

2012-12-19 Thread David Jencks
need 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 d

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

2012-11-20 Thread David Jencks
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 deploy my stuff with one file. > > Regards, > Marcos > &

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: 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

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

2012-11-13 Thread David Jencks
put them in a 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.catali

Re: Geronimo connection.

2012-11-11 Thread David Jencks
container is to discard it so you 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?

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 deplo

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

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

2012-09-13 Thread David Jencks
have come from the @Datasource annotation. It's been a long time though and I can't look into it right now :-( david jencks On Sep 13, 2012, at 12:50 PM, James Carman wrote: > Thanks, David! > > So, I found tranql in the maven repository, but the docs on the site > (h

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

2012-09-13 Thread David Jencks
n it in a long time - not even sure if it builds at the moment. https://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 XARe

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

2012-09-13 Thread David Jencks
ng 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: >

Re: OSGi Bundle Permissions on Geronimo

2012-09-02 Thread David Jencks
permission 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 &

Re: API for nested subjects?

2012-07-18 Thread David Jencks
a private 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

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

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 se

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

2012-06-25 Thread David Jencks
client uses large parts of the geronimo server and even if you package it up like 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:

Re: CDI & OSGI

2012-06-14 Thread David Jencks
n 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 al

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

2012-06-11 Thread David Jencks
e exception you 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,

Re: changing datasource for daytrader to oracle

2012-04-11 Thread David Jencks
's looking for a pom (?) rather than a jar. You've installed the driver in a different location... Do you have any idea where the "http://not.a.real.repository"; comes from? hope this helps david jencks On Apr 11, 2012, at 12:47 PM, Stephen Davidson wrote: > I have followed

Re: classloading

2012-03-19 Thread David Jencks
vent came from. I haven't entirely figured out pax logging but I think that the bundle is already available as something you can include in the output. david jencks > > Also if you look at > http://www.slideshare.net/rayploski/jboss-application-server-7 slide 6: > > * Modu

Re: JTA TransactionManager and Primary Key Sequencing

2012-02-20 Thread David Jencks
brokers or SAP or CICS 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 >

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

2012-01-01 Thread David Jencks
app, 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 > inval

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

Re: JDBC 4 support in Geronimo 3

2011-11-17 Thread David Jencks
eleases not work on java 5 (wrong class file format) but if we need to fix bugs we might try a tranql java 5 branch. 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 > > > Adresa Cassandra clusteru > cass > java.lang.String > Container > Shareable > > > I need to define Strin

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 >>> aplicati

Re: classloading in 3.0

2011-11-04 Thread David Jencks
orting any particular set 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

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

Re: Adding XA start flags for transactions

2011-09-17 Thread David Jencks
global xid, 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

Re: Adding XA start flags for transactions

2011-09-16 Thread David Jencks
the loose coupling irrelevant. 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

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

2011-09-01 Thread David Jencks
; session.invalidate(); > } > > Workaround Attempts: > > I tried adding the code suggested by David Jencks like this: > > HttpSession session = httpServletRequest.getSession(false); > if (session != null) { > session.invalidate(); > } > Subject subject = ContextMa

Re: Datasource remote lookup

2011-06-28 Thread David Jencks
ce defined datasources set up 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

Re: Geronimo 2.2.1 with JSF 2

2011-06-26 Thread David Jencks
might also 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 Ger

Re: OpenJPA with JTA datasouce problem on Geronimo

2011-06-22 Thread David Jencks
that many databases (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 u

Re: Microsoft SQL Server JDBC Problem with Geronimo 3.0 M1

2011-06-21 Thread David Jencks
so please 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 wrote: > Datasource portlet is not enabled on 3.0-M1. You may try the datasource > wizard on 3.0 and use @resource

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 use

Re: Logout method of custom login module never called

2011-06-06 Thread David Jencks
eminded me 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)

Re: Help with G3.0 building

2011-06-06 Thread David Jencks
hing was compiling correctly - > but > still get the same error message. > > Any advice? run mvn clean install 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

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 germ

Re: War deployemnt

2011-05-26 Thread David Jencks
mat. hope this helps feel free 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

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

Re: providing jmx access in read-only mode

2011-04-17 Thread David Jencks
ssions. I'd 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

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 value

Re: Geronimo JSR-88 API

2011-04-08 Thread David Jencks
upply your application as a stream as well. BTW DConfigBeans were an idea that has been universally ignored and there is a good chance we will not support them in geronimo 3. I think the geronimo plans are likely to have a jaxb object model which I think will be easier to use. thanks david jenck

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

2011-03-01 Thread David Jencks
ng openjpa 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

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

2011-02-23 Thread David Jencks
t check if the user is in role and access the users name regards, Andreas   David Jencks 22. Februar 2011 00:59 Hi Andreas, I think (bu

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

2011-02-22 Thread David Jencks
ar I added this to geronimo-web.xml :     my_security_realm                                  What am I'm doing wrong? regards, Andreas

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

2011-02-21 Thread David Jencks
this to geronimo-web.xml :     my_security_realm                             What am I'm doing wrong? regards, Andreas David Jencks 21. Februar 201

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

2011-02-20 Thread David Jencks
ubject()); //do work 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_securi

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

Re: Stateless/sessionless servlet consuming too much memory

2011-02-08 Thread David Jencks
se 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 Ger

Re: Unable to classload servlet class using SharedLib GBean

2011-02-08 Thread David Jencks
That looks OK to me at first glance. Can you show the stack trace? And can you indicate what the class is and its inheritance hierarchy? Sometimes NoClassDefFoundErrors show up when a superclass or implemented interface is not in an appropriate classloader. thanks david jencks On Feb 8

Re: Stateless/sessionless servlet consuming too much memory

2011-02-08 Thread David Jencks
ons, 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 m

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

2011-02-02 Thread David Jencks
your ejb method. 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? tha

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

2011-02-02 Thread David Jencks
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: > > > >

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

2011-02-01 Thread David Jencks
so I suggest looking at the xml schema for the openejb-jar.xml (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:

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

2011-02-01 Thread David Jencks
g in when 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.

Re: AS/400 config JPA and Database Pools

2011-01-27 Thread David Jencks
n-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 also has me wondering

Re: How to use JASPI module in the deployment plan

2011-01-27 Thread David Jencks
(which I dont think we ever released). I think I also talked about this in an apachecon presentation from 2008. http://people.apache.org/~djencks/Geronimo%20Security.pdf I'm not sure the openid stuff has been tested on geronimo 3. thanks! david jencks On Jan 25, 2011, at 11:30 PM, chi r

Re: Where to specify the realm name for EJB

2011-01-18 Thread David Jencks
ejbs in this way. Knowing which scenario you are in and seeing the security realm plan would be useful. thanks david jencks On Jan 18, 2011, at 2:57 AM, sanjay kumar wrote: > Hi All, > I am facing issues in calling my custom security realm. I have created my > security realm and de

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
t interop between geronimo/yoko and glassfish but judging by the problems we 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

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:

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, 2

Re: Starting geronimo after a crash

2010-12-20 Thread David Jencks
es of transaction completion. I imagine 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 plugi

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

2010-12-19 Thread David Jencks
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 versio

Re: Utility Project/Library (Geronimo + Eclipse) - how to?

2010-12-17 Thread David Jencks
r ear. david jencks On Dec 17, 2010, at 12:56 PM, dsh wrote: > Hi, > > I would suspect that one needs to add utility JARs via "Deployment > Assembly" under Eclipse Helios and via "J2EE Module Dependencies" > under pre Eclipse Helios versions. The "Java Buil

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 >

Re: Geronimo + Derby + Datasource

2010-12-16 Thread David Jencks
ptable for some 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 mana

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

2010-10-18 Thread David Jencks
rrors about something like a class isn't an instance of its superclass. It made me think that there is something dreadfully wrong in groovy classloading, but I have no actual evidence for this and have no idea how to investigate. I'd say if you can try with an earlier groovy version you might make more progress. david jencks > > Scott Ryan >

Re: migration to geronimo 2.2

2010-10-01 Thread David Jencks
G 2.2 drivers). > I'm not sure if a 2.1 plugin is very likely to work in a 2.2 server again I hope it works better than I expect. david jencks > --kevan

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! &g

Re: No Plugin's Installable?

2010-09-27 Thread David Jencks
profile. If you want to help getting cxf working in g 3 that would be wonderful and we will gladly give you lots of advice, otherwise you may want to try geronimo 2.2 which unfortunately has no osgi support. david jencks > > thanks, > Jeremy > -- > View this message in context:

Re: Deployment blues

2010-08-31 Thread David Jencks
be possible 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

Re: Substitution variables in gbean attribute value

2010-08-25 Thread David Jencks
APP_HOME as an environment variable > and provide a startup script that runs gernonimo.sh with the right parameters. > that won't work, sorry. thanks david jencks > > Thanks, > > Anil Chawla > > > Ivan ---08/25/2010 11:46:15 AM---You could NOT use the >

Re: j_security_check Question

2010-07-30 Thread David Jencks
mpler. 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, an

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

2010-07-28 Thread David Jencks
least. thanks 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 goo

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

2010-07-17 Thread David Jencks
it's done in a thread called from your ejb, then, if you keep the stuff so the jndi lookup works in the ejb, you can use the same jndi name in the configuration for spring, (the name I think should be "java:comp/env/jdbc/testmydb") If it's called in some other thread you&#x

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

2010-07-16 Thread David Jencks
b You should be able to use that in the spring configuration. Alternatively if you include a resource-ref like testmydb javax.sql.DataSource 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 t

  1   2   3   4   5   6   7   8   9   10   >