Re: EAR can't find WEB-INF/classes or WEB-INF/lib

2008-05-27 Thread David Jencks
ss I should mention that I think openejb standalone has a mode in which you can do something like what you seem to want to do, but it is not standard javaee. I don't know too much about it. hope this helps david jencks On Tue, May 27, 2008 at 6:03 PM, David Jencks <[EMAIL PROTECTE

Re: JPA, entities and EJB3

2008-05-27 Thread David Jencks
x27;t know if you can get away without one for other databases. If you want to experiment, leave out the non-jta-datasource rather than duplicating the jta-datasource contents. hope this helps david jencks On May 27, 2008, at 4:09 PM, zeros wrote: Good evening: I'm newbie with

Re: EAR can't find WEB-INF/classes or WEB-INF/lib

2008-05-27 Thread David Jencks
nstall it manually. See http://cwiki.apache.org/GMOxDOC21/plugin-infrastructure.html thanks david jencks Thanks, - Andrew On Wed, May 28, 2008 at 11:20 AM, David Jencks <[EMAIL PROTECTED]> wrote: On May 27, 2008, at 3:50 PM, Andrew Thorburn wrote: Yes, that helps a lot. It's not the answer I

Re: EAR can't find WEB-INF/classes or WEB-INF/lib

2008-05-27 Thread David Jencks
27;s possible in Geronimo? Not at present. We could add a "single classloader per ear" flag fairly easily but it probably won't get into a release for a month or two. I'd start by asking why you can't straighten out the dependencies. thanks david jencks

Re: Main class used to start and stop the geronimo server?

2008-05-29 Thread David Jencks
ried this yet). thanks david jencks On May 29, 2008, at 9:27 AM, Moni wrote: I am using the following command to start the geronimo server. /usr/local/jrockit-R27.5.0-jdk1.6.0_03/jre/bin/java -javaagent:/usr/ local/geronimo/bin/jpa.jar -Dorg.apache.geronimo.base.dir=/usr/local/ geronimo -Djav

Re: Database Pool with JPA in a Web App in G2.0.x

2008-05-29 Thread David Jencks
Where is your persistence.xml? I think you are doing something so that geronimo doesn't find it but openjpa does later. I think there's at least one testsuite app with jpa from a web app. thanks david jencks On May 29, 2008, at 7:30 AM, David Carew wrote: Does anyone know ho

Re: MDB and openejb-jar.xml Sample

2008-05-30 Thread David Jencks
ugins install ok into trunk. thanks david jencks On May 30, 2008, at 1:21 PM, John wrote: I'm trying to put together a very basic test MDB to be deployed on a Geronimo 2.1.1 instance, but am having difficulty finding something that describes the minimal artifacts, be it MDB class, and a descri

Re: How to configure remote SMTP host?

2008-06-02 Thread David Jencks
I think that we should make this change in geronimo, right? SMTPPort is instructions on how to connect to a remote mail server, not a server socket geronimo is opening? So PortOffset is not appropriate. thanks david jencks On Jun 2, 2008, at 9:20 AM, sbyonge wrote: It works well after

Re: EJB/JMS Dependency Jars

2008-06-02 Thread David Jencks
geronimo (or other app server) at runtime. You shouldn't need the openejb-jee-3.0.jar you mentioned in your first post. thanks david jencks Thanks again, John

Re: Basic EAR Deployment confusion/issues

2008-06-03 Thread David Jencks
hether to do it for the jms sample as well yet. Hope this helps david jencks On Jun 3, 2008, at 9:39 AM, John wrote: Hi, I'm trying to deploy my first Geronimo EAR file without much luck (I have no problems with WARs). The EAR contains a single EJB jar file containing a single MD

Re: Basic EAR Deployment confusion/issues

2008-06-03 Thread David Jencks
hanks david jencks On Jun 3, 2008, at 11:17 AM, John wrote: It does, thank you David. However, if I remove the entire for the ActiveMQ resource adapter, it will remove the connection factory and queue destination information as well. How do I link up the TestMDB class with the p

Re: Basic EAR Deployment confusion/issues

2008-06-05 Thread David Jencks
ght in the ear which works fine although I don't think its as flexible as having it in a separate plugin. hope this helps david jencks Thanks again, you're a big help to people like me. John On 6/3/08 6:20 PM, "David Jencks" <[EMAIL PROTECTED]> wrote: I've

Re: JSPWiki - Context did not start for an unknown reason

2008-06-05 Thread David Jencks
n There's some info on how to configuration login modules in geronimo here: http://cwiki.apache.org/confluence/display/GMOxDOC21/Configuring+login+modules I also find the console swallowing exceptions half the time there is a problem rather annoying. I encourage you to file a jira issue about it

Re: Geronimo v2.1 Plan Creator => Deploy Liferay 4.1.1

2008-06-08 Thread David Jencks
in pursuing plugins. However, I haven't been able to contact him since. thanks! david jencks regards peter petersson David Jencks wrote: On Mar 4, 2008, at 9:48 AM, Jim Foster wrote: Hi David, I am glad that this is turning out to be a productive discussion. I have some more r

Re: Geronimo v2.1 Plan Creator => Deploy Liferay 4.1.1

2008-06-09 Thread David Jencks
On Jun 8, 2008, at 3:03 PM, Peter Petersson wrote: David Jencks wrote: On Jun 8, 2008, at 1:44 PM, Peter Petersson wrote: Hi David I have been taking a look at your excellent "Constructing a special-purpose server using maven" (link below) in the hope to actually get Lif

Re: JPA, entities and EJB3

2008-06-09 Thread David Jencks
eUnit. Also hoping for clarification david jencks On Jun 9, 2008, at 1:43 AM, Phani Madgula wrote: Hi, I have tried to play with and as follows. I have the following peristence.xml in a web application. *** http://java.sun.com/xml/ns/persistence"; xmlns:xsi="ht

Re: Problem building plancreator

2008-06-10 Thread David Jencks
if you do a full build. hope this helps david jencks On Jun 10, 2008, at 10:22 AM, Shrey Banga wrote: I'm sorry I did not mention I already built the entire trunk first, which was successful. I used the command mvn eclipse:eclipse to create eclipse projects, without the -o as it r

Re: Cannot deploy wmq.jmsra.rar (WebSphere MQ)

2008-06-12 Thread David Jencks
I think you have to start the config-property names with an upper-case letter, e.g. xxx thanks david jencks On Jun 12, 2008, at 4:29 PM, sbyonge wrote: I am having problem with deploying wmq.jmsra.rar in Geronimo 2.1.1 Deployment failed: The plan is trying to set attributes

Re: Cannot deploy wmq.jmsra.rar (WebSphere MQ)

2008-06-13 Thread David Jencks
int is not an allowed config-property type, it should be Integer. Since we call the methods via some sort of reflection you might be able to make this work by changing the type in the ra.xml to java.lang.Integer, but I make no promises. thanks david jencks On Jun 13, 2008, at 8:11 AM

Re: Class.getResource does not find a resource in a JCA module

2008-06-16 Thread David Jencks
The only stuff that gets in a classloader in a rar is stuff in a jar. So, to make the log4j config file loadable from cl.getResource you will need to put it inside a jar in the rar. Less than ideal, I know. thanks david jencks On Jun 16, 2008, at 4:30 AM, florinbratu wrote: Hello! I

Re: request.isUserInRole("some-role") always return false after @EJB injection

2008-06-16 Thread David Jencks
e -- http://people.apache.org/builds/geronimo/server/binaries/2.0/20080616/ Just for tracking purposes this is GERONIMO-4099. This was the bug that came to my mind first also, but I'm not convinced it's the same problem. Please let us know whether the 2.0.3 snapshot fixes the problem you are seeing. thanks david jencks --kevan

Re: JPA transactions

2008-06-16 Thread David Jencks
. I think this is your mistake. Since you declared the ejb to have bean- managed tx, when you call any method on the ejb, any existing jta transaction (such as the one you just started in the servlet using UserTransaction) is suspended so that your ejb can do its own transaction control. I don

Re: request.isUserInRole("some-role") always return false after @EJB injection

2008-06-16 Thread David Jencks
On Jun 16, 2008, at 1:11 PM, Stig Even Larsen wrote: Quoting David Jencks <[EMAIL PROTECTED]>: On Jun 16, 2008, at 12:30 PM, Stig Even Larsen wrote: Quoting David Jencks <[EMAIL PROTECTED]>: On Jun 16, 2008, at 10:12 AM, Kevan Miller wrote: On Jun 16, 2008, at 7:57 A

Re: request.isUserInRole("some-role") always return false after @EJB injection

2008-06-17 Thread David Jencks
On Jun 17, 2008, at 12:07 AM, Stig Even Larsen wrote: David Jencks wrote: On Jun 16, 2008, at 1:11 PM, Stig Even Larsen wrote: Quoting David Jencks <[EMAIL PROTECTED]>: On Jun 16, 2008, at 12:30 PM, Stig Even Larsen wrote: Quoting David Jencks <[EMAIL PROTECTED]>: On

Re: request.isUserInRole("some-role") always return false after @EJB injection

2008-06-17 Thread David Jencks
On Jun 17, 2008, at 12:35 PM, Stig Even Larsen wrote: Quoting Stig Even Larsen <[EMAIL PROTECTED]>: Stig Even Larsen wrote: David Jencks wrote: On Jun 17, 2008, at 12:07 AM, Stig Even Larsen wrote: David Jencks wrote: On Jun 16, 2008, at 1:11 PM, Stig Even Larsen wrote: Quoting

Re: Problem with deploying/undeploying/restarting modules

2008-06-17 Thread David Jencks
t a problem). Did the app you can't undeploy actually get deployed successfully or was it a failed deployment? thanks david jencks Beniamin - thanks Beniamin -- View this message in context: http://www.nabble.com/Problem-with-deploying-undeploying-restarting-modules-tp178940

Re: openJPA provided by Geronimo2.1.1 to run on JDk6

2008-06-17 Thread David Jencks
How are you starting geronimo? If you use gshell (e.g. bin/gsh geronimo/start-server) the runtime enhancer should be working fine. That said I would recommend build-time enhancement anyway. Is there some reason you stopped build-time enhancement? thanks david jencks On Jun 17, 2008, at

Re: request.isUserInRole("some-role") always return false after @EJB injection

2008-06-18 Thread David Jencks
check is done after the ejb lookup. This is the subject to the same problem as in GERONIMO-4119 and ought to work properly in the latest code in svn (in all branches): there's a test case in trunk checking that this scenario works. Which code are you seeing the problem with? thanks david jencks

Re: geronimo v2 quartz plugin

2008-06-19 Thread David Jencks
://issues.apache.org/jira/browse/GERONIMO-4140 to track progress on this. I probably won't have time myself to get to this soon but would be happy to give advice if you (or someone else) would like to work on it. thanks david jencks Thank you Kevan Miller wrote: On Jan 16, 2008, at 5:

Re: override persistence.xml in geronimo plan

2008-06-21 Thread David Jencks
persistence-units be overridden in geronimo-web.xml as well?? yes hope this bears some resemblance to what the code does :-) thanks david jencks Thanks in advance Phani On Thu, Jun 19, 2008 at 4:58 PM, Jacek Laskowski <[EMAIL PROTECTED] > wrote: On Thu, Jun 19, 2008 at 9:07 AM,

Re: geronimo v2 quartz plugin

2008-06-23 Thread David Jencks
update. I opened https://issues.apache.org/jira/browse/GERONIMO-4140 to track progress on this. I probably won't have time myself to get to this soon but would be happy to give advice if you (or someone else) would like to work on it. thanks david jencks Thank you Kevan Miller wrote:

Re: Update MyFaces in Geronimo 2.1.1

2008-06-24 Thread David Jencks
I added some basic jar upgrade instructions at the end of http://cwiki.apache.org/GMOxDOC21/plugin-infrastructure.html Please let us know if this works and if the docs are comprehensible :-) thanks david jencks On Jun 24, 2008, at 3:45 PM, gfie wrote: The Myfaces version (1.2.1) included

Re: Update MyFaces in Geronimo 2.1.1

2008-06-25 Thread David Jencks
ents you from supplying a different jsf implementation in your application, to implement this spec requirement. hope this makes sense :-) david jencks - David Frahm From: Kevan Miller <[EMAIL PROTECTED]> To: user@geronimo.apache.org Date: 06/24/2008 11:50 PM Subject:

Re: Deploying application-scoped db pool with an ear

2008-06-25 Thread David Jencks
off with "When I write in the "" tags, do I also need to include the "app:" namespace? e.g. We should be fixing up the namespace for you. It won't hurt to use the correct namespace anyway. This is a remarkably obtuse error message. Does using the correct rar he

Re: geronimo v2 quartz plugin

2008-06-26 Thread David Jencks
to patch files in place but its pretty difficult to svn mv files via a patch, so hopefully this change will make what you are working on easier. If you've modified any source or plan files locally you may want to copy your project over before svn up. I'm not sure what happ

Re: geronimo v2 quartz plugin

2008-06-27 Thread David Jencks
david jencks manucet wrote: Hi, FYI I got the following error too when i tried to build this. [INFO] Failed to configure plugin parameters for: org.codehaus.mojo:xmlbeans-mav en-plugin:2.3.1 (found static expression: 'geronimo-quartz-0.2.xsd' which may act as a defau lt valu

Re: Injecting EJB directly into a JSP

2008-07-02 Thread David Jencks
s. If you can find some indications they are supported they might not be too hard to implement. thanks david jencks If this is a bug, please create a JIRA. -- View this message in context: http://www.nabble.com/Injecting-EJB-directly-into-a-JSP-tp18228470s134p18228470.html Sent from the

Re: Injecting EJB directly into a JSP

2008-07-02 Thread David Jencks
time). You can probably get them to work now by precompiling the jsps. We might be able to support them by compiling jsps at deploy time. However this would not work with hot redeployment of changed jsps. thanks david jencks On Jul 2, 2008, at 12:22 PM, David Blevins wrote: On Jul 2, 20

Re: deploy-offline, Deployer operation failed: Failed to expand the module archive

2008-07-03 Thread David Jencks
plan. See https://issues.apache.org/jira/browse/GERONIMO-3316 thanks david jencks On Jul 3, 2008, at 8:17 AM, jklcom99 wrote: Now, I'm onto a different error. Error: Unable to distribute myApp.ear: Determining complete manifest classpa

Re: deploy-offline, Deployer operation failed: Failed to expand the module archive

2008-07-03 Thread David Jencks
modules anyway. All you should need to do is remove all the manifest classpaths from all the jars and modules packages 2) We could look into providing a flag for lenient mfcp evaluation. that's the subject of the jira thanks david jencks I'd put it in the geronimo plan dje

Re: daytrader/daytrader-derby-datasource build error

2008-07-07 Thread David Jencks
rader. thanks david jencks On Jul 7, 2008, at 3:10 AM, harikaried wrote: I've been trying to build daytrader (svn co latest trunk) and it's getting stuck building the derby-datasource: Maven version: 2.0.9 Java version: 1.5.0_15 OS name: "linux" version: "2.6.9-55.

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: 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: 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: 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: 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: 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: 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: [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: 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: 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: 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: 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: 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
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: 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: 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: 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: 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: 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: 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
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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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-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: 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: 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: 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: [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: 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: 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: 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: 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: 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: Basic EAR File deployment, Release M2 ?

2004-08-19 Thread David Jencks
s, which do not require entries in the geronimo plan, rather than refs which do. 3. Is Geronimo M2 out yet? If yes, where can I get a binary of it? I don't think it is released. However, you might update from cvs and try out the new running/deployment instructions (see the wiki). thanks david

Re: petstore and cloudscape on geronimo

2004-08-30 Thread David Jencks
stand-alone geronimo-ra.xml? you can deploy it as an external plan with the tranql rar. I think I'm doing this in the openejb itests: look in maven.xml for how to do this using the geronimo maven deployment plugin. If I'm not doing this now I hope to update it shortly. thanks david jencks Thanks a lot for your help. Thanks and regards, Sai

Re: javax.naming.NotContextException

2004-09-29 Thread David Jencks
geronimo? Either way, this exception is rather odd, in that it appears that the Oracle driver is relying on particular jndi settings in its environment. Does the Oracle documentation discuss this? thanks david jencks On Sep 29, 2004, at 6:03 AM, Prem kalyan wrote: Hi all, I was trying to run an

Re: Cannot build M2

2004-10-15 Thread David Jencks
lse's build since plugins are not versioned. I'd recommend reinstalling maven in your home directory. david jencks On Oct 15, 2004, at 10:16 AM, Alan Cabrera wrote: You can use your own Maven repo. It's odd that you've placed your's there. -Original Message

Re: web application descriptor

2004-10-19 Thread David Jencks
I don't remember exactly what was in M2. Current svn version of (Bgeronimo attempts to translate all servlet 2.2 and 2.3 web.xml to valid (Bequivalent 2.4 descriptors. Could you please try your original 2.3 (Bweb.xml against the latest svn version of geronimo and report if it (Bworks prop

Changes in ***-refs

2004-10-28 Thread David Jencks
nothing in your geronimo plan, geronimo attempts to resolve the ejb ref by looking for a unique match on home and remote or localhome and local interfaces. So far these changes seem to result in a dramatic reduction in the size of many plans. many thanks, david jencks

Re: Unexpected transaction support element

2004-11-04 Thread David Jencks
I didn't immediately see the example in ch1, but the plans for adapters have changed quite a bit from august. You could try comparing the failing plan with the default-database-plan in modules/assembly/src/plan. thanks david jencks On Nov 4, 2004, at 12:46 PM, Lynch, Peter wrote

Re: Strategies for Eliminating OOM Exceptions on Redeploys?

2004-11-11 Thread David Jencks
b app that uses hibernate:-) many thanks, david jencks On Nov 11, 2004, at 12:17 PM, Seth Ladd wrote: Hello, Congrats on releasing another version of Geronimo! I'm hoping someone can shed some light on this subject. On all the application servers/web servers I've tried, they all

Re: No deployer present in kernel error when deploying a database pool

2004-11-16 Thread David Jencks
? I think I need to add the org/apache/geronimo/RuntimeDeployer to the list of started configurations. thanks david jencks === D:\geronimo-1.0-SNAPSHOT>java -jar bin/server.jar 11:11:25,067 WARN [ToolsJarHack] Could

Re: One more time: unable to deploy ear

2004-11-24 Thread David Jencks
I agree it is extremely frustrating when this happens. Unfortunately I haven't figured out how to implement more informative behavior. What happens when you try to deploy using an external plan? What is the exact command you are using to deploy? thanks david jencks On Nov 23, 2004, at

Re: Anyone have a sample EAR?

2004-11-24 Thread David Jencks
I think the activemq itest involves deploying an ear. david jencks On Nov 24, 2004, at 1:55 PM, Lajos wrote: I'm trying to debug my own .ear, which won't deploy in Geronimo. Does anyone have a super-simple .ear application that runs on M3? I would be very grateful if you could post i

Re: Getting Started Geronimo.

2004-12-03 Thread David Jencks
ting of queries against the model extracted from the javadoc tags. thanks david jencks On Dec 3, 2004, at 9:21 AM, L. Yeung wrote: Sounds interesting and I'm willing give it a try. Are there any geronimo tag specifications posted on the page? I'm just an intermediate Java developer, I

Re: Deploying GBean Problem

2004-12-20 Thread David Jencks
public static GBeanInfo getBeanInfo() { should be public static GBeanInfo getGBeanInfo() { Note that some tools and naming conventions would prefer getGbeanInfo which will not work. thanks david jencks On Dec 20, 2004, at 8:12 AM, L. Yeung wrote: Hi! I'm following the steps fou

Re: Geronimo XDoclet (geronimo-jetty tags)

2004-12-25 Thread David Jencks
hink any information should be provided by a particular class. Am I missing something? Constructing the standard web.xml deployment descriptor could be useful, but this does not rely on anything having to do with geronimo. many thanks, david jencks -len

Re: Geronimo XDoclet (geronimo-jetty tags)

2004-12-25 Thread David Jencks
hereas xdoclet only provides the means to include it once, with a single environment specified in the source file. I have no idea how to solve this problem or even if it has already been solved in xdoclet 2. many thanks, david jencks Thanks. -len

Re: build failure on mac os x

2005-03-08 Thread David Jencks
??? However, I believe there is a different problem in the geronimo/openejb build at the moment that makes openejb not compile. I am hoping it will be fixed later this morning (PST). I will check in a workaround if it does not get fixed properly. I'll post again when I get a clean build t

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