[jboss-user] [JCA] - Specifying a different WorkManager for a custom resource ada

2009-11-17 Thread bortx
Hi, I'm using jboss 4.2.3 and I have developed a custom resource adapter. I want my resource adapter to use a different WorkManager than the default jca one jboss.jca:service=WorkManager so that threading in this RA is independent and does not interfere with threading in other deployed

[jboss-user] [JCA] - Re: Specifying a different WorkManager for a custom resource

2009-11-17 Thread bortx
I have developed a work around on this issue and I want your opinion about it. It consist on the following. 1.- Deploy a service called custom-work-manager-service.xml defining a custom WorkManager with a custom thread pool with the following content server | | mbean

[jboss-user] [JCA] - Re: Specifying a different WorkManager for a custom resource

2009-11-17 Thread bortx
Yeah, I've already tested my resource adapter with this configuration and it works successfully. I want only to know if this approach could have any undesirable impact in the application server. For example, does this thread pool definition take threads from any underlying system thread pool,

[jboss-user] [JCA] - Re: Bug in connection validation code

2009-10-09 Thread bortx
I have downloaded JBoss 4.2.3 sources and have detected the bug on JBoss JCA code. So, as there is no response from JBoss, I have fixed the bug by myself. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4259553#4259553 Reply to the post :

[jboss-user] [JCA] - Re: Bug in connection validation code

2009-10-09 Thread bortx
I have reported a jira with this issue https://jira.jboss.org/jira/browse/JBAS-7327 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4259562#4259562 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4259562

[jboss-user] [JCA] - Re: Bug in connection validation code

2009-09-16 Thread bortx
aren't you going to say anighing about this? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4255527#4255527 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4255527 ___ jboss-user

[jboss-user] [JCA/JBoss] - Bug in connection validation code

2009-08-22 Thread bortx
Hi, We have a production environment with jboss 4.2.3. It has been working successfully until now, when we are experiencing network issues. TCP connections are broken very often. Also we noticed that a great number of tcp connections in a ESTABLISHED status were beginning to increase out of

[jboss-user] [JCA/JBoss] - Re: ManagedConnectionFactory lifecycle

2009-04-28 Thread bortx
I think for the moment I'm going to adopt my solution, as I see jca 1.6 is going to be late for my needs. By the way, I suppose you are going to provide jca 1.6 support for jboss 5, as I am using jboss 4.2.3 it would be a great idea to add it also to this version ;) Thanks for your answer

[jboss-user] [JCA/JBoss] - ManagedConnectionFactory lifecycle

2009-04-16 Thread bortx
Hi, I have created a new post that continues this one http://www.jboss.org/index.html?module=bbop=viewtopict=154012 because I think this subject describes better what I want to discuss, so if administrators want to delete the old post and continue this one I think it would be better.

[jboss-user] [JCA/JBoss] - Re: Release ManagedConnectionFactory associated work

2009-04-15 Thread bortx
Ok, the question is as simple as this: Is there a way of handling the ManagedConnectionFactory lifecycle¿? Methods like start() or stop() to implement in order to take actions when a ManagedConnectionFactory is unbounded... Thanks a lot View the original post :

[jboss-user] [JCA/JBoss] - Release ManagedConnectionFactory associated work

2009-04-14 Thread bortx
Hi everybody. I have the following problem: I have developed a resource adapter. Its ManagedConnectionFactory instantiates a Work that is executed within ResourceAdapter's WorkManager periodically, through all ManagedConnectionFactory lifecycle. This work depends on several 'config-property'

[jboss-user] [JBoss Cache: Core Edition] - Re: Jarjared version of JBC3 for using in JBossAS 4.2

2009-01-21 Thread bortx
For both classes (originalRpcManager and rpcManager) we get a dynamic easy mock proxy instance of the same type: $Proxy20 The toString yields: EasyMock for interface som.org.jboss.cache.RPCManager I hope this can help, Thanks, View the original post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Jarjared version of JBC3 for using in JBossAS 4.2

2009-01-14 Thread bortx
yep, I'm using jdk 5 and these are my test results Tests run: 7637, Failures: 492, Errors: 0, Skipped: 5993 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4201638#4201638 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Jarjared version of JBC3 for using in JBossAS 4.2

2009-01-14 Thread bortx
This is the info ~ ENVIRONMENT INFO ~~ bind.address = 127.0.0.1 java.vm.version = 1.5.0_15-b04 os.name = 1.5.0_15-b04 os.version = 2.6.24-22-generic sun.arch.data.model = 32 ~ ENVIRONMENT INFO ~~ Tests

[jboss-user] [JBoss Cache: Core Edition] - Re: Jarjared version of JBC3 for using in JBossAS 4.2

2009-01-14 Thread bortx
Ok, that works sucessfully. Can you please include this info in distribution's README file? I think it will help others. Thanks for your fast help! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4201677#4201677 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Jarjared version of JBC3 for using in JBossAS 4.2

2009-01-13 Thread bortx
Hi, I'm trying to run the tests on 3.0.2.CR2 distro. It compiles successfully, but I'm getting lot of failures as test result. I would paste some surefire reports, but there are a lot of them. Maybe they are all about cache initialization. I don't know if I have to configure any resource to

[jboss-user] [Beginners Corner] - Re: scheduler-plugin.jar in maven repo

2008-11-28 Thread bortx
finally I installed it on my local repository View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4192974#4192974 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4192974 ___ jboss-user

[jboss-user] [JBossWS] - Re: Open file descriptors to wsdl

2008-10-06 Thread bortx
! Bortx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4180589#4180589 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4180589 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBossWS] - Re: Open file descriptors to wsdl

2008-09-26 Thread bortx
Tested on jbossws 3.0.3 and had the same problem. Each request results on a file descriptor open. For this reason application reaches maximum file descriptors allowed and fails every request. Any suggestion on where should we have a look in order to solve this problem will be very appreciated.

[jboss-user] [Beginners Corner] - scheduler-plugin.jar in maven repo

2008-08-19 Thread bortx
Hello you all, I need to develop a org.jboss.varia.scheduler.Schedulable class, so I need scheduler-plugin.jar on my classpath. I'm using maven, and I use http://repository.jboss.org/maven2/ repository, buI I can not find this jar. Is anyone so kind as to tell me where can I find this jar on

[jboss-user] [JCA/JBoss] - Re: Destroying connection that could not be successfully mat

2008-07-18 Thread bortx
Hello, I have reached this post because I am facing the same problem. I see that in the FAQ it says: anonymous wrote : Q: I have strange pooling? Connections that are not matched in my | | matchManagedConnections | | are destroyed. | | A: Yes this is the default/expected

[jboss-user] [EJB 3.0] - specify resource adapter on an mdb deployment descriptor

2008-07-03 Thread bortx
Hello, I have developed my own custom inbound resource adapter, and also I have developed an ejb3 MDB to listen on messages from this resource adapter. I have annotated my ejb class with the following annotation | @ResourceAdapter(my-resource-adapter.rar) | in order to find the resource

[jboss-user] [EJB 3.0] - Re: specify resource adapter on an mdb deployment descriptor

2008-07-03 Thread bortx
Thank you very much!! I was trying to put this property on ejb-jar.xml file. Now it works perfect. Cheers! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162306#4162306 Reply to the post :

[jboss-user] [JBossWS] - Getting username and password without performing authenticat

2008-05-22 Thread bortx
Hi, I'm developing a jbossws server application that must get Username and Password tokens in header in order to invoke another application with those credentials. A sample request made to my application seems like this. soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/;

[jboss-user] [JBossWS] - Re: Getting username and password without performing authent

2008-05-22 Thread bortx
Sorry for previous post, it was not formatted properly bortx wrote : Hi, | | I'm developing a jbossws server application that must get Username and Password tokens in header in order to invoke another application with those credentials. A sample request made to my application seems like

[jboss-user] [JBoss Messaging] - Re: Improve performance on sending messages to a queue

2008-05-09 Thread bortx
I mean creating a Work (javax.resource.spi.work.Work) that performs the task of sending the message to the queue, so that the process that sends the message would only create a Work object and pass it to a WorkManager for executing it asynchronously in another thread, and continue its

[jboss-user] [JBoss Messaging] - Improve performance on sending messages to a queue

2008-05-07 Thread bortx
Hello you all, I have performance troubles with jboss messaging on my enterprise application. On low loads, sending messages to the queue takes at least 30ms. On high loads, it can take about 1 second. I use a org.jboss.resource.adapter.jms.JmsConnectionFactory connection factory to send

[jboss-user] [JBossWS] - Specifying a null wsdlLocation on Service constructor

2008-04-07 Thread bortx
Hello, I have an application written in jbossws 1.2.1 wich uses this code to invoke a web service | QName qname = new QName(http://myapp.com/webservices/impl;, TestService); | TestService_Service service = new TestService_Service(null, qname); | TestService stub =

[jboss-user] [JBossWS] - Get java names from WSDL

2008-04-03 Thread bortx
Hello, I'm developing an application which automatically build ws client stubs from a wsdl and generates classes that, among other things, use those stubs. So I need a way of obtaining wsdl metainformation about its java operations and types. In older jbossws tools version I used

[jboss-user] [Installation, Configuration DEPLOYMENT] - Configuring JbossMonitoring

2007-12-17 Thread bortx
Hello, I'm trying to use JBossMonitoring and I've seen in the wiki http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMonitoring that monitors can be configured in web-console through the System tree. I have not been able to view this tree in jboss 4.2.0 and 4.2.2. What do I have to do to view

[jboss-user] [JBoss Messaging] - Re: Thread pool for publishing messages

2007-12-05 Thread bortx
My application processes requests and one of the tasks they do is putting a message in a queue, for performing additional actions asynchronously. Then, I've seen in traces that the trask of putting the message in the queue takes about 300ms on a considerable pertentaje. As the application

[jboss-user] [JBoss Messaging] - Thread pool for publishing messages

2007-12-05 Thread bortx
Hello, I would like to know if there is a way of configuring a thread pool for dealing with the task of publishing a message on a queue. I'm having performance problems with this task. The client thread that publishes messages takes a long time to push a message in the queue, and I want to

[jboss-user] [Messaging, JMS JBossMQ] - Thread pool for messages enqueue

2007-11-30 Thread bortx
Hello, I use jboss mq and I've seen in jbossmq-service.xml a thread pool used to dispatch messages queued. I want to know if there is another thread pool or another way of configuring a thread pool for dealing with the task that puts the message in the queue. I'm having performance problems

[jboss-user] [JBoss Messaging] - ThreadPoolSize in non clustered configuration

2007-06-07 Thread bortx
Hi, I would like to know how to configure the jms thread pool size in a non clustered configuration. I've been having a look at the documentation and this attribute appears only in the clustered post office configuration but, what about non clustered config? thanks a lot. View the original

[jboss-user] [Installation, Configuration Deployment] - configuring oracle as DefaultDS in jboss 4.2.0

2007-06-06 Thread bortx
Hello, I would like to know what steps I have to perform in order to configure oracle as DefaultDS in jboss 4.2.0, because some configuration files have changed from 4.0.5. I haven't found any wiki or something like that Thanks a lot!! View the original post :

[jboss-user] [JBoss Messaging] - queues with same name on different nodes sharing persistence

2007-06-06 Thread bortx
Hi, I have a jboss 4.2.0 clustered configuration built by two nodes. On each node, there are jms queues deployed with the same name. These queues are used locally by each node, I mean, messages sent to a node are only consumed by this node. The problem is that both queues are persisted to the

[jboss-user] [JCA/JBoss] - Re: Config number of requests per second

2007-06-05 Thread bortx
my desire is to limit them View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051201#4051201 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051201 ___ jboss-user mailing list

[jboss-user] [JCA/JBoss] - Config number of requests per second

2007-06-04 Thread bortx
Hello, I would like to know if there exist a standard way of managing the number of requests per second a connector gets in JCA, or if there is any way of implementing this issue. Thanks a lot View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4050895#4050895

[jboss-user] [Messaging, JMS JBossMQ] - Multiple persistence strategies in jbossMQ

2007-03-16 Thread bortx
Hi, I'm trying to configure different persistence strategies for my JMS queues and topics in jboss 4.0.5. What I need to do is configure null persistance for the logging topic, and database persistance for the application queue. I hace seen this post in jboss forum

[jboss-user] [Messaging, JMS JBossMQ] - Re: Multiple persistence strategies in jbossMQ

2007-03-16 Thread bortx
I'm so sorry, The text has wrong format. I post it again in order to be readable. Thank you. 1) Set up null-persistence-service.xml in deploy/jms. Change all object names so that they don't collide with the jdbc persistence manager. That is, NullDestinationManager, NullMessageCache, and

[jboss-user] [JCA/JBoss] - Re: Validation of destroyed connections

2007-03-05 Thread bortx
Thank you very much! I've fixed it in my jboss-jca.jar and works perfectly. Thanks! you rule! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025007#4025007 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4025007

[jboss-user] [Performance Tuning] - Thread pools configuration

2007-03-02 Thread bortx
of instance of EJBs and how it is affected by the thread pools. Thanks a lot, Bortx. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024596#4024596 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024596

[jboss-user] [JCA/JBoss] - Validation of destroyed connections

2007-03-01 Thread bortx
I notify ConnectionEventListener set on some event? I only notify those listeners in the close() method. Thanks a lot. Bortx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024345#4024345 Reply to the post : http://www.jboss.com/index.html?module=bbop

[jboss-user] [JCA/JBoss] - Re: Validation of destroyed connections

2007-03-01 Thread bortx
I'm maintaining a pool with 5 connections and validations every minute. On creation, I assign them an id for monitoring. Here you can see a test case I've already done: On startup jboss creates 5 connections (ids 1 to 5), and validates them every minute. In a given moment, the EIS closes all

[jboss-user] [JCA/JBoss] - Re: change background-validation-minutes to seconds

2007-02-12 Thread bortx
ConnectionEventListener set on some event? I only notify those listeners when in the close() method. Thanks a lot. Bortx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4015176#4015176 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode

[jboss-user] [JCA/JBoss] - change background-validation-minutes to seconds

2007-02-08 Thread bortx
in seconds? Thanks a lot Bortx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4013060#4013060 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4013060 ___ jboss-user mailing list jboss-user