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
|
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
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
___
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
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
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
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:
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
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
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
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
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:
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
___
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
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
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
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
.
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
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
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
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
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,
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
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
24 matches
Mail list logo