Re: [JBoss-user] multiple instances of jboss

2003-11-19 Thread Weiqi Gao
different configurations. For example, the same billing system for two different companies. -- Weiqi Gao [EMAIL PROTECTED] http://www.weiqigao.com --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help yo

Re: [JBoss-user] loading properties files from a JAR on the classpath..

2003-11-19 Thread Weiqi Gao
server/default/lib directory are not visible until you restart JBoss. Jar files added to the server/default/deploy directory are visible immediately (well as soon as the deployment scanner sees it, which is configured in server/default/conf/jboss-service.xml). -- Weiqi Gao [EMAIL

Re: [JBoss-user] Re: 3.2.2 Release Available

2003-10-20 Thread Weiqi Gao
RC process. So with 3.2.2, the JBoss-3.2.2.zip contains Tomcat, and a separate JBoss+Jetty bundle is available. Contrast this with 3.2.1, where JBoss-3.2.1.zip contains Jetty, with a separate JBoss+Tomcat bundle. -- Weiqi Gao [EMAIL PROTECTED] http://www.weiqigao.com

Re: [JBoss-user] HTTP BASIC authentication is broken

2003-10-14 Thread Weiqi Gao
t user has been authenticated. -- Weiqi Gao [EMAIL PROTECTED] http://www.weiqigao.com --- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide

Re: [JBoss-user] HTTP BASIC authentication is broken

2003-10-14 Thread Weiqi Gao
out whether the current user has > been authenticated. With our problem, the current > user has been authenticated. -- Weiqi Gao [EMAIL PROTECTED] http://www.weiqigao.com --- This SF.net email is sponsored by: SF.net Giveback Program. SourceForg

[JBoss-user] HTTP BASIC authentication is broken (Was: Re: [JBoss-user] JBoss+Tomcat vs. Tomcat: Authentication Differences)

2003-10-14 Thread Weiqi Gao
Is HTTP BASIC authentication broken in JBoss-3.2.2RC4_Tomcat-4.1.27? Using UsersRolesLoginModule seems not to work reliably as a replacement for Tomcat's MemoryRealm, at least in the scenario I outlined in my original post four days ago. -- Weiqi Gao [EMAIL PROTECTED] On Fri, 2003-10-10

[JBoss-user] HTTP BASIC authentication is broken (Was: Re: [JBoss-user] JBoss+Tomcat vs. Tomcat: Authentication Differences)

2003-10-14 Thread Weiqi Gao
Is HTTP BASIC authentication broken in JBoss-3.2.2RC4_Tomcat-4.1.27? Using UsersRolesLoginModule seems not to work reliably as a replacement for Tomcat's MemoryRealm, at least in the scenario I outlined in my original post four days ago. -- Weiqi Gao [EMAIL PROTECTED] On Fri, 2003-10-10

Re: [JBoss-user] mulplie ears in one jboss instance

2003-10-13 Thread Weiqi Gao
ge will be somewhat trivial if all your lookups are done by the same Service Locator. -- Weiqi Gao [EMAIL PROTECTED] http://www.weiqigao.com --- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000

Re: [JBoss-user] mulplie ears in one jboss instance

2003-10-13 Thread Weiqi Gao
already registed extension. So is there a way to limit jndi usage ear wide?? Is there a other mechanism for such a problem? The way to get around that is to add a jboss.xml file in each of the EJB jars that maps the EJBs to different JNDI names. -- Weiqi Gao [EMAIL PROTECTED] http://www.weiqigao.com

[JBoss-user] JBoss+Tomcat vs. Tomcat: Authentication Differences

2003-10-10 Thread Weiqi Gao
I tried to post this earlier today on GMANE's news-mailing list gateway but I did not see it show up. I apologize if yo have already seen this.) -- Weiqi Gao [EMAIL PROTECTED] http://www.weiqigao.com --- This SF.net email is sponsored

[JBoss-user] Re: Configuration for JBoss Startup

2003-09-02 Thread Weiqi Gao
ull that those beans are started direct after the start of JBoss. How about writing a servlet that calls the SLSB and make the servlet load on deploy? -- Weiqi Gao [EMAIL PROTECTED] --- This sf.net email is sponsored by:ThinkGeek Welcome

[JBoss-user] JBoss Presentation at St. Louis Java Users Group

2003-07-11 Thread Weiqi Gao
material. Send your comments to me at [EMAIL PROTECTED] Thank you, -- Weiqi Gao [EMAIL PROTECTED] --- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a f

[JBoss-user] Re: Exceptions related to cached connections when upgrading fromJBoss 3.0.4 to JBoss 3.0.7

2003-06-19 Thread Weiqi Gao
Weiqi Gao wrote: We just upgraded our JBoss installation from 3.0.4 to 3.0.7. Our code, which does not cause any problem in 3.0.4 causes the following exceptions to be thrown. I will investigate further this afternoon. But if someone on the list has already dealt with this already I&#

[JBoss-user] Exceptions related to cached connections when upgrading from JBoss3.0.4 to JBoss 3.0.7

2003-06-19 Thread Weiqi Gao
much if you can share some of your insights. My preliminary information is that this happens if a SLSB asks the DataSource for a second connection while the first connection is still open. Thanks, -- Weiqi Gao [EMAIL PROTECTED] ==8<==Exception #1==8<== 20

[JBoss-user] Shared ejb-jars, scoped ears and MDBs

2003-04-03 Thread Weiqi Gao
Are there other alternatives? Thanks for your help. -- Weiqi Gao [EMAIL PROTECTED] --- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No other company gives more support or power for you

[JBoss-user] List ten things you want fixed (was Re: JBoss: Not Ready For PrimeTime)

2003-04-01 Thread Weiqi Gao
an official JBoss developer. I'm just a user who sees a chance to give something back to the community, and potentially help a frustrated would be JBoss user.] -- Weiqi Gao [EMAIL PROTECTED] --- This SF.net email is sponsored by: Valu

[JBoss-user] Re: How is J2EE.8.3.2.5 done with JBoss 3.x?

2003-03-14 Thread Weiqi Gao
reduce the instances of JBoss that I have to run down to one. Weiqi Gao wrote: According to J2EE.8.3.2.5 (J2EE 1.3): The deployment tool must allow the Deployer to deploy the same J2EE application multiple times, as multiple independent applications, possibly with different configurations. For

[JBoss-user] How is J2EE.8.3.2.5 done with JBoss 3.x?

2003-03-14 Thread Weiqi Gao
n addition to the above? Thanks, -- Weiqi Gao [EMAIL PROTECTED] --- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple

[JBoss-user] Let server start up fail if 1099 is already bound

2003-03-11 Thread Weiqi Gao
Hi, Is there a way to let JBoss 3.0.4 server start up fail on JVM_BIND: cannot bound to port 1099? On Windows 2000, we have experienced situations when port 1099 is still bound after a server shutdown. Currently the server startup completes, but is useless. Thanks, -- Weiqi Gao [EMAIL

Re: [JBoss-user] Re: Intermittent error on deployment

2003-01-09 Thread Weiqi Gao
f * these arrays are null, then the corresponding default will be * substituted. */ public DeploymentFilter(String[] matches, String[] prefixes, String[] suffixes) If only the URLDeploymentScanner MBean allows me to specify them in jboss-service.xml. But I'm pushing my luck here. I alread

Re: [JBoss-user] Re: Intermittent error on deployment

2003-01-09 Thread Weiqi Gao
the file cannot be deleted while JBoss is running (on Windows). -- Weiqi Gao [EMAIL PROTECTED] --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.

[JBoss-user] Re: Intermittent error on deployment

2003-01-09 Thread Weiqi Gao
l, before the file is completely there? Copying the file typically take this long: real0m0.240s user0m0.050s sys 0m0.180s -- Weiqi Gao [EMAIL PROTECTED] --- This SF.NET email is sponsored by: SourceForge Enterprise Edit

[JBoss-user] Intermittent error on deployment

2003-01-09 Thread Weiqi Gao
much if someone can point out what's going on here. I'm running the JBoss 3.0.4 + Tomcat 4.1.12 bundle on a W2K server with JDK 1.4. -- Weiqi Gao [EMAIL PROTECTED] 10:48:41,570 INFO [MainDeployer] Starting deployment of package: file:/E:/discovery/java/dev_env/jboss3.0.4/server/i

[JBoss-user] Re: Jboss 3.0.4 and the Oracle 9i XA configuration

2003-01-07 Thread Weiqi Gao
Weiqi Gao wrote: David Jencks wrote: I think you need a 3.2 version from after 11/22/2002 when (I think) this was fixed. Thank you for the response. I downloaded jboss-3.2.0beta3 and configured my Oracle XA DataSource easily (with the oracle-xa-ds.xml) and everything seemed to work, until

Re: [JBoss-user] Jboss 3.0.4 and the Oracle 9i XA configuration

2003-01-06 Thread Weiqi Gao
d working, and I was unable to recall the steps I went through to have made it work in the first place. What am I to do? Thanks for any pointers and hints. > On 2003.01.06 02:04:53 -0500 Weiqi Gao wrote: > > > > Hi, > > > > I'm trying to use the Jboss 3.0.4

[JBoss-user] Jboss 3.0.4 and the Oracle 9i XA configuration

2003-01-05 Thread Weiqi Gao
ployment of the Minerva JDBC Adapter Mbean. What's the full story there? -- Weiqi Gao [EMAIL PROTECTED] --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf __

[JBoss-user] What does this mean?

2003-01-05 Thread Weiqi Gao
org.jboss.system.server.ServerImpl$ShutdownHook.shutdown(ServerImpl.java:720) at org.jboss.system.server.ServerImpl$ShutdownHook.run(ServerImpl.java:708) 21:41:28,372 INFO [TransactionManagerService] Stopping What does it mean? -- Weiqi Gao

[JBoss-user] Memory leaks redeploying ear files in Jboss-2.4.8_Tomcat-4.0.3

2002-09-26 Thread Weiqi Gao
later version? I'll appreciate any feedbacks. TIA -- Weiqi Gao [EMAIL PROTECTED] --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ JBoss-user mailing l

[JBoss-user] Triggering auto deployment

2002-08-25 Thread Weiqi Gao
foo.ear are deployed. Would the deployment mechanism still work if foo.jar and foo.ear are mere directories that contain the same content? -- Weiqi Gao [EMAIL PROTECTED] --- This sf.net email is sponsored by: OSDN - Tired of that same old ce

Re: [JBoss-user] JBoss 2.4.x+Tomcat 4.0.x, Oracle 9i: Connectionpool exhaustion

2002-08-16 Thread Weiqi Gao
em. Thank you very much for the tip. -- Weiqi Gao [EMAIL PROTECTED] --- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/

[JBoss-user] JBoss 2.4.x+Tomcat 4.0.x, Oracle 9i: Connection pool exhaustion

2002-08-16 Thread Weiqi Gao
d. If I can get through this alive, I'll post a summary of our experience. -- Weiqi Gao [EMAIL PROTECTED] --- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.co

Re: [JBoss-user] Running two instances of JBoss-2.4.4_Tomcat-4.0.1on the same box

2002-06-06 Thread Weiqi Gao
gt; instances of Jboss/Tomcat. Thanks for the information. I'm running two instances of JBoss+Tomcat now. -- Weiqi Gao [EMAIL PROTECTED] ___ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in

[JBoss-user] Running two instances of JBoss-2.4.4_Tomcat-4.0.1 on the same box

2002-06-05 Thread Weiqi Gao
ready bound error for port , from the ContainerFactory component. The ContainerFactory MBean configuration documentation does not have a configurable Port attribute. What should I do? Any help is greatly appreciated. TIA -- Weiqi Gao [EMAIL PROT