[JBoss Web Services] - Migrating JAX-RPC WebService to JBoss WS
by Ernesto Campohermoso
Ernesto Campohermoso [http://community.jboss.org/people/ecampohermoso] created the discussion
"Migrating JAX-RPC WebService to JBoss WS"
To view the discussion, visit: http://community.jboss.org/message/533365#533365
--------------------------------------------------------------
I have a web application developed with JWSDP 1.2 and JAX-RPC 1.1, I want deploy this application on JBoss AS 5.1 and jbossws-native-3.2.2.GA. I upgraded the web.xml to servlet spec 2.4, after deploy when I try open the WSDL file I got the following exception:
javax.servlet.ServletException: JAXRPCSERVLET35: failed to create a template object
com.sun.xml.rpc.server.http.JAXRPCServletDelegate.doGetDefault(JAXRPCServletDelegate.java:351)
com.sun.xml.rpc.server.http.JAXRPCServletDelegate.doGet(JAXRPCServletDelegate.java:157)
com.sun.xml.rpc.server.http.JAXRPCServlet.doGet(JAXRPCServlet.java:111)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
transferencia.ObtieneIP.doFilter(ObtieneIP.java:52)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
Is necesary make modifications to application? Or which one is my mistake?
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/533365#533365]
Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
16 years, 3 months
[JCA] - AvailableConnectionCount keeps increasing
by Thomas Issac
Thomas Issac [http://community.jboss.org/people/tizzac] created the discussion
"AvailableConnectionCount keeps increasing"
To view the discussion, visit: http://community.jboss.org/message/533362#533362
--------------------------------------------------------------
I am using JBoss JCA with IBM MQ Resource Adapter. The AvailableConnectionCount keeps increasing for every request for a new connection from this ManagedConnectionFactory. After some time my AvailableConnectionCount is showing 400+ even though my MaxSize is set to 20 by default. Every request for new connection increases AvailableConnectionCount by 20. Any idea what might be going wrong here ??
Here are the details on the Environment.
JBoss Version : 4.0.2(build: CVSTag=JBoss_4_0_2 date=200505022023)
Webpshere MQ Resource Adapter Version : 1.5 j600-201 (RAR Version)
|| wmq.jmsra-ds.xml ||
| <?xml version="1.0" encoding="UTF-8"?>
<connection-factories>
<tx-connection-factory>
<jndi-name>MYTESTQM01</jndi-name>
<rar-name>wmq.jmsra.rar</rar-name>
<connection-definition>javax.jms.QueueConnectionFactory</connection-definition>
<!--<config-property name="channel" type="java.lang.String">SYSTEM.DEF.SVRCONN</config-property> -->
<config-property name="hostName" type="java.lang.String">47.185.32.231</config-property>
<config-property name="port" type="java.lang.String">1414</config-property>
<config-property name="queueManager" type="java.lang.String">MY_TEST_QM</config-property>
<config-property name="transportType" type="java.lang.String">CLIENT</config-property>
<config-property name="username" type="java.lang.String"></config-property>
<config-property name="password" type="java.lang.String"></config-property>
<!--<config-property name="reconnectionRetryCount" type="java.lang.String">3</config-property> -->
<!--<config-property name="reconnectionRetryInterval" type="java.lang.String">240000</config-property> -->
<config-property name="maxConnections" type="java.lang.String">2</config-property>
<use-java-context>false</use-java-context>
<blocking-timeout-millis>5000</blocking-timeout-millis>
<idle-timeout-minutes>2</idle-timeout-minutes>
<security-domain-and-application>JmsXARealm</security-domain-and-application>
</tx-connection-factory> |
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/533362#533362]
Start a new discussion in JCA at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
16 years, 3 months