Re: [JBoss-dev] jboss modules as eclipse projects

2002-08-18 Thread David Jencks
Having the connector files that need preprocessing named *.java was a really bad idea. I'd really appreciate your applying your change for that at least to cvs head. Have you modified build.xml so it doesn't copy the real java files to gen-src? Thanks! david jencks On 2002.08.19 00:10:37 -0

Re: [JBoss-dev] jboss modules as eclipse projects

2002-08-18 Thread Igor Fedorenko
Marc, To be honest, I did not do much. I created eclipse projects for most of jboos modules, i.e configured projects' source path, libraries and module dependencies. This gave me an ability to browse and edit the code in eclipse, but I still need to do an ant build to run or debug. About the

Re: [JBoss-dev] HTTP + HAJNDI

2002-08-18 Thread Scott M Stark
Right, that is what I'm suggesting. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "Sacha Labourey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 18, 2002 1:52 PM Subject: RE: [JBoss-dev

Re: [JBoss-dev] Bind war to a specific port

2002-08-18 Thread Scott M Stark
You bind a war to a virtual-host using the jboss-web.xml descriptor and the virtual-host is configured to a specific port and interface using the servlet container configuration. There are examples of this in the 3.0 admin and devel book as well as the getting started docs. xx

[JBoss-dev] Automated JBoss(HEAD Matrix2) Testsuite Results: 19-August-2002

2002-08-18 Thread chris
Number of tests run: 890 Successful tests: 689 Errors:191 Failures: 10 [time of test: 19 August 2002 3:7 GMT] [java.version: 1.3.1_03] [java.vendor: Sun Microsystems I

[JBoss-dev] [ jboss-Bugs-562972 ] Error in PortableRemoteObject.narrow()

2002-08-18 Thread noreply
Bugs item #562972, was opened at 2002-06-01 00:30 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=562972&group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 8 Submitted By: Marius Kotsbak (mkotsbak) Assign

[JBoss-dev] [ jboss-Bugs-596945 ] NumberFormatException

2002-08-18 Thread noreply
Bugs item #596945, was opened at 2002-08-19 09:28 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=596945&group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Brian Huang (kinmen) Assigned to: N

RE: [JBoss-dev] jboss modules as eclipse projects

2002-08-18 Thread marc fleury
You bet, put a link in patches so we don't forget to integrate this. Also please write a "howto" if there is anything to do. marcf > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On > Behalf Of Igor Fedorenko > Sent: Saturday, August 17, 2002 10:00 AM > T

[JBoss-dev] Bind war to a specific port

2002-08-18 Thread Dain Sundstrom
Can a war be specified to bind to a specific port and ip address in the jboss-web.xml file? If not, this would be a cool feature to add. I was thinking that some users may want the jmx-console war to be on a different port so they can bind a was to the ROOT context. Just an idea. -- xx

RE: [JBoss-dev] HTTP + HAJNDI

2002-08-18 Thread Sacha Labourey
Being able to access HAJNDI from HTTP is interesting because it gives access to objects bound in HA-JNDI, etc. But the logic on how to load-balance and failover calls needs to be handled by an intermediate component such as a router/firewall. > -Message d'origine- > De : [EMAIL PROTECTED]

[JBoss-dev] HTTP + HAJNDI

2002-08-18 Thread Scott M Stark
I'm looking at accessing the clustered HAJNDI over http and it seems to me to be somewhat redundant to incorporate the load balancing and failover client side processing into this type of configuration, This will more generally be handled by some application or hardware http load balancer so that

Re: [JBoss-dev] JMS 1.1

2002-08-18 Thread Michael Bartmann
Hi, when I modified our companies JMS Provider to be JMS 1.1 compliant I had some problems with the new interfaces, because my implementations implemented too much of them. E.g. StdServerSessionPool and ConnectionFactoryHelper have some lines in them, where they check ... if blaBla instanceof To

Re: [JBoss-dev] jboss modules as eclipse projects

2002-08-18 Thread marius
Anyone got eclipse to execute ant-buildfiles? Where do you specify the build.xml file to be executed? On Sun, Aug 18, 2002 at 10:59:32AM +0200, Werner Ramaekers wrote: > Hi Igor, > > i am very interested to know what changes you had to make and how you > went along to be able to develop jboss

Re: [JBoss-dev] jboss modules as eclipse projects

2002-08-18 Thread Werner Ramaekers
Hi Igor, i am very interested to know what changes you had to make and how you went along to be able to develop jboss (and not apps on jboss) from within Eclipse, can you mail me what you had to do ? or just post it onto the list so that anyone else interested can pick it up too ;-) thanks fo