[JBoss-dev] [ jboss-Bugs-812390 ] ejbActivate in EntityBean not called

2003-10-13 Thread SourceForge.net
Bugs item #812390, was opened at 2003-09-25 13:42
Message generated for change (Comment added) made by juergenschwarz
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=812390group_id=22866

Category: JBossServer
Group: v3.2
Status: Open
Resolution: Works For Me
Priority: 5
Submitted By: Juergen Schwarz (juergenschwarz)
Assigned to: Nobody/Anonymous (nobody)
Summary: ejbActivate in EntityBean not called

Initial Comment:
Hi,

i have noticed, that when an Entity Bean gets 
passivated, the container calls ejbPassivate(), but when 
it should be used again (activated again), the container 
does not call ejbActivate().
The container only calls ejbActivate() when a Bean 
instance is initally created.

JBoss Version: 3.2, 3.2.1, 3.2.2RC4
Operating System: Windows 2000, Windows XP
JDK: Sun JDK 1.4.2

Regards
Juergen Schwarz 

--

Comment By: Juergen Schwarz (juergenschwarz)
Date: 2003-10-13 14:11

Message:
Logged In: YES 
user_id=873707

Sorry,

it was my fault. I thought, the container should call 
ejbActivate before a finder method is called, but reading the 
EJB Specification again i learned, that the container only calls 
ejbActivate when it associates an instance with concrete data

--

Comment By: Adrian Brock (ejort)
Date: 2003-10-10 15:31

Message:
Logged In: YES 
user_id=9459

I don't see this.
ejbActivate is invoked after an ejbPassivate

Please provide more information and/or a testcase.

Regards,
Adrian

--

Comment By: Robert Wang (linubert)
Date: 2003-10-08 08:46

Message:
Logged In: YES 
user_id=882544

the container does call ejbActivate() when an Entity Bean is  
in passivated state, the code is here:

   protected void activate(EnterpriseContext ctx) throws 
RemoteException
   {
  m_container.getPersistenceManager().activateEntity
((EntityEnterpriseContext)ctx);
   }

in org.jboss.ejb.plugins.EntityInstanceCache.java, and the 
container does not call ejbActivate() when the Entity Bean is 
still in the cache(not passivated).

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=812390group_id=22866


---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-812390 ] ejbActivate in EntityBean not called

2003-10-13 Thread SourceForge.net
Bugs item #812390, was opened at 2003-09-25 13:42
Message generated for change (Settings changed) made by letiemble
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=812390group_id=22866

Category: JBossServer
Group: v3.2
Status: Closed
Resolution: Works For Me
Priority: 5
Submitted By: Juergen Schwarz (juergenschwarz)
Assigned to: Nobody/Anonymous (nobody)
Summary: ejbActivate in EntityBean not called

Initial Comment:
Hi,

i have noticed, that when an Entity Bean gets 
passivated, the container calls ejbPassivate(), but when 
it should be used again (activated again), the container 
does not call ejbActivate().
The container only calls ejbActivate() when a Bean 
instance is initally created.

JBoss Version: 3.2, 3.2.1, 3.2.2RC4
Operating System: Windows 2000, Windows XP
JDK: Sun JDK 1.4.2

Regards
Juergen Schwarz 

--

Comment By: Juergen Schwarz (juergenschwarz)
Date: 2003-10-13 14:11

Message:
Logged In: YES 
user_id=873707

Sorry,

it was my fault. I thought, the container should call 
ejbActivate before a finder method is called, but reading the 
EJB Specification again i learned, that the container only calls 
ejbActivate when it associates an instance with concrete data

--

Comment By: Adrian Brock (ejort)
Date: 2003-10-10 15:31

Message:
Logged In: YES 
user_id=9459

I don't see this.
ejbActivate is invoked after an ejbPassivate

Please provide more information and/or a testcase.

Regards,
Adrian

--

Comment By: Robert Wang (linubert)
Date: 2003-10-08 08:46

Message:
Logged In: YES 
user_id=882544

the container does call ejbActivate() when an Entity Bean is  
in passivated state, the code is here:

   protected void activate(EnterpriseContext ctx) throws 
RemoteException
   {
  m_container.getPersistenceManager().activateEntity
((EntityEnterpriseContext)ctx);
   }

in org.jboss.ejb.plugins.EntityInstanceCache.java, and the 
container does not call ejbActivate() when the Entity Bean is 
still in the cache(not passivated).

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=812390group_id=22866


---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-812390 ] ejbActivate in EntityBean not called

2003-10-10 Thread SourceForge.net
Bugs item #812390, was opened at 2003-09-25 11:42
Message generated for change (Comment added) made by ejort
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=812390group_id=22866

Category: JBossServer
Group: v3.2
Status: Open
Resolution: Works For Me
Priority: 5
Submitted By: Juergen Schwarz (juergenschwarz)
Assigned to: Nobody/Anonymous (nobody)
Summary: ejbActivate in EntityBean not called

Initial Comment:
Hi,

i have noticed, that when an Entity Bean gets 
passivated, the container calls ejbPassivate(), but when 
it should be used again (activated again), the container 
does not call ejbActivate().
The container only calls ejbActivate() when a Bean 
instance is initally created.

JBoss Version: 3.2, 3.2.1, 3.2.2RC4
Operating System: Windows 2000, Windows XP
JDK: Sun JDK 1.4.2

Regards
Juergen Schwarz 

--

Comment By: Adrian Brock (ejort)
Date: 2003-10-10 13:31

Message:
Logged In: YES 
user_id=9459

I don't see this.
ejbActivate is invoked after an ejbPassivate

Please provide more information and/or a testcase.

Regards,
Adrian

--

Comment By: Robert Wang (linubert)
Date: 2003-10-08 06:46

Message:
Logged In: YES 
user_id=882544

the container does call ejbActivate() when an Entity Bean is  
in passivated state, the code is here:

   protected void activate(EnterpriseContext ctx) throws 
RemoteException
   {
  m_container.getPersistenceManager().activateEntity
((EntityEnterpriseContext)ctx);
   }

in org.jboss.ejb.plugins.EntityInstanceCache.java, and the 
container does not call ejbActivate() when the Entity Bean is 
still in the cache(not passivated).

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=812390group_id=22866


---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-812390 ] ejbActivate in EntityBean not called

2003-10-08 Thread SourceForge.net
Bugs item #812390, was opened at 2003-09-25 19:42
Message generated for change (Comment added) made by linubert
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=812390group_id=22866

Category: JBossServer
Group: v3.2
Status: Open
Resolution: None
Priority: 7
Submitted By: Juergen Schwarz (juergenschwarz)
Assigned to: Nobody/Anonymous (nobody)
Summary: ejbActivate in EntityBean not called

Initial Comment:
Hi,

i have noticed, that when an Entity Bean gets 
passivated, the container calls ejbPassivate(), but when 
it should be used again (activated again), the container 
does not call ejbActivate().
The container only calls ejbActivate() when a Bean 
instance is initally created.

JBoss Version: 3.2, 3.2.1, 3.2.2RC4
Operating System: Windows 2000, Windows XP
JDK: Sun JDK 1.4.2

Regards
Juergen Schwarz 

--

Comment By: Robert Wang (linubert)
Date: 2003-10-08 14:46

Message:
Logged In: YES 
user_id=882544

the container does call ejbActivate() when an Entity Bean is  
in passivated state, the code is here:

   protected void activate(EnterpriseContext ctx) throws 
RemoteException
   {
  m_container.getPersistenceManager().activateEntity
((EntityEnterpriseContext)ctx);
   }

in org.jboss.ejb.plugins.EntityInstanceCache.java, and the 
container does not call ejbActivate() when the Entity Bean is 
still in the cache(not passivated).

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=812390group_id=22866


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-812390 ] ejbActivate in EntityBean not called

2003-09-25 Thread SourceForge.net
Bugs item #812390, was opened at 2003-09-25 13:42
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=812390group_id=22866

Category: JBossServer
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Juergen Schwarz (juergenschwarz)
Assigned to: Nobody/Anonymous (nobody)
Summary: ejbActivate in EntityBean not called

Initial Comment:
Hi,



i have noticed, that when an Entity Bean gets 

passivated, the container calls ejbPassivate(), but when 

it should be used again (activated again), the container 

does not call ejbActivate().

The container only calls ejbActivate() when a Bean 

instance is initally created.



JBoss Version: 3.2, 3.2.1, 3.2.2RC4

Operating System: Windows 2000, Windows XP

JDK: Sun JDK 1.4.2



Regards

Juergen Schwarz 

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=812390group_id=22866


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-812390 ] ejbActivate in EntityBean not called

2003-09-25 Thread SourceForge.net
Bugs item #812390, was opened at 2003-09-25 13:42
Message generated for change (Settings changed) made by juergenschwarz
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=812390group_id=22866

Category: JBossServer
Group: v3.2
Status: Open
Resolution: None
Priority: 7
Submitted By: Juergen Schwarz (juergenschwarz)
Assigned to: Nobody/Anonymous (nobody)
Summary: ejbActivate in EntityBean not called

Initial Comment:
Hi,



i have noticed, that when an Entity Bean gets 

passivated, the container calls ejbPassivate(), but when 

it should be used again (activated again), the container 

does not call ejbActivate().

The container only calls ejbActivate() when a Bean 

instance is initally created.



JBoss Version: 3.2, 3.2.1, 3.2.2RC4

Operating System: Windows 2000, Windows XP

JDK: Sun JDK 1.4.2



Regards

Juergen Schwarz 

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=812390group_id=22866


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development