Re: Fw: application client for daytrader

2006-02-02 Thread Nell Gawor
Hi, This is due to missing image file(s) in the daytrader client app. The code does not handle missing images well, as you can see. You probably want to open a JIRA to get the image file(s) added. There is also a web services client that you can try in the meantime if you are just looking

Understanding config.xml

2005-12-12 Thread Nell Gawor
Hi, My question is in reference to M5. I see there are a number of attributes in config.xml that I can modify. My question is, what if I want to change something that is not in there. For instance, looking at system-jms-plan.xml, it has this stanza: http://geronimo.apache.org/xml/ns/j2ee/c

Re: Geronimo 1.0 Status ... Countdown to release

2005-12-12 Thread Nell Gawor
Hi, Where will this candidate binary be downloadable from? The downloads page, or is there a different link? Thanks, Nell *Matt Hogstrom <[EMAIL PROTECTED]>* 12/12/2005 02:25 AM Please respond to user@geronimo.apache.org To dev@geronimo.apache.org, user@geronimo.apache.o

Starting only deployer

2005-11-29 Thread Nell Gawor
Hi, I thought I could start only the deployer by issuing the command: java -jar server.jar org/apache/geronimo/RuntimeDeployer Booting Geronimo Kernel (in Java 1.4.1)... Starting Geronimo Application Server [***] 100% 7s Startup complete Listening on Ports: 1099 0.0.0.0 RMI Naming 4201

list-targets command

2005-11-21 Thread Nell Gawor
Hi, I am trying to figure out why the list-targets command for the deployer is useful. It looks like it is only useful if you have multiple targets, and therefore multiple config-stores. Without clusters, can you have multiple config-stores? What would be the motivation? Thanks, Nell ___

Re: Daytrader Redux

2005-10-25 Thread Nell Gawor
herwise there isn't any data for it to work with (including the quotes it is trying to retrieve in this step). I had forgotten this step with my latest daytrader install but I just repopulated my database and I am not having any problems creating new users. Thanks, Nell Nell Gawor wrote: H

Re: Daytrader Redux

2005-10-25 Thread Nell Gawor
mmary method. I will take a look and see if I can figure out any more. Thanks, Nell *"Carla Cremers" <[EMAIL PROTECTED]>* 10/25/2005 01:33 AM Please respond to user@geronimo.apache.org To cc Subject Daytrader Redux Many

Daytrader / Head [WAS: Daytrader / Geronimo M5]

2005-10-20 Thread Nell Gawor
That should have been ${GERONIMO_HOME}\bin\deploy.bat deploy modules\ear\target\daytrader-ear-1.0-SNAPSHOT.ear dayTrader-plan.xml (Forgot the deploy command). Thanks, Nell "Nell Gawor" <[EMAIL PROTECTED]> 10/20/2005 09:49 AM Please respond to user@geronimo.apache.o

Daytrader / Head [WAS: Daytrader / Geronimo M5]

2005-10-20 Thread Nell Gawor
Hi, The README is out of date, even for head. If you check out the latest from head, here is what you need to do: (I'll send this same info to Matt, maybe it can be the basis for updating the README). cd into the daytrader directory which contains the README file, modules directory, etc.

Re: Fw: javax.security.jacc.PolicyConfigurationFactory.provider not set

2005-10-17 Thread Nell Gawor
onsole/Jetty is before or after org/apache/geronimo/Security? If before, try moving org/apache/geronimo/Security before it. thanks david jencks On Oct 17, 2005, at 6:57 AM, Nell Gawor wrote: > Hi, > > I undeployed an application I had deployed and now every time I > restart th

javax.security.jacc.PolicyConfigurationFactory.provider not set

2005-10-17 Thread Nell Gawor
Hi, I undeployed an application I had deployed and now every time I restart the server I get the following error I've pasted below. I am using M5. I see something similar in: http://issues.apache.org/jira/browse/GERONIMO-1033 but that was closed as not reproducible. If it makes any differe

Re: Application Client Stops Running

2005-10-11 Thread Nell Gawor
I opened a JIRA report for this: http://issues.apache.org/jira/browse/GERONIMO-1058 Thanks, Nell Nell Gawor wrote: Hi, I've spent some time looking at this now and I think I've figured out what's going on. What this client application does within its main method is run

Re: Application Client Stops Running

2005-10-10 Thread Nell Gawor
n killed. Is there a way to improve these messages so that it doesn't look like things are stopping or shutting down until all the threads have exited? Thanks, Nell Nell Gawor wrote: --- Nell Gawor <[EMAIL PROTECTED]> wrote: > I am using M5. In client.log with debug l

Re: Application Client Stops Running

2005-10-10 Thread Nell Gawor
Stops Running Hi Nell, How did you start the Application client? MagicGBall is a good sample that can show you how J2ee client works with EJB on the server. You can start the J2ee client app by java -jar bin\client.jar org/apache/geronimo/MagicGBallClient. --- Nell

Re: Application Client Stops Running

2005-10-10 Thread Nell Gawor
Client Stops Running What Geronimo version are you using? When I experienced that problem I was using M4, and I think David Jencks was the one who concluded that was a Geronimo bug. I was going to try the same application with M5 this week. If you are not using M5, perhaps you should try it.

Application Client Stops Running

2005-10-10 Thread Nell Gawor
Hi, I am experiencing the same problem reported in the below email. My application client starts nicely and then just as nicely exits without indicating any problems... I didn't see any resolution to the email below -- is this a known problem? Thanks, Nell *From:* =?ISO-8859-1?Q?I=F1igo?=

Re: Strange undeploy behavior

2005-10-06 Thread Nell Gawor
NAPSHOT.jar `-> daytrader-streamer-1.0-SNAPSHOT.jar `-> daytrader-wsappclient-1.0-SNAPSHOT.jar `-> TradeDataSource `-> TradeJMS Trade/daytrader-wsappclient-1.0-SNAPSHOT tradeStreamerAppclient Thanks, Nell Nell Gawor wrote: Hi, This looks like a bug to me, but before I open

Strange undeploy behavior

2005-10-06 Thread Nell Gawor
Hi, This looks like a bug to me, but before I opened a report I wanted to double-check. I have deployed the daytrader application and then I go to undeploy it. C:\geronimo-1.0-M5\bin>deploy.bat undeploy Trade Username: system Password: Module Trade stopped. Module Trade unload

Default JNDI Name

2005-09-06 Thread Nell Gawor
It seems it is possible in Geronimo to deploy EJBs without any JNDI name. In this case, I would imagine that have to have some kind of JNDI name, so is there a default that is used? Is ejb-name used as the JNDI name? Thanks, Nell