RE: [JBoss-dev] Anyone doing https in JBoss using jsse ?

2002-05-02 Thread Peter Braswell
BoyZ, This sounds good to me. UDDI4J creates a URL() object inside the constructor. The below Handler factory sounds like the ticket, however it doesn't work around the problem that the URL object is created inside the constructor of the UDDIProxy() object. My thougts: extend the proxy jimmie

[JBoss-dev] JSSE and UDDI integration

2002-04-24 Thread Peter Braswell
All, I'm working on getting UDDI integration into the jboss.net stuff. I'm currently using UDDI4J for the publishing APIs. Publishing web services requires HTTPS. UDDI4J requires JSSE. The stand alone examples I've been working with require the jsse.jar file to reside in jre/lib/ext. Simple

[JBoss-dev] CVS update: contrib/jboss.net/src/main/org/jboss/net/jmx/server Constants.java MBeanProvider.java

2002-04-11 Thread Peter Braswell
User: peterbraswell Date: 02/04/11 19:32:53 Modified:jboss.net/src/main/org/jboss/net/jmx/server Constants.java MBeanProvider.java Log: added support for MBean-WSDL generation. Need yet to add WSDL generation for MBean attributes. Revision Changes

[JBoss-dev] CVS update: contrib/jboss.net/src/main/org/jboss/net/jmx/server MBeanProvider.java

2002-04-11 Thread Peter Braswell
User: peterbraswell Date: 02/04/11 20:42:03 Modified:jboss.net/src/main/org/jboss/net/jmx/server MBeanProvider.java Log: added support in JMX-WSDL generation for attributes! Revision ChangesPath 1.7 +88 -76

Re: [JBoss-dev] RE: AW: Patches to jboss.net

2002-04-10 Thread Peter Braswell
Also fixed/commited.. -peter - Original Message - From: Marius [EMAIL PROTECTED] To: Peter Braswell [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, April 10, 2002 4:24 AM Subject: Re: [JBoss-dev] RE: AW

Re: [JBoss-dev] RE: AW: Patches to jboss.net

2002-04-09 Thread Peter Braswell
immediately adopt because of restricted time ... We really should have a separation of core and modules such as Peter Braswell suggested ... If you need a 'second pair of hands' to try to keep on top of this type of thing and test updates, I'm happy to do it as I would like to get

[JBoss-dev] CVS update: contrib/jboss.net/testsuite/src/resources/jmx/sar/META-INF jboss-service.xml

2002-04-09 Thread Peter Braswell
User: peterbraswell Date: 02/04/09 19:38:59 Modified:jboss.net/testsuite/src/resources/jmx/sar/META-INF jboss-service.xml Log: Fixed erroneous package naming in Unit tests... Revision ChangesPath 1.2 +2 -2

[JBoss-dev] CVS update: contrib/jboss.net/testsuite/src/main/org/jboss/test/net/jmx JMXTest.java JMXTestMBean.java WSRJMXAccessUnitTestCase.java

2002-04-09 Thread Peter Braswell
@@ * Tests remote accessibility of JMX MBean through the web service * @created 29 March * @author a href=mailto:[EMAIL PROTECTED];Peter Braswell/a - * @version $Revision: 1.2 $ + * @version $Revision: 1.3 $ */ public class WSRJMXAccessUnitTestCase @@ -147,8 +147,7

[JBoss-dev] CVS update: contrib/jboss.net/src/main/org/jboss/net/jmx/server MBeanProvider.java

2002-04-09 Thread Peter Braswell
User: peterbraswell Date: 02/04/09 19:38:58 Modified:jboss.net/src/main/org/jboss/net/jmx/server MBeanProvider.java Log: Fixed erroneous package naming in Unit tests... Revision ChangesPath 1.5 +3 -3

[JBoss-dev] CVS update: contrib/jboss.net/testsuite build.xml

2002-04-08 Thread Peter Braswell
User: peterbraswell Date: 02/04/08 19:33:21 Modified:jboss.net/testsuite build.xml Log: Modifications to get test MBean deployment working. Revision ChangesPath 1.13 +34 -1 contrib/jboss.net/testsuite/build.xml Index: build.xml

[JBoss-dev] CVS update: contrib/jboss.net/testsuite/src/resources/jmx/sar/META-INF web-service.xml

2002-04-08 Thread Peter Braswell
User: peterbraswell Date: 02/04/08 19:33:21 Modified:jboss.net/testsuite/src/resources/jmx/sar/META-INF web-service.xml Log: Modifications to get test MBean deployment working. Revision ChangesPath 1.2 +1 -1

Re: [JBoss-dev] IBM Public License

2002-04-04 Thread Peter Braswell
and talk w/the good doctor (Christoph) and discuss about how the deployment process/deployment descriptor goes -pjb --- [EMAIL PROTECTED] wrote: Peter (Braswell) and I were looking at UDDI implementations for jboss.net and the best one so far is UDDI4j. It is under the IBM Public License

[JBoss-dev] CVS update: contrib/jboss.net/src/main/org/jboss/net/jmx MBeanInvocationHandler.java

2002-04-04 Thread Peter Braswell
User: peterbraswell Date: 02/04/04 20:42:57 Modified:jboss.net/src/main/org/jboss/net/jmx MBeanInvocationHandler.java Log: fixed null-pointer exception problem. Revision ChangesPath 1.7 +105 -99

[JBoss-dev] CVS update: contrib/jboss.net/testsuite/src/main/org/jboss/test/net/jmx JMXTest.java JMXTestMBean.java WSRJMXAccessUnitTestCase.java

2002-04-04 Thread Peter Braswell
1.0 - * @author Peter Braswell - */ - -public interface JMXTestMBean -{ - - /** -* Method getTestString -* -* -* @return -* -*/ - - public String getTestString (); - - /** -* Method setTestString

Re: AW: [JBoss-dev] JBoss.net/IIOP and JBossMX integration

2002-04-02 Thread Peter Braswell
Christoph et.al. This is what I fixed last night. The MBeanInvocationHandler now snoops for method names beginning w/get or set and redirects the invoke() to get/set attribute where appropriate. I'll send you the code and UnitTests tonight. cheers, pjb --- Adrian Brock [EMAIL PROTECTED]

[JBoss-dev] jb.net deployment and Dr. Jung if you're out there...

2002-03-02 Thread Peter Braswell
DCJ, I got jb.net to deploy. There was a small error in Constants.java, I prepended META-INF to the axis-config.xml constant - static final String AXIS_CONFIGURATION_FILE=META-INF/axis-config.xml; Also, the axis-config.xml isn't getting included in the resources directory for the .jar

[JBoss-dev] JBoss documentation

2002-02-23 Thread Peter Braswell
. Keep up the outstanding work! hoping to earn my source-forge id back soon, peter braswell __ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com ___ Jboss

Re: [JBoss-dev] RMI IIOP

2001-06-11 Thread Peter Braswell
Marc, Being a primarily a CORBA guy, I'd like to give this a go... I'd sign up! cheers, peter --- marc fleury [EMAIL PROTECTED] wrote: So guys, now that it is a real requirement we need to put that in... ANYONE interested in taking that on? I would put the red-carpet out for that

Re: [JBoss-dev] Tis quiet on JBoss-dev

2001-05-15 Thread Peter Braswell
Okay.. Things are getting quiet here at work again.. no more 12 hour days... Was going to get back to JCTS stuff. Was wondering what the status of your agreement w/Sun and getting JBOSS j2ee branded? cheers, peter --- marc fleury [EMAIL PROTECTED] wrote: :) so scott stark and myself are

[JBoss-dev] CVS client/ssh

2001-04-11 Thread Peter Braswell
All, I hate to bother everybody with a stupid question, but... I've been having a devil of a time with sourceforge/CVS/ssh and getting to the point where I can commit. I'm using a W2K machine. I've tried jCVS (no support for ssh), winCVS (seems to support ssh, but won't work properly) and

RE: [JBoss-dev] [PROPOSAL] daily builds?

2001-04-03 Thread Peter Braswell
I would be happy to help out with integrating the JUnit test stuff with a build/distribution... Just let me know... cheers, peter --- marc fleury [EMAIL PROTECTED] wrote: I am interested in a "basic" zip with source and binary, available for download. A private company proposed to do

RE: [JBoss-dev] [PROPOSAL] daily builds?

2001-04-03 Thread Peter Braswell
Yes. Sorry about dropping in and out. Hope I can be forgiven. When consulting is slow jboss contribution is high, when consulting is busy... you get the idea. I'm still here!! Summary: JCTS is well developed with respect to Stateful and Stateless session beans. BMP is also well developed