[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE 2.0.0.Alpha released! - NOT WORKING

2006-07-10 Thread kristof_taveirne
Hi, Can somebody explain me how deployment should be done now with this new version? with Eclipse 3.1.2 I used to have a menuitem when i click on the .ear file: Deploy to ... With the jBoss IDE 2.0.0a I can't find a way to deploy to my server. I see the menu-item Add/Remove projects in the

[JBoss-user] [JBossWS] - Re: c14n or namespace issue in JBoss, fixed in new version??

2006-04-10 Thread kristof_taveirne
any idea if problem is fixed in the new Jboss version? I'm currently using 4.0.4 RC1 grtz, Kristof View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936180#3936180 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3936180

[JBoss-user] [JBossWS] - c14n or namespace issue in JBoss

2006-04-07 Thread kristof_taveirne
Hi, I have this rather strange problem. I think it's a c14n problem, at least it looks like that. I'll just show you... I have a web service on Jboss 4.0.4RC1 that takes an element {http://mynamespace/common}FlowInformationRequest. This web service is called from Oracle's BPEL Engine. This is

[JBoss-user] [JBossWS] - [WSDL] proxy settings when schemaLocation points to remote l

2006-03-21 Thread kristof_taveirne
Hi, I don't know if this is the right forum to ask, but i guess this is the place where somebody might be who ran into this problem before. I have several import statements in my wsdl file: xs:import namespace='http://schemas.xmlsoap.org/ws/2004/08/addressing'

[JBoss-user] [JBossWS] - Loggin all incoming soap messages

2006-03-16 Thread kristof_taveirne
Hi, Is there a way to log ALL incoming soap messages using Log4J on JBoss? Anybody done this before? I would like to just see the XML appear in a log file everytime somebody submits a request to the web service. This is for debugging reasons only. Or am I forced to use ethereal for this kind of

[JBoss-user] [JBossWS] - Context-root for EJB service-endpoint

2006-02-27 Thread kristof_taveirne
Hi, I'm using an EJB2.1 session bean as a web service endpoint. When I deploy the context-root is equal to the name of the jar file the SB is in. Is there a way to change this? Maybe in a jboss-webservices.xml deployment descriptor? But I can't find any documentation on that. Can somebody

[JBoss-user] [Advanced Documentation] - Re: Cannot find jaxrpc-mapping for type: {http:

2006-02-14 Thread kristof_taveirne
Hi, I'm having the exact same problem, and i've been strugling with it for over a week. I don't have a single clue what could be wrong. The only thing I can come up with is that JbossWS simply doesn't support document/literal style wsdl. But that's rather hard to believe. Did you find a

[JBoss-user] [EJB 3.0] - EJB 3.0 and web services

2006-02-01 Thread kristof_taveirne
Hi, I've been reading the tutorial on http://wiki.jboss.org/wiki/Wiki.jsp?page=WebservicesAndEJB3 about using EJB3 in a web service project. What happens in this tutorial is that a EJB2.1 Session Bean is used as an intermediate control to the underlying EJB3 beans. So I have an EJB2.1 SB that