[JBoss-user] The future of JBossDO?

2003-10-04 Thread J.Mann
Hello folks, I have been using JBossDO to provide persistance in a web application I am currently working on. I recently read about the union of JBoss and the Hibernate project. I have also just discovered that the JBossDO project page (including documentation) has been replaced with a link to H

Re: [JBoss-user] RT: JBoss couldn't deploy HelloWorld.jar

2003-10-04 Thread Santi Caballe Llobet
As the classes that fail are HellHome.java and Hello.java I post the source of both: === package examples; /** * This is the home interface for HelloBean. This interface * is implemented by the EJB Server's tools - the * implemented object is called the Home Object, and serves * as a f

Re: [JBoss-user] Partitioning JBoss ?

2003-10-04 Thread Scott M Stark
You have to duplicate the cluster-service.xml services, one for each partition the node is to participate in. -- Scott Stark Chief Technology Officer JBoss Group, LLC Christofer Dutz wrote: Hi, I think I had some problems with my mailserver the la

[JBoss-user] Partitioning JBoss ?

2003-10-04 Thread Christofer Dutz
Hi, I think I had some problems with my mailserver the last time I asked this question. Here once again. I want to partition my Jboss - Cluster into 5 Partitions. This would be no problem, if each node only belonged to one partition. But how do I have to configure cluster-service.xml if I want

Re: [JBoss-user] jboss with ipchains/iptable

2003-10-04 Thread Scott M Stark
What fails on the client? The only other anonymous port is that for the client UserTransaction and this cannot be fixed currently, but unless your using the UserTransaction it would not matter. -- Scott Stark Chief Technology Officer JBoss Group, LLC xxx

[JBoss-user] jboss with ipchains/iptable

2003-10-04 Thread Frank Morton
Running 3.2.2RC4 on redhat 8 with ipchains. One port still varies each time jboss starts up (other than RmiPort). It is usually numbered something like 54915. In jboss-service.xml, I have set RmiPort to 1098 with: 1098 Ipchains lets the following ports through (this is a list of everything I have

Re: [JBoss-user] RT: JBoss couldn't deploy

2003-10-04 Thread Santi Caballé
Hi Adrian, I did what you told me and at last... it worked!! (though I'm not sure where was the problem...) Thanks a lot. Santi. - Original Message - From: "Adrian Brock" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 04, 2003 9:50 PM Subject: Re: [JBoss-user] RT: J

[JBoss-user] Surprise with SSL after migrating from 3.0.x to 3.2.1

2003-10-04 Thread Ricardo Coutinho
Title: Surprise with SSL after migrating from 3.0.x to 3.2.1 Hi all, Well, I guess that the Subject sums it up. SSL configuration changed! For me, the worst part is that Jboss did not warn/complain about having the jboss:service=invoker, type=jrmp,socketType=SSL jboss:service=invoker, type

Re: [JBoss-user] RT: JBoss couldn't deploy

2003-10-04 Thread Adrian Brock
On Sat, 2003-10-04 at 19:02, Santi Caballé wrote: > Thanks a lot for your answers. > > I checked the jre/lib/ext for the j2ee.jar but it wasn't there. Even so, I > deleted all the existing jars within jre/lib/ext but JBoss kept on reporting > the same problems just after compiling successfully all

Re: [JBoss-user] Anybody out there using SSL on 3.2.2RCx?

2003-10-04 Thread Neal Sanche
On October 4, 2003 03:17 pm, Scott M Stark wrote: > Attached are two different configs. One that uses the > JaasSecurityDomain and HttpConnector/SSLServerSocketFactory, and > one that uses the CoyoteConnector/CoyoteServerSocketFactory. Both > go against a chap8.keystore in the conf directory of the

Re: [JBoss-user] Anybody out there using SSL on 3.2.2RCx?

2003-10-04 Thread Scott M Stark
Attached are two different configs. One that uses the JaasSecurityDomain and HttpConnector/SSLServerSocketFactory, and one that uses the CoyoteConnector/CoyoteServerSocketFactory. Both go against a chap8.keystore in the conf directory of the server config. -- Scott Stark Ch

Re: [JBoss-user] Anybody out there using SSL on 3.2.2RCx?

2003-10-04 Thread Joachim Van der Auwera
I got this work by actually copying the jetty directory from an earlier JBoss version... I didn't want to experiment with Tomcat, and was happy with Jetty. Joachim - Original Message - From: "Neal Sanche" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 04, 2003 7:29 AM

Re: [JBoss-user] RT: JBoss couldn't deploy

2003-10-04 Thread Santi Caballé
Thanks a lot for your answers. I checked the jre/lib/ext for the j2ee.jar but it wasn't there. Even so, I deleted all the existing jars within jre/lib/ext but JBoss kept on reporting the same problems just after compiling successfully all the HelloEJB java files with 'ant all', as usual. So, I don

[JBoss-user] Anybody out there using SSL on 3.2.2RCx?

2003-10-04 Thread Neal Sanche
Hey all, I used to know how to get JBoss+Jetty to work with SSL, how do I go about getting JBoss 3.2.2RC4 to do the same with the Tomcat web container? I just generated my keystore, and thought it'd be as easy as uncommenting some XML, but I can't find it. Thanks in advance. -Neal

Re: [JBoss-user] RT: JBoss couldn't deploy

2003-10-04 Thread Adrian Brock
If you put jars in jre/lib/ext these will be loaded in preference to anything inside jboss. But classes in jre/lib/ext cannot see classes in jboss when they do Class.forName(), MyClass.class or imports. I usually see this reported with j2ee.jar in jre/lib/ext Your HelloWorld.jar deploys fine for

Re: [JBoss-user] Problem integrating MySql with JBOSS

2003-10-04 Thread Adrian Brock
You should be using a mysql-ds.xml, an example can be found in docs/examples/jca If you want to use a mysql-service.xml you will need to move the managedconnectionfactoryname attribute. It is now on the pool mbean. Regards, Adrian On Fri, 2003-10-03 at 21:47, Comtois, Pierre wrote: > Platform: X

Re: [JBoss-user] The future of JBossDO?

2003-10-04 Thread Bill Burke
Hibernate already works with JBoss. Use that. JDO 1.0 sucks. JDO 2.0 should be much better. Since Hibernate is a key player on committee, you're probably good to go. Bill J.Mann wrote: When do you estimate you will have a working JDO implementation in a production release of JBoss? Regards