Fwd: Q: Can I install Glassfish without an xterm?

2010-08-29 Thread Ed Hillmann
Duh. Ignore this message Sorry, Ed -- Forwarded message -- From: Ed Hillmann Date: Mon, Aug 30, 2010 at 2:38 PM Subject: Q: Can I install Glassfish without an xterm? To: user@geronimo.apache.org Hi all. I have a question about installing v2.1.1 of Glassfish. The first

Q: Can I install Glassfish without an xterm?

2010-08-29 Thread Ed Hillmann
Hi all. I have a question about installing v2.1.1 of Glassfish. The first step is to run the JAR file in order to extract the files. The first thing it does is display a GUI window displaying the terms and conditions. When agreeing, the installation continues and completes. However, is it poss

Re: Deploying a jca

2007-10-16 Thread Ed Hillmann
On 10/16/07, Gareth Evans <[EMAIL PROTECTED]> wrote: > Hi All, > > I have a senario that I'd be grateful for some advice with. I've had a > search for some documentation but have been unable to find some. > > We currently package our application as an ear file and use jca (inflow > only) to take d

Fwd: Q: MDB Application cannot find Interface defined in RAR file

2007-10-04 Thread Ed Hillmann
spam. I'm going to crawl under a rock for a few days. Thanks again, Ed -- Forwarded message -- From: David Jencks <[EMAIL PROTECTED]> Date: Oct 5, 2007 9:37 AM Subject: Re: Q: MDB Application cannot find Interface defined in RAR file To: Ed Hillmann <[EMAIL PROTECTE

Re: Q: MDB Application cannot find Interface defined in RAR file

2007-10-04 Thread Ed Hillmann
> On a bit of a tangent, how do I remove a library from the repos? I'd > like to remove the api jar file again, but I can't find out how. I > assume it's a problem with my looking, so, as usual, any help will be > appreciated. I'll answer my own question: after shutting down the server, I delete

Re: Q: MDB Application cannot find Interface defined in RAR file

2007-10-04 Thread Ed Hillmann
It shouldn't make a difference but > > thanks > david jencks > On Oct 2, 2007, at 10:15 PM, Ed Hillmann wrote: > > > On 10/3/07, David Jencks <[EMAIL PROTECTED]> wrote: > >> Hi Ed, > >> > >> I'm sorry you've been having such a h

Re: Q: MDB Application cannot find Interface defined in RAR file

2007-10-02 Thread Ed Hillmann
On 10/3/07, David Jencks <[EMAIL PROTECTED]> wrote: > Hi Ed, > > I'm sorry you've been having such a hard time getting this to work. You and me both. :) > Email is not always the most efficient form for dialog :-). If you > can get on IRC sometime when I am around I can probably help sort > thin

Re: Q: MDB Application cannot find Interface defined in RAR file

2007-10-02 Thread Ed Hillmann
Ok, I've given up on trying to deploy the RAR stand-alone. I can't figure out how to get the classloader to include classes from all of the JAR files in the RAR file. I've tried adding Class-Path: entries to various Manifests, with no luck. And I don't seem to be able to find any documentation a

Re: Q: MDB Application cannot find Interface defined in RAR file

2007-10-01 Thread Ed Hillmann
Still digging. Looking at the source for OpenEjbSystemGBean, and this is the bit of code falling over... Thread.currentThread().setContextClassLoader(classLoader); try { for (Map.Entry entry : listenerToActivationSpecMap.entrySet()) { String messageList

Re: Q: MDB Application cannot find Interface defined in RAR file

2007-10-01 Thread Ed Hillmann
Just to clarify the subject, I originally thought it was a problem when deploying the EJB applicaiton containing an MDB implementing the interface was causing this. But I've since seen this exception thrown when deploying the RAR file after undeploying the MDB app. Sorry if there's a disjoin betw

Q: MDB Application cannot find Interface defined in RAR file

2007-10-01 Thread Ed Hillmann
Hi. Me again. :) I'm still attempting to deploy my resource adapter into my Geronimo v2 environment. I am doing this through the admin console, and it indicates that it was successful. However, there is this following exception in the server log 10:17:51,700 ERROR [OpenEjbSystemGBean] Unable to

Re: Q: Can a JCA adapter define multiple inbound resource adapters?

2007-10-01 Thread Ed Hillmann
On 10/1/07, David Jencks <[EMAIL PROTECTED]> wrote: > yes next time maybe I'll refer to the spec before suggesting > stuff you also have to remove > > > > > > > > so its > > > > messagelistener is the one with maxOccurs="unbounded" so you can have > more than one. Don't bla

Re: Q: Can a JCA adapter define multiple inbound resource adapters?

2007-09-30 Thread Ed Hillmann
On 9/28/07, David Jencks <[EMAIL PROTECTED]> wrote: > I think you have to remove these lines: > > > > > Hope this helps > david jencks > Well, I get a different exception: Deployment failed: org.apache.geronimo.common.DeploymentException: Could not parse ra.xml descriptor Sho

Q: Can a JCA adapter define multiple inbound resource adapters?

2007-09-27 Thread Ed Hillmann
Hi. I've been working on a Resource Adapter, and as part of it, I want to support two types of inbound adapters. The mechanisms by when calls into the container are substantially different, so it does not make sense for a single inbound resource adapter to handle this. When reading the JCA 1.5 s

Re: How to define a JCA connection pool / jndi address?

2007-09-20 Thread Ed Hillmann
On 9/20/07, David Jencks <[EMAIL PROTECTED]> wrote: > > > > I guess, in this case, I was expecting to see "jca/svConnector1" in > > the JNDI tree of the server. Simply because I didn't see anywhere > > else I was supposed to declare the JNDI address of the > > ConnectionFactory. > > Geronimo does

Re: How to define a JCA connection pool / jndi address?

2007-09-19 Thread Ed Hillmann
On 9/20/07, David Jencks <[EMAIL PROTECTED]> wrote: > OK, you're right. I opened https://issues.apache.org/jira/browse/ > GERONIMO-3480. > > Meanwhile you will have to modify your ra.xml to list all the config > properties you want to use, and we don't complain if you don't set some. I can deal wi

Re: How to define a JCA connection pool / jndi address?

2007-09-19 Thread Ed Hillmann
On 9/20/07, Ed Hillmann <[EMAIL PROTECTED]> wrote: > Hi all. I'm in the middle of deploying a JCA adapter into a Geronimo > 2.0.1 container. I've ensured that my adapter meets the spec (which > it hadn't before... many thanks to those on this group who helped me

How to define a JCA connection pool / jndi address?

2007-09-19 Thread Ed Hillmann
Hi all. I'm in the middle of deploying a JCA adapter into a Geronimo 2.0.1 container. I've ensured that my adapter meets the spec (which it hadn't before... many thanks to those on this group who helped me with that), and the RAR file has been able to deploy successfully within the container. Wh

Re: ra.xml parse error when deploying JCA adapter

2007-09-16 Thread Ed Hillmann
Final update. When I re-orgainise my rar file to contain the ra files in its own jar file, everything installs as expected. :) Of course, the app server I was previously playing with (glassFish) now can't find the SVResourceAdapter class. :) Ain't that a hoot. I'll take that up with them. Than

Re: ra.xml parse error when deploying JCA adapter

2007-09-16 Thread Ed Hillmann
> aren't mailing lists fun :-) Just ducky :) > > Anyway, your rar is not constructed properly. You are supposed to > have a META-INF/ra.xml file and then any number of jar files inside > with the classes. Classes packed "loose" in the rar are ignored. > Again, I can't explain the behavior of ot

Fwd: ra.xml parse error when deploying JCA adapter

2007-09-16 Thread Ed Hillmann
I tried sending this with the rar as an attachment, but I was told it was spam. But the RAR being used contains the ActivationSpec that cannot be found I promise. I'll try emailing you directly, David, with the JAR. :) Thanks, Ed -- Forwarded message -- From: Ed Hil

Re: ra.xml parse error when deploying JCA adapter

2007-09-16 Thread Ed Hillmann
I'm getting an error when I attempt to deploy my RAR file. I'll describe what I'm doing first. 1) My adapter uses a custom JAR library in order to communicate with the remote application. I've already added this JAR file to the repository. 2) I tried to use an old version of geronimo-ra.xml (ap

Re: ra.xml parse error when deploying JCA adapter

2007-09-16 Thread Ed Hillmann
> > Here's the relevant bit of schema: > > > > > > > > > >type="j2ee:descriptionType" >minOccurs="0" >maxOccurs="unbounded"/> >type="j2ee:config-property-na

ra.xml parse error when deploying JCA adapter

2007-09-16 Thread Ed Hillmann
Hi all. I'm trying to deploy a Resource Adapter into a Geronimo 2.0.1 environment. When I attempt to deploy the RAR file (via the console web application), I get the following. org.apache.geronimo.common.DeploymentException: Could not parse ra.xml descriptor org.apache.geronimo.common.Deploymen