[JBoss-dev] RE: 4.0.4.GA WS release + EJB3 RC6

2006-05-18 Thread Thomas Diesler
xxx Thomas Diesler Web Service Lead JBoss Inc. xxx From: Bill Decoste Sent: 18 May 2006 03:33 To: Thomas Diesler Subject: 4.0.4.GA WS release + EJB3 RC6 Hi Thomas, Im responding to a forum posting we cant build EJB3s annotated with WS annotations using JBoss

[JBoss-dev] RE: Where is javaee_web_services_client_1_2.xsd

2006-05-12 Thread Thomas Diesler
This is not a J2EE-1.4 schema http://java.sun.com/xml/ns/j2ee/#resources I'd say the test deployment is incorrect xxx Thomas Diesler Web Service Lead JBoss Inc. xxx -Original Message- From: Scott M Stark Sent: Friday, May 12, 2006 15:59

[JBoss-dev] FW: Access to kernel instance in jboss head

2006-05-11 Thread Thomas Diesler
Folks, I can deploy beans on the jboss-head integrated kernel. How can I access the Kernel instance, or more specifically get at the KernelRegistry? http://www.jboss.org/index.html?module=bbop=viewtopicp=3942877#3942877 cheers -thomas

[JBoss-dev] RE: Access to kernel instance in jboss head

2006-05-11 Thread Thomas Diesler
http://www.jboss.org/index.html?module=bbop=viewtopicp=3942912#3942912 xxx Thomas Diesler Web Service Lead JBoss Inc. xxx -Original Message- From: Bill Burke Sent: Thursday, May 11, 2006 16:08 To: Thomas Diesler Subject: Re: Access to kernel

[JBoss-dev] Using the latest jbossws

2006-04-21 Thread Thomas Diesler
Hi Julien/Chris If you need to check whether I bugfix works for you in jboss-4.0.x, please follow the process documented here: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQBuildAndInstall cheers -thomas

[JBoss-dev] hot swap classes with eclipse

2006-04-20 Thread Thomas Diesler
# Use the eclipse compiler to allow for hot code swapping # http://www.jboss.org/index.html?module=bbop=viewtopict=65783 # # Make sure you have these jars in tools/lib # # org.eclipse.jdt.core_3.1.0.jar # jdtCompilerAdapter.jar (is contained in org.eclipse.jdt.core_3.1.0.jar) #

[JBoss-dev] Insuffient obfucated jboss-backport-concurrent

2006-04-20 Thread Thomas Diesler
Please comment on http://www.jboss.com/index.html?module=bbop=viewtopicp=3938538#3938538 cheers -thomas

[JBoss-dev] RE: building from local repository

2006-04-19 Thread Thomas Diesler
Why do you point to a local cvs copy? For speed purposes? Its not for speed purposes. Before I update the public repository, I need to check the build locally. Cherrs -thomas From: Ruel Loehr Sent: 18 April 2006 15:58 To: Thomas Diesler Cc: 'jboss-development

[JBoss-dev] building from local repository

2006-04-18 Thread Thomas Diesler
Hi Ruel, The build from a local repository fails because [getwithsum] cannot find the md5 files in my local version of the repository. Adding reference: jbossas-thirdparty[getwithsum] Executing task GetWithSum[getwithsum] The source md5 is

[JBoss-dev] RE: JBWS 808

2006-04-18 Thread Thomas Diesler
Chris, This should be covered by your integration tests. You would need to tell me how to run those. xxx Thomas Diesler Web Service Lead JBoss Inc. xxx -Original Message- From: Chris Laprun Sent: Saturday, April 15, 2006 01:17 To: Thomas

[JBoss-dev] RE: Toward JBoss v4.0.4.GA - Part 2 - Build/thirdparty Issues

2006-04-10 Thread Thomas Diesler
We plan to do a final relase during the course of this week. xxx Thomas Diesler Web Service Lead JBoss Inc. xxx -Original Message- From: Scott M Stark Sent: Wednesday, April 05, 2006 20:58 To: Dimitris Andreadis; 'jboss-development' Cc

[JBoss-dev] catalog does not work for remote clients

2006-04-07 Thread Thomas Diesler
Hi Jason/Scott, the new catalog support in jboss-head does not work forremote clients. I need to look into it on monday. Have a good weekend -thomas

[JBoss-dev] RE: wsrp integration

2006-03-25 Thread Thomas Diesler
stuff that you depend on works in the way you expect. How you setup fuctional tests for your component is up to you. Cheers -thomas -Original Message- From: Alejandro Guizar Sent: 24 March 2006 19:56 To: Thomas Diesler; Chris Laprun Cc: Julien Viet; Dev - JBossWS Subject: RE: wsrp

RE: [JBoss-dev] Re: repository.jboss.com checkout problem

2006-03-20 Thread Thomas Diesler
FYI, svn is much better about this. It does not distinguish between txt and binary (i.e. it does not rewrite CR/LF) and uses a binary diff algorithm http://svnbook.red-bean.com/nightly/en/svn.forcvs.binary-and-trans.html xxx Thomas Diesler Web Service Lead JBoss Inc

RE: [JBoss-dev] RE: JBossRetro, JBossWS and JDK1.4

2006-03-20 Thread Thomas Diesler
Ryan, When you are ready with jbossretro, pls create a jira task for me to produce a snapshot that uses jbossretro. The jira task should conatin instructions on howto run the build using jbossretro. Cheers -thomas xxx Thomas Diesler Web Service Lead JBoss Inc

[JBoss-dev] RE: Synching up on webservice/retro tasks for

2006-03-16 Thread Thomas Diesler
This should be fixed. xxx Thomas Diesler Web Service Lead JBoss Inc. xxx -Original Message- From: Ryan Campbell Sent: Thursday, March 16, 2006 00:55 To: Jason T. Greene; 'Thomas Diesler' Cc: 'jboss-development@lists.sourceforge.net' Subject: RE

[JBoss-dev] RE: WebServices in the 3.2.8 compatibility testsuite

2006-02-06 Thread Thomas Diesler
I would say if you QA to test WebService between different versions at any time, you will need to provide a compatible testsuite. Lets talk about this in vegas - if you are there. -Original Message- From: Clebert Suconic Sent: 06 February 2006 21:48 To: Thomas Diesler Cc: Scott M

[JBoss-dev] RE: Restore DeploymentRolesLoginModule

2006-01-30 Thread Thomas Diesler
I did not realize the server module now depends on security. I rolled back the module dependency and try to refactor such that DeploymentRolesLoginModuledoes not depend on server meta data From: Thomas Diesler Sent: Monday, January 30, 2006 11:18To: Scott M StarkCc: 'jboss

[JBoss-dev] RE: Restore DeploymentRolesLoginModule

2006-01-30 Thread Thomas Diesler
t: RE: Restore DeploymentRolesLoginModule What tests depend on this login module? As I remember only the run-as capability needed to augment the roles and this does not require a login module to do this. From: Thomas Diesler Sent: Monday,

[JBoss-dev] RE: Restore DeploymentRolesLoginModule

2006-01-30 Thread Thomas Diesler
with the failing tests as I really thought I had eliminated the need for the DeploymentRolesLoginModule when I last when through the security portion of the cts. From: Thomas Diesler Sent: Monday, January 30, 2006 4:52 AMTo: Scott M StarkCc: 'jboss-development

[JBoss-dev] RE: Restore DeploymentRolesLoginModule

2006-01-30 Thread Thomas Diesler
-users.properties/cts-roles.properties. Why the DeploymentRolesLoginModule has to be in this login-config.xml section is the question. From: Thomas Diesler Sent: Monday, January 30, 2006 5:17 AMTo: Scott M StarkCc: 'jboss-development@lists.sourceforge.net'Subject: RE: Restore

[JBoss-dev] J2EE-1.4 signature tests

2006-01-13 Thread Thomas Diesler
There are still some J2EE-1.4 signature test failures. javax.ejb is due to some added methods from the EJB3 API. Javax.mail I did not investigate. javax.xml.namespace is due to equals(), hashCode() being added to QName, which is IMO a test challenge rather than a bug in our public API

RE: [JBoss-dev] RE: Sync xml tests with HEAD for use with jboss-xml-binding.jar

2006-01-11 Thread Thomas Diesler
: Wednesday, January 11, 2006 03:46 To: jboss-development@lists.sourceforge.net; Thomas Diesler; Alexey Loubyansky Subject: RE: [JBoss-dev] RE: Sync xml tests with HEAD for use with jboss-xml-binding.jar One incompatibility is the change of the SchemaBindingResolver method from: SchemaBinding

[JBoss-dev] RE: Webservice/test failures (Cglib ASM incompatibility)

2006-01-10 Thread Thomas Diesler
BTW, the retrotranslated jbossws14.sar now runs in 4.0.x with jdk-1.4 without failure. xxx Thomas Diesler Web Service Lead JBoss Inc. xxx -Original Message- From: Jason T. Greene Sent: Monday, January 09, 2006 06:38 To: Dev - JBossWS Subject

[JBoss-dev] RE: Sync xml tests with HEAD for use with jboss-xml-binding.jar

2006-01-10 Thread Thomas Diesler
, the build of module common in 4.0.x does not use the sources xml binding. IMHO, it'd be better to allocate the already scarce resources towards a binary solution drop like we have with remoting. The impact for customers should be minimal. xxx Thomas Diesler Web Service Lead

[JBoss-dev] JBossWS-1.0RC1 release works in 4.0.x

2006-01-10 Thread Thomas Diesler
Hi folks, I completed thework arround using retrotranslator. The good news first --- The new web service stack can be used in 4.0.x without known limitations. This will give cutomers ws-security, ws-addressing, ws-eventing, jsr-181 annotations, ejb3 endpoints, etc.

[JBoss-dev] RE: Sync xml tests with HEAD for use with jboss-xml-binding.jar

2006-01-10 Thread Thomas Diesler
from here. Cheer -thomas -Original Message- From: Alexey Loubyansky Sent: Tuesday, January 10, 2006 14:53 To: Thomas Diesler Cc: Scott M Stark; jboss-development@lists.sourceforge.net Subject: Re: Sync xml tests with HEAD for use with jboss-xml-binding.jar So, after Scott said we

[JBoss-dev] RE: JBossWS-1.0RC1 release works in 4.0.x

2006-01-10 Thread Thomas Diesler
To: Thomas Diesler; Dev - JBossWS; Alexey Loubyansky; Jason T. Greene; Sacha Labourey; Ivelin Ivanov Cc: 'jboss-development@lists.sourceforge.net' Subject: RE: JBossWS-1.0RC1 release works in 4.0.x We also need a jdk5 compiled version under a different version for inclusion in profiles like ejb3

[JBoss-dev] RE: [jboss-cvs] repository.jboss.com/hibernate/3.1 ...

2006-01-06 Thread Thomas Diesler
Ok, I restored compatiblity to asm-1.5.3. If hibernate is incompatible with asm-3.0_beta things will become compilicated. xxx Thomas Diesler Web Service Lead JBoss Inc. xxx -Original Message- From: Scott M Stark Sent: Friday, January 06, 2006

[JBoss-dev] HyperJAXB

2005-04-29 Thread Thomas Diesler
Hi Alex, Gavin Jason pointed this out to me? You where talking about persisting XML at JBossWorld https://hyperjaxb.dev.java.net/? Cheers -thomas PS: Alex, maybe you want to be on the JAXB-2.0 EG

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1674) web-console depends on UseJBossWebLoader

2005-04-12 Thread Thomas Diesler (JIRA)
Reporter: Thomas Diesler with the CTS configuration, I get: 10:27:46,515 ERROR [[/web-console]] Servlet /web-console threw load() exception java.lang.ClassNotFoundException: org.jboss.console.plugins.monitor.CreateSnapshotServlet at org.apache.catalina.loader.WebappClassLoader.loadClass

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1674) web-console depends on UseJBossWebLoader=true

2005-04-12 Thread Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1674?page=history ] Thomas Diesler updated JBAS-1674: - Summary: web-console depends on UseJBossWebLoader=true (was: web-console depends on UseJBossWebLoader) web-console depends on UseJBossWebLoader=true

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1675) Integrate Critical CTS bug fixes

2005-04-12 Thread Thomas Diesler (JIRA)
Integrate Critical CTS bug fixes Key: JBAS-1675 URL: http://jira.jboss.com/jira/browse/JBAS-1675 Project: JBoss Application Server Type: Bug Components: Web Services service Reporter: Thomas Diesler Assigned to: Thomas

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1675) Integrate Critical CTS bug fixes

2005-04-12 Thread Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1675?page=history ] Thomas Diesler updated JBAS-1675: - Description: This issue links to the outstanding JBCTS project issues that need to be included into JBAS 4.0.2. (was: This issue links to the outstanding

[JBoss-dev] [JBoss JIRA] Reopened: (JBAS-1639) Integrate Critical JBWS bug fixes

2005-04-11 Thread Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1639?page=history ] Thomas Diesler reopened JBAS-1639: -- Final CTS testrun is missing Integrate Critical JBWS bug fixes - Key: JBAS-1639 URL: http

[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-1478) Move axis-ws4ee to package org.jboss.org.apache.axis

2005-03-04 Thread Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1478?page=history ] Thomas Diesler resolved JBAS-1478: -- Resolution: Done Moved to org.jboss.axis Move axis-ws4ee to package org.jboss.org.apache.axis

[JBoss-dev] [JBoss JIRA] Commented: (JBREM-33) Add GET support within HTTP server invoker

2005-02-23 Thread Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBREM-33?page=comments#action_12315647 ] Thomas Diesler commented on JBREM-33: - As far as I can see, we don't need support for GET for JBossWS. Add GET support within HTTP server invoker

[JBoss-dev] [JBoss JIRA] Updated: (JBREM-27) Support for HTTP/HTTPS proxy

2005-02-23 Thread Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBREM-27?page=history ] Thomas Diesler updated JBREM-27: Priority: Optional (was: Major) Fix Version: 1.2.0 beta (was: 1.0.1 final) Support for HTTP/HTTPS proxy

[JBoss-dev] [JBoss JIRA] Updated: (JBREM-35) Servlet Invoker - counterpart to HTTP Invoker (runs within web container)

2005-02-23 Thread Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBREM-35?page=history ] Thomas Diesler updated JBREM-35: Priority: Optional (was: Minor) Fix Version: 1.2.0 beta (was: 1.0.1 final) It needs to be discussed who this would work

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1478) Move axis-ws4ee to package org.jboss.org.apache.axis

2005-02-16 Thread Thomas Diesler (JIRA)
Move axis-ws4ee to package org.jboss.org.apache.axis Key: JBAS-1478 URL: http://jira.jboss.com/jira/browse/JBAS-1478 Project: JBoss Application Server Type: Task Reporter: Thomas Diesler Fix For: JBossAS

[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-1478) Move axis-ws4ee to package org.jboss.org.apache.axis

2005-02-16 Thread Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1478?page=history ] Thomas Diesler reassigned JBAS-1478: Assign To: Thomas Diesler Move axis-ws4ee to package org.jboss.org.apache.axis Key

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1392) Implement EJBVerifier21.isJAXRPCType

2005-02-08 Thread Thomas Diesler (JIRA)
Implement EJBVerifier21.isJAXRPCType Key: JBAS-1392 URL: http://jira.jboss.com/jira/browse/JBAS-1392 Project: JBoss Application Server Type: Task Reporter: Thomas Diesler Assigned to: Scott M Stark Priority: Optional

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1392) Implement EJBVerifier21.isJAXRPCType

2005-02-08 Thread Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1392?page=history ] Thomas Diesler updated JBAS-1392: - Assign To: (was: Scott M Stark) Implement EJBVerifier21.isJAXRPCType Key: JBAS-1392 URL: http

[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-1070) Warning message not found when deploying WS4EE Web Service

2005-02-08 Thread Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1070?page=history ] Thomas Diesler resolved JBAS-1070: -- Resolution: Done Refactor EJB verification to incude message properties for EJB21. Warning message not found when deploying WS4EE Web Service

[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-1183) Verifier warning message not found

2005-02-08 Thread Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1183?page=history ] Thomas Diesler resolved JBAS-1183: -- Resolution: Duplicate Issue Verifier warning message not found -- Key: JBAS-1183 URL: http

[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-1099) Missing EJB verifier message

2005-02-08 Thread Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1099?page=history ] Thomas Diesler resolved JBAS-1099: -- Resolution: Duplicate Issue Missing EJB verifier message Key: JBAS-1099 URL: http://jira.jboss.com

[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-1392) Implement EJBVerifier21.isJAXRPCType

2005-02-08 Thread Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1392?page=history ] Thomas Diesler reassigned JBAS-1392: Assign To: Thomas Diesler Implement EJBVerifier21.isJAXRPCType Key: JBAS-1392 URL: http

[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-1065) No redeployment possible after unsuccessful first deployment

2005-02-08 Thread Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1065?page=history ] Thomas Diesler resolved JBAS-1065: -- Resolution: Done Fixed in Branch_4_0 No redeployment possible after unsuccessful first deployment

[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-1235) TimedObject id persistence fails on restart

2005-02-08 Thread Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1235?page=history ] Thomas Diesler resolved JBAS-1235: -- Resolution: Cannot Reproduce Bug I run the PersistenceTestCase ant -Dtest=org.jboss.test.txtimer.test.PersistenceTestCase one-test with a timer

[JBoss-dev] [JBoss JIRA] Closed: (JBAS-20) Multiple ports wsdl service element

2005-02-08 Thread Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-20?page=history ] Thomas Diesler closed JBAS-20: -- Resolution: Won't Fix Invalid, because jboss is not in control of the wsdl that is requested from a WS client. Multiple ports wsdl service element

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1115) bad path to included xsd gets built in WSDLFilePublisher

2005-02-07 Thread Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1115?page=comments#action_12315208 ] Thomas Diesler commented on JBAS-1115: -- Thanks for the good feedback bad path to included xsd gets built in WSDLFilePublisher

[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-1115) bad path to included xsd gets built in WSDLFilePublisher

2005-02-07 Thread Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1115?page=history ] Thomas Diesler resolved JBAS-1115: -- Resolution: Done Fixed in Branch_4_0 bad path to included xsd gets built in WSDLFilePublisher

[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-21) Cannot find wsdl in client deployment

2005-02-07 Thread Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-21?page=history ] Thomas Diesler resolved JBAS-21: Resolution: Won't Fix I think the exception message is clear enough. Cannot find wsdl in client deployment

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-20) Multiple ports wsdl service element

2005-02-04 Thread Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-20?page=history ] Thomas Diesler updated JBAS-20: --- Fix Version: JBossAS-4.0.2 Final Multiple ports wsdl service element --- Key: JBAS-20 URL: http

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-21) Cannot find wsdl in client deployment

2005-02-04 Thread Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-21?page=history ] Thomas Diesler updated JBAS-21: --- Fix Version: JBossAS-4.0.2 Final Cannot find wsdl in client deployment - Key: JBAS-21 URL: http

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1235) TimedObject id persistence fails on restart

2005-02-04 Thread Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1235?page=history ] Thomas Diesler updated JBAS-1235: - Fix Version: JBossAS-4.0.2 Final TimedObject id persistence fails on restart --- Key: JBAS-1235

[JBoss-dev] [JBoss JIRA] Closed: (JBAS-897) invalid ejb-link

2005-02-04 Thread Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-897?page=history ] Thomas Diesler closed JBAS-897: --- Resolution: Done The ServiceDeployer now takes the entire deployment down again when the WS endpoint cannot be started. We have good exceptions for invalid

[JBoss-dev] [JBoss JIRA] Updated: (JBWEB-11) 505 error when connection from a .NET client

2005-01-20 Thread Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBWEB-11?page=history ] Thomas Diesler updated JBWEB-11: Description: People with .NET clients have no luck connection to JBossWS since .NET defaults to HTTP-1.1. This issue as poped up multiple times now. I don't

[JBoss-dev] [JBoss JIRA] Created: (JBWEB-11) 505 error when connection from a .NET client

2005-01-20 Thread Thomas Diesler (JIRA)
505 error when connection from a .NET client Key: JBWEB-11 URL: http://jira.jboss.com/jira/browse/JBWEB-11 Project: JBoss Web Type: Bug Components: Tomcat Versions: JBossWeb-4.0.1 Reporter: Thomas Diesler

[JBoss-dev] [JBoss JIRA] Commented: (JBWEB-11) 505 error when connection from a .NET client

2005-01-20 Thread Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBWEB-11?page=comments#action_12314770 ] Thomas Diesler commented on JBWEB-11: - Here is a .NET workaround http://www.jboss.org/index.html?module=bbop=viewtopicp=3860297#3860297 505 error when connection from

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-897) invalid ejb-link

2005-01-17 Thread Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-897?page=comments#action_12314712 ] Thomas Diesler commented on JBAS-897: - Ok, please also provide a test case that shows the issue. invalid ejb-link Key: JBAS-897

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1294) commons-logging.jar should be in default/lib

2005-01-17 Thread Thomas Diesler (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1294?page=comments#action_12314717 ] Thomas Diesler commented on JBAS-1294: -- Go ahead, I don't see an issue with that. commons-logging.jar should be in default/lib

[JBoss-dev] [JBoss JIRA] Created: (JBREM-27) Support for HTTP/HTTPS proxy

2004-12-23 Thread Thomas Diesler (JIRA)
Support for HTTP/HTTPS proxy Key: JBREM-27 URL: http://jira.jboss.com/jira/browse/JBREM-27 Project: JBoss Remoting Type: Feature Request Components: transport Reporter: Thomas Diesler Assigned to: Tom Elrod Fix For: 1.0.1

[JBoss-dev] FW: annotationc in testsuite

2004-07-26 Thread Thomas Diesler
Hi Bill, the _jars-aop target in testsuite can only be run once. When I want to rebuild the testsuite I have to clean first or comment out the annotationc. Is anybody else seeing this? cheers -thomas _jars-aop:[annotationc] Working directory ignored when same JVM is used.[annotationc]

[JBoss-dev] Build Branch_3_2

2004-01-12 Thread Thomas Diesler
Tom, in CVS jboss-head Branch_3_2 /tools/etc/buildmagic/libraries.ent I find !-- Dom4j -- property name="dom4j.dom4j.root" value="${project.thirdparty}/dom4j/dom4j"/ property name="dom4j.dom4j.lib" value="${dom4j.dom4j.root}/lib"/ path id="dom4j.dom4j.classpath" pathelement

RE: [JBoss-dev] Webconsole Snapshot Recording of JMX attributes

2004-01-08 Thread Thomas Diesler
Sacha / Bill, at my old company I implemented a HTML tree control that gets it's input from XML. The idea is, that the server assembles the XML data, either of the whole tree or parts of it and the tree control transforms it into HTML. The server does not need to know about the state of the

RE: [JBoss-dev] netboot needs revamping

2003-12-11 Thread Thomas Diesler
Bill, depends of the order of priorities we have. Next on my todo list is J2EE1.4 compatiblity tests for web services. However, we don't have the tck yet, or do we? I could start with the TCK that is on the JSR-109 homepage, but that is out of date. Meanwhile I could give it a shot. -thomas

RE: [JBoss-dev] WebServer: howto obtain the host and port generically

2003-11-24 Thread Thomas Diesler
information) as well to get a valid wsdl ... CGJ -Ursprüngliche Nachricht- Von: Thomas Diesler [mailto:[EMAIL PROTECTED] Gesendet: Samstag, 22. November 2003 17:33 An: [EMAIL PROTECTED] Betreff: RE: [JBoss-dev] WebServer: howto obtain the host and port generically

[JBoss-dev] ClientDeployer, EJBDeployer, AbstractWebContainer delegate to JSR109ClientService

2003-11-24 Thread Thomas Diesler \(E-mail\)
Hi Scott, I put in the JSR109 client programming model, for J2EE application, EJB, end web component clients. As you suggested, I use a 'delegate to service' rather than subdeployment approach. Here a few details modified ApplicationMetaData, ClientMetaData, WebMetaData to conatain a 'Object

RE: Sharing classes between WebContainer and JSR109Deployer *was* AW: [JBoss-dev] Re: deployment classloader in AbstractWebContaine r

2003-11-22 Thread Thomas Diesler
This could simplify things considerably. You're right, we had a 'delegate to JSR109Service' approach in place for the AbstractWebContainer and the EJBDeployer. I mainly did this because I was not happy with the order of deployment (subdepoyment start/create before parent start/create). Realy the

RE: [JBoss-dev] WebServer: howto obtain the host and port generically

2003-11-22 Thread Thomas Diesler
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jung , Dr. Christoph Sent: Freitag, 21. November 2003 10:38 To: '[EMAIL PROTECTED]' Subject: AW: [JBoss-dev] WebServer: howto obtain the host and port generically Hi, -Ursprüngliche Nachricht- Von: Thomas Diesler (E

[JBoss-dev] InvokationException on model MBean creation with ClientDeployer

2003-11-22 Thread Thomas Diesler
Title: Message Hi Scott, the client-deployer-service.xml uses a an inline model mbean definition. That causes a java.lang.NoSuchMethodException: org.jboss.mx.modelmbean.XMBean.init(java.lang.Object, org.w3c.dom.Element, java.lang.String) at

[JBoss-dev] WebServer: howto obtain the host and port generically

2003-11-21 Thread Thomas Diesler \(E-mail\)
Hi all, during webservice deployment the WSDL file may specify a dummy port location. When feeding back the deployed WSDL I would like to (must) tweak the port location such that it reflects the actual URL the webservice is available at. For that purpose I'm looking for a generic way to figure

[JBoss-dev] JNDI binding for J2EE1.4 compliant webservices

2003-11-20 Thread thomas . diesler
Hi all, there seems to be some confusion about how webservices are bound to JNDI. Here is my interpretation of the JSR109 spec. Maybe you whant to throw your 2 cents in. server programming model --- No mention of JNDI. The server makes the webservice available at a

[JBoss-dev] deployment classloader in AbstractWebContainer

2003-11-20 Thread thomas . diesler
Hi Scott, the AbstractWebContainer now accepts nested deployments (it looks for WEB-INF/webservices.xml). The nested deployment is then handled by the JSR109Service, which tries to load the service endpoint interface (SEI) from the parents class loader. During AbstractWebContainer.init the

FW: [JBoss-dev] JNDI lookup problem with webservice client

2003-11-13 Thread Thomas Diesler
ObjectFactory.getObjectInstance when the object cannot be created. Cheers -thomas -Original Message- From: Thomas Diesler [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2003 9:44 AM To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-dev] JNDI lookup problem with webservice client ... here is the test

[JBoss-dev] JNDI lookup problem with webservice client

2003-11-11 Thread thomas . diesler
Scott, working on the webservice client programing model, I need to bind a javax.xml.rpc.Service to JNDI. In the test below I bind it to the global JNDI namespace. However, when I lookup the service I get null without a NamingException. The code below first tests if the service object can be