Re: EJB Circular problem

2012-01-12 Thread viola lu
Openejb version in Geronimo 2.2 is 3.1.2, you can try geronimo 2.2.1, its openejb version is 3.1.4 On Fri, Jan 13, 2012 at 1:17 AM, Sean McCarthy scmccart...@gmail.comwrote: Hi, I'm having a problem with an ear that I'm deploying to deploy on Geronimo 2.2. The problem is that two beans

Re: problem with geronimo run on Geronimo 3 beta

2011-12-31 Thread viola lu
This is introduced by fixing (x86) path problem in JAVA_HOME. You directly set _RUNJAVA variable,and run geronimo.bat? or set JAVA_HOME ,then run geronimo.bat? On Sat, Dec 31, 2011 at 7:08 AM, Anthony Insolia inso...@att.net wrote: Hello ** ** The following code in the geronimo.bat

[Announcement] Geronimo SamplesDaytrader 3.0-beta-1 is released now!

2011-12-15 Thread viola lu
Hi All, As the subject, this is a release accompany with Geronimo Server 3.0-beta-1, which includes these samples which now works on the server: 1. Java EE 5 samples 2. Java EE 6 samples -

Re: Error on calling undeploy command using java.lang.Process

2011-09-21 Thread viola lu
It's fixed @ https://issues.apache.org/jira/browse/GERONIMO-6168 On Mon, Sep 19, 2011 at 10:48 AM, viola lu viola...@gmail.com wrote: There is a workaround: Place geronimo under a folder without space. Then you can run deploy.bat --offline undeploy ***/**/car trunk.txt without error

Re: Error on calling undeploy command using java.lang.Process

2011-09-18 Thread viola lu
There is a workaround: Place geronimo under a folder without space. Then you can run deploy.bat --offline undeploy ***/**/car trunk.txt without error. On Sat, May 14, 2011 at 5:05 AM, Kevan Miller kevan.mil...@gmail.comwrote: On May 13, 2011, at 4:25 PM, mafranko wrote: Hi all, I'm

[ANNOUNCEMENT] Geronimo Samples v2.2.1 and Daytrader v2.2.1 is released!

2011-01-18 Thread viola lu
The Apache Geronimo project is pleased to announce the 2.2.1 release of Geronimo Samples and Daytrader. These releases are aligned with Geronimo Server 2.2.1 release. For more details, please read the news post on Geronimo web

Re: Welcome viola.lu as a new committer

2010-12-29 Thread viola lu
Glad to join in Apache Geronimo Community, and will contribute more to the community. Thanks:) On Thu, Dec 30, 2010 at 1:57 PM, Ivan xhh...@gmail.com wrote: I would like to welcome viola.lu aboard, as she recently accepted the Geronimo PMC invitation to become a committer. Her account was

Re: Geronimo + Derby + Datasource

2010-12-19 Thread viola lu
In geronimo 2.1.7 and 2.2, derby authentication is enabled by default. So you have to input username and password: dbadmin/manager when create datasource.Otherwise there will be errors. On Fri, Dec 17, 2010 at 1:15 PM, David Jencks david_jen...@yahoo.comwrote: What you started out trying to do

Re: Farming-Application stops On All Nodes When Master Instance is Stopped

2010-07-23 Thread viola lu
hi, WADI is targeted for exceptional case such as ctl-c , kill -9 shutdown web container, if you directly shutdown server, it won't replicate session. You can refer to section What are WADI's goals? of wadi page: http://wadi.codehaus.org/faq.html#status, for your convenience, i pasted it here:

Re: EJB Security

2009-05-30 Thread viola lu
you can refer to section Security configuration in EJB3 beans using annotations from this link below: http://www.ibm.com/developerworks/websphere/library/techarticles/0811_vamsi/0811_vamsi.html Good luck! On Sun, May 31, 2009 at 12:45 AM, Christian Fichtl m...@christian-fichtl.de wrote: Hello,

Re: How to deploy JSPWiki?

2009-05-13 Thread viola lu
which g version you are using, i tried to deploy JSP wiki 2.8.2-bin.zip on G2.2 server( extract JSP wiki bin zip and copy JSpwiki.war to $g_server/deploy folder or deploy it via Geroinimo admin console for example http://9.123.233.104:8080/), both deployment successed. And i can access JSP wiki

Re: Enabling Session Affinity in G2.1.4 (using Tomcat w/ WADI)

2009-05-12 Thread viola lu
First, pls set up tomcat or wadi cluster following this link: http://cwiki.apache.org/GMOxDOC22/clustering-and-farming.html and then configure apache http server to realize session affinity, if you use mod_jk way: edit works.properties under $http server install dir/conf with

Re: Farming questions

2009-04-17 Thread viola lu
Can you show your error output?thanks. On Fri, Apr 17, 2009 at 12:31 AM, ericp56 eric.phettepl...@twcable.comwrote: Thanks for your help. I'll update the documentation because there was a gotcha in the example. I didn't notice the ID in the gbean name attribute. When I had multiple

Re: How to configure geronimo-web.xml for using the application specific mail.jar instead of geronimo-mail.jar

2009-04-16 Thread viola lu
pls use hidden-class to call class from jars under WEB-INF/lib. for example as below: dep:hidden-classes dep:filterorg.apache.commons.logging.Log/dep:filter /dep:hidden-classes On Thu, Apr 16, 2009 at 4:09 PM, Hearty heartyraph...@gmail.com wrote: Apache Geronimo server

Re: How use database security realm in JSF

2009-04-16 Thread viola lu
method=POST /h:form /f:view if i deploy this login.jsp. errors:attribute invalid for Form. So may Database sql realm can't support jsf page? On Wed, Apr 15, 2009 at 1:30 PM, David Jencks david_jen...@yahoo.comwrote: On Apr 14, 2009, at 7:30 PM, viola lu wrote: Hi,ALL: i created

Re: inject EJB in Webapplication

2009-04-15 Thread viola lu
Pls try to add EJB jar dependency called to your geronimo-web.xml so that EJB is visible to your web application.for example: sys:dependencies sys:dependency sys:groupIddefault/sys:groupId sys:artifactIdCounterBean/sys:artifactId

How use database security realm in JSF

2009-04-14 Thread viola lu
Hi,ALL: i created a database security realm following link: http://cwiki.apache.org/GMOxDOC20/database-sql-realm.html,and create a dynamic web application, create login/register pages using JSF, login is controlled by loginbean and regsiterbean which authorizes user/password by connecting to

Re: Farming questions

2009-04-14 Thread viola lu
Pls first make sure node nuce10 : clusterNodeName=NODE -- clusterNodeName=nuce10 RemoteDeployHostname=localhost -RemoteDeployHostname=$your_nuce10_ip in file $G_install_dir\var\config\config-substitutions.properties, and config.xml file is org.apache.geronimo.configs/farming/2.1/car should be

Re: Uninstall a library

2009-04-06 Thread viola lu
You can directly remove it from repository,thanks. On Tue, Apr 7, 2009 at 8:51 AM, Oscar Ostlund oscar.ostl...@gmail.comwrote: Hi I am quite new to geronimo and it is really great. One thing that bothers me is that I haven't been able to find documentation on how to uninstall a library. It

Re: Web server stopped responding to requests until restart

2009-03-04 Thread viola lu
from my side, it's http server configuration limitation.After peformance tune, it works well now. On Tue, Mar 3, 2009 at 10:10 PM, Stella Lok oinvertedwo...@gmail.comwrote: Hi, After doing much testing, I am able to recreate the frozen server situation on demand. Strangely enough, it