[jboss-user] [JBossWS] - Re: java.lang.ClassCastException: org.jboss.ws.core.jaxws.sp

2009-04-13 Thread Sancheski
Hi again, Does anyone solve this problem? I am still looking for a solution. I tried what I found in Jboss forums and I did not make it work. This is what I get when using my web service client: Caused by: java.lang.ClassCastException: org.jboss.ws.core.jaxws.spi.ServiceDelegateImpl |

[jboss-user] [JBossWS] - Re: Handler execution order in handler chain

2009-03-11 Thread Sancheski
This is how it works, taking the descriptor file from last post: Handlers in server side - Server in: 1) Handler 3 2) Handler 2 3) Handler 1 - Server out: 1) Handler 1 2) Handler 2 3) Handler 3 Handlers in client side - Client out: 1) Handler 1 2) Handler 2 3) Handler 3 - Client in: 1) Handler 3

[jboss-user] [JBossWS] - Re: java.lang.ClassCastException: org.jboss.ws.core.jaxws.sp

2009-03-11 Thread Sancheski
I have the same problem, have you fixed it? Thanks in advance! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216873#4216873 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4216873 ___

[jboss-user] [JBossWS] - Handler execution order in handler chain

2009-03-06 Thread Sancheski
Hi, I have defined three handlers in a handler chain as follows: | | | http://java.sun.com/xml/ns/javaee"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:ns1="http://org.jboss.ws/jaxws/handlerscope"; | xsi:schemaLocation="http://java.sun.com/xml/ns/javaee j

[jboss-user] [JBoss Cache: Core Edition] - Re: Strange invalidation

2008-11-25 Thread Sancheski
you! Sancheski View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192239#4192239 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4192239 ___ jboss-user mai

[jboss-user] [JBossWS] - Retrieve SOAP header

2008-05-23 Thread Sancheski
Hi, Does anyone know how to retrieve the SOAP header from a SOAP request in jboss jaxws? Thanks in advance! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152951#4152951 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss Cache: Core Edition] - Re: Create an eviction Region with a non empty nodeEventQueu

2008-05-07 Thread Sancheski
I have a requirement in my application that forces me to create eviction policies to regions once the whole system is running (that is, the cache has already started and is runnning properly). What I am triying to do is to configure an eviction policy programatically. Here is how I am doing it:

[jboss-user] [JBoss Cache: Core Edition] - Re: Create an eviction Region with a non empty nodeEventQueu

2008-05-07 Thread Sancheski
anonymous wrote : | The only way I see you can solve this is to create a new empty region and move the nodes from the existing one, so that events are being created and nodes are being considered for eviction. | I thought about that solution too but this would made the nodes to lose their

[jboss-user] [JBoss Cache: Core Edition] - Create an eviction Region with a non empty nodeEventQueue_

2008-05-06 Thread Sancheski
A nor SUBNODE_B will be evicted ever. Only nodes created after the eviction policy has been configured will be evicted. Is there any possibility do add these nodes to the eviction queue? Thanks in advandce! Sancheski View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [JBoss Cache: Core Edition] - Re: Setting eviction policies dinamically

2008-05-06 Thread Sancheski
At least, does anyone know if in JbossCache 2.1.1 a RegionNameConflictException could happen? That is, is it possible to create an eviction policy first in /NODE and then add a new eviction policy in /NODE/SUBNODE? Need some help, this is an important requirement for our application. Thanks in

[jboss-user] [JBoss Cache: Core Edition] - Setting eviction policies dinamically

2008-05-05 Thread Sancheski
Hi guys, I am trying to configure different eviction policies to different regions dinamically and I am facing some problems. This is what I want: | Create an eviction policy in /NODE | Create an evcition policy in /NODE/SUBNODE_1 | Create an eviction policy in /NODE/SUBNODE_2 and so on

[jboss-user] [JBossWS] - WS client returns null, why?

2008-04-24 Thread Sancheski
Hi all, I am facing a problem when getting the response from a ws invocation. As far as I see through org.jboss.ws.core.MessageTrace logger, the ws server returns a valid response. I don't know why, this response turns to a null one in my client. Here are the log traces: | 2008-04-24 12:33:

[jboss-user] [Performance Tuning] - Re: WS client returns null, why?

2008-04-24 Thread Sancheski
Sorry, my web browser confused me and I wrote in the wrong forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146465#4146465 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146465 ___

[jboss-user] [Performance Tuning] - WS client returns null, why?

2008-04-24 Thread Sancheski
Hi all, I am facing a problem when getting the response from a ws invocation. As far as I see through org.jboss.ws.core.MessageTrace logger, the ws server returns a valid response. I don't know why, this response turns to a null one in my client. Here are the log traces: | 2008-04-24 12:33

[jboss-user] [JBossCache] - FetchInMemoryState && InitialStateRetrievalTimeout

2008-03-10 Thread Sancheski
Hi guys I am facing a problem when trying to get the state from cache in a 2-clustered cache enviroment. What a I get from the node which is starting and trying to get the state from another node in the cluster is: 2008-03-10 11:01:20,630 WARN [org.jboss.system.ServiceController] Problem star

[jboss-user] [JBossCache] - Re: Cache lock (JbossCache 1.4.1.SP3)

2007-11-27 Thread Sancheski
So that means that if we run on Jboss-4.2.2 AS this problem would not happen. Thanks a lot, I will try this upgrade. Sancheski View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4108077#4108077 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBossCache] - Cache lock (JbossCache 1.4.1.SP3)

2007-11-26 Thread Sancheski
Hi all We are having some kind of strange locks that comes from our cache that we have in production. This problem have come up from two different situations: The first one is during a scheduler execution that just evicts a node at certain time. The second one is during normal applications ex

[jboss-user] [JBossCache] - ClusteredCacheLoader & activation/deactivation

2007-11-13 Thread Sancheski
. How could I get this work? Any helpful idea is welcome! Thanks in advance! Sancheski View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104262#4104262 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JCA/JBoss] - Re: InUseConnections > MaxPoolSize... is this possible?

2007-09-19 Thread Sancheski
Here you are: | 2007-09-19 11:12:04,088 DEBUG [org.jboss.deployment.XSLSubDeployer] transformed into doc: | | | | | | | | com.sun.jndi.ldap.LdapCtxFactory | ldap://13.24.21.78:389/ | SIMPLE | uid=admin, o

[jboss-user] [JCA/JBoss] - Re: InUseConnections > MaxPoolSize... is this possible?

2007-09-19 Thread Sancheski
Here is de ds LdapConnector 10.ear#ldap-connector.rar com.hp.som.connector.CapabilityConnectionFactory com.sun.jndi.ldap.LdapCtxFactory ldap://10.31.21.83:389/ SIMPLE uid=admin, ou=Administrator

[jboss-user] [JCA/JBoss] - InUseConnections > MaxPoolSize... is this possible?

2007-09-18 Thread Sancheski
Hi all I don't know if this situation may be reached. I have a ManagedConnectionPool with configuration: BackGroundValidationMinutes = 1 MinPoolSize = 1 MaxPoolSize = 3 No IdleTimeout is set up. After performing a load test, I get this results at the Mbean of my service: AvailableConnectionCou

[jboss-user] [JBossCache] - Different eviction policies in different fqn

2007-06-18 Thread Sancheski
Hi all I am trying to configure different eviction policies for different regions using jboss-cache-1.4.1.SP3. My problem appears when I attempt to create a region (/foo/bar) that is parent of an existing region (/foo/bar/com). I know that the mehotd checkConflict(fqn) does not allow doing so,

[jboss-user] [JBossCache] - Re: How could I create a new Region programmatically?

2007-06-14 Thread Sancheski
I think I found the solution, perhaps it is gonna be usefull for someone. The code below could be used as an example: | //getting the cache's eviction RegionManager | RegionManager regionMgr = cache.getEvictionRegionManager(); | | //Creating your own EvictionConfiguration | FIFOConfig

[jboss-user] [JBossCache] - How could I create a new Region programmatically?

2007-06-14 Thread Sancheski
Hi I am trying to set an eviction policy to a region that does not exit yet. I know how to set an eviction policy to a region that already exists, but my problem comes up when I have to create a new region. How could I do it? I am getting the region manager instance and after seeing that the r