[JBoss-user] [JBossWS] - JBossWS incompatibility issue with older SOAP stack

2006-04-26 Thread reinerka
We have an issue when trying to run our application on the new JBoss-4.0.4.CR2 release instead of previous releases (including 4.0.4RC1). We have a special Servlet that makes heavy use of SAAJ and the resulting SOAP messages are quite different between the old AXIS based implementation and JBos

[JBoss-user] [JBossWS] - wstools.sh does not exist in JBoss-4.0.4.CR2 installation

2006-04-07 Thread reinerka
Hi, I've installed JBoss-4.0.4.CR2 on two machines with the installer (default, with all options checked for installation) and on no machine (Windows, Linux) the wstools.sh script is installed. I've been searching all over but could not find the script anywhere for download. Is there a place t

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: EJB3 @Column and primaryKey attribute

2006-01-20 Thread reinerka
I'm using the 4.0.3SP1 release of JBoss. Reiner View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918779#3918779 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3918779

[JBoss-user] [JBoss Eclipse IDE (users)] - EJB3 @Column(primaryKey = true) problem

2006-01-19 Thread reinerka
Hi, I'm trying to do some work with EJB3 defining a composite primary key for an Entity Bean. JBossIDE gives me an error on the following statement: @Column(name = "xxx", primaryKey = true, nullable = false, updateable = false, insertable = false) stating the following for this statement: "T

[JBoss-user] [Beginners Corner] - Re: Servlet Exception with Jboss

2006-01-12 Thread reinerka
I just got the same problem in the following environment: - Eclipse 3.1.1 with JBossIDE 1.5 - Fedora Core 4 Linux - JDK 1.5.0_06 - JBoss 4.0.3SP1 (installer used with install everything) I've been trying to follow the EJB3 Trailblaizer demo with my own Classes and when running the Servlet I get

[JBoss-user] [JBossWS] - Re: Content-length header usage

2005-10-21 Thread reinerka
We do all the SOAP processing in our servlet for different reasons. When we generate the response it is done through SAAJ. The transmitted message always comes up as: 123 http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3902701#3902701 Reply to the post : http://www.jboss.com/index.htm

[JBoss-user] [JBossWS] - Content-length header usage

2005-10-18 Thread reinerka
Hi, is there a way that JBossWS can use the HTTP Content-Length field instead of using the length information embedded inside the content itself? I'm having problems with a Web Service Client that can only work with the Content-Length field. Unfortunately there is no way that the client can be

[JBoss-user] [Security & JAAS/JBoss] - Re: DIGEST Authentication

2005-10-05 Thread reinerka
Scott, after posting the question I've found several of your replies to that. The problem I'm facing is that DIGEST authentication is a requirement for the application. The password is known from the username (isn't that a really good password). So in effect there would be a custom authenticat

[JBoss-user] [Security & JAAS/JBoss] - Re: DIGEST Authentication

2005-10-05 Thread reinerka
One more clarification to the scenario. I'm also using DatabaseServerLoginModule where clear test passwords are stored (not encrypted). We don't have a problem storing clear text passwords for this particular environment. But DIGEST is a requirement over the wire. Reiner View the original pos

[JBoss-user] [Security & JAAS/JBoss] - DIGEST Authentication

2005-10-05 Thread reinerka
I'm trying to set up a server for Digest authentication. I've been working previously with the BASIC authentication and everything seems to work as expected. All that was done is to change the web.xml to DIGEST and now I can't find anything that would get me past the authentication part. I've

[JBoss-user] [EJB/JBoss] - Re: 4.0.2 and Spring and hot deployment of SLSB

2005-06-21 Thread reinerka
Sine there seems no reply to this thread a different approach might help. Is there any tool available that can be used to validate the META files for correct syntax? I've used XDoclet to generate them, but experience has tought that there might be a couple of problems in there. Such a tool coul

[JBoss-user] [EJB/JBoss] - Re: 4.0.2 and Spring and hot deployment of SLSB

2005-06-09 Thread reinerka
I'm getting the exact same error in my application using 4.0.2. Using JBoss 3.2.6 everything is working fine in there. The problem occurs everytime the Session Bean is trying to access one of the CMP EJB's. Doesn't matter which one. Any help is appreciated since I want to migrate over to the 4.0

[JBoss-user] [JBoss Getting Started Documentation] - Plans for JBoss 4.0.x Documentation

2004-09-20 Thread reinerka
Hi there, what are the plans JBoss 4.0.0 documentation? Specifically I'm looking forward to: - Getting Started - Migration from 3.2.x Thanks, Reiner View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848893#3848893 Reply to the post : http://www.jboss.org/i

[JBoss-user] [JBoss.NET & SOAP] - Re: Complex Type Serialization Problem

2004-05-28 Thread reinerka
Never mind. I've managed to solve the problem without using JBoss-NET, but rather using AXIS direclty within JBoss. Reiner View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836663#3836663 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[JBoss-user] [JBoss.NET & SOAP] - Complex Type Serialization Problem

2004-05-27 Thread reinerka
Hi, I'm tryting to get several EJB methods exposed as Web Services. The problem I'm facing is that the methods are taking multiple complex types as arguments and returns again a complex type. I'm using JBoss 3.2.3 & JBossIDE 1.2.3 (with the XDoclet plugin for JBoss.NET - which should really be