[JBoss-dev] JBoss-Jetty

2003-03-18 Thread Malito Rinaldo
Somebody knows how I create a new Jetty Context to work with jsp pages in JBoss 3.0.6 ? Thank you for your support Regards Rinaldo Malito --- This SF.net email is sponsored by: Does your code think in ink? You could win a Tablet PC. Get a

Re: [JBoss-dev] The recent OSX 1.4.1/XDoclet problem

2003-03-18 Thread Lennart Petersson
don't know if it's me being stupid... but this wont help me anyway :( When building with -verbose flag it correctly reports that it has detected a 1.3.1 jvm but then it still craches when it's time for the xdoclet task. Any ideas? Has it anything to do with the fact that it is forking the

Re: [JBoss-dev] The recent OSX 1.4.1/XDoclet problem

2003-03-18 Thread Stephen Coy
It's not you. I should have tested this myself. It's doing the same thing for me too, but you may be right about the fork. You can set JAVA_HOME in an environment wide way by setting it in your ~/.MacOSX/environment.plist file: ?xml version=1.0 encoding=UTF-8?> !DOCTYPE plist PUBLIC -//Apple

[JBoss-dev] [ jboss-Bugs-705542 ] Errorenous IllegalStateException on CMR-Collection

2003-03-18 Thread SourceForge.net
Bugs item #705542, was opened at 2003-03-18 12:53 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=705542group_id=22866 Category: JBossCMP Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Johan Granlund (johgr814) Assigned to:

Re: [JBoss-dev] The recent OSX 1.4.1/XDoclet problem

2003-03-18 Thread Stephen Coy
I just got Branch_3_2 to build using this trick and with JAVA_HOME set to /System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Home rather than the /Library/Java/Home that I have below. On Tuesday, March 18, 2003, at 10:27 PM, Stephen Coy wrote: It's not you. I should have tested this

Re: [JBoss-dev] The recent OSX 1.4.1/XDoclet problem

2003-03-18 Thread Lennart Petersson
hm... 3.2 seems to work as you said, but 3.0 still bangs out on xdoclet... /L tisdagen den 18 mars 2003 kl 12.43 skrev Stephen Coy: I just got Branch_3_2 to build using this trick and with JAVA_HOME set to /System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Home rather than the

[JBoss-dev] [ jboss-Bugs-669112 ] Server.log not created when using xerces

2003-03-18 Thread SourceForge.net
Bugs item #669112, was opened at 2003-01-16 15:49 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=669112group_id=22866 Category: JBossServer Group: v3.2 Status: Open Resolution: Rejected Priority: 7 Submitted By: Andrew Everitt (andieveritt) Assigned to:

[JBoss-dev] cvs issues

2003-03-18 Thread julien viet
I got issues with CVS today (and previous days as well) CVS is very slow or connection times out often. For you ? ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com

[JBoss-dev] JBoss-3.2 build issues

2003-03-18 Thread Alex Loubyansky
I did a clean check out of jboss-3.2 and can't build it on Win2000 with Sun's jdk1.3.1. I have no idea what's wrong. Whether it's something wrong with my environment or it is check out incorrectly, though I re-checked out it again. Any hints are welcome. The problem is with classpath. I had to

Re[2]: [JBoss-dev] JBoss-3.2 build issues

2003-03-18 Thread Alex Loubyansky
Amazing... I wonder how it got mixed. I should have used cvs -z3 -d:ext:[EMAIL PROTECTED]:/cvsroot/jboss co jboss-3.2 Is it correct? Should I specify branch version in addition? I never did it and had no problems. Thank you, alex Tuesday, March 18, 2003, 4:59:17 PM, Scott Stark wrote: SMS

Re: [JBoss-dev] cvs issues

2003-03-18 Thread Scott M Stark
Yesterday I did not notice any particularly slow behavior with cvs. This morning it does seem slow and pings are dropping many packets. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: julien viet [EMAIL

[JBoss-dev] [ jboss-Bugs-702559 ] HAJNDI lookup over HTTP wrapped NameNotFoundException

2003-03-18 Thread SourceForge.net
Bugs item #702559, was opened at 2003-03-12 14:00 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=702559group_id=22866 Category: Clustering Group: v3.0 Rabbit Hole Status: Closed Resolution: Fixed Priority: 5 Submitted By: Sebastian Hauer (hauer) Assigned

Re: Re[2]: [JBoss-dev] JBoss-3.2 build issues

2003-03-18 Thread Scott M Stark
You have to specify the branch as well. I don't know how you ever could have gotten this to compile either. Use cvs -z3 -d:ext:[EMAIL PROTECTED]:/cvsroot/jboss co -r Branch_3_2 jboss-3.2 Scott Stark Chief Technology Officer JBoss Group, LLC

[JBoss-dev] [ jboss-Bugs-690789 ] java.net.ConnectionException when deleting a temp Q

2003-03-18 Thread SourceForge.net
Bugs item #690789, was opened at 2003-02-21 09:47 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=690789group_id=22866 Category: JBossMQ Group: v3.0 Rabbit Hole Status: Closed Resolution: Fixed Priority: 5 Submitted By: David Saslawsky (saslawsky) Assigned

Re[2]: [JBoss-dev] JBoss-3.2 build issues

2003-03-18 Thread Alex Loubyansky
Yes, branch is required. Thank you very much. alex Tuesday, March 18, 2003, 5:10:52 PM, David Jencks wrote: DJ did you check out -r Branch_3_2 jboss-3.2 DJ david jencks DJ On 2003.03.18 09:40 Alex Loubyansky wrote: I did a clean check out of jboss-3.2 and can't build it on Win2000 with

RE: Re[2]: [JBoss-dev] JBoss-3.2 build issues

2003-03-18 Thread Nathan Phelps
I've never been able to find documentation for what the -z3 switch does. What is it for? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott M Stark Sent: Tuesday, March 18, 2003 10:37 AM To: [EMAIL PROTECTED] Subject: Re: Re[2]: [JBoss-dev] JBoss-3.2

[JBoss-dev] [ jboss-Bugs-704797 ] Can't find LoginModule only shows up in debug

2003-03-18 Thread SourceForge.net
Bugs item #704797, was opened at 2003-03-16 20:17 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=704797group_id=22866 Category: JBossSX Group: v3.0 Rabbit Hole Status: Closed Resolution: Wont Fix Priority: 5 Submitted By: Jason Yip (jchyip) Assigned to:

[JBoss-dev] [ jboss-Bugs-700211 ] jboss-web.sar fails deploying in vanilla download

2003-03-18 Thread SourceForge.net
Bugs item #700211, was opened at 2003-03-08 23:01 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=700211group_id=22866 Category: JBossWeb Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 1 Submitted By: Ryan Hoegg (rhoegg) Assigned to:

[JBoss-dev] IDE - Modelling

2003-03-18 Thread Anders Nilsson
Hello, Are there any plans for the JBOSS-IDE to include modelling features, eg. utilizing EMF in the future ? Alternatively, are there plans for integration with any type of modelling tool (beyond the basic integration some tools have with Eclipse) ? Regards Anders

[JBoss-dev] [ jboss-Bugs-705732 ] Incorrect behaviour of WHERE clause using relations

2003-03-18 Thread SourceForge.net
Bugs item #705732, was opened at 2003-03-18 17:43 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=705732group_id=22866 Category: JBossCMP Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: David Calvente (davidcalvente) Assigned to:

[JBoss-dev] [ jboss-Bugs-702543 ] Shutdown silently swallows NPE, does nothing

2003-03-18 Thread SourceForge.net
Bugs item #702543, was opened at 2003-03-12 13:40 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=702543group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Closed Resolution: Duplicate Priority: 5 Submitted By: Kyle VanderBeek (kylev)

RE: Re[2]: [JBoss-dev] JBoss-3.2 build issues

2003-03-18 Thread Jeff Haynie
Compression level on the cvs server -z9 is the max -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nathan Phelps Sent: Tuesday, March 18, 2003 12:19 PM To: [EMAIL PROTECTED] Subject: RE: Re[2]: [JBoss-dev] JBoss-3.2 build issues I've never been able

RE: Re[2]: [JBoss-dev] JBoss-3.2 build issues

2003-03-18 Thread Igor Fedorenko
Did you ever try cvs --help-options? ;-) -Original Message- From: Nathan Phelps [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 12:19 PM To: [EMAIL PROTECTED] Subject: RE: Re[2]: [JBoss-dev] JBoss-3.2 build issues I've never been able to find documentation for what the

[JBoss-dev] Clean build of main is not starting correctly

2003-03-18 Thread Scott M Stark
A clean co of jboss-head is building, but not starting up correctly. This looks like the JSR77 cluster view service that has gotten out of synch with respect to the service config file. C:\cvs\Head\jboss-head\build\output\jboss-4.0.0alpha\binrun -c all

[JBoss-dev] jboss_3_0.dtd vs jboss_3_2.dtd

2003-03-18 Thread MNewcomb
Updating XDoclet and there are a couple of small backwards compatibility issues: JBoss 3.0: !ELEMENT enterprise-beans (session | entity | message-driven)+ - any order - at least one JBoss 3.2: !ELEMENT enterprise-beans (session*, entity*, message-driven*) - session beans, then entity beans,

[JBoss-dev] [ jboss-Bugs-650929 ] ejb-link doesn't work in deployment

2003-03-18 Thread SourceForge.net
Bugs item #650929, was opened at 2002-12-09 15:54 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=650929group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Closed Resolution: Fixed Priority: 5 Submitted By: James Strachan (strachancambs)

[JBoss-dev] [ jboss-Bugs-681013 ] Patch for bug #664400 - JNDIView.listXML output ill-formed

2003-03-18 Thread SourceForge.net
Bugs item #681013, was opened at 2003-02-05 16:00 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=681013group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Rod Burgett (rodburgett) Assigned

[JBoss-dev] [ jboss-Bugs-664400 ] JNDIView.listXML() produces ill-formed XML

2003-03-18 Thread SourceForge.net
Bugs item #664400, was opened at 2003-01-08 14:19 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=664400group_id=22866 Category: JBossServer Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Rod Burgett (rodburgett) Assigned to:

[JBoss-dev] Automated JBoss(HEAD Matrix2) Testsuite Results: 18-March-2003

2003-03-18 Thread scott . stark
JBoss daily test results SUMMARY Number of tests run: 1201 Successful tests: 1126 Errors:60 Failures: 15 [time of test: 2003-03-18.18-12 GMT] [java.version:

[JBoss-dev] [ jboss-Bugs-681013 ] Patch for bug #664400 - JNDIView.listXML output ill-formed

2003-03-18 Thread SourceForge.net
Bugs item #681013, was opened at 2003-02-05 08:00 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=681013group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Closed Resolution: Fixed Priority: 5 Submitted By: Rod Burgett (rodburgett)

[JBoss-dev] [ jboss-Bugs-664400 ] JNDIView.listXML() produces ill-formed XML

2003-03-18 Thread SourceForge.net
Bugs item #664400, was opened at 2003-01-08 06:19 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=664400group_id=22866 Category: JBossServer Group: v3.2 Status: Closed Resolution: Fixed Priority: 5 Submitted By: Rod Burgett (rodburgett) Assigned to: Scott

Re: [JBoss-dev] IDE - Modelling

2003-03-18 Thread Hans Dockter
Hello Anders, AN Are there any plans for the JBOSS-IDE to include modelling features, eg. AN utilizing EMF in the future ? AN Alternatively, are there plans for integration with any type of modelling AN tool (beyond the basic integration some tools have with Eclipse) ? Middlegen is definitely a

[JBoss-dev] Automated JBoss(Branch_3_0) Testsuite Results: 18-March-2003

2003-03-18 Thread scott . stark
JBoss daily test results SUMMARY Number of tests run: 1096 Successful tests: 1092 Errors:1 Failures: 3 [time of test: 2003-03-18.13-19 GMT] [java.version:

Re: [JBoss-dev] Clean build of main is not starting correctly

2003-03-18 Thread Scott McLaughlin
I am in the process of fixing this I will look at it tonight Scott M. [EMAIL PROTECTED] 03/18/03 01:14PM A clean co of jboss-head is building, but not starting up correctly. This lookslike the JSR77 cluster view service that has gotten out of synch with respectto the service config

Re: [JBoss-dev] jboss_3_0.dtd vs jboss_3_2.dtd

2003-03-18 Thread Scott M Stark
Our parses have not changed to care about the order of the declarations. We do not require a enterprise-beans element because of the standardjboss because the standardjboss.xml descriptor conforms to this dtd as well so the enterprise-beans element model would have to be: !ELEMENT

[JBoss-dev] AOP Clustering 1st iteration

2003-03-18 Thread Bill Burke
Again, either an AOP instrumented or non-AOP instrumented pojo can be remotely clustered. An example is in testsuite/src/main/org/jboss/test/aop/bean/RemotingTester.java config is in testsuite/src/resource/aop/jboss-service.xml POJO pojo = new POJO(hello); String objectId = clusteredObj; POJO

RE: [JBoss-dev] AOP Clustering 1st iteration

2003-03-18 Thread Jeff Haynie
You're on fire! Go go Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Burke Sent: Tuesday, March 18, 2003 7:15 PM To: Jboss-Dev Subject: [JBoss-dev] AOP Clustering 1st iteration Again, either an AOP instrumented or non-AOP instrumented pojo

RE: [JBoss-dev] AOP Clustering 1st iteration

2003-03-18 Thread marc fleury
On the brink of war (CNN) bill goes ballistic... keep on going my friend, you are on fire. marcf -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Burke Sent: Tuesday, March 18, 2003 7:15 PM To: Jboss-Dev Subject: [JBoss-dev] AOP Clustering

RE: [JBoss-dev] Clean build of main is not starting correctly

2003-03-18 Thread mclaugs
This problem has been fixed. I forgot to commit the changes to the cluster-service.xml when I removed the HAManagementService for the JSR-77 Refactoring. I apologize for any problems this has caused. Scott M. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[JBoss-dev] [JBoss.net] allowedMethods=* EJBProvider WSDL-Bug resolved in 3.2 and Head *was* AW: [JBoss-user] Remote Beans as Web Services

2003-03-18 Thread Jung , Dr. Christoph
Title: Nachricht Hi, thanks to Mark and Kevin, we could now trace that the WSDL-Emitter driver code in the Axis1.1 EJBProvider is flawed. It has the "stopClasses" meta-attribute not set such thatthe wsdl generator also tries to build wsdl descriptions formethods declared in EJB interfaces

[JBoss-dev] Want a bigger p.e.n.i.s? Ø tzuq xy

2003-03-18 Thread
DOCTOR DEVELOPED PENIS ENLARGEMENT PILLS!! $randomstring [ N O P R E S C R I P T I O N R E Q U I R E D ] $randomnumber You've seen them on TV, You've read about them in the papers...