Improve geronimo samples use experience

2008-10-12 Thread Forrest_Xia
Generating standalone and deployment-ready war or ear ball will make geronimo samples more easier for first try, and will improve user's use experience. For currently generated war or ear of samples 2.1.2 release, user should supply an external deployment plan.xml to make it deployable. I think i

Can we use JAX-RPC and JAX-WS in the same time in a JEE application?

2009-01-06 Thread Forrest_Xia
Recently I am trying to have a JAX-WS implementation for daytrader web services access mode. I can make it work when I disabled JAX-RPC in configuration files, but when I try to make two web services access mode working in the same time, there is a deployment exception appeared like this: "Deplo

Re: Can we use JAX-RPC and JAX-WS in the same time in a JEE application?

2009-01-06 Thread Forrest_Xia
Jarek, That testsuite samples do help, and I make progress. But I am stopped by a new problem: how to code to access the jax-ws web service? What I want to achieve is not to use static wsdl in any configuration file, while let axis2 engine generate it at runtime. So I did following changes: 1. A

Re: Can we use JAX-RPC and JAX-WS in the same time in a JEE application?

2009-01-10 Thread Forrest_Xia
Finally, I got through the problem I encountered. I add some configs to web.war/web-inf/webservices.xml Trade JAX-WS Impl TradeJWSPort http://jaxws.daytrader.samples.geronimo.apache.org";>p1:TradeJWSService http://jaxws.dayt

Headache deployment failure side-effect issue

2009-01-10 Thread Forrest_Xia
Hi all, One pain point I recently felt is that once a failure deployment happen, there will be some directories created in the repository, which will stop the next deployment. I have to manually remove the empty directory in the repository. My thought is whether we can improve the deployment mec

Re: Headache deployment failure side-effect issue

2009-01-12 Thread Forrest_Xia
Yep, Viola, the jira fix is what I am expecting :-), hope it could be included in AG 2.2 release. Thanks for pointing it out To David, -B, thanks for replying. My post background story is, when I use Eclipse and GEP to develop some JEE applications, inevitably I would make some bad configurations

Re: [BUILD] branches/2.1: Failed for Revision: 745486

2009-02-25 Thread Forrest_Xia
Hi Joe, Any solution to this problem? I encountered the same error when building a sample plugin which includes an ejb artifact. Thanks, Forrest -- View this message in context: http://www.nabble.com/-BUILD--branches-2.1%3A-Failed-for-Revision%3A-745486-tp22080420s134p22207188.html Sent from

Re: [BUILD] branches/2.1: Failed for Revision: 745486

2009-02-25 Thread Forrest_Xia
v. 747480 & 747481 he made changes like to use the correct jndi name > in the tests: > > -String jndiName = "ejb/mgmt/MEJBRemoteHome"; // should be > "ejb/mgmt/MEJB" > +String jndiName = "ejb/mgmt/MEJB"; > > Hope that helps, &g

Daytrader for Tomcat

2009-03-02 Thread Forrest_Xia
I trimed daytrader by removing ejb, jms, web services, and etc, and generated a version for Tomcat, anyone interested? -- View this message in context: http://www.nabble.com/Daytrader-for-Tomcat-tp22290310s134p22290310.html Sent from the Apache Geronimo - Dev mailing list archive at Nabble.com.

Re: Daytrader for Tomcat

2009-03-02 Thread Forrest_Xia
A separate maven project for daytrader tomcat version is ready. Consequently, Adding it to daytrader trunk bundle is easy, and further making it as a geronimo server plugin is not a big problem either, I can do that :-) Forrest -- View this message in context: http://www.nabble.com/Daytrader

Why change tomcatContainerName from "?name=TomcatWebContainer" to "?name=WebContainer" in tomcat6-deployer plugin of 2.1.4-snapshot?

2009-03-04 Thread Forrest_Xia
Recently, when I am building some 2.1 branch samples plugins, I found that built sample plugins are all not installable. A message on admin console like this: "A problem has occured: org.apache.geronimo.kernel.config.LifecycleException: start of org.apache.geronimo.samples/calculator-tomcat/2.1.3

Re: Why change tomcatContainerName from "?name=TomcatWebContainer" to "?name=WebContainer" in tomcat6-deployer plugin of 2.1.4-snapshot?

2009-03-04 Thread Forrest_Xia
I think this change bring another defect, that is built sample plugin which uses tomcat6-deployer won't be able to install on the server. Please check. thanks! Forrest -- View this message in context: http://www.nabble.com/Why-change-tomcatContainerName-from-%22-name%3DTomcatWebContainer%22-to

Re: Why change tomcatContainerName from "?name=TomcatWebContainer" to "?name=WebContainer" in tomcat6-deployer plugin of 2.1.4-snapshot?

2009-03-04 Thread Forrest_Xia
Opened a defect https://issues.apache.org/jira/browse/GERONIMO-4569 Forrest Forrest_Xia wrote: > > I think this change bring another defect, that is built sample plugin > which uses tomcat6-deployer won't be able to install on the server. > > Please check. thanks! >

About daytrader patches

2009-03-11 Thread Forrest_Xia
Hi folks, Is there anyone has time to help look at JIRA daytrader-63, 64, 65? Please help review and commit them if it's ok for us. If anything unclear, please comment on them. I will have more commits about daytrader for tomcat, for jboss4. Thanks! Forrest -- View this message in context: h

The scope and schedule for G 2.2 samples release

2009-06-23 Thread Forrest_Xia
Hi folks, I would like to take the ownership of releasing a new G samples release for G 2.2 server. Please let me know your thoughts about it. So far, what I can think for this new samples release to do as follows: 1. Update and build the current samples trunk, and make sure those samples functi

Re: The scope and schedule for G 2.2 samples release

2009-07-08 Thread Forrest_Xia
Jack Cai wrote: > > Might want to add some simple JTA samples? > > Does the new release include DayTrader? > > -Jack > Yes, I've done some work on daytrader some time ago, and I will add those daytrader to-does (as http://www.nabble.com/Daytrader-for-Tomcat-td22290310s134.html Joe highligh

Re: Daytrader for Tomcat

2009-07-08 Thread Forrest_Xia
I will make progress on it as part of G 2.2 sample release work. Thank you for patience. If there is anything sounds urgent that you want from me, feel free to let me know. Forrest -- View this message in context: http://www.nabble.com/Daytrader-for-Tomcat-tp22290310s134p24386522.html Sent fro

Re: The scope and schedule for G 2.2 samples release

2009-07-12 Thread Forrest_Xia
Let me try to sort out what we will do next: 1. Add one sample which uses popular application framework, such as struts, spring. 2. Update and release a new version of daytrader with G 2.2 sample release 3. Add or update a sample to configure EJB security via annotation 4. Add or update a sample t

Re: The scope and schedule for G 2.2 samples release

2009-07-14 Thread Forrest_Xia
djencks wrote: > > Isn't jsf pretty much a struts replacement? I kinda thought struts > and struts 2 were obsolete after jsf came out. > Activemq broker and the apache directory plugin both show using spring > in geronimo, although not as end-user apps. > The reason I add this is that I s

Re: Apache Con US '09 Geronimo Track

2009-07-15 Thread Forrest_Xia
I think the ease of use character of Geronimo is better to be worded in the general description. The convenient admin console is definitely a bright spot compared to other open source java application servers. -- View this message in context: http://www.nabble.com/Apache-Con-US-%2709-Geronimo-T

Re: With Latest G2.2 svn build (rev 816446) can't start through "gsh"

2009-09-22 Thread Forrest_Xia
For some reason, Geronimo build system does not replace {$version} with 2.2-SNAPSHOT in GShell configuration file, that cause the problem. Anyway, it seems just happens on local build, not on server build. If someone in charge of building system could see this problem, that would be appreciated!