Error building Geronimo CXF in 2.0.2

2008-02-14 Thread Aman Nanner/MxI Technologies
I sometimes build Geronimo 2.0.2 from scratch. Just today, I started getting the following error during the build: - org\apache\geronimo\modules\geronimo-axis2-builder\2.0.2 \geronimo-axis2-builder-2.0.2.jar [exec] [INFO]

Re: Error building Geronimo CXF in 2.0.2

2008-02-14 Thread Aman Nanner/MxI Technologies
, in case you've mixed other project depends in -Donald Aman Nanner/MxI Technologies wrote: I sometimes build Geronimo 2.0.2 from scratch. Just today, I started getting the following error during the build: - org\apache\geronimo\modules\geronimo-axis2-builder\2.0.2

Re: Error when trying to build Geronimo 2.0.2

2007-10-26 Thread Aman Nanner/MxI Technologies
in the pom. Then rebuild. Joe Joe Bohn wrote: Aman Nanner/MxI Technologies wrote: Would this workaround require a change to any of the Geronimo source (e.g. POM files)? Yes, that would be the hope. However, I haven't yet found an easy fix. I've made changes to quite a number

Error when trying to build Geronimo 2.0.2

2007-10-25 Thread Aman Nanner/MxI Technologies
Hi, I am trying to build Geronimo 2.0.2, and I just recently started getting the following error even though I successfully built it once before. Would this be due to some kind corruption in my build environment? --- . [exec] [WARNING] Unable to get resource

Re: Error when trying to build Geronimo 2.0.2

2007-10-25 Thread Aman Nanner/MxI Technologies
. See: http://permalink.gmane.org/gmane.comp.lang.groovy.user/25859 and: http://jira.codehaus.org/browse/MEV-550 I'm trying to find a work-around until this gets fixed. Joe Aman Nanner/MxI Technologies wrote: Hi, I am trying to build Geronimo 2.0.2, and I just recently started getting

Differences between JSP on-the-fly compilation and JSP precompilation

2007-08-16 Thread Aman Nanner/MxI Technologies
I've tried precompiling my JSPs for the first time using the org.apache.jasper.JspC class. The precompiling works fine, except I get a runtime error in the JSPs when I try to access my web application: --- java.lang.UnsupportedOperationException: separate instantiation and injection is not

Re: Differences between JSP on-the-fly compilation and JSP precompilation

2007-08-16 Thread Aman Nanner/MxI Technologies
: org.apache.jasper.Constants.USE_INSTANCE_MANAGER_FOR_TAGS=true If this property is not set, then precompiled JSPs that contain tags will not work with Geronimo. If this is not documented somewhere already, it probably should. Aman Nanner/MxI Technologies [EMAIL PROTECTED] wrote on 08-16-2007 02

Re: Differences between JSP on-the-fly compilation and JSP precompilation

2007-08-16 Thread Aman Nanner/MxI Technologies
jasper version so if you are using maven2 copying our plugin setup should give you working precompiled jsps. For instance the admin console has precompiled jsps. thanks david jencks On Aug 16, 2007, at 11:40 AM, Aman Nanner/MxI Technologies wrote: I've tried precompiling my JSPs

Credential Store

2007-08-02 Thread Aman Nanner/MxI Technologies
Hi, referring to a credential store from within my geronimo-application.xml used to be done like this: security:credential-store sys:pattern sys:name xmlns=http://geronimo.apache.org/xml/ns/deployment-1.2;MyCredentialStore/sys:name

Re: Geronimo role security

2007-07-31 Thread Aman Nanner/MxI Technologies
present in g. 2.0 and trunk? My experience is that to build the ear you have to run mvn -Pchild and then you can run the tests with mvn which runs the tests and then rebuilds the ear (???!?!!!?!??) thanks david jencks On Jul 26, 2007, at 12:01 PM, Aman Nanner/MxI Technologies wrote: Ok

Re: Geronimo role security

2007-07-18 Thread Aman Nanner/MxI Technologies
/security I think that other than myself you are the first person to try this out so your comments would be definitely appreciated. See also https://issues.apache.org/jira/browse/GERONIMO-2687 thanks david jencks On Jul 17, 2007, at 8:15 PM, Aman Nanner/MxI Technologies wrote

Re: Geronimo role security

2007-07-18 Thread Aman Nanner/MxI Technologies
for the ear? If we can see if that eliminates the hiccup and whether that helps find the run-as subject it would be very helpful then we'll know how many problems there are to solve :-) thanks david jencks On Jul 18, 2007, at 12:30 PM, Aman Nanner/MxI Technologies wrote: I tried out

Geronimo role security

2007-07-17 Thread Aman Nanner/MxI Technologies
Hi, I'm using the latest Geronimo 2.0 snapshot from the codebase. I understand that security has changed somewhat from Geronimo 1.2. I'm running into an issue where I have a JSP with a specific run-as role calling a secured EJB. This JSP has its run-as role defined in the web.xml as follows:

Re: Geronimo role security

2007-07-17 Thread Aman Nanner/MxI Technologies
It would appear that the TomcatGeronimoRealm.hasResourcePermission(...) method does not apply the run-as role if one is defined. If this indeed the case, then I believe this is a bug Aman Nanner/MxI Technologies [EMAIL PROTECTED] wrote on 07-17-2007 10:55:23 PM: Hi, I'm using the latest

Intra-EAR dependencies

2007-07-16 Thread Aman Nanner/MxI Technologies
Hi, I'm wondering if there is a way in Geronimo 2.0 to define intra-EAR dependencies. Within my EAR, I define a JMS ActiveMQ resource adapter to deploy my JMS queues and topics. I also have an EJB JAR that is part of the EAR which uses these queues and topics. The problem I am experiencing is

Re: Error looking up EJB reference

2007-06-08 Thread Aman Nanner/MxI Technologies
. I'll try to investigate more, but would anybody happen to know why this would happen? Thanks, Aman Aman Nanner/MxI Technologies [EMAIL PROTECTED] wrote on 06-07-2007 03:55:57 PM: I'm deploying a J2EE 1.4 application on Apache Geronimo 2.0-SNAPSHOT. This application is not up to JEE 5

Re: Error looking up EJB reference

2007-06-08 Thread Aman Nanner/MxI Technologies
This problem occurs when inverse-classloading is set in a web application. I've raised a JIRA here: https://issues.apache.org/jira/browse/GERONIMO-3233 Aman Nanner/MxI Technologies [EMAIL PROTECTED] wrote on 06-08-2007 02:10:17 PM: I tried deploying a small test.ear application, but I did

Error looking up EJB reference

2007-06-07 Thread Aman Nanner/MxI Technologies
I'm deploying a J2EE 1.4 application on Apache Geronimo 2.0-SNAPSHOT. This application is not up to JEE 5 standards yet (i.e. it uses deployment descriptors instead of annotations). I am getting some errors during the resolution of EJB references. I have my EJB references defined in the

Re: Security Manager

2007-06-05 Thread Aman Nanner/MxI Technologies
I figured out what the problem is. I've raised a JIRA bug here: https://issues.apache.org/jira/browse/GERONIMO-3208 David Jencks [EMAIL PROTECTED] wrote on 06-04-2007 04:51:55 PM: On Jun 4, 2007, at 1:26 PM, Aman Nanner/MxI Technologies wrote: Hi, I'm migrating my application from

Maven build error - sourceSchema

2007-06-05 Thread Aman Nanner/MxI Technologies
I just recently started getting the following build error when trying to build Geronimo 2.0-SNAPSHOT. Anybody happen to know what would be wrong? --- [exec] [INFO] [install:install] [exec] [INFO] Installing

Security Manager

2007-06-04 Thread Aman Nanner/MxI Technologies
Hi, I'm migrating my application from Geronimo 1.2-SNAPSHOT to Geronimo 2.0-SNAPSHOT. I am getting all sorts of deployment errors that are caused by the server unable to access my JAR files and other files. Commonly, I get an access denied error, even if the file is just being opened for

Re: Sharing resources in an MDB

2007-04-26 Thread Aman Nanner/MxI Technologies
So the solution you proposed seems to work with one caveat. It does limit the MDB to only one instance, and in that sense it works. However, if another JMS message is received on the queue while the MDB is still processing the last message, a synchronization error occurs: Caused by:

Re: Sharing resources in an MDB

2007-04-26 Thread Aman Nanner/MxI Technologies
I tried using Active MQ message groups, but that solution does not work because the MDB itself is not the consumer for the JMS resource; rather, there is a single MessageEndpointProxy class that is the message listener. The message is distributed to MDBs later in the chain.

XML Validation error when using local-home element in ejb-jar.xml

2007-04-02 Thread Aman Nanner/MxI Technologies
Hi, I am using Geronimo 1.2, and I'm in the midst of changing all my EJB interfaces in my application to local interfaces from remote interfaces. For reasons that I do not understand, I'm getting an XML validation error on my ejb-jar.xml when trying to deploy my application. According to the

Re: XML Validation error when using local-home element in ejb-jar.xml

2007-04-02 Thread Aman Nanner/MxI Technologies
I've resolved this problem on my own. Aman Nanner/MxI Technologies [EMAIL PROTECTED] wrote on 04-02-2007 04:20:21 PM: Hi, I am using Geronimo 1.2, and I'm in the midst of changing all my EJB interfaces in my application to local interfaces from remote interfaces. For reasons that I do

Global JNDI plugin

2007-03-22 Thread Aman Nanner/MxI Technologies
Hi, After a previous unsuccessful attempt at integrating the Global JNDI plugin into Geronimo, I'm attempting another hack at it. So far, what I've found is that the EjbBindings GBean successfully binds all the JNDI names of EJBS within itself. However, these JNDI bindings are still

Re: Cannot compile j2ee-corba-yoko config in 1.2 SNAPSHOT

2007-03-21 Thread Aman Nanner/MxI Technologies
Aman Nanner/MxI Technologies wrote: Hi, I'm trying to compile the latest Geronimo SNAPSHOT, but it fails when trying to compile the j2ee-corba-yoko config. Does anybody know if this is broken? Thanks, Aman [INFO] Scanning for projects... [INFO

RE: redeploy

2007-03-20 Thread Aman Nanner/MxI Technologies
, etc files? Thanks, Yoel Spotts -Original Message- From: Aman Nanner/MxI Technologies [mailto:[EMAIL PROTECTED] Sent: Friday, March 16, 2007 4:41 PM To: user@geronimo.apache.org Subject: Re: redeploy If you are deploying in-place, there is no need to copy the EAR. You

RE: redeploy

2007-03-20 Thread Aman Nanner/MxI Technologies
! Yoel Spotts -Original Message- From: Aman Nanner/MxI Technologies [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 20, 2007 10:16 AM To: user@geronimo.apache.org Subject: RE: redeploy This is probably related to this JIRA issue: https://issues.apache.org/jira/browse/GERONIMO-2818

RE: redeploy

2007-03-20 Thread Aman Nanner/MxI Technologies
connectors inplace as well? I am having trouble now -- a ClassNotFoundException on a activemq class. Thanks, Yoel -Original Message- From: Aman Nanner/MxI Technologies [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 20, 2007 10:16 AM To: user@geronimo.apache.org Subject: RE

RE: redeploy

2007-03-20 Thread Aman Nanner/MxI Technologies
you been able to deploy a server wide connector in place? -Original Message- From: Aman Nanner/MxI Technologies [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 20, 2007 2:39 PM To: user@geronimo.apache.org Subject: RE: redeploy Yes, I don't believe in-place deployment has anything

Cannot compile j2ee-corba-yoko config in 1.2 SNAPSHOT

2007-03-20 Thread Aman Nanner/MxI Technologies
Hi, I'm trying to compile the latest Geronimo SNAPSHOT, but it fails when trying to compile the j2ee-corba-yoko config. Does anybody know if this is broken? Thanks, Aman [INFO] Scanning for projects... [INFO]

RE: redeploy

2007-03-19 Thread Aman Nanner/MxI Technologies
structure, so I would need to copy the current directory structure in any event. What does the deployer do? Does it simply create the config.ser, config.info, etc files? Thanks, Yoel Spotts -Original Message- From: Aman Nanner/MxI Technologies [mailto:[EMAIL PROTECTED] Sent: Friday

Re: redeploy

2007-03-16 Thread Aman Nanner/MxI Technologies
If you are deploying in-place, there is no need to copy the EAR. You should be able to just modify the application.xml, add the new web app to the EAR structure, and run the deployer tool to redeploy the EAR file. If you are not deploying in-place, then I'm not sure you can avoid copying out the

Re: JMS Queue/Topic definitions and external ActiveMQ XBean configuration

2007-03-08 Thread Aman Nanner/MxI Technologies
Actually, this works! I had another issue (I wasn't committing the transaction) which caused the bridge not to work. This is good as I can leave my JMS destinations defined in the ActiveMQ RAR in my EAR. Thanks for the advice! Aman Nanner/MxI Technologies [EMAIL PROTECTED] wrote on 03-08-2007

Yoko CORBA and Naming Service

2007-03-08 Thread Aman Nanner/MxI Technologies
Hi, I'm testing out a message bridge connection between an ActiveMQ topic in Geronimo, and a topic in Weblogic. I'm running into a CORBA issue when the Geronimo server starts up and attempts to establish the message bridge. In order to make this work, I've placed the necessary Weblogic client

JMS Queue/Topic definitions and external ActiveMQ XBean configuration

2007-03-07 Thread Aman Nanner/MxI Technologies
Hi, I'm currently trying to configure an ActiveMQ JMS message bridge. In order to do this, I had to recompile Geronimo 1.2 so that it would pick up its ActiveMQ broker configuration from an external XBean configuration file. I also deploy an EAR to Geronimo that consists of our application.

Re: JMS Queue/Topic definitions and external ActiveMQ XBean configuration

2007-03-07 Thread Aman Nanner/MxI Technologies
a topic or queue is just a name and is happy to treat any use of the same name as the same topic or queue. thanks david jencks On Mar 7, 2007, at 5:00 PM, Aman Nanner/MxI Technologies wrote: Hi, I'm currently trying to configure an ActiveMQ JMS message bridge. In order to do

Programatically querying security realm

2007-03-02 Thread Aman Nanner/MxI Technologies
Hi, I have a custom security realm defined that uses a database login module. What I would like to do is, from a custom GBean, query the realm/login-module somehow to test if a given username/password is valid. So I will have a username string and a password string, and I would like to validate

Re: TransactionRollbackException

2007-03-01 Thread Aman Nanner/MxI Technologies
This was most likely due to an exception thrown in the EJB, causing the transaction rollback. Spotts, Joel \(ISS Atlanta\) [EMAIL PROTECTED] wrote on 03-01-2007 11:57:47 AM: It's possible this is an ejb issue, and I don't understand enough about ejb, but I have an ejb deployed on geronimo

Re: java out of swap space error

2007-03-01 Thread Aman Nanner/MxI Technologies
I just started seeing this error today pretty consistently on my Geronimo instance as well. There are some Sun bug reports that describe this issue, but I have not found any definitive cause yet. The HotSpot compiler seems to have some trouble allocating a chunk of space during bytecode

Re: Adding Tomcat Valve specific web apps

2007-03-01 Thread Aman Nanner/MxI Technologies
=false/sys:attribute /sys:gbean /web-app --- Aman Nanner/MxI Technologies [EMAIL

Re: Adding Tomcat Valve specific web apps

2007-02-27 Thread Aman Nanner/MxI Technologies
this working? Thanks, Aman Aman Nanner/MxI Technologies [EMAIL PROTECTED] wrote on 02-21-2007 04:58:27 PM: Hello, I'm deploying an application EAR file on Geronimo 1.2-beta. This EAR contains several web applications. When we deploy this application in JBoss, we have a META-INF/context.xml

Re: javax.mail.NoSuchProviderException when Trying to send mail usingGeronimo 1.1.1 - Reg

2007-02-27 Thread Aman Nanner/MxI Technologies
Message- From: Aman Nanner/MxI Technologies [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 27, 2007 4:42 AM To: user@geronimo.apache.org Subject: Re: javax.mail.NoSuchProviderException when Trying to send mail usingGeronimo 1.1.1 - Reg I tried deploying with this configuration

Re: javax.mail.NoSuchProviderException when Trying to send mail usingGeronimo 1.1.1 - Reg

2007-02-27 Thread Aman Nanner/MxI Technologies
Thanks, I rebuilt Geronimo with the dependency and it works now. Aman Rick McGuire [EMAIL PROTECTED] wrote on 02-27-2007 02:23:39 PM: Aman Nanner/MxI Technologies wrote: I'd like to rebuild the Geronimo 1.2 branch with javamail config dependency enabled properly. Do I need to add some

Configuring JMS Message Bridging and Geronimo

2007-02-26 Thread Aman Nanner/MxI Technologies
Hi, I need to configure Active MQ's Message Bridging feature in a Geronimo(1.2)-embedded Active MQ instance. I've read some documentation on the ActiveMQ site on configuring message bridging in general, but I'm not clear on how this is done through the ActiveMQ RAR that is deployed in Geronimo.

Re: javax.mail.NoSuchProviderException when Trying to send mail using Geronimo 1.1.1 - Reg

2007-02-26 Thread Aman Nanner/MxI Technologies
Hi, I'm also getting a NoSuchProviderException, but in Geronimo 1.2. It seems that the geronimo-javamail-transport module has been moved, or no longer exists, so what dependency should I use in its place? Thanks, Aman In order to send mail, there are two jar files

Re: javax.mail.NoSuchProviderException when Trying to send mail using Geronimo 1.1.1 - Reg

2007-02-26 Thread Aman Nanner/MxI Technologies
-26-2007 05:29:41 PM: Aman Nanner/MxI Technologies wrote: Hi, I'm also getting a NoSuchProviderException, but in Geronimo 1.2. It seems that the geronimo-javamail-transport module has been moved, or no longer exists, so what dependency should I use in its place? In 1.2, the javamail

Re: Plaintext passwords in Geronimo plans and config files

2007-02-25 Thread Aman Nanner/MxI Technologies
configuration, but it could provide the level of no plain text passwords in server configuration assurance. Thanks, Aaron On 2/22/07, Aman Nanner/MxI Technologies [EMAIL PROTECTED] wrote: Hi, I have noticed that passwords in plans and configuration files in Geronimo (1.2-beta

Re: Plaintext passwords in Geronimo plans and config files

2007-02-22 Thread Aman Nanner/MxI Technologies
David Jencks [EMAIL PROTECTED] wrote on 02-22-2007 12:01:11 PM: On Feb 22, 2007, at 6:12 AM, Aman Nanner/MxI Technologies wrote: Hi, I have noticed that passwords in plans and configuration files in Geronimo (1.2-beta) are not encrypted by the server, and remain in plaintext

Re: Plaintext passwords in Geronimo plans and config files

2007-02-22 Thread Aman Nanner/MxI Technologies
Another approach for the db/jms connectors that I like although I'm not sure if its completely tested is to leave out the user/pw from the plans and use Subject based authentication. With this approach you'd add a login module to the security realm that would insert appropriate UserPassword

Re: Message-Driven Beans with run-as Subject

2007-02-21 Thread Aman Nanner/MxI Technologies
completely with the new OpenEJB libraries? If so, is there an article that describes what steps I need to take? Thanks, Aman David Jencks [EMAIL PROTECTED] wrote on 02-20-2007 11:51:23 AM: On Feb 19, 2007, at 9:24 PM, Aman Nanner/MxI Technologies wrote: I checked out the MDB interceptor

Configuring username and password for embedded ActiveMQ server in Geronimo

2007-02-21 Thread Aman Nanner/MxI Technologies
Hello, I am using Geronimo 1.2-beta. I would like to know how to configure the username and password for the embedded ActiveMQ server in Geronimo. I have seen plenty of documentation of how to configure the username/password in the ActiveMQ Resource Adapter, but none on how to configure the

Adding Tomcat Valve specific web apps

2007-02-21 Thread Aman Nanner/MxI Technologies
Hello, I'm deploying an application EAR file on Geronimo 1.2-beta. This EAR contains several web applications. When we deploy this application in JBoss, we have a META-INF/context.xml file in each web app that lets us specify Tomcat valves that only apply to that web app in particular. We

Re: Message-Driven Beans with run-as Subject

2007-02-20 Thread Aman Nanner/MxI Technologies
Ok, I had checked out the openejb2 TAG version, not the trunk version of openejb2. I'll try the trunk David Jencks [EMAIL PROTECTED] wrote on 02-20-2007 11:51:23 AM: On Feb 19, 2007, at 9:24 PM, Aman Nanner/MxI Technologies wrote: I checked out the MDB interceptor stack and I do see

Message-Driven Beans with run-as Subject

2007-02-19 Thread Aman Nanner/MxI Technologies
Hi, One Geronimo 1.2-beta, I'm running into a problem where a message-driven bean that I have is unable to access a stateless session EJB that I have, due to method permission restrictions. This MDB is configured with a run-as subject in the ejb-jar.xml which is supposed to allow it to access

Re: Message-Driven Beans with run-as Subject

2007-02-19 Thread Aman Nanner/MxI Technologies
the ejb containers and modify the mdb one to include the EJBRunAsInterceptor at a likely spot and see if it works. thanks david jencks On Feb 19, 2007, at 9:10 AM, Aman Nanner/MxI Technologies wrote: Hi, One Geronimo 1.2-beta, I'm running into a problem where a message- driven bean

How to look up a JMS Topic via the Kernel?

2007-02-16 Thread Aman Nanner/MxI Technologies
Hi, I have a GBean from which I need to grab a reference to a JMS TopicConnectionFactory and a JMS Topic. Currently, I am attempting to use the GBean Kernel API to grab these references. I have succesfully retrieved the TopicConnectionFactory using the following method: public

Re: How to look up a JMS Topic via the Kernel?

2007-02-16 Thread Aman Nanner/MxI Technologies
Thanks! I tried that and it worked...I don't think I would have been able to figure that out. Aman David Jencks [EMAIL PROTECTED] wrote on 02-16-2007 04:11:45 PM: On Feb 16, 2007, at 12:25 PM, Aman Nanner/MxI Technologies wrote: Hi, I have a GBean from which I need to grab

Enabling CrossContext in web applications

2007-02-13 Thread Aman Nanner/MxI Technologies
Hi, I need to enable the Tomcat CrossContext parameter for my web applications, so that their contexts are visible to each other, but I am not clear on how to do this properly in Geronimo 1.2-beta. I saw somewhere in a dev mailing list that the following snippet should be added to the

Re: Enabling CrossContext in web applications

2007-02-13 Thread Aman Nanner/MxI Technologies
this should work: web-app xmlns=http://geronimo.apache.org/xml/ns/j2ee/web/tomcat-1.1; context-root/mywebapp/context-root cross-context/ /web-app Best wishes, Paul On 2/13/07, Aman Nanner/MxI Technologies [EMAIL PROTECTED] wrote: Hi, I need to enable the Tomcat CrossContext

Re: Servlet fails to deploy

2007-02-10 Thread Aman Nanner/MxI Technologies
I have raised a JIRA issue: https://issues.apache.org/jira/browse/GERONIMO-2818 David Jencks [EMAIL PROTECTED] wrote on 02-09-2007 01:48:44 PM: That looks like a bug, could you file a jira issue please? thanks david jencks On Feb 9, 2007, at 9:02 AM, Aman Nanner/MxI Technologies wrote

Re: Servlet fails to deploy

2007-02-09 Thread Aman Nanner/MxI Technologies
PM: for me, if you put Class-Path: library.jar directly (without path info) in the MANIFEST.MF and the jar itself in the root of the ear, it will work Cheers, Dario Andrade Aman Nanner/MxI Technologies escreveu: Is this supposed to work the same way when manipulating the Class-Path

Configuring Tomcat wtih Access Valves in 1.2-beta

2007-02-08 Thread Aman Nanner/MxI Technologies
Hi, I'm trying to configure Geronimo to use a couple of Tomcat access valves. I've found some documentation on this subject, but I'm having some trouble getting the server up and running. Here are the GBeans I've added to my config.xml: gbean name=FirstValve

Re: Configuring Tomcat wtih Access Valves in 1.2-beta

2007-02-08 Thread Aman Nanner/MxI Technologies
I've resolved the issue as described here: http://www.mail-archive.com/user@geronimo.apache.org/msg04670.html I needed a gbeanInfo attribute on my GBean. Aman Nanner/MxI

Re: Problems with access a datasource from a stateless session bean via JNDI lookup

2007-02-07 Thread Aman Nanner/MxI Technologies
As far as I know, you cannot do this in Geronimo 1.1.1 because there is no global JNDI. Instead, you need to define a resource-ref in your openejb-jar.xml like this: session ejb-nameTestEjb/ejb-name jndi-namecom/testing/TestEjb/jndi-name resource-ref

Re: Problems with access a datasource from a stateless session bean via JNDI lookup

2007-02-07 Thread Aman Nanner/MxI Technologies
Then, in your code, you would retrieve the datasource by doing a lookup on java:/comp/env/jdbc/DataAccessObject, which we defined in the openejb-jar.xml. Sorry, that should read java:comp/env/jdbc/DataAccessObject (without the slash before the comp).

Re: Servlet fails to deploy

2007-02-01 Thread Aman Nanner/MxI Technologies
Is this supposed to work the same way when manipulating the Class-Path entry of a Manifest file in an EJB JAR file, rather than a WAR? It seems that I'm unable to reference any libraries that I put in the root of the EAR file. I have to place the library JARS directly in the EJB module and

Re: Servlet fails to deploy

2007-02-01 Thread Aman Nanner/MxI Technologies
, the initial base directory is the EAR file. Is this done by design? Aman Nanner/MxI Technologies [EMAIL PROTECTED] wrote on 02-01-2007 03:12:07 PM: Is this supposed to work the same way when manipulating the Class-Path entry of a Manifest file in an EJB JAR file, rather than a WAR? It seems

Re: Servlet fails to deploy

2007-02-01 Thread Aman Nanner/MxI Technologies
and the jar itself in the root of the ear, it will work Cheers, Dario Andrade Aman Nanner/MxI Technologies escreveu: Is this supposed to work the same way when manipulating the Class-Path entry of a Manifest file in an EJB JAR file, rather than a WAR? It seems that I'm unable to reference any

Re: Accessing EJB via JNDI from a web application

2007-01-24 Thread Aman Nanner/MxI Technologies
to be used? Aman Nanner/MxI Technologies [EMAIL PROTECTED] wrote on 01-22-2007 01:22:13 PM: I'm using the following GBean declaration in my geronimo-application.xml: sys:gbean name=EjbBindings class=org.apache.geronimo.gjndi.binding.EjbBindings attribute name=homeContextremote/attribute

Re: Accessing EJB via JNDI from a web application

2007-01-24 Thread Aman Nanner/MxI Technologies
my JNDI bindings. On the website, I noticed that it says that 1.2beta has Global JNDI supportis that different from this Global JNDI plugin? Thanks, Aman David Jencks [EMAIL PROTECTED] wrote on 01-24-2007 03:43:10 PM: On Jan 24, 2007, at 9:31 AM, Aman Nanner/MxI Technologies wrote: So

Re: Accessing EJB via JNDI from a web application

2007-01-22 Thread Aman Nanner/MxI Technologies
Jencks [EMAIL PROTECTED] wrote on 01-22-2007 12:20:15 PM: On Jan 22, 2007, at 6:46 AM, Aman Nanner/MxI Technologies wrote: This GBean apparently takes a magic attribute kernel of type String (according to the source code definition, although the documentation I've seen says it should

Re: Accessing EJB via JNDI from a web application

2007-01-19 Thread Aman Nanner/MxI Technologies
On Jan 18, 2007, at 3:02 PM, Aman Nanner/MxI Technologies wrote: Hi, I'm running into an issue using the Geronimo 1.2 beta release. I'm running a web application from which

Accessing EJB via JNDI from a web application

2007-01-18 Thread Aman Nanner/MxI Technologies
Hi, I'm running into an issue using the Geronimo 1.2 beta release. I'm running a web application from which an EJB is being looked up via its JNDI name as declared in the openejb-jar.xml descriptor that resides in the EJB module. In my web.xml for the web application, I have the EJB declared

Declaring dependencies with an EAR to other modules

2006-12-20 Thread Aman Nanner/MxI Technologies
Hi, I am confused regarding how to declare a dependency that my GBean has on a datasource Connector, where both components are declared in my geronimo-application.xml. Here is my geronimo-application.xml: geronimo:application