Re: [JBoss-user] Jboss-Castor mapping problem

2002-09-01 Thread Dmitri Colebatch

are you _sure_ you're using the right version of castor.  JBoss (from
memory) ships with castor.  Could it be that when running outside of JBoss
you are in fact using a more recent build of castor, but when in JBoss the
JBoss castor.jar is being used?

cheers
dim

- Original Message -
From: "Arijit Ghosh" <[EMAIL PROTECTED]>
To: "JBoss User" <[EMAIL PROTECTED]>
Sent: Monday, September 02, 2002 4:35 PM
Subject: [JBoss-user] Jboss-Castor mapping problem


> I am using Jboss 3.0 with Castor. The following works perfectly as a
> standalone Castor application but fails when integrated with Jboss.
>
> I find that ---
>
> 1.In 1 to 1 relationship between User table and Address table, If I
> update User table along with a handle to Address table, then the
> Database gets updated. Both as a standalone application as well as
> inside JBoss.
>
> 2.In 1 to Many relationship between User table and Address table, If
> I update User table, Address table gets updated if there exists an
> Address handle in the User context. This is because I have set the
> attribute "Collection" in the field tag of mapping.xml. Works both as a
> standalone application as well as inside JBoss.
>
> 3. However, In 1 to 1 optional relationship i.e. User may or may NOT
> have address, the operation fails. User table gets updated but not the
> Address table. Only if I set the attribute "Collection" in the field tag
> of mapping.xml (giving an impression of 1 to Many) and manually checking
> for a single element in that collection, this works. This works
> perfectly outside JBoss (without using "Collection" attribute) as a
> standalone application but fails when integrated with JBoss.
>
> Can anyone help ?
>
> Regards,
>   Arijit
>
>
>
> ---
> This sf.net email is sponsored by: OSDN - Tired of that same old
> cell phone?  Get a new here for FREE!
> https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user



---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Jboss-Castor mapping problem

2002-09-01 Thread Arijit Ghosh

I am using Jboss 3.0 with Castor. The following works perfectly as a
standalone Castor application but fails when integrated with Jboss.

I find that ---

1.In 1 to 1 relationship between User table and Address table, If I
update User table along with a handle to Address table, then the
Database gets updated. Both as a standalone application as well as
inside JBoss.

2.In 1 to Many relationship between User table and Address table, If
I update User table, Address table gets updated if there exists an
Address handle in the User context. This is because I have set the
attribute "Collection" in the field tag of mapping.xml. Works both as a
standalone application as well as inside JBoss.

3. However, In 1 to 1 optional relationship i.e. User may or may NOT
have address, the operation fails. User table gets updated but not the
Address table. Only if I set the attribute "Collection" in the field tag
of mapping.xml (giving an impression of 1 to Many) and manually checking
for a single element in that collection, this works. This works
perfectly outside JBoss (without using "Collection" attribute) as a
standalone application but fails when integrated with JBoss.

Can anyone help ?

Regards,
  Arijit



---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Re: Please help! I meet a CMP Relationship problem(thanks from Gene)

2002-09-01 Thread ggngenan

thanks for all, David, dim ... thanks for your help.

Now it works well:)

best regards

Gene


---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Please help! I meet a CMP Relationship problem:(

2002-09-01 Thread Dmitri Colebatch

> you never really need ot use the setXXX collection method.  The collection
> you get will be live, so just add/remove entities to that as required.
>
> your foreign keys would have been cleared because they weren't contained
in
> the collection that you set.

sorry - I didn't pay enough attention to your code.  David has answered
this query correctly (surprise surprise)  (o:

cheers
dim

>
> hth
> dim
>
> - Original Message -
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, September 02, 2002 12:27 PM
> Subject: [JBoss-user] Please help! I meet a CMP Relationship problem:(
>
>
> > Hello eveyone:
> > Please help me: I want to use CMP 1:N relationship and have written
> "abstract Collection getXxx" and "abstract void setXxx(Collection xxx)".
> > The getter work well but setter seems never take effect. So I did a
> experiment that manual insert into database some data to make a
> relationship(set foreign key directly) and invoked setter immediately
> following getter like this:
> > Collection coll=XXXlocal.getXxx();
> > XXXLocal.setXxx(coll);
> >
> > to my surprise, all relationship I made manually were gone(foreign key
in
> database changed to null).
> >
> > It's my first time to use CMP 1:N relationship, anyone help to tell me
> what I am wrong.
> >
> >
> > ---
> > This sf.net email is sponsored by: OSDN - Tired of that same old
> > cell phone?  Get a new here for FREE!
> > https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
> > ___
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
> >
>
>
>
> ---
> This sf.net email is sponsored by: OSDN - Tired of that same old
> cell phone?  Get a new here for FREE!
> https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user



---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Please help! I meet a CMP Relationship problem:(

2002-09-01 Thread Dmitri Colebatch

you never really need ot use the setXXX collection method.  The collection
you get will be live, so just add/remove entities to that as required.

your foreign keys would have been cleared because they weren't contained in
the collection that you set.

hth
dim

- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 02, 2002 12:27 PM
Subject: [JBoss-user] Please help! I meet a CMP Relationship problem:(


> Hello eveyone:
> Please help me: I want to use CMP 1:N relationship and have written
"abstract Collection getXxx" and "abstract void setXxx(Collection xxx)".
> The getter work well but setter seems never take effect. So I did a
experiment that manual insert into database some data to make a
relationship(set foreign key directly) and invoked setter immediately
following getter like this:
> Collection coll=XXXlocal.getXxx();
> XXXLocal.setXxx(coll);
>
> to my surprise, all relationship I made manually were gone(foreign key in
database changed to null).
>
> It's my first time to use CMP 1:N relationship, anyone help to tell me
what I am wrong.
>
>
> ---
> This sf.net email is sponsored by: OSDN - Tired of that same old
> cell phone?  Get a new here for FREE!
> https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
>



---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Please help! I meet a CMP Relationship problem:(

2002-09-01 Thread David Jencks

This is a bug very recently fixed in cvs.

Normally you don't do this.  If you do

coll.add(something);
or
coll.remove(somethingelse);

the database will be updated automatically.  Normally you would use
setXxx(newCollection) only when you are replacing the entire set of related
entities.

However, it was a bug, but I don't think the fix is in any released
versions at the moment.

david jencks

On 2002.09.01 22:27:02 -0400 [EMAIL PROTECTED] wrote:
> Hello eveyone:
> Please help me: I want to use CMP 1:N relationship and have written
> "abstract Collection getXxx" and "abstract void setXxx(Collection xxx)".
> The getter work well but setter seems never take effect. So I did a
> experiment that manual insert into database some data to make a
> relationship(set foreign key directly) and invoked setter immediately
> following getter like this:
> Collection coll=XXXlocal.getXxx();
> XXXLocal.setXxx(coll);
> 
> to my surprise, all relationship I made manually were gone(foreign key in
> database changed to null).
> 
> It's my first time to use CMP 1:N relationship, anyone help to tell me
> what I am wrong.
> 
> 
> ---
> This sf.net email is sponsored by: OSDN - Tired of that same old
> cell phone?  Get a new here for FREE!
> https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 


---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Please help! I meet a CMP Relationship problem:(

2002-09-01 Thread ggngenan

Hello eveyone:
Please help me: I want to use CMP 1:N relationship and have written "abstract 
Collection getXxx" and "abstract void setXxx(Collection xxx)".
The getter work well but setter seems never take effect. So I did a experiment 
that manual insert into database some data to make a relationship(set foreign key 
directly) and invoked setter immediately following getter like this:
Collection coll=XXXlocal.getXxx();
XXXLocal.setXxx(coll);

to my surprise, all relationship I made manually were gone(foreign key in database 
changed to null).

It's my first time to use CMP 1:N relationship, anyone help to tell me what I am wrong.


---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] anyone using jboss with cmp in a production site?

2002-09-01 Thread Sandor Arpa

Yes, we're aware of this. Netscape 6.2 implemented a new script engine which is not 
backward compatible (unusual for Netscape as IE is backcompatible). This is an issue 
for our whole of site navigation and will be looked at shortly.


-Original Message-
From: Dain Sundstrom [mailto:[EMAIL PROTECTED]]
Sent: Monday, 2 September 2002 9:29 AM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] anyone using jboss with cmp in a production
site?


Your site locks up Netscape 7 with a tight JavaScript loop.

-dain

Sandor Arpa wrote:
> context:
> http://www.yambay.com/products/mdrover/mdrover.html
> 
> no of clients: up to 40 at one time
> 
> hw: 600 pentium, 256M ram
> 
> sw: win2k, jdk 1.3.1
> 
> backend: sap
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, 31 August 2002 8:13 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] anyone using jboss with cmp in a production
> site?
> 
> 
> On Fri, Aug 30, 2002 at 01:22:26PM -0300, Emerson Cargnin - SICREDI Serviços wrote:
> 
>>ok, people, but expose your context,
> 
> boostcom.no
> 
> 
>>number of clients,
> 
> about 1-3 at the same time
> 
> 
>>hardware and 
> 
> Pentium 3 800
> 
>>software configuration, 
> 
> SuSE linux
> 
> it could be helpful for all of us.
> 
> 
>>Sandor Arpa wrote:
>>
>>>detto, using cmp succesfully but on a very small scale
>>>
>>>-Original Message-
>>>From: Lennart Petersson [mailto:[EMAIL PROTECTED]]
>>>Sent: Friday, 30 August 2002 4:53 PM
>>>To: [EMAIL PROTECTED]
>>>Subject: Re: [JBoss-user] anyone using jboss with cmp in a production
>>>site?
>>>
>>>
>>>Same here - but definitly not with the volume you mentioned.
>>>/Lennart
>>>
>>>torsdagen den 29 augusti 2002 kl 19.36 skrev Hunter Hillegas:
>>>
>>>
>>>
We are, but probably not in the intense volume that you asked about.



>From: Emerson Cargnin - SICREDI Serviços <[EMAIL PROTECTED]>
>Organization: SICREDI
>Reply-To: [EMAIL PROTECTED]
>Date: Thu, 29 Aug 2002 14:18:08 -0300
>To: [EMAIL PROTECTED]
>Subject: Re: [JBoss-user] anyone using jboss with cmp in a production 
>site?
>
>none responses means nobody using jboss with CMP in 
>production : ) ?



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
>>>
>>>
>>>
>>>
>>>---
>>>This sf.net email is sponsored by: OSDN - Tired of that same old
>>>cell phone?  Get a new here for FREE!
>>>https://www.inphonic.com/r.asp?r=urceforge1&refcode1=3390
>>>___
>>>JBoss-user mailing list
>>>[EMAIL PROTECTED]
>>>https://lists.sourceforge.net/lists/listinfo/jboss-user
>>>
>>>
>>>---
>>>This sf.net email is sponsored by: OSDN - Tired of that same old
>>>cell phone?  Get a new here for FREE!
>>>https://www.inphonic.com/r.asp?r=urceforge1&refcode1=vs3390
>>>___
>>>JBoss-user mailing list
>>>[EMAIL PROTECTED]
>>>https://lists.sourceforge.net/lists/listinfo/jboss-user
>>>
>>
>>
>>-- 
>>Emerson Cargnin - MSA
>>SICREDI - Tel : 3358-4860
>>
>>
>>
>>---
>>This sf.net email is sponsored by: OSDN - Tired of that same old
>>cell phone?  Get a new here for FREE!
>>https://www.inphonic.com/r.asp?r___
>>JBoss-user mailing list
>>[EMAIL PROTECTED]
>>https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 


-- 

Dain Sundstrom
Chief Architect JBossCMP
JBoss Group, LLC




---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] anyone using jboss with cmp in a production site?

2002-09-01 Thread Dain Sundstrom

Your site locks up Netscape 7 with a tight JavaScript loop.

-dain

Sandor Arpa wrote:
> context:
> http://www.yambay.com/products/mdrover/mdrover.html
> 
> no of clients: up to 40 at one time
> 
> hw: 600 pentium, 256M ram
> 
> sw: win2k, jdk 1.3.1
> 
> backend: sap
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, 31 August 2002 8:13 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] anyone using jboss with cmp in a production
> site?
> 
> 
> On Fri, Aug 30, 2002 at 01:22:26PM -0300, Emerson Cargnin - SICREDI Serviços wrote:
> 
>>ok, people, but expose your context,
> 
> boostcom.no
> 
> 
>>number of clients,
> 
> about 1-3 at the same time
> 
> 
>>hardware and 
> 
> Pentium 3 800
> 
>>software configuration, 
> 
> SuSE linux
> 
> it could be helpful for all of us.
> 
> 
>>Sandor Arpa wrote:
>>
>>>detto, using cmp succesfully but on a very small scale
>>>
>>>-Original Message-
>>>From: Lennart Petersson [mailto:[EMAIL PROTECTED]]
>>>Sent: Friday, 30 August 2002 4:53 PM
>>>To: [EMAIL PROTECTED]
>>>Subject: Re: [JBoss-user] anyone using jboss with cmp in a production
>>>site?
>>>
>>>
>>>Same here - but definitly not with the volume you mentioned.
>>>/Lennart
>>>
>>>torsdagen den 29 augusti 2002 kl 19.36 skrev Hunter Hillegas:
>>>
>>>
>>>
We are, but probably not in the intense volume that you asked about.



>From: Emerson Cargnin - SICREDI Serviços <[EMAIL PROTECTED]>
>Organization: SICREDI
>Reply-To: [EMAIL PROTECTED]
>Date: Thu, 29 Aug 2002 14:18:08 -0300
>To: [EMAIL PROTECTED]
>Subject: Re: [JBoss-user] anyone using jboss with cmp in a production 
>site?
>
>none responses means nobody using jboss with CMP in 
>production : ) ?



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
>>>
>>>
>>>
>>>
>>>---
>>>This sf.net email is sponsored by: OSDN - Tired of that same old
>>>cell phone?  Get a new here for FREE!
>>>https://www.inphonic.com/r.asp?r=urceforge1&refcode1=3390
>>>___
>>>JBoss-user mailing list
>>>[EMAIL PROTECTED]
>>>https://lists.sourceforge.net/lists/listinfo/jboss-user
>>>
>>>
>>>---
>>>This sf.net email is sponsored by: OSDN - Tired of that same old
>>>cell phone?  Get a new here for FREE!
>>>https://www.inphonic.com/r.asp?r=urceforge1&refcode1=vs3390
>>>___
>>>JBoss-user mailing list
>>>[EMAIL PROTECTED]
>>>https://lists.sourceforge.net/lists/listinfo/jboss-user
>>>
>>
>>
>>-- 
>>Emerson Cargnin - MSA
>>SICREDI - Tel : 3358-4860
>>
>>
>>
>>---
>>This sf.net email is sponsored by: OSDN - Tired of that same old
>>cell phone?  Get a new here for FREE!
>>https://www.inphonic.com/r.asp?r___
>>JBoss-user mailing list
>>[EMAIL PROTECTED]
>>https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 


-- 

Dain Sundstrom
Chief Architect JBossCMP
JBoss Group, LLC




---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] anyone using jboss with cmp in a production site?

2002-09-01 Thread Brian Macy

Heh... if you use Mozilla I strongly suggest turning of Javascript 
before going to this site. You've been warned...

Brian Macy


Sandor Arpa wrote:
> context:
> http://www.yambay.com/products/mdrover/mdrover.html
> 
> no of clients: up to 40 at one time
> 
> hw: 600 pentium, 256M ram
> 
> sw: win2k, jdk 1.3.1
> 
> backend: sap
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, 31 August 2002 8:13 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] anyone using jboss with cmp in a production
> site?
> 
> 
> On Fri, Aug 30, 2002 at 01:22:26PM -0300, Emerson Cargnin - SICREDI Serviços wrote:
> 
>>ok, people, but expose your context,
> 
> boostcom.no
> 
> 
>>number of clients,
> 
> about 1-3 at the same time
> 
> 
>>hardware and 
> 
> Pentium 3 800
> 
>>software configuration, 
> 
> SuSE linux
> 
> it could be helpful for all of us.
> 
> 
>>Sandor Arpa wrote:
>>
>>>detto, using cmp succesfully but on a very small scale
>>>
>>>-Original Message-
>>>From: Lennart Petersson [mailto:[EMAIL PROTECTED]]
>>>Sent: Friday, 30 August 2002 4:53 PM
>>>To: [EMAIL PROTECTED]
>>>Subject: Re: [JBoss-user] anyone using jboss with cmp in a production
>>>site?
>>>
>>>
>>>Same here - but definitly not with the volume you mentioned.
>>>/Lennart
>>>
>>>torsdagen den 29 augusti 2002 kl 19.36 skrev Hunter Hillegas:
>>>
>>>
>>>
We are, but probably not in the intense volume that you asked about.



>From: Emerson Cargnin - SICREDI Serviços <[EMAIL PROTECTED]>
>Organization: SICREDI
>Reply-To: [EMAIL PROTECTED]
>Date: Thu, 29 Aug 2002 14:18:08 -0300
>To: [EMAIL PROTECTED]
>Subject: Re: [JBoss-user] anyone using jboss with cmp in a production 
>site?
>
>none responses means nobody using jboss with CMP in 
>production : ) ?



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
>>>
>>>
>>>
>>>
>>>---
>>>This sf.net email is sponsored by: OSDN - Tired of that same old
>>>cell phone?  Get a new here for FREE!
>>>https://www.inphonic.com/r.asp?r=urceforge1&refcode1=3390
>>>___
>>>JBoss-user mailing list
>>>[EMAIL PROTECTED]
>>>https://lists.sourceforge.net/lists/listinfo/jboss-user
>>>
>>>
>>>---
>>>This sf.net email is sponsored by: OSDN - Tired of that same old
>>>cell phone?  Get a new here for FREE!
>>>https://www.inphonic.com/r.asp?r=urceforge1&refcode1=vs3390
>>>___
>>>JBoss-user mailing list
>>>[EMAIL PROTECTED]
>>>https://lists.sourceforge.net/lists/listinfo/jboss-user
>>>
>>
>>
>>-- 
>>Emerson Cargnin - MSA
>>SICREDI - Tel : 3358-4860
>>
>>
>>
>>---
>>This sf.net email is sponsored by: OSDN - Tired of that same old
>>cell phone?  Get a new here for FREE!
>>https://www.inphonic.com/r.asp?r___
>>JBoss-user mailing list
>>[EMAIL PROTECTED]
>>https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 




---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] anyone using jboss with cmp in a production site?

2002-09-01 Thread Sandor Arpa

context:
http://www.yambay.com/products/mdrover/mdrover.html

no of clients: up to 40 at one time

hw: 600 pentium, 256M ram

sw: win2k, jdk 1.3.1

backend: sap

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Saturday, 31 August 2002 8:13 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] anyone using jboss with cmp in a production
site?


On Fri, Aug 30, 2002 at 01:22:26PM -0300, Emerson Cargnin - SICREDI Serviços wrote:
> ok, people, but expose your context,
boostcom.no

> number of clients,
about 1-3 at the same time

> hardware and 
Pentium 3 800
> software configuration, 
SuSE linux

it could be helpful for all of us.

> 
> Sandor Arpa wrote:
> > detto, using cmp succesfully but on a very small scale
> > 
> > -Original Message-
> > From: Lennart Petersson [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, 30 August 2002 4:53 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [JBoss-user] anyone using jboss with cmp in a production
> > site?
> > 
> > 
> > Same here - but definitly not with the volume you mentioned.
> > /Lennart
> > 
> > torsdagen den 29 augusti 2002 kl 19.36 skrev Hunter Hillegas:
> > 
> > 
> >>We are, but probably not in the intense volume that you asked about.
> >>
> >>
> >>>From: Emerson Cargnin - SICREDI Serviços <[EMAIL PROTECTED]>
> >>>Organization: SICREDI
> >>>Reply-To: [EMAIL PROTECTED]
> >>>Date: Thu, 29 Aug 2002 14:18:08 -0300
> >>>To: [EMAIL PROTECTED]
> >>>Subject: Re: [JBoss-user] anyone using jboss with cmp in a production 
> >>>site?
> >>>
> >>>none responses means nobody using jboss with CMP in 
> >>>production : ) ?
> >>
> >>
> >>
> >>---
> >>This sf.net email is sponsored by:ThinkGeek
> >>Welcome to geek heaven.
> >>http://thinkgeek.com/sf
> >>___
> >>JBoss-user mailing list
> >>[EMAIL PROTECTED]
> >>https://lists.sourceforge.net/lists/listinfo/jboss-user
> > 
> > 
> > 
> > 
> > ---
> > This sf.net email is sponsored by: OSDN - Tired of that same old
> > cell phone?  Get a new here for FREE!
> > https://www.inphonic.com/r.asp?r=urceforge1&refcode1=3390
> > ___
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
> > 
> > 
> > ---
> > This sf.net email is sponsored by: OSDN - Tired of that same old
> > cell phone?  Get a new here for FREE!
> > https://www.inphonic.com/r.asp?r=urceforge1&refcode1=vs3390
> > ___
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
> > 
> 
> 
> -- 
> Emerson Cargnin - MSA
> SICREDI - Tel : 3358-4860
> 
> 
> 
> ---
> This sf.net email is sponsored by: OSDN - Tired of that same old
> cell phone?  Get a new here for FREE!
> https://www.inphonic.com/r.asp?r___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user

-- 
MVH
Marius Kotsbak
Boost communications AS


---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=urceforge1&refcode1=3390
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Is it a normal behaviour or Bug?

2002-09-01 Thread Saroj Kumar

Hi All,

We were trying to use "Block Sequence Generator" pattern as described in
Floyd's book.

It shows the ejb-jar.xml as this:



SequenceSession
*

Required


When we deploy the bean there is no prob. Once, We run the client, it
does not respond and hangs. 

But, if we modify the  as following then it works
FINE. We just removed * and coded
The method name.



SequenceSession
getNextNumberInSequence

Required


Is it a Normal Behaviour??? * should work just fine as it indicates
methods defined in HOME/Component Interface.

Any ideas?

TIA,
Saroj



---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] MDB, TIBCO, 3.0.x

2002-09-01 Thread Tom Davies

Anyone got this working?

Tom

-- 
"Optimism is a duty. The future is open. It is not predetermined. No one
can predict it, except by chance. We all contribute to determining it by
what we do. We are all equally responsible for its success."
  Karl Popper



---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] EAR scoping and MANIFEST.MF references

2002-09-01 Thread Adrian Brock

Hi Michael,

A better explanation of the problem was double creation of the
classloader for the jar.
The full deployment was not done twice.
The test for already deployed was too late in the process.

Regards,
Adrian

>From: Michael Bartmann <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Re: [JBoss-user] EAR scoping and MANIFEST.MF references
>Date: Sun, 01 Sep 2002 01:43:38 +0200
>
>Adrian Brock wrote:
>>I managed to reproduce the problem of double deployment caused by an
>>entry in MANIFEST.MF using a previous snapshot of CVS HEAD.
>>My fix from last weekend solves it, at least for the problem I saw.
>>
>>Regards,
>>Adrian
>>
>
>Hi Adrian,
>
>although the system having the above mentioned problems uses a
>version from before your fix, my problem is not double deployment
>but seems to be deployment of classes in the same jar by different
>loaders of the same repository.
>But I will surely try to test an up to date version on monday.
>
>Greetings,
>michael bartmann
>
>
>
>---
>This sf.net email is sponsored by: OSDN - Tired of that same old
>cell phone?  Get a new here for FREE!
>https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
>___
>JBoss-user mailing list
>[EMAIL PROTECTED]
>https://lists.sourceforge.net/lists/listinfo/jboss-user



_
Chat with friends online, try MSN Messenger: http://messenger.msn.com



---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user