RE: [JBoss-user] JMX MBean question

2003-07-01 Thread j . m . vanbergen
Harm, I want to be able to configure which handler a particular directory watcher MBean uses. Therefore I thought it might be a good idea to make the Handler class a MBean aswel. One simple solution might be to create a HandlerFactory that knows the mapping of the different file types to the

[JBoss-user] dynamic sql?

2003-07-01 Thread Ittay Dror
I was wondering why JBoss has dynamic ql (where a bean can create a ql query at runtime), but not dynamic sql? ittay -- === Ittay Dror ([EMAIL PROTECTED]) User Space, RD Qlusters Inc. Tel: +972-3-6081956 Fax: +972-3-6081841

[JBoss-user] Insufficient method permissions

2003-07-01 Thread Pham Thanh Quan
(B (B (B (B (B (B (B (BHi all, (B (B (B (BWhen I run the (Bfollowing piece of code: (B (B (B (B Properties properties = new Properties(); (B (B properties.put(java.naming.provider.url, url); (B (B properties.put(java.naming.factory.initial, jndiContextClass); (B (B

RE: [JBoss-user] JMX MBean question

2003-07-01 Thread harm
I see your point. Maybe I should clarify myself a bit. Each handler has it's own configuration. For instance there is an email-handler. Which sends an email to a specific email-address when a file arrives in the 'watched' directory. The handler also has some other attributes such as the subject

[JBoss-user] NIS login module

2003-07-01 Thread Ionel Gardais
Hi, is there a NIS login module available somewhere (over the rainbow) ? thanks, ionel --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today

Re: [JBoss-user] Finder generating wrong SQL statement in Jboss-3.2.1

2003-07-01 Thread Janardhan Burugupalli
Hi All, I have a finder defined in the jwas.xml like this below finder namefindAllOrdered/name query/ orderCREATINGTIME DESC/order /finder i dont have any query because i want all results only in the Creating time desc format but jboss is generating the following

Re[2]: [JBoss-user] JBossDO

2003-07-01 Thread Alexey Loubyansky
Hello Pete, yes, I'll write about what is not implemented yet, what is implemented but not optimized yet and what is planned. I will keep this page up to date. And, remember, it is the first iteration. alex Monday, June 30, 2003, 9:51:36 PM, Pete Beck wrote: PB Hi guys, PB Will the docs

Re: [JBoss-user] NIS login module

2003-07-01 Thread Alex Hornby
On Tue, 2003-07-01 at 09:55, Ionel Gardais wrote: Hi, is there a NIS login module available somewhere (over the rainbow) ? thanks, ionel Or a PAM login module - that would be able to do either NIS, SMB or passwd auth. Although I guess that would need a JNI part. Alex.

Re: [JBoss-user] dynamic sql?

2003-07-01 Thread Alexey Loubyansky
Hello Ittay, because no one has implemented it yet. Hopefully, we could address it in JBoss-4. Also, in JBoss-4, JBossQL compiler supports insert, update and delete statements. alex Tuesday, July 01, 2003, 10:39:25 AM, Ittay Dror wrote: ID I was wondering why JBoss has dynamic ql (where a bean

RE: [JBoss-user] Finder generating wrong SQL statement in Jboss-3.2.1

2003-07-01 Thread Danny . Yates
I'm guessing here, but: 1) Can you remove the query/ element? Does this stop JBoss from generating the where clause? 2) Can you set the query to something like 1=1? Dan. -- Danny Yates -Original Message- From: Janardhan Burugupalli [mailto:[EMAIL PROTECTED] Sent: 01 July 2003

Re[2]: [JBoss-user] Finder generating wrong SQL statement in Jboss-3.2.1

2003-07-01 Thread Alexey Loubyansky
Hello Janardhan, JAWS was replaced with JBossCMP a long time ago and is not supported anymore. Sorry, I really don't know what is wrong with your finder. alex Tuesday, July 01, 2003, 12:03:42 PM, Janardhan Burugupalli wrote: JB Hi All, JB I have a finder defined in the jwas.xml like this

Re: Re[2]: [JBoss-user] JBossDO

2003-07-01 Thread Pete Beck
That's great! It's not always too easy to figure those things out from the code. :-) On Tue, 2003-07-01 at 10:26, Alexey Loubyansky wrote: Hello Pete, yes, I'll write about what is not implemented yet, what is implemented but not optimized yet and what is planned. I will keep this page up

[JBoss-user] Virus Warning

2003-07-01 Thread administrator
The message you emailed to [EMAIL PROTECTED], dated 07/01/03 06:22:26, contains the W32/Sobig-E virus in the your_details.zip attachment. The action taken was: deleted the attachment. --- This SF.Net email sponsored by: Free pre-built

Re: [JBoss-user] Finder generating wrong SQL statement in Jboss-3.2.1

2003-07-01 Thread Janardhan Burugupalli
[EMAIL PROTECTED] wrote: I'm guessing here, but: 1) Can you remove the query/ element? Does this stop JBoss from generating the where clause? 2) Can you set the query to something like 1=1? Dan. Hi Dan, I made it so that i was equating a filed with thee same like finder

[JBoss-user] Problem binding RMI to particular interface

2003-07-01 Thread Phil Packer
Hi, I hope someone can help me with what may be a simple JNDI problem. I have a multi-homed host running JBoss-3.0.6/j2sdk1.4.2 (on RedHat 9) and I have another application on the other side of a firewall that need to be able to do JNDI and RMI to this JBoss instance I've managed to make JNDI

[JBoss-user] Integrating Tomcat in JBoss

2003-07-01 Thread Ittay Dror
Hi, I want to integrate a release of tomcat in jboss. I don't want to use the ready made version of JBoss which has tomcat inside, because it lacks several features (for example jspc). Any pointers are welcome Thank you, Ittay -- === Ittay Dror ([EMAIL

[JBoss-user] EXCEPTION: configuration 'IIOP Stateless SessionBean' not found in JBoss 3.0.7

2003-07-01 Thread Surajit Bhattacharjee
Hi! I have a requirement whereby an external CORBA client should be able to invoke methods on my Session Bean's remote interface. I have put the following in the jboss.xml: ... session ejb-nameClusteredSLSB/ejb-name

[JBoss-user] CORBA Client to Session Bean NOT POSSIBLE in 3.2.2 ??

2003-07-01 Thread Surajit Bhattacharjee
Hi all! I am looking for a way to have an external CORBA client invoke a method on a Session Bean's remote interface. I am not able to figure out a way of doing this in JBOSS !! Any help will be deeply appreciated!!! Thanks, Surajit ---

Re: Re[2]: [JBoss-user] Finder generating wrong SQL statement inJboss-3.2.1

2003-07-01 Thread Pete Beck
Try setting: querytrue/query On Tue, 2003-07-01 at 10:55, Alexey Loubyansky wrote: Hello Janardhan, JAWS was replaced with JBossCMP a long time ago and is not supported anymore. Sorry, I really don't know what is wrong with your finder. alex Tuesday, July 01, 2003, 12:03:42 PM,

RE: [JBoss-user] On the performance trail - again

2003-07-01 Thread Jon Barnett
As an addition to this, I should point out that you do see the memory reclaimed eventually. About three to four hours in idle time on my test system, sees the RSS drop to around the levels seen with the trimToSize() addition - probably the time it takes for the GC to find the areas to reclaim.

Re: [JBoss-user] problem accessing an inner class from an MBean

2003-07-01 Thread George Icriverzi
Thank you very much Mr. Stark! I can see the mistake now. Scott M Stark wrote: Thanks for the trace log output. The source of the issue is that there are two independent deployments that have the org.eupki.ca.ejb.services.CRLFactory class: deploy/eupki-ca-archive.jar

RE: [JBoss-user] CORBA Client to Session Bean NOT POSSIBLE in 3.2.2 ??

2003-07-01 Thread Sacha Labourey
Can you check the Jacorb web site/documentation, I think they have sample code on how to access JBoss from a remote corba client. Cheeres, sacha -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Surajit Bhattacharjee Sent: mercredi, 2. juillet 2003

RE: [JBoss-user] Oracle LOB's on JBoss 3.2.1

2003-07-01 Thread Karl Koster
Actually, I have the exact same code (same class) working in a standalone application. It only seems to be a problem within JBoss. Karl Hi, I don't think this has much to do with JBoss. Try to get this code to work in a standalone program first, and if you still have problems, ask on one

Re: [JBoss-user] org.jboss.persistence.schema.DuplicateNameException

2003-07-01 Thread Alexey Loubyansky
Hello Christofer, I recommend you to switch back to 3.2. 3.2 is our production branch. EJB/CMP in 3.2 is more stable and feature reach at the moment. alex Tuesday, July 01, 2003, 2:51:54 PM, Christofer Dutz wrote: CD Hi, CD after a small break on my work with the SPECjAppServer2002 I finaly

[JBoss-user] Datasource Problems

2003-07-01 Thread Edgar Silva
Hi All... My friends, I spent almost 3 weeks with a big problem with JBoss's DataSource. I am using Oracle, and I am sure of to close the connections after my events. However, seem never JBoss closes these connections... Then this fact happens every time , until to explode the number of

[JBoss-user] javax.naming.NameNotFoundException after some redeploys

2003-07-01 Thread Davide Pozza
As the subject says, it happens that after some redeploys, a javax.naming.NameNotFoundException is thrown when on my web client I try to lookup the first Stateless session bean remote interface. At this point to have my app. working, I have to to restart jboss. Any suggestion? Thanks Davide

RE: [JBoss-user] jms diagnostics?

2003-07-01 Thread Eric J Kaplan
Scott How much less proformant? We're not in a position to upgrade right now (we're just finishing testing for a release). Our usage of JMS isn't heavy. We only send messages occasionally. Is it a latency issue or a throughput issue (or both?). In other words, are individual messages quick

Re: [JBoss-user] Integrating Tomcat in JBoss

2003-07-01 Thread Scott M Stark
Just add these jars/features to the existing jbossweb-tomcat.sar or follow the proceedure used to build this sar. See the tomcat41 module of the source tree for the details. -- Scott Stark Chief Technology Officer JBoss Group, LLC Ittay Dror

RE: [JBoss-user] Oracle LOB's on JBoss 3.2.1

2003-07-01 Thread Jon Barnett
I'd check your initial assumption that the connection is not set to autocommit. I think you'll find it is still in autocommit. To test, you can set it to false before you use it. JonB -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Karl Koster Sent:

Re: [JBoss-user] Problem binding RMI to particular interface

2003-07-01 Thread Scott M Stark
You would have to specify an java.rmi.server.RMIServerSocketFactory instance that allowed for binding on a specific interface: attribute name=ServerSocketFactoryMyRMIServerSocketFactory /attribute We should probably just be installing an implementation that used the BindAddress setting

Re: [JBoss-user] Insufficient method permissions

2003-07-01 Thread Scott M Stark
Our default login mechanism is not through the JNDI InitialContext. If (Byou want to do that you need to use the (Borg.jboss.security.jndi.LoginInitialContextFactory: (B (B Properties env = new Properties(); (B // Try with a login that should succeed (B

RE: [JBoss-user] On the performance trail - again

2003-07-01 Thread Bill Burke
The metadata stuff would only affect boot time. I'm more concerned about runtime performance and overall memory footprint. Thanks again for your work, Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jon Barnett Sent: Tuesday, July 01, 2003 8:05

[JBoss-user] no dice on TRACE

2003-07-01 Thread Eric J Kaplan
Ive had no success turning TRACE on in jboss. 3.0.4. Even if I uncomment the lines in log4j.xml that say Ill get a lot of output I get nothing: category name=org.jboss.system priority value=TRACE class=org.jboss.logging.XLevel/ /category category name=org.jboss.ejb.plugins

RE: [JBoss-user] 3.2.1: Persistence for SystemPropertiesService?

2003-07-01 Thread Barlow, Dustin
Thanks for the info. Are there any docs available on how to properly use XMBeans and what exactly the persistence semantics are? I do have the full doc subscription as well, but I didn't find anything on XMBeans in the versions I have. Dustin -Original Message- From: Scott M Stark

Re: [JBoss-user] Problem binding RMI to particular interface

2003-07-01 Thread Phil Packer
Thanks very much for the quick reply Scott! I sort of suspected that that might be the case - I'd be very happy to test any changes in that area (although I'm currently more of a system integrator than a Java programmer...) Many thanks again Phil On Tue, 2003-07-01 at 14:55, Scott M Stark

RE: [JBoss-user] Oracle LOB's on JBoss 3.2.1

2003-07-01 Thread Karl Koster
Correct me if I am wrong, but the connection retrieved from JBoss's managed connection pool always has autocommit to set to false even if it reports true. If there is a configuration setting for the datasource that I am missing, I have not been able to find it. I am using a local transaction

Re: [JBoss-user] no dice on TRACE

2003-07-01 Thread Juha-P Lindfors
remove THRESHOLD from the appender On Tue, 1 Jul 2003, Eric J Kaplan wrote: I've had no success turning TRACE on in jboss. 3.0.4. Even if I uncomment the lines in log4j.xml that say I'll get a lot of output I get nothing: category name=org.jboss.system priority value=TRACE

[JBoss-user] Axis logging

2003-07-01 Thread Eric Jain
Is it possible to reduce the pages of stack trace that are generated every time an Axis web service throws a user exception? -- Eric Jain --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce,

[JBoss-user] Workflow engine for JBoss 3.2 ?

2003-07-01 Thread Barlow, Dustin
I'm looking for a workflow engine to integrate into JBoss. I would prefer it to be MBean based and to be open source. I did a bit of googling and ran across Hanoi on sourceforge, but it hasn't been released yet, so it looks like that's a potential option in the future. Anyone familiar with this

[JBoss-user] SLSB atomicity

2003-07-01 Thread Ionel Gardais
Hi, I have a SLSB acting as a facade for all my CMP entities. In one of my SLSBmethods, I create two CMP beans. Is it possible to give this method an atomicity so if the first bean's creation fails, the second one shouldn't be created OR if the second bean's creation fails, the first bean

RE: [JBoss-user] no dice on TRACE

2003-07-01 Thread Adrian Brock
You need to remove the filter on the appender that specfies only INFO is shown. Adrian Brock Director of Support Back Office JBoss Group, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric J

RE: [JBoss-user] no dice on TRACE

2003-07-01 Thread Eric J Kaplan
Juha That worked, thank you. Open source is great. There aren't too many products where you can ask a question (albeit a trivial one) and one of the leading authorities (whose book I have sitting on my desk) answers. Regards Eric -Original Message- From: [EMAIL PROTECTED]

Re[2]: [JBoss-user] org.jboss.persistence.schema.DuplicateNameException

2003-07-01 Thread Alexey Loubyansky
Tuesday, July 01, 2003, 5:29:53 PM, Christofer Dutz wrote: CD Alexey Loubyansky wrote: Hello Christofer, I recommend you to switch back to 3.2. 3.2 is our production branch. EJB/CMP in 3.2 is more stable and feature reach at the moment. CD Well I know that this is a beta version. The thing is

RE: [JBoss-user] SLSB atomicity

2003-07-01 Thread Rod Macpherson
Assuming the SLSB requires a transaction and the CMP create does not create a new one it should be atomic already. -Original Message- From: Ionel Gardais [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 7:51 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] SLSB atomicity Hi, I

RE: [JBoss-user] WSDL Part names within messages.

2003-07-01 Thread Mark.Gargan
Title: Message Hi Dr. Jung, Just a quick heads up on how I got on with the parameter problem. Basically I amended the jboss-net-ejb.xml.xdt xdoclet template to include an extra xdoclet method tag @jboss-net:wsdd-operation. I stuck the following xdoclet code between the tags that

RE: [JBoss-user] no dice on TRACE

2003-07-01 Thread Juha-P Lindfors
;-) On Tue, 1 Jul 2003, Eric J Kaplan wrote: Juha That worked, thank you. Open source is great. There aren't too many products where you can ask a question (albeit a trivial one) and one of the leading authorities (whose book I have sitting on my desk) answers. Regards Eric

Re: [JBoss-user] org.jboss.persistence.schema.DuplicateNameException

2003-07-01 Thread Christofer Dutz
Ok .. here my Stacktrace 2003-07-01 17:52:04,656 ERROR [org.jboss.ejb.plugins.LogInterceptor] EJBException, causedBy: javax.ejb.TransactionRolledbackLocalException: null; CausedByException is: Unexpected Error java.lang.StackOverflowError ; CausedByException is: Unexpected Error

RE: [JBoss-user] SLSB atomicity

2003-07-01 Thread Eric J Kaplan
Ionel The container will manage all of this for you. In your ejb-jar.xml, specify container transaction type Requires for the create methods of your two entity beans, and RequiresNew as the transaction type for your SLSB method. The container will manage handling exactly what you want. Make

[JBoss-user] Hypersonic hangs at shutdown

2003-07-01 Thread MNewcomb
Anyone else seeing this? Friday jboss-head jdk 1.4.1_02 RedHat 8.0 Michael --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to

RE: [JBoss-user] SLSB atomicity

2003-07-01 Thread Adrian Brock
Catch the CreateException and setRollbackOnly() on the session context. Regards, Adrian Adrian Brock Director of Support Back Office JBoss Group, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

RE: [JBoss-user] Oracle LOB's on JBoss 3.2.1

2003-07-01 Thread Jon Barnett
Actually, I didn't mean change the pool as that would change for everything you did with connections from the pool. I meant just change it for your local connection. e.g. conn.setAutocommit(false); This is code we built back in JBoss 2.2 days against Oracle - we don't have an in-house Oracle as

Re: [JBoss-user] Workflow engine for JBoss 3.2 ?

2003-07-01 Thread Kasper Fock
On Tuesday 01 July 2003 16:44, Barlow, Dustin wrote: I'm looking for a workflow engine to integrate into JBoss. I would prefer it to be MBean based and to be open source. I did a bit of googling and ran across Hanoi on sourceforge, but it hasn't been released yet, so it looks like that's a

[JBoss-user] Physical vs. Logical name lookups?

2003-07-01 Thread Hansen, Erik
I just fixed a problem which had nagged me for a while regarding XDoclet generated Util class name lookups failing due to "ejb not bound" and while the details of the problem and solution are more appropriate for an XDoclet discussion, it did raise a question that I was hoping for some

RE: [JBoss-user] Oracle LOB's on JBoss 3.2.1

2003-07-01 Thread Barlow, Dustin
The connection coming from a JBoss datasource pool doesn't always have autocommit set to false. It depends on the context in which the connection is aquired from the JBoss pool. For example, if you have a JSP page or a Servlet directly grabbing a datasource from a JBoss pool, the connection

RE: [JBoss-user] Workflow engine for JBoss 3.2 ?

2003-07-01 Thread Tom Baeyens
Hi Dustin, Please look at jBpm http://jbpm.org A complete open source workflow engine. jBpm now works with 3.0.x, 3.2.1 compatibility is the first issue to be resolved (after the next release which is scheduled for later this week). Currently it is exposed as a set of session-beans but you could

[JBoss-user] Plexus FloWare has a new J2EE version (Workflow for J2EE/JBoss)

2003-07-01 Thread Sasidharan, Manoj
Hello All, Plexus FloWare is an highly scalable enterprise class Workflow/BPM server. For details, refer www.plx.com A J2EE version of the product is already available for BEA Weblogic. A JBoss version is planned shortly. rgds MS --- This

[JBoss-user] JBoss client

2003-07-01 Thread wondersonic
Hello, According to you what is the best way to implement an Artificial Intelligence process inside a JBoss server? One can imagine a scenario: a thread randomly invokes EJBs to modify a set of data. From what I've read, I can't implement such a thread inside an EJB :-(. So: - Is there a thread

Re: [JBoss-user] javax.naming.NameNotFoundException after some redeploys

2003-07-01 Thread Guy Rouillier
Davide Pozza wrote: As the subject says, it happens that after some redeploys, a javax.naming.NameNotFoundException is thrown when on my web client I try to lookup the first Stateless session bean remote interface. At this point to have my app. working, I have to to restart jboss. Any suggestion?

RE: [JBoss-user] Workflow engine for JBoss 3.2 ?

2003-07-01 Thread Rod Macpherson
OSWorkflow does not run on JBoss out of the box and getting everything on JBoss and using your own datasource was a bear. They have a multi-page HOW-TO on porting to Oracle on JBoss but it references files that no longer exist in the current build. Some packages use XDoclet and other packages do

Re: [JBoss-user] EXCEPTION: configuration 'IIOP Stateless SessionBean'not found in JBoss 3.0.7

2003-07-01 Thread Guy Rouillier
(Replying to both your messages...) Look in the 3.2.x source, testsuite\src\main and testsuite\src\resources at the helloiiop example. The message you include below seems pretty clear - you are asking to use the IIOP Stateless SessionBean container configuration, and there is no such

Re: [JBoss-user] Datasource Problems

2003-07-01 Thread Guy Rouillier
Edgar, please identify what version you are using. I'm not saying what you are seeing isn't true, but as you know from these forums, inevitably when a runaway connection problem appears, it is because of the application not closing connections somewhere. That somewhere is not always easy to

[JBoss-user] design questions

2003-07-01 Thread Rafal Kedziorski
hi, we are developing application for mutimedia content management. a java client communicates with an JBoss 3.2.2 instance. in about one week we go in production mode. in first phase we habe only one JBoss instance, but we should be able to run our application in an JBoss cluster. and for

[JBoss-user] Undelivered Mail Returned £¨ÎÞ·¨Í¶µÝµÄÍËÐÅ£©

2003-07-01 Thread Mail Delivery System
This is the Postfix program at host mx6.163.com. I'm sorry to have to inform you that the message returned below could not be delivered to one or more destinations. For further assistance, please contact [EMAIL PROTECTED] If you do so, please include this problem report. You can delete your own

RE: [JBoss-user] SLSB atomicity

2003-07-01 Thread Adrian Brock
CreateException is an application exception. Adrian Brock Director of Support Back Office JBoss Group, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rod Macpherson Sent: 01 July 2003

RE: [JBoss-user] SLSB atomicity

2003-07-01 Thread Rod Macpherson
Hmmm... Better review this and make sure we are in fact consitently treating CreateException as an application exception. Thanks for the clarification. -Original Message- From: Adrian Brock [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 5:36 PM To: [EMAIL PROTECTED] Subject: RE:

[JBoss-user] How to configure JBoss-Jetty to serve static content?

2003-07-01 Thread Herve Tchepannou
Im running JBoss-Jetty-3.0.4. My application allow to upload images that are stored in a directory /home/app/resources/ I'd like Jetty to allow my users to access those images. For example, http://mydomain.com/resources/a.gif will map to /home/app/resources/a.gif. How do I configure Jetty for

Re: [JBoss-user] Datasource Problems

2003-07-01 Thread Edgar Silva
Hi Roullier, this behavior of the JBoss's DataSource is very strange, because I solved this trouble changing the Datasource from JBoss to TomCat. I Know that TomCat uses Jakarta Commons DBCP, and with this Container I solved all my troubles, when JBoss arrives in a number of connection greater

RE: [JBoss-user] design questions

2003-07-01 Thread Bill Burke
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Rafal Kedziorski Sent: Tuesday, July 01, 2003 5:40 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] design questions hi, we are developing application for mutimedia content management. a java client

Re: [JBoss-user] Datasource Problems

2003-07-01 Thread Guy Rouillier
Edgar, I haven't used Common-DBCP, but I just downloaded it and quickly read some documentation. I don't want to get into a protracted discussion here, but there are many reasons why a Tomcat-based implementation might not exhibit exhausted connections when JBoss does. For example, JBoss

RE: [JBoss-user] Insufficient method permissions

2003-07-01 Thread Pham Thanh Quan
Title: RE: [JBoss-user] Insufficient method permissions (B (B (B (B (BDear Scott, (B (B (BI apologize for my disturbance. I am still confused about the myLoginConfig. In my login-config.xml, I have the following application-policy elements: (B (B application-policy name = client-login

[JBoss-user] SAR depends on WAR!

2003-07-01 Thread Snell Nguyen
How do i iplement a SAR which depends on WAR. I am grateful toyou for your anyhelps!

RE: [JBoss-user] SLSB atomicity

2003-07-01 Thread Rod Macpherson
He is not getting an application error but rather an EJB create exception so my assumption would be he does not need to catch and rollback: set the right attributes (requires and requires existing transaction) on those methods and let the container handle it. -Original Message- From: