[JBoss-user] Debugging under JBuilder5

2001-12-04 Thread Steven Hawkes
Can anyone help me to get started with remote EJB debugging with and JBuilder 5. I was once able to read a mail on the JBoss forum showing the settings required to run JBoss in debug mode and how to connect remotely via JBuilder but I am unable to locate it again now that I need it. Your help w

RE: [JBoss-user] jboss-user shutdown

2001-12-04 Thread Jason Dillon
This was imported from the news group. If this is meant to be user read-only then we should change its group from jboss.user.faq to jboss.faq, since we currently only allow users to post to stuff under jboss.user.* --jason On Tue, 4 Dec 2001, marc fleury wrote: > |Hopefully the new policy t

RE: [JBoss-user] jboss-user shutdown

2001-12-04 Thread Dmitri Colebatch
On Tue, 4 Dec 2001, marc fleury wrote: > |Hopefully the new policy that only a few people can post on the FAQ > |forum will help that. > > I did set it up that way but saw a random post in there from a user, can I > ask one of you guys to try and post directly and see if it does post to faq > or

RE: [JBoss-user] jboss-user shutdown

2001-12-04 Thread marc fleury
|Hopefully the new policy that only a few people can post on the FAQ |forum will help that. I did set it up that way but saw a random post in there from a user, can I ask one of you guys to try and post directly and see if it does post to faq or not? I don't know that the security configuration

Re: [JBoss-user] JBoss and Tomcat : together or separate?

2001-12-04 Thread Phil Shrimpton
On Tuesday 04 December 2001 17:24, Guy Rouillier wrote: Hi, > We use completely independent installations of all three: Apache, Tomcat > and JBoss. Provides location independence, and problem isolation. So > personally I would suggest keeping JBoss separate, especially since you are > just try

Re: [JBoss-user] Re: contributing an app

2001-12-04 Thread Yong T. Kim
Um, have you thought about more generic app than auction bidding system? Something that people can use more widely such as shopping cart, procuct management, etc... things like people need when they want to open up a web store. Just a thought. I don't mind working on a bidding system and it sou

Re: [JBoss-user] rh: using local interfaces

2001-12-04 Thread Dmitri Colebatch
sorry for the delay... if you wanted to debug this, try doing something like: InitialContext ic = new InitialContext(); Object o = ic.lookup("myproject.Product"); Class[] interfaces = o.getInterfaces(); for (int i=0; i InitialContext ic = new InitialContext(); > ProductLocalHome home = (Product

RE: [JBoss-user] Re: contributing an app

2001-12-04 Thread Hicks, James
Im thinking along the lines of an online bidding application similar to ebay. The requirements pretty much call for all things J2EE. Why not move this discussion to the dev list? James Hicks -Original Message- From: Philip Van Bogaert [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December

Re: [JBoss-user] Re: contributing an app

2001-12-04 Thread Philip Van Bogaert
What about a project management application? Tbone, - Original Message - From: "Sylvan Ravinet" <[EMAIL PROTECTED]> To: "Guy Rouillier" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, December 04, 2001 6:51 PM Subject: [JBoss-user] Re: contributing an app > Hello, > > * Guy R

Re: [JBoss-user] jboss-user shutdown

2001-12-04 Thread Peter Fagerlund
on 1-12-04 19.23, David Jencks at [EMAIL PROTECTED] wrote: > Hmmm. heres another idea for a useful jboss demo... a jsp/ejb/db wiki with > notifications and new content navigation. Yes *** and lets try have a plugable "sift index" for quick/smart search ! ... ? intergrated together with Jive ! .

Re: [JBoss-user] contributing an app

2001-12-04 Thread Jozsa Kristof
On Tue, Dec 04, 2001 at 07:56:13PM +0100, Sylvan Ravinet wrote: > * Jozsa Kristof <[EMAIL PROTECTED]> [011204 19:40]: > > Why should it be nonsense? Just try to find a real goal, "write a damn > > complex whatever" is not a good objective. And one more thing, good > > tutorials and complex demonst

Re: [JBoss-user] contributing an app

2001-12-04 Thread Sylvan Ravinet
Christopher, Reading your email, I have somehow the feeling that you imply my contributions here were not constructive. This is your right. * Jozsa Kristof <[EMAIL PROTECTED]> [011204 19:40]: > Why should it be nonsense? Just try to find a real goal, "write a damn > complex whatever" is not a g

Re: [JBoss-user] Re: contributing an app

2001-12-04 Thread Jozsa Kristof
On Tue, Dec 04, 2001 at 06:51:54PM +0100, Sylvan Ravinet wrote: > As I mentioned I don't really mind about the functionnalities this > application should implement. But as it was proposed, an issue/tracking > application similar to Bugzilla might be challenging as well as useful. Or > maybe a docu

Re: [JBoss-user] jboss-user shutdown

2001-12-04 Thread danch
David Jencks wrote: >> > > Unfortunately, I think both email and the forums are kind of awful. > Possibly a wiki would be better, I don't know. > > I did get tired of the hundreds of emails every day on jboss-user. > > If the forum could-- > > notify you when something new in a forum (not

Re: [JBoss-user] jboss-user shutdown

2001-12-04 Thread David Jencks
On 2001.12.04 08:21:47 -0500 Kristoffer Larsson wrote: > On 4 Dec 2001, Pavel P. Tcholakov wrote: > > > > We - the users of JBoss - do need that kind of communication. > > > > I completely agree. Mailing lists are a much less intrusive form of > > Please re-consider this decision. > > I am righ

[JBoss-user] Re: contributing an app

2001-12-04 Thread Sylvan Ravinet
Hello, * Guy Rouillier <[EMAIL PROTECTED]> [011204 17:38]: > >> Have you people made a commercial/open source/free software product like > this one? > > You don't describe any application. You listed seemingly every > implementation technology in the Java world, but I don't see a description >

AW: [JBoss-user] jboss-user shutdown

2001-12-04 Thread Jan Heise
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi Edson, you are right in your conclusion, but i said before: this discussion on leaving the mailing list untouched is quite old. A lot of email has been sent in favour to leave the mailing list as it is. Marc always responded that he can not make

[JBoss-user] a real webapp with jboss/cocoon2

2001-12-04 Thread Ulli Hoffmann
Hi, many people on the list have tried to install cocoon2 with jboss/tomcat. Installation in general is not a big deal and the simple cocoon examples under /webapp run just fine. However, what would be the steps to have a web application comparable to Petstore run under that configuration? Since

Re: contributing an app (was: Re: [JBoss-dev] RE: [JBoss-user] where is CMP2.0 documentation?)

2001-12-04 Thread Guy Rouillier
>> Have you people made a commercial/open source/free software product like this one? You don't describe any application. You listed seemingly every implementation technology in the Java world, but I don't see a description of any application. What is your idea for an application? - Origin

Re: [JBoss-dev] RE: [JBoss-user] where is CMP2.0 documentation?

2001-12-04 Thread danch
Hicks, James wrote: > Don't see the Apache Project selling it's docs. No. O'Reilly sells docs on Apache. The free docs that Apache has are really good reference material, but if you don't know what you're looking for you'll waste hours trying to find it. If you look at the docs for Tomca

RE: NNTP gateway? Re: [JBoss-user] jboss-user shutdown

2001-12-04 Thread Reynir Hübner
great!!! promote this and most people will be happy.. -r -Original Message- From: Jesper Rasmussen [mailto:[EMAIL PROTECTED]] Sent: 4. desember 2001 14:38 To: David Ward Cc: [EMAIL PROTECTED] Subject: Re: NNTP gateway? Re: [JBoss-user] jboss-user shutdown But doesn't such a thing ex

[JBoss-user] JBoss and Tomcat : together or separate?

2001-12-04 Thread Phil Shrimpton
Hi, I have a working Tomcat/Apache setup, and I now want to try JBoss. Should I replace my current Tomcat installtion with the integrated JBoss/Tomcat distro, or should I attempt to just 'bolt-on' JBoss to my existing setup? If the latter, are there any how-tos? Phil -- Linux 2.4.4-4GB 3:

RE: [JBoss-user] RE: contributing an app

2001-12-04 Thread geoff
Depending on the app, and particularly if it's issue tracking (as was previously mentionned), I might well be interested in contributing. This is getting fairly OT for the JBoss list, though, and I haven't been on this list long enough to know how that's viewed. - Geoffrey : -Origin

Re: NNTP gateway? Re: [JBoss-user] jboss-user shutdown

2001-12-04 Thread Jesper Rasmussen
But doesn't such a thing exist? I have access to it through nntp.jboss.org I havent posted, but reading works fine. cheers Jesper David Ward wrote: > I think that NNTP access to the forums would make everyone happy. Those > who like the web interface can surf to the forums; those who prefer the

FW: PRIVATE: Re: [JBoss-user] jboss-user shutdown

2001-12-04 Thread marc fleury
it seems i forgot to put the list marcf |-Original Message- |From: Jozsa Kristof [mailto:[EMAIL PROTECTED]] |Sent: Tuesday, December 04, 2001 9:17 AM |To: marc fleury |Subject: PRIVATE: Re: [JBoss-user] jboss-user shutdown | | |On Tue, Dec 04, 2001 at 08:40:54AM -0500, marc fleury wrote:

Re: [JBoss-user] jboss-user shutdown

2001-12-04 Thread Edson Carlos Ericksson Richter
Of course, the principal point of this list is that it is looked from time-to-time (if not every time) by official people (like Marc), and then they can get some felling about users have difficulty or will put in a wish list... Putting this list in a non-oficial or non monitored list will put it i

RE: [JBoss-user] jboss-user shutdown

2001-12-04 Thread marc fleury
sorry forgot replyall |-Original Message- |From: marc fleury [mailto:[EMAIL PROTECTED]] |Sent: Tuesday, December 04, 2001 8:41 AM |To: Jozsa Kristof |Subject: RE: [JBoss-user] jboss-user shutdown | | ||Mailing lists are a proven stable and useful way for user-user or either ||user-develo

RE: [JBoss-user] jboss-user shutdown

2001-12-04 Thread Coetmeur, Alain
I agree too... this looks like the eternal war between news/mailinglist outlook calendar/quickplace agenda/HR planning/Project ... moreover my opinion is that push/pull is not a problem around what we talk about, but why we are here... push is the ONLY way to make happy peoples help poor guys,

Re: [JBoss-dev] RE: [JBoss-user] where is CMP2.0 documentation?

2001-12-04 Thread Jozsa Kristof
I have the very same problem. I'm trying to get the CMP stuff for more than a week now from Flashline, without any success. I've contacted them as well, they answered one time, but no solution came yet. Here, in Hungary quite a few people have VISA cards (the other accepted types mostly are not

AW: [JBoss-user] jboss-user shutdown

2001-12-04 Thread Jan Heise
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi all, i'm also a big fan of this mailing list although i'm mostly lurking in the background. the pro and contra has been discussed a while ago but Marc obviously does not want to leave the list intact. i think it should not be a big problem for

Re: [JBoss-user] How to get a client initiated transaction

2001-12-04 Thread David Jencks
On 2001.12.04 06:48:45 -0500 Maurice le Rutte wrote: > > - Original Message - > From: "David Jencks" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, 03 December, 2001 3:42 PM > Subject: Re: [JBoss-user] How to get a client initiated transaction > > > > On 2001.12.03 02:24:

[JBoss-user] Buy the documentation?

2001-12-04 Thread Tim Yates
The link on the documentation seems to be broke... Can you still purchase the documentation? Looking forward to Marc's book too :) ...roll on march... :) Tim Yates Java Developer Team Netsol Ltd PS: The "jboss-user shutdown" thread was very active about a month or two ago, and I stated my ap

RE: [JBoss-dev] RE: [JBoss-user] where is CMP2.0 documentation?

2001-12-04 Thread Herve Tchepannou
Title: RE: [JBoss-dev] RE: [JBoss-user] where is CMP2.0 documentation? It's not a question of $$... If a book is published on JBoss, I'll buy it right away. There are a lot of book published on the net that are sold on bookstore too It just doesn't make sense to buy doc of an opensource produc

Re: NNTP gateway? Re: [JBoss-user] jboss-user shutdown

2001-12-04 Thread David Ward
I think that NNTP access to the forums would make everyone happy. Those who like the web interface can surf to the forums; those who prefer the mailing list can use their mail tool of choice to read NNTP. Everyone wins! David -- Maurice le Rutte wrote: > Is there a way to use NNTP to read

Re: [JBoss-user] jboss-user shutdown

2001-12-04 Thread Kristoffer Larsson
On 4 Dec 2001, Pavel P. Tcholakov wrote: > > We - the users of JBoss - do need that kind of communication. > > I completely agree. Mailing lists are a much less intrusive form of > Please re-consider this decision. I am right behind Pavel here. Mailing lists use the "push" tenhnique, while foru

Re: [JBoss-user] jboss-user shutdown

2001-12-04 Thread Edson Carlos Ericksson Richter
I really love jboss-user list... That solved several problems in my config/installations. I can talk with more people that are going trhought same problems that I have. If the mailing list stops, the information will not be delivered in my hands. I will have that to search they, what I will not be

Re: [JBoss-user] jboss-user shutdown

2001-12-04 Thread Pavel P. Tcholakov
On Tue, 2001-12-04 at 14:10, Jozsa Kristof wrote: > We - the users of JBoss - do need that kind of communication. I completely agree. Mailing lists are a much less intrusive form of communicatoin and you will find that many people prefer mailing lists to forums; if you close the official mailing

Re: [JBoss-user] How to get a client initiated transaction

2001-12-04 Thread Maurice le Rutte
- Original Message - From: "David Jencks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, 03 December, 2001 3:42 PM Subject: Re: [JBoss-user] How to get a client initiated transaction > On 2001.12.03 02:24:34 -0500 Maurice le Rutte wrote: > > The problem is that the UserTransa

NNTP gateway? Re: [JBoss-user] jboss-user shutdown

2001-12-04 Thread Maurice le Rutte
Is there a way to use NNTP to read the forums? Web-based forum browsing is very troublesome. Maurice. - Original Message - From: "Bill Burke" <[EMAIL PROTECTED]> To: "Jboss-User@Lists. Sourceforge. Net" <[EMAIL PROTECTED]> Sent: Tuesday, 04 December, 2001 5:18 AM Subject: RE: [JBoss-user]

Re: [JBoss-user] jboss-user shutdown

2001-12-04 Thread Jozsa Kristof
Please don't do that. Mailing lists are a proven stable and useful way for user-user or either user-developer talk. They're used everywhere as the best solution for these tasks. Forums _will_not_ever_ provide the same functionality and usefulness what mailing-lists do. Beside, noone can see a re

[JBoss-user] RE: contributing an app

2001-12-04 Thread Peter Shillan
Hi Guys, I would like to help produce such an application. I have experience in most of the bullet points mentioned below. Let me know (*please*) if I can be of help. Peter. -Original Message- Hello, * Hicks, James <[EMAIL PROTECTED]> [011204 03:37]: > featured application that runs w

[JBoss-user] Problem with JBoss2.2.2&Tomcat3.2.3 and AbstractWebContainer embedded in Visual Age 3.5

2001-12-04 Thread storck
Hi, I have JBoss2.2.2&Tomcat3.2.3 running inside Visual Age 3.5. Every thing is realy working fine. Now I tried that JAAS-example form http://www.javaworld.com/javaworld/jw-08-2001/jw-0831-jaas_p.html. I have build those 2 tutorial.ear's. If I run JBoss2.2.2&Tomcat3.2.3 outside Visual Age as stan