Re: [JBoss-user] No auth prompt using security-constraint

2002-06-19 Thread Cloudor Pu
I have got the same problem in JBoss3.0fr. I think it is because of my incorrect login-config.xml, for if i change the security-domain in jboss-web.xml to an invalid one auth will pop up indicating default UsersRolesLoginModule works. Could anyone show me where i miss in my login-config.xml ?

[JBoss-user] When will JBoss 3.0 Documentation be available?

2002-06-19 Thread Low Han Ming
Hi, I'd like to purchase the JBoss documentation from Flashline. However, I'd like to know when will be the version 3 documentation be available? Thanks for your reply. Cheers. Han Ming

[JBoss-user] JBoss don't release a connection from the pool

2002-06-19 Thread Enrique Rodríguez
Title: JBoss don't release a connection from the pool Hi All, I'm using JBoss as app server but not using using EJB, only the JBoss pool connection. so from my Beans that access database I get and close the JBoss wrapped connections. The problem is that i have a method when i close the

Re: [JBoss-user] deployment on 3.0 release

2002-06-19 Thread Cloudor Pu
yes, i have seen this before when i miss the META-INF/ejb-jar.xml file in my jar. regards, Cloudor ÔÚ 2002-06-04 ¶þ µÄ 20:21£¬ Gary S. Cuozzo дµÀ£º Hello all, I've got an app that I developed using JBoss3.0Beta and am trying to deploy it on 3.0 release but am having some issues. I don't

Re: [JBoss-user] where condition SQL.

2002-06-19 Thread Ionel Gardais
you need to write an EJB-QL statement in the ejb-jar.xml file. see JBoss doc for more explanation. ionel Tejeshwar wrote: Hi How can we achieve an where condition in SQL in container managed persistance Bean. Thanks and regards Tejesh

RE: [JBoss-user] Jboss 3 with Ingres JDBC

2002-06-19 Thread Susan Deaves
David, Thanks for reply. This is the file I am using ...as I said I copied tried to adapt the Oracle one. I believe I should be using XaTXConnectionManager as I am using caribou's class 3 JDBC driver, but JBOss doesnt seem to be picking up the class (although I am using the same class jar as I

Re: [JBoss-user] WARN [EmbeddedCatalinaServiceSX] No/WEB-INF/web.xml descriptor found

2002-06-19 Thread Cloudor Pu
I have met the same error when i use a command-line jar to generate a war file. I worked around by using ant to generate it. ÔÚ 2002-06-10 Ò» µÄ 18:56£¬ [EMAIL PROTECTED] дµÀ£º Hello ! I am using jboss-3.0.0RC1_tomcat-4.0.3 and I want to deploy a simple Servlet (see attached .war-file),

[JBoss-user] example ear file deploying to tomcat from Greg Turner to Christopher Watson

2002-06-19 Thread Ian . Sleigh
In the archives Greg Turner refers to an example .ear file in his response to Christopher Watson's question re deploying using Tomcat/JBoss 3.0 - any chance of a copy as I'm having the same problem. I am able to deploy ok when using jetty with the .war file but the same technique/file fails