[JBoss-user] [Installation, Configuration & Deployment] - Re: Making JBoss listen on all NICs

2006-04-12 Thread dhaval_shah_m
Sorry JBoss version 4.0.1 sp1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937045#3937045 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937045 --- This SF.Net ema

[JBoss-user] [Installation, Configuration & Deployment] - Re: Making JBoss listen on all NICs

2006-04-12 Thread dhaval_shah_m
Further I am using red hat linux and JBoss 4.0.2 sp2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937042#3937042 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937042

[JBoss-user] [Installation, Configuration & Deployment] - Re: Making JBoss listen on all NICs

2006-04-12 Thread dhaval_shah_m
My hostname is p04 wget http://p04:8080 --17:55:34-- http://p04:8080/ => `index.html' Resolving p04... done. Connecting to p04[10.0.1.154]:8080... connected. HTTP request sent, awaiting response... 200 OK Length: 1,472 [text/html] 100%[

[JBoss-user] [Installation, Configuration & Deployment] - Making JBoss listen on all NICs

2006-04-12 Thread dhaval_shah_m
I have a situation where JBoss is suppossed to listen on all NICs on the installed host. How do I achieve that? I tried using -Djboss.bind.address=0.0.0.0 and it still does not serve the purpose. Any help on this regarding will be appreciated. View the original post : http://www.jboss.com/inde

[JBoss-user] [JBossWS] - How to effectively send large Strings over SOAP

2005-04-16 Thread dhaval_shah_m
I have to provide a Jboss web service which returns documents. The clients are standalone java apps that use JWSDP/JAXRPC stack to DII into the JBoss WS. Basically I have to return large strings and can be in several MBytes in size. What is the most effective way of returning such Strings? Not

[JBoss-user] [JBossWS] - Re: problem with custom type mapping

2005-04-16 Thread dhaval_shah_m
It turns out that I was using JBOSS 4.0.1 RC1 which somehow mangles the returns. Using JBOSS 4.0.1 SP1 solved the problem of passing beans across the wire - yes even to a standalone client However, adding beans within beans did not work. Raised the same error. The workaround was to xmlencode th

[JBoss-user] [JBossWS] - Re: Returning a complex type

2005-04-16 Thread dhaval_shah_m
Are you able to pass beans containing beans? That is if the person bean contains say an address bean? I am not able to do that. I was using JBOSS 4.0.1 SP1 currently and it does not seem to work. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874186#3874186

[JBoss-user] [Messaging, JMS & JBossMQ] - Not able to receive JMS Messages.

2005-03-08 Thread dhaval_shah_m
I am not able to receive messages. Not sure what I am doing wrong here. I am using JBoss4.0.1sp1 and JDK1.4 Here are the code snippets : Initialize the queue sender : | | InitialContext jndiContext = new InitialContext(); | | QueueConnectionFactory factory = (QueueConnectionFactory)j

[JBoss-user] [JBossWS] - Re: problem with custom type mapping

2005-02-26 Thread dhaval_shah_m
hanks for sharing the above information. However the example in the doc above is from a WS4EE client. The need I have is to access complex types from Standalone clients. As such there will be no containers to map the jax-rpc mapping.xml with the wsdl and hide the details of object serializatio

[JBoss-user] [JBossWS] - Re: WS Beginner needs help with ejb ws endpoints and wsdl

2005-02-24 Thread dhaval_shah_m
First of all you might want to familiarize yourself with the content in the following wikis for approaches : http://www.jboss.org/wiki/Wiki.jsp?page=WSRPCServiceStepByStep http://www.jboss.org/wiki/Wiki.jsp?page=WSRPCClientStepByStep http://www.jboss.org/wiki/Wiki.jsp?page=WSClientDII I will lea

[JBoss-user] [JBossWS] - Error: Collection types are not supported in literal mode -

2005-02-22 Thread dhaval_shah_m
I am using the wscompile from JWSDP1.5 and JBoss 4.0.1 AS I need to expose a webservice which exposes APIs that return Java collection types like ArrayList. However whenever I use the wscompile to generate the wsdl for the object, it gives me the following error : error: Collection types are n

[JBoss-user] [JBossWS] - How to handle Complex Data Types?

2005-02-21 Thread dhaval_shah_m
I went through the following : http://www.jboss.org/wiki/Wiki.jsp?page=WSClientDII The questions I have are : 1. Will the above method work even for Complex data types returned from my SEI? 2. The client is a Java Application. The questions are : a. Should jboss-ws4ee*.jar should be in the

[JBoss-user] [JBossWS] - Re: problem with custom type mapping

2005-02-21 Thread dhaval_shah_m
I am running into a similiar kind of issue. I need to fetch complext data types and preferably over DII. However it fails. As I understand after going through the documents/resources presented so far, jax-rpc does not have the capability of marshalling/unmarshalling custom data types. I tried