Re: Cannot send email using geronimo default email session

2008-07-21 Thread YunFeng Ma
You are missing a dependency in your geronimo-web.xml: - org.apache.geronimo.configs javamail car - You can download the send mail sample from: https://svn.a

Re: I cannot create or delete database!

2008-07-21 Thread YunFeng Ma
Two workarouds if you can not wait for the release of v2.1.2: 1. Use FireFox English version to open the admin console 2. Remove the Chinese language in your IE via steps: Tools --> Internet Options --> Languages ... --> Remove Chinese language Hope it helps. -- Yun Feng Joe Bohn wrote: > tommy

Re: EJB Injection in Managed Bean

2008-07-16 Thread YunFeng Ma
I'm not sure why this happened, but it will be easer to debug if you can attach your sample. :-) -- Yun Feng Matthias Berndt wrote: > Good evening, > > I've got two managed beans in a JSF 1.2 webapp. Both beans are quite > equal. I try to inject a stateless session bean (EJB3) into the managed

Re: Geronimo 2.1.1 MDB Performance Question

2008-07-16 Thread YunFeng Ma
Are you using the default ActiveMQ RA (DefaultActiveMQConnectionFactory) to send the JMS message? DefaultActiveMQConnectionFactory configures a single-pool with default max-size 10. I'm not sure whether this can explain what you saw in your scenario, but I think you can try to create a new Activ

Re: Error in starting Server! Please Help

2008-07-15 Thread YunFeng Ma
I guess it's because of the firewall in Vista. You can try it again after turning off the firewall in Vista. Hope it helps. -- Yun Feng Olakara wrote: > Hi, > I am trying to start the server on a Vista Home OS. I get the following > error: > > Using GERONIMO_BASE: C:\Program Files\geronimo

Re: [ANNOUNCE] Welcome Shiva Kumar H R as the newest member of the Geronimo PMC

2008-06-24 Thread YunFeng Ma
Contratulations, Shiva!!! -- Yun Feng Vamsavardhana Reddy wrote: All, Please join us in congratulating Shiva Kumar H R as the newest member of the Geronimo PMC. It's been great to have Shiva working with us as a committer on Geronimo. Even better to have him join us in providing oversight of the

Re: [ANNOUNCE] Welcoming Yun Feng Ma as a Geronimo Committer

2008-06-20 Thread YunFeng Ma
Thanks a lot for the recognition. Thanks a lot, everyone!! - Original Message From: Shiva Kumar H R <[EMAIL PROTECTED]> To: user@geronimo.apache.org Cc: [EMAIL PROTECTED] Sent: Friday, June 20, 2008 4:48:58 PM Subject: Re: [ANNOUNCE] Welcoming Yun Feng Ma as a Geronimo Committer Awesome

Re: how to apply GERONIMO-4072.patch?

2008-06-12 Thread YunFeng Ma
You can download the daily build from: http://people.apache.org/builds/geronimo/server/binaries/ -- YunFeng Ma jklcom99 wrote: Kevan, I applied the patch and built it. When I tried to build my application with the new geronimo geronimo-tomcat6-javaee5-2.1.2-SNAPSHOT. It failed to expand

Re: Unable to build dbtester sample

2008-06-11 Thread YunFeng Ma
tps://svn.apache.org/repos/asf/geronimo/samples/branches/2.1/ Hope it helpful. -- YunFeng Ma - Original Message From: Ashish Jain <[EMAIL PROTECTED]> To: user@geronimo.apache.org Sent: Wednesday, June 11, 2008 2:25:58 PM Subject: Unable to build dbtester sample Hi, While building the sample

Re: G1.1 to G2.0-M6 migration: JDBC ClassCastException: DelegatingDriver

2007-07-15 Thread YunFeng Ma
There are two ways to connect to Derby in Geronimo. The first way: Embedded Your deployment plan uses this way because of the following config dataweaver false This way, you have to set system-d

Re: Secured connection

2007-06-24 Thread YunFeng Ma
Hi, Maybe you can take MagicGball as a reference. You can get it from: https://svn.apache.org/repos/asf/geronimo/sandbox/magicGball MagicGball demonstrates the application client accesses the EJBs via non-security CORBA and security CORBA. Hope it helpful. Thanks YunFeng Ma On 2007-06-25 01

Re: Re: Daytrader 1.2

2007-06-05 Thread YunFeng Ma
daytrader mvn install svn tool: http://www.tortoisesvn.org/ Maven: http://maven.apache.org/download.html Hope it helps. Thanks YunFeng Ma On 2007-06-05 19:34:31, johper <[EMAIL PROTECTED]> wrote: > >Hi, > >Got Daytrader up and running on geronimo-tomcat6-jee5-2.0-M6-rc1. >From ht