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
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
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%[
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
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
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
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
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
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
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
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
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
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
13 matches
Mail list logo