[jboss-user] [JCA/JBoss] - Re: Can

2008-03-02 Thread vola
Ok. Thanks alot for your advice. I will try these. ^^ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133491#4133491 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133491 ___

[jboss-user] [JCA/JBoss] - Re: Can

2008-02-22 Thread vola
Because I am working on self-adaptive system. If too many exceptions are thrown, I hope the system can self-adapt to solve the problem by itself. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4131581#4131581 Reply to the post :

[jboss-user] [JCA/JBoss] - Can NestedSQLException be counted in the J2EE application?

2008-02-21 Thread vola
Hi everyone, I am using JBoss AS 4.0.5 + MySQL. And I am trying to test the perfomance of my J2EE application under very high workload. Sometimes the standard console will printout: org.jboss.util.NestedSQLException: No ManagedConnections available within configured blocking timeout ( 3

[jboss-user] [Installation, Configuration DEPLOYMENT] - Is there any API that can be used for configuration at runti

2007-11-04 Thread vola
Hi everyone, I am trying to configure the JBoss AS 4.0.5 to see if it is possible to increase its capacity when the load is high. I know that I can modify some xml files (e.g. service.xml, service-config.xml) to configure the JBoss AS. These can change the max thread numbers and max memory. I

[jboss-user] [Management, JMX/JBoss] - Re: Can Not run

2007-08-23 Thread vola
Ok, it works. Thank you very much! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4077437#4077437 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4077437 ___ jboss-user mailing list

[jboss-user] [Management, JMX/JBoss] - Can Not run twiddle. Bug of 4.0.5?

2007-08-22 Thread vola
Hello everyone, I am trying to learn how to use JBoss's JMX funtionalities to monitor my application. In the JBoss Application Server Guide, it says to call bin\twiddle to get access to the JMX. However, once I run twiddle, there will be an exception: Exception in thread main

[jboss-user] [Installation, Configuration DEPLOYMENT] - How can packages inside JBoss use libraries outside JBoss?

2007-08-20 Thread vola
Hello all, JBoss AS: 4.0.5.GA JBoss AOP: 1.5.5.GA JDK: 1.5.0.12 OS: XP J2EE Application I am deploying: TPC-W I have successfully deployed TPC-W on JBoss AS and it worked perfectly well. Then I tried to add a new class called DecisionMaker (DM) into it. The DM class will make some

[jboss-user] [JBoss AOP] - How to use AOP to simulate an alternative method of a existi

2007-07-18 Thread vola
Hi all, Our team is trying to use JBoss AOP to do effecting on a running J2EE application. Let say one class ShoppingCart of the application has a method called addItem(). Our goal is to AOP to around the addItem(), and use our own addItemAlternative(). Everything works fine, just one

[jboss-user] [JBoss AOP] - Re: How to use AOP to simulate an alternative method of a ex

2007-07-18 Thread vola
Thank you for your quick reply. I will try reflection then. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4065426#4065426 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4065426 ___

[jboss-user] [JBoss AOP] - Re: Strange problem of aspectizing EJBs

2007-07-17 Thread vola
Ok...it sounds make sense...Thank you very much View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4065178#4065178 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4065178 ___ jboss-user

[jboss-user] [JBoss AOP] - Re: Strange problem of aspectizing EJBs

2007-07-10 Thread vola
Sorry about that, I will be careful next time. Could anyone kindly help me out with this problem please? ^^ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4062464#4062464 Reply to the post :

[jboss-user] [JBoss AOP] - Re: Strange problem of aspectizing EJBs

2007-07-10 Thread vola
Thank you for your quick reply. My .ear file contains: bank-ejb.jar app-client.jar web-client.war aopexamplelib.aop My application.xml: | ?xml version=1.0 encoding=UTF-8? | application xmlns=http://java.sun.com/xml/ns/j2ee; version=1.4 |

[jboss-user] [JBoss AOP] - Re: Strange problem of aspectizing EJBs

2007-07-10 Thread vola
I have tried moving aopexamplelib.aop to the top of the list of modules. But it does not make different. Also, I just noticed that my servlets haven't been woven. The only thing been woven is org.apache.jasper.runtime.HttpJspBase$service. The debug msg is: 14:12:00,892 INFO [STDOUT] Entering

[jboss-user] [JBoss AOP] - Re: Strange problem of aspectizing EJBs

2007-07-10 Thread vola
Ok...I think I know the reason now Seems like once my Duke's Bank application deployed into JBoss, it will be wrapped up by some proxy class I change my jboss-aop.xml to: |bind pointcut=execution(* $Proxy74-withdraw(..)) |interceptor

[jboss-user] [JBoss AOP] - Re: Strange problem of aspectizing EJBs

2007-07-10 Thread vola
Yes, you are correct. The name of the proxy can be changed each time the AS starts. I was using TPTP to monitor my application and guess what is the proxy name for each bean class. Thank you very much for your help...I will send my ear to you. Just please take a look at it when you are not

[jboss-user] [JBoss AOP] - Can JBoss AOP do dynamic weaving on J2EE application?

2007-07-08 Thread vola
Hi all, I've just done injboss example of the tutorial. In this example, the weaving for the J2EE application happens at loadtime. And in the dynamic AOP example of the tutorial, I learned that JBoss can do dynamic weaving on normal JAVA application. So, my question is if JBoss AOP can do

[jboss-user] [JBoss Portal] - Possible to run JBoss 3.0.1 on Eclipse 3.2.1?

2007-05-25 Thread vola
Hi all, I try to use TPTP to monitor J2EE application Petstore 1.3.2 on JBoss. JBoss 3.0.1RC1 is the only version of JBoss I sucessfully run Petstore 1.3.2 However, Eclipse 3.2.1 seems not support JBoss 3.0.1 (It just can select JBoss 3.2.3 or 4.0) Is there any way I can run JBoss3.0.1 on

[jboss-user] [JCA/JBoss] - Problem when using cloudscape on JBoss 3.2.3

2007-05-25 Thread vola
Hi All, I try to run Petstore 1.3.2 on JBoss 3.2.3. I used a patch for Petstore 1.3.2 to run on JBoss 3.0.1 RC1. The patch works on 3.0.1 well. Using database cloudscape, provided by j2eesdk 1.3.1. But doesnt work in 3.2.3. link to the patch and doc: http://docs.huihoo.com/jboss/petstore.html

[jboss-user] [JCA/JBoss] - Re: Problem when using cloudscape on JBoss 3.2.3

2007-05-25 Thread vola
Thank you for your reply. The reason why I using 3.2.3 is the project I am working on need to use TPTP BTM to monitor Petstore. But eclipse seems just support JBoss 3.2.3 and JBoss 4.0. I have the same problem with JBoss 4.0.5 GA. View the original post :

[jboss-user] [Testimonials] - Re: Petstore implemented on JBOSS and MYSQL

2007-05-25 Thread vola
I have the same question as above. Could anyone tell me where to get the instruction and patch? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048778#4048778 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048778