[JBoss-user] [JBossWS] - Re: Deploy a EJB as Web Service

2005-03-04 Thread mpitanga
Hi Thomas, Thank's for help. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868872#3868872 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868872 --- SF email is sp

[JBoss-user] [JBossWS] - Re: Deploy a EJB as Web Service

2005-03-04 Thread mpitanga
Hi Thomas, My problem. Example: My EJB... Remote interface... | import | public interface APIMensagem extends EJBObject | { | ... | public void enviarMensagem( String id, logType objmsg ) throws JMSException, NamingException, RemoteException; | } | Home interface | im

[JBoss-user] [JBossWS] - Deploy a EJB as Web Service

2005-03-04 Thread mpitanga
Hi, All examples that iÂve found use another class ( extends java.rmi.Remote) and not directly of a EJB Remote. Is possible deploy a EJB directly as Web Services? Thanks in advanced View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868796#3868796 Reply to the

[JBoss-user] [JBossWS] - Re: Configuring Handlers

2005-02-14 Thread mpitanga
Hi Thomas, ThankÂs for reply. I do this configuration and the handler workÂs fine. | | HelloWorldService | WEB-INF/wsdl/hello.wsdl | WEB-INF/jaxrpc-mapping.xml | | HelloWorld | HelloWorld | com.my

[JBoss-user] [JBossWS] - Configuring Handlers

2005-02-04 Thread mpitanga
Hi all, In the RI ( Reference Implementation ) the file config.xml is used for this operation. How i configured this handler as part of a handler chain at Jboss? my handler is : | public class SoapRpcInterceptor extends GenericHandler { | | HandlerInfo hInfo; | String nomeHa

[JBoss-user] [JBossWS] - JAX-RPC (GenericHandler) public configuration

2005-02-03 Thread mpitanga
Hi, all iÂve a JAX-RPC GenericHandler for intercept SOAP Messages. | | public class SoapRpcInterceptor extends GenericHandler { | | private Logger log = Logger.getLogger(SoapRpcInterceptor.class); | | HandlerInfo hInfo; | | public void init(HandlerInfo inf

[JBoss-user] [JCA/JBoss] - Re: Hibernate and JBoss - Error...

2005-02-03 Thread mpitanga
Ok Adrian.. iÂm using how alternative a local-tx-datasource while waiting this release... Using this local-tx-datasource my application workÂs fine but the JbossAS display a following INFO message : Closing a connection for you. Plea se close them yourself: [EMAIL PROTECTED] 0 exists a solut

[JBoss-user] [JBossWS] - Re: SOAP Messages and Servlet Filter

2005-02-01 Thread mpitanga
Hi Thomas, SOAP router is a servlet , ok? Then a Filter intercept this request or not? This is my filter execution Quote: Request address : 192.168.2.41 RemoteHost : 192.168.2.41 RemotePort : 3576 sessionId : null method : POST url : http://popshopdes:8080/simple-ws4ee/exactpath/jse RemoteUs

[JBoss-user] [JBossWS] - Re: Hi,

2005-02-01 Thread mpitanga
Hi Thomas, SOAP router is a servlet , ok? Then a Filter intercept this request or not? This is my filter execution anonymous wrote : Request address : 192.168.2.41 | RemoteHost : 192.168.2.41 | RemotePort : 3576 | sessionId : null | method : POST |

[JBoss-user] [JBossWS] - Hi,

2005-02-01 Thread mpitanga
is possible access messages SOAP using servlet Filter? | public void doFilter(ServletRequest servletRequest, | ServletResponse servletResponse, | FilterChain chain) throws IOException, ServletException { | | chain.doFilter(servletRequest

[JBoss-user] [JBossWS] - Re: Monitoring Web Services

2005-01-31 Thread mpitanga
Sorry, [IÂm have..] I have. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864377#3864377 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864377 --- This SF

[JBoss-user] [JBossWS] - Monitoring Web Services

2005-01-31 Thread mpitanga
Hi, IÂm have installed a simple-ws4ee HelloWorld example and now workÂs fine using the Axis 1.2RC2. Now, iÂd like monitoring this service and iÂve implemented a J2EE Filter that displayed the request and response of web applications at Jboss services Tomcat... When i execute a client program

[JBoss-user] [JBossWS] - Re: problem with wsdl being changed in jboss-4.0

2005-01-29 Thread mpitanga
Hi drepac, I get the example ( HelloWorld web services ) at http://www.csd.abdn.ac.uk/~bscharla/teaching/mtp_software/jboss/jboss-ws4ee-HelloWorld.shtml. but donÂt work ps. my configuration : Jboss 4.0.1 and J2SE 1.5 same error... java] TargetAddress http://localhost:8080/simple-ws4ee/exa

[JBoss-user] [JCA/JBoss] - Re: Hibernate and JBoss - Error...

2005-01-29 Thread mpitanga
Hi Adrian, Exists upgrade for Jboss 4.0.1 for this problem? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864230#3864230 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864230 ---

[JBoss-user] [HTTPD, Servlets & JSP] - Using Filter to captured response content (HTML)...

2005-01-21 Thread mpitanga
Hi, IÂm using the Filter to captured and display the request and response result operation. All work fine until access Jboss web-console. 2005-01-21 09:22:43,437 INFO [STDOUT] Start: 09:22:40.375 Request address : 192.168.2.41 RemoteHost : 192.168.2.41 RemotePort : 1589 sessi

[JBoss-user] [EJB/JBoss] - Re: Install Container Interceptor

2004-06-28 Thread mpitanga
Hi all, sorry...i cometi I move my .JAR ( that contain my interceptor) to the jboss/default/lib and all works fine.. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840188#3840188 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[JBoss-user] [EJB/JBoss] - Install Container Interceptor

2004-06-28 Thread mpitanga
Hi all, anyone can help me? I created a plugin interceptor for monitoring my EJB... I update the file standardjboss.xml : Standard CMP 2.x EntityBean false entity-rmi-invoker false false true org.jboss.ejb.plugins.ProxyFactoryFinderInterce

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: log4j:WARN No appenders could be found for logger

2004-06-23 Thread mpitanga
Hi, I've excluded log4j from classpath and works fine. Thanks Marcelo View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839629#3839629 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839629