[JBoss-dev] JBoss-IDE 1.0 alpha released

2003-01-29 Thread Hans Dockter
I'm delighted to announce the release of JBoss-IDE 1.0 alpha. The JBoss-IDE is based on Eclipse. Link to the JBoss-IDE project page: http://www.jboss.org/developers/projects/jboss/jbosside.jsp You can download JBoss-IDE from:

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-01-29 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS= = JAVA VERSION DETAILS java version 1.3.1_06 Java(TM) 2 Runtime Environment, Standard

[JBoss-dev] [ jboss-Bugs-676779 ] ClassNotFoundException when loading struts tiles definition

2003-01-29 Thread SourceForge.net
Bugs item #676779, was opened at 2003-01-29 14:52 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=676779group_id=22866 Category: CatalinaBundle Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Stefan Kuehnel (skuehnel)

[JBoss-dev] [ jboss-Bugs-676779 ] ClassNotFoundException when loading struts tiles definition

2003-01-29 Thread SourceForge.net
Bugs item #676779, was opened at 2003-01-29 14:52 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=676779group_id=22866 Category: CatalinaBundle Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Stefan Kuehnel (skuehnel)

[JBoss-dev] [ jboss-Bugs-676799 ] Missing public ID for jboss-app.dtd in XmlFileLoader

2003-01-29 Thread SourceForge.net
Bugs item #676799, was opened at 2003-01-29 15:31 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=676799group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Stefan Kuehnel (skuehnel) Assigned

AW: [JBoss-dev] JBoss-IDE 1.0 alpha released

2003-01-29 Thread Stefan Groschupf
Hi Hans, Great work hans! congratulations from my side as well! Would you say in future also all j2ee development stuff will belong to us? ;-) Cheers Stefan --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM +

Re: [JBoss-dev] JBoss-IDE 1.0 alpha released

2003-01-29 Thread Jason Essington
Very Cool! Way to go Hans Only it doesn't recognize apples JVMs as JDKs when configuring a JBoss 3.x server (on Mac OS X). What is it looking for to signify a JDK? Thanks Hans, this is a great tool for the JBoss community. -jason --- This

Fwd: Re: [JBoss-user] Re: [JBoss-dev] JBoss-IDE 1.0 alpha released

2003-01-29 Thread Hans Dockter
Hello Mr. Baxman, HB thanks a lot for the great work. HB on macosx i have had difficulties to setup the remote connection HB connection to the vm revoked. HB the remote debugging line on page 7 in the pdf docs should read: HB -Xdebug

[JBoss-dev] Re: how's ecperf going?

2003-01-29 Thread David Jencks
I think perhaps removing the CachedConnectionInterceptor will break this working: get conn. get UserTransaction ut.begin() //without cci, I suspect conn won't be enrolled in tx. Anyway, I've rewritten CachedConnectionManager in jboss 4 to drastically reduce the synchronization needs in all

Re: [JBoss-dev] Feature request, dev assignments

2003-01-29 Thread Dain Sundstrom
Sacha, What you suggest would require rewriting the byte code generator, which I didn't write. Currently all the implementation of the abstract methods does is call an invocation handler. I do really like the idea of the PropertyChange[Veto]Listener and have already added it to the task

RE: [JBoss-dev] Feature request, dev assignments

2003-01-29 Thread Sacha Labourey
But would this allow some observer to modify the actual content of what is set (setter) or returned (getters)? This is the second part of the interest IMHO. -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Dain Sundstrom Envoye : mercredi, 29 janvier

Re: [JBoss-dev] Feature request, dev assignments

2003-01-29 Thread Dain Sundstrom
I don't know, but we could create our own listener to support modifying the value. I'll have to think about the implications that. We plan on supporting notifications from the backend also, so changing the value may be problematic. You will also be able to have many entities fields mapped

RE: [JBoss-dev] Feature request, dev assignments

2003-01-29 Thread Sacha Labourey
OK, you're the chief, I trust you! -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Dain Sundstrom Envoye : mercredi, 29 janvier 2003 18:49 A : [EMAIL PROTECTED] Objet : Re: [JBoss-dev] Feature request, dev assignments I don't know, but we

RE: [JBoss-dev] JBoss-IDE 1.0 alpha released

2003-01-29 Thread Tieying Liu
Title: RE: [JBoss-dev] JBoss-IDE 1.0 alpha released This thing is VERY coool. Thanks! -Original Message- From: Hans Dockter [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 3:09 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [JBoss-dev] JBoss-IDE 1.0 alpha

Re: [JBoss-user] Re: [JBoss-dev] JBoss-IDE 1.0 alpha released

2003-01-29 Thread Holger Baxmann
HB the remote debugging line on page 7 in the pdf docs should read: HB -Xdebug -Xrunjdwp:transport=dt\_socket,server=y,suspend=n,address=10250 I wrote the first version of the guide with latex and I forget to remove the \. me t... arrrgh - but it works with the '\' HB without any spaces

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-01-29 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS= = JAVA VERSION DETAILS java version 1.3.1_06 Java(TM) 2 Runtime Environment, Standard

RE: [JBoss-dev] JBoss-IDE 1.0 alpha released

2003-01-29 Thread Bill Burke
Great work hans! Come on JBoss community! Try it out! Bang on it! Many thanks, Bill Burke Chief Architect JBoss Group, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Hans Dockter Sent: Wednesday, January

Re: [JBoss-dev] JBoss-IDE 1.0 alpha released

2003-01-29 Thread Holger Baxmann
thanks a lot for the great work. on macosx i have had difficulties to setup the remote connection connection to the vm revoked. the remote debugging line on page 7 in the pdf docs should read: -Xdebug -Xrunjdwp:transport=dt\_socket,server=y,suspend=n,address=10250 without any spaces and

[JBoss-dev] BootCamp is this weekend

2003-01-29 Thread marc fleury
One time event guys. EVERYONE will be here, I mean everyone. I am flying 12 core guys to Atlanta for the inaugural bootcamp and you don't want to miss it. It is this coming weekend, Saturday and part of Sunday in Atlanta at the swissotel. I wanted 30 people to call it a success and we are at

[JBoss-dev] [ jboss-Bugs-677196 ] SAP DB fk-constraint-template incorrect

2003-01-29 Thread SourceForge.net
Bugs item #677196, was opened at 2003-01-30 13:57 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=677196group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Richard Barrington (rich_b_nz)

[JBoss-dev] [ jboss-Bugs-677196 ] SAP DB fk-constraint-template incorrect

2003-01-29 Thread SourceForge.net
Bugs item #677196, was opened at 2003-01-30 13:57 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=677196group_id=22866 Category: JBossCMP Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Richard Barrington (rich_b_nz)

[JBoss-dev] Accessing Container from an EJB?

2003-01-29 Thread Jeremy Boynes
I am trying to write an EJBTestCase that needs access to information held in the Container (Container.getEjbModule().getModuleData(CATALOG)). I can do this if I add EjbModule as a attribute of Container but was wondering if I should do this or if there was another way? Thanks Jeremy

[JBoss-dev] build-howto for JBoss-IDE

2003-01-29 Thread Hans Dockter
There is now a build howto for JBoss-IDE available at: http://www.jboss.org/developers/projects/jboss/jbosside/build_howto.html (available next time the website get's refreshed)