RE: [JBoss-user] parent/child cmp2 relationship - please help!

2002-03-27 Thread Alex Loubyansky
Hello! I thought about it too. As I understand the question correctly it is about entity bean's self-reference. I am not sure it's possible. And I'd like to know what others do in such situations. alex > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On B

Re: [JBoss-user] searching the forums

2002-03-27 Thread Dmitri Colebatch
> lol > > saw that coming :) > > Since I happen to be the sqeeky wheel here, I'll take a look at jive and > see if I can track the problem down. hehe I have to warn you that the code in there is a nightmare... scriptlets all the way through the jsp... although I think half the battle will

RE: [JBoss-user] searching the forums

2002-03-27 Thread Todd Marshall
lol saw that coming :) Since I happen to be the sqeeky wheel here, I'll take a look at jive and see if I can track the problem down. -T > -Original Message- > From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 27, 2002 10:42 PM > To: Todd Marshall; Jboss-User >

Re: [JBoss-user] Scott Stark, Daniel Fleury or Mark Fleury - Press Release Questio n (OT)

2002-03-27 Thread danch
Peter Fagerlund wrote: > DO NOT POST ANYTTHING TO ME IN A LIST THAT IS NOT TEXT ! > > ___ > > on 27-03-2 18.17, John Moore at [EMAIL PROTECTED] wrote > > >>JBoss Group, >> > > U have the wrong address ! ... If you're going to bitch about someone else's post being in html, at least strain

Re: [JBoss-user] searching the forums

2002-03-27 Thread Dmitri Colebatch
>It seems that the problem has to do with long search strings, and search > strings that are in quotes. a... I thought you were just quoting the search string, I didn't realise that the quotes were part of the search string. yes, I see the bug you refer to. btw... [snip] > My main po

RE: [JBoss-user] searching the forums

2002-03-27 Thread Todd Marshall
John- I was searching in quotes "custom login module". My problem was not the lack of results ( I got 26 that contained the text string "custom login module") my problem is the fact that only two of the results were actually made available. You'll bump into the same problem if you use any long

RE: [JBoss-user] searching the forums

2002-03-27 Thread Todd Marshall
Dmitri- It seems that the problem has to do with long search strings, and search strings that are in quotes. > Is there a point to your post, or are you just frustrated? While I admit I was a bit frustrated in my previous post, I'm not just blowing off steam. I believe the point I'm trying to

Re: [JBoss-user] searching the forums

2002-03-27 Thread Dmitri Colebatch
> I need to write a custom login module. I run some searches on the forums, > cause I figure this is a pretty common exercise. > My search for "custom login module" returns with around 26 items, but only > two are displayed... I run into similar problems all the time I ran the same search, Sea

[JBoss-user] searching the forums

2002-03-27 Thread Todd Marshall
Hey all- I need to write a custom login module. I run some searches on the forums, cause I figure this is a pretty common exercise. My search for "custom login module" returns with around 26 items, but only two are displayed... I run into similar problems all the time The fact that the forums

RE: [JBoss-user] Problem with CMP2.0 example

2002-03-27 Thread Paul McLachlan
I made the change involving read-ahead and load-groups tags but I still get the following exception when loading the ejbs in JBoss3.0-Beta2.0 Paul. 12:16:53,458 INFO [EjbModule] Starting 12:16:53,658 INFO [AddressEJB] Created table 'AddressEJB' successfully. 12:16:54,009 INFO [LineItemEJB] C

Re: [JBoss-user] Scott Stark, Daniel Fleury or Mark Fleury -Press Release Questio n (OT)

2002-03-27 Thread Peter Fagerlund
DO NOT POST ANYTTHING TO ME IN A LIST THAT IS NOT TEXT ! ___ on 27-03-2 18.17, John Moore at [EMAIL PROTECTED] wrote > JBoss Group, U have the wrong address ! ... This is the user group [EMAIL PROTECTED] and not the JBoss Group address found on the site for any serious requests ... >We are

[JBoss-user] parent/child cmp2 relationship - please help!

2002-03-27 Thread David Ward
I previously had a problem where jbossCMP was making duplicate columns for my entities, but it turns out it was my fault (no big surprise). Now I'm getting it again but with a whole different scenario, so I was wondering if people could help me out... Basically, it's when an entity has 0 or 1

[JBoss-user] InstanceAlreadyExistsException when deploying a bean

2002-03-27 Thread Chris Perren
I am receiving a  javax.management.InstanceAlreadyExistsException when deploying a simple HelloWorld bean. I am new to ejbs and jboss and guessing that the following error occurred due to not resetting/clearing out the application(Jboss) database entry. Thanks for any help..   Chris       [

Re: [JBoss-user] What is sar ?

2002-03-27 Thread Dan Christopherson
Service archive. It lets you deploy & undeploy services (generally MBeans) as units, making JBoss more modular - you can change one service's config and re-deploy it without restarting the entire server. danch Maris Orbidans wrote: > mysql-service.sar > > sar ? > > > > Maris >

[JBoss-user] Scott Stark, Daniel Fleury or Mark Fleury - Press Release Question (OT)

2002-03-27 Thread John Moore
Title: Scott Stark, Daniel Fleury or Mark Fleury - Press Release Question (OT) JBoss Group, We are launching a new product in mid-April and want to know which of you, if any, should be involved in reviewing the press release.  The release will not come out until closer to the actual date bu

[JBoss-user] What is sar ?

2002-03-27 Thread Maris Orbidans
mysql-service.sar sar ? Maris > > Sometimes my mysql-service.sar doesn't deploy at startup, however if I > deploy it after JBoss has started up, no problem. Perhaps a dependency > problem? JBoss 3.0b2, Windows and Linux. > > > mysql-service.sar > |-- mm.mysql-2.0.11-bin.jar > |-- META-I

Re: [JBoss-user] MySQL service

2002-03-27 Thread Adrian Brock
Have you tried with latest CVS? I've got an open bug report for this, but I think it has already been fixed? Regards, Adrian >From: "Eric Jain" <[EMAIL PROTECTED]> >To: "Jboss-User" <[EMAIL PROTECTED]> >Subject: [JBoss-user] MySQL service >Date: Wed, 27 Mar 2002 15:36:29 +0100 > >Sometimes my m

[JBoss-user] MySQL service

2002-03-27 Thread Eric Jain
Sometimes my mysql-service.sar doesn't deploy at startup, however if I deploy it after JBoss has started up, no problem. Perhaps a dependency problem? JBoss 3.0b2, Windows and Linux. mysql-service.sar |-- mm.mysql-2.0.11-bin.jar |-- META-INF/ |-- jboss-service.xml javax.management.Reflecti

[JBoss-user] JBoss beta, foreign key mapping

2002-03-27 Thread Tim McAuley
Hi, Just signed on and I have a question? Has any had problems with the foreign key mapping in JBoss beta and beta2 (Last nights)? I can't seem to get it to work. It works in alpha okay. I tried validating the jbosscmp-jdbc file against the latest dtd (from cvs) and changed a few things i.e. f

[JBoss-user] JBoss beta, foreign key mapping

2002-03-27 Thread McAuley, Tim
Hi, Just signed on and I have a question? Has any had problems with the foreign key mapping in JBoss beta and beta2 (Last nights)? I can't seem to get it to work. It works in alpha okay. I tried validating the jbosscmp-jdbc file against the latest dtd (from cvs) and changed a few things i.e.

RE: [JBoss-user] Jboss3.0.0beta re-deployment problem.

2002-03-27 Thread Alex Loubyansky
You met this problem under linux? My answer was only for windows and for JBoss-3.0.0beta2. To my pity, I am only a JBoss-user now. And I am not aware of as to when it'll be fixed. alex > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March

RE: [JBoss-user] Jboss3.0.0beta re-deployment problem.

2002-03-27 Thread Rnd
Hi Alex, I am running Linux, j2sdk1.3.1 from blackdown. What has windows/sourceforge to do with this? ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

RE: [JBoss-user] JBoss and standalone Tomcat 4.0.2

2002-03-27 Thread Māris Orbidāns
> > The problem is that standalone tomcat doesn't know how to contact the > JBoss JNDI registry. To do this, you can either put a > jndi.properties I have jndi.properties in Web-inf\classes of my WAR file. I think maybe the problem is that Tomcat 4.x has it's own JNDI service. And lookup ca

RE: [JBoss-user] I'm the Invisible Man

2002-03-27 Thread Todd Marshall
Howdey Peter :) While I have had some success with the forums, I do get a much quicker response with the list. However, before I post a question here, I search the forums to see if it has been addressed already, then I hit the list archive. 99.9% of the time these two options will point me in th

RE: [JBoss-user] Jboss3.0.0beta re-deployment problem.

2002-03-27 Thread Alex Loubyansky
Salute! You are using windows, aren't you? It's a known bug under the windows. I asked it once and David Jencks answered this: "I think there's a bug in sourceforge on this... someone with windows will have to deal with it." alex > -Original Message- > From: [EMAIL PROTECTED] > [m

Re: [JBoss-user] I'm the Invisible Man

2002-03-27 Thread Alex Loubyansky
Salute, Peter! Hey! I see you! I aren't invisible :) I think the best way to become "visble" is just to work, work and work; ask questions and give answers. Stop wasting your time with such thoughts. alex > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EM

RE: [JBoss-user] I'm the Invisible Man

2002-03-27 Thread Vesco Claudio
Hi! I think that the major developers are all at JBossOne... just a moment please... Claudio > -Original Message- > From: Peter Shillan [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, March 27, 2002 9:41 AM > To: [EMAIL PROTECTED] > Subject: [JBoss-user] I'm the Invisible Man

[JBoss-user] Jboss3.0.0beta jboss.conf equivalent.

2002-03-27 Thread Achilleus Mantzios
Also i wanna ask, where is something equivalent for jboss.conf?? In jboss 2.4.4 i would include log4j-JDBC.jar in the Log4jService mlet in jboss.conf as below in order to log into a DB as well. (I have included the log4j-JDBC.jar in /lib/ext/.) in Jboss3.0.0beta Log4JService complains about n

[JBoss-user] Jboss3.0.0beta re-deployment problem.

2002-03-27 Thread Achilleus Mantzios
I have a .ear app that i used to run with jboss2.4.4_Tomcat4.0.1 Now that i am using Jboss3.0.0beta_Tomcat4.0.2 the application is deployed correctly only the first time i copy it in the deploy directory. In my EJBs jar i have also some helper classes (serializable objects returned by business me

[JBoss-user] I'm the Invisible Man

2002-03-27 Thread Peter Shillan
Hi All, This is more of an 'moral' post than anything else and may be seen as a bit of a whinge but bear with me... I have been posting to the JBoss forums and can't get a single reply to my posts. I believe there is a problem with CMP 2.0 relationships and I can't seem to get anyone to take