[jboss-user] [JNDI/Naming/Network] - Re: jndi connecting problem

2008-02-29 Thread SunSpider
sorry, I compiled jboss-5.0.0-Beta2 and used it as server, but at client side, I just installed jboss-5.0.0-Beta3. So that caused the problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133180#4133180 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - Re: jndi connecting problem

2008-02-28 Thread SunSpider
I tried to use several different method to access JNDI from remote machine, and always get problem on server. The following one is what I get with JNDI over Http. The InitialContext can be obtained, but look up failed. if I put jbossall-client.jar on classpath the first stack trace is obtained,

[jboss-user] [JNDI/Naming/Network] - Re: jndi connecting problem

2008-02-17 Thread SunSpider
No, client doesn't have org.jnp.server.* package. this class should be downloaded from server dynamically during invocation. I bind jboss to 0.0.0.0 interface, the servlet problem seems solved. but I get another XPath problem. I can evaluate xpath standalone, but can't in the container

[jboss-user] [JBossWS] - Illegal XPath expression?

2008-02-17 Thread SunSpider
when suppling XPath expressions to subscription filter, following org.jboss.test.ws.jaxws.wseventing.EventingSupport sample code, some legal expressions are not allowed? I don't understand. FilterType filter = new FilterType();

[jboss-user] [JBossWS] - Re: Illegal XPath expression?

2008-02-17 Thread SunSpider
after checking source code, org.jboss.ws.extensions.eventing.mgmt.SubscriptionManager supports one single expression. so I combined them into one using or. filter.getContent().add(/ns3:ticketsOperationResponse/ns2:ticketsOut/totalPrice0 or

[jboss-user] [JNDI/Naming/Network] - Re: jndi connecting problem

2008-02-17 Thread SunSpider
The first one is RMI codebase problem, but I haven't solved it. second one is OK now, I combined the two XPath into one, with or. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129885#4129885 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - Re: jndi connecting problem

2008-02-17 Thread SunSpider
I opened server firewall port 8083,1099,1098 and some more. I used ethereal to capture the socket syn packets. but I find my client freezed! I've no idea. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129895#4129895 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - jndi connecting problem

2008-02-16 Thread SunSpider
I bind jboss to one network interface with ./run.sh -b x.x.x.x command. When run on the local machine, client using jndi connects correctly to the configured address, and finishes successfully. but on remote machine, exception is thrown. more over, if the code is wrapped inside servlet, though

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Steps for building JBoss from source inside eclipse

2007-10-14 Thread SunSpider
Assumptions: Target is JBossAS05_Beta2 Prerequisite: a) Download jboss-5.0.0.Beta2-src.tar.gz, since you need third party libs. b) Have JBossIDE 2.0 installed. Now start: 1.From Eclipse menu choose NewProjectJava ProjectCreate Project From Existing Source.

[jboss-user] [Installation, Configuration DEPLOYMENT] - Steps for building JBoss from source inside eclipse

2007-10-14 Thread SunSpider
It took me rather a while to build jboss's source. since the eclipse.psf in build directory are the same for all tags under svn repository. I have to do it in a manual way. And the orignal JBoss wiki for how to setup jboss source for eclipse doesn't make all things clear, so I wrote a HOW TO

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Steps for building JBoss from source inside eclipse

2007-10-14 Thread SunSpider
You also need to pull out build and tools module, they are needed for compilation View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4095008#4095008 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4095008

[jboss-user] [JBossWS] - Re: WSTools Is Generating Invalid Java Source

2006-08-25 Thread SunSpider
I can use wstools to generate jaxrpc-mapping and webservices.xml, but the inverse is not true. I can't use the wstool to generate java stubs from wsdl, even if the wsdl is produced by wstools itself. I used following instead. This tool even generated cactus testcase for me. It comes with axis.