[JBoss-user] [JBoss.NET] - JBoss.NET and .NET WSDL Tool

2004-12-08 Thread mzint
Hi there, I haven't touched JBoss.NET for some time, but think that due to the .NET Framework Update end of August 04 the .NET WSDL Tool now reports a warning when I generate a stub for a .NET client. "Schema validation warning: the namespace 'http://localhost:8080/jboss-net/services/WSAccessC

[JBoss-user] [Persistence & CMP/JBoss] - Re: MySQL problem - column xxx specified twice

2004-08-03 Thread mzint
Hello Alexey, The SQL-statement that JBoss tries to execute is: anonymous wrote : Executing SQL: INSERT INTO COMPONENTFIELDVALUE (CONTRACT, COMPONENT, FIELDNAME, SEQUENCE, VALUE, contract, component) | VALUES (?, ?, ?, ?, ?, ?, ?) I switched the Datasource to Oracle in the meantime and got t

[JBoss-user] [Persistence & CMP/JBoss] - MySQL problem - column xxx specified twice

2004-08-02 Thread mzint
Hi there, I just switched my datasource from Hypersonic to MySQL. JBoss Version 3.2.5 MySQL Version 4.0.18 Connector/J Version 3.0.14 The szenario is like this - I have a contract which consists of components that in turn have fields ordered by a sequence holding a value. The aggregation table

[JBoss-user] [JBoss.NET & SOAP] - Re: Authorization problem using .net client

2004-07-13 Thread mzint
Hi there I get the following error message when I try to run this test program in JBoss 4.0.0DR4 -> "The request failed with HTTP status 401: Unauthorized." The example works well in JBoss 3.2.3 Is there something that can be done about this ?? Has something changed in 4.0 or is this just an

[JBoss-user] [Persistence & CMP/JBoss] - found Solution in previous posting

2004-07-01 Thread mzint
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=43591 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840670#3840670 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3840670 --

[JBoss-user] [Persistence & CMP/JBoss] - Re: Create fails - CMP, CMR & Compound PK

2004-07-01 Thread mzint
Ok - I thought I knew what to do, but that doesn't work as well. I extended the create method with an additional parameter, the relationship field, which should be initialized in the ejbPostCreate method, but I still get the same error message. I inserted System.out.println's to check which meth

[JBoss-user] [Persistence & CMP/JBoss] - Create fails - CMP, CMR & Compound PK

2004-06-30 Thread mzint
Hi there, I'm pretty new to this, so maybe someone could help me with this. I get the following error message when I try to create a new entry. This is just an example database consisting of two tables Moons and Planets. The MoonEJB contains the fields planet, moon, radius and diameter and a for

[JBoss-user] [Security & JAAS/JBoss] - Web Service Authentification & Authorization

2004-06-25 Thread mzint
Hi, I tried to implement WS Authentification & Authorization with JBoss and a C# Client using the tutorial on the NoSuchDevice homepage, but for some reason I can't get it to work. I get a System.Net.WebException and the HTTP-Request fails with an error code 401:Unauthorized http://www.nsdev.o

[JBoss-user] [JBoss.NET & SOAP] - Problem with String Array // How to access Array content in

2004-06-24 Thread mzint
Hi everybody, I have 2 questions regarding WebServices DataTypes: 1. Problem with String Arrays I created a function in J2EE exposed as a web-service that returns a string array to the caller: /** | * @jboss-net.web-method | * @jboss-net.wsdd-operation | * @ejb.int

[JBoss-user] [J2EE Design Patterns] - Data Transfer Object // WebServices

2004-06-15 Thread mzint
Hi there, maybe someone can give me an opinion on this: I'm using WebServices to transfer data in form of a "Data Transfer Object" between a .NET client and JBoss. How can I make sure that the data doesn't get stale, when multiple clients access the same data at the same time? I've read some

[JBoss-user] [JBoss.NET & SOAP] - SOAP Monitor

2004-06-03 Thread mzint
Hi there, I'm struggling a bit with getting the SOAP Monitor to work (JBoss.Net - AXIS). The applet starts up fine, but what do I have to configure to actually see the SOAP message that is being exchanged ?? Do I have to include anything in the web-service deployment descriptor to get that to

[JBoss-user] [JBoss.NET & SOAP] - JBoss.NET / Axis 1.2 Java Collections

2004-05-29 Thread mzint
Hi I was just wondering if anyone tried this out... In the Java Web Services Tutorial 1.3 from Sun they wrote that the Java Collection Framework is supported by the new JAX-RPX Version 1.1 (Axis 1.2 uses JAX-RPC 1.1) - list attached below: Does this work with JBoss.NET / Axis?? How is this