You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "David Blevins (JIRA)" <ji...@apache.org> on 2006/11/22 22:50:02 UTC

[jira] Created: (OPENEJB-347) Example: Minimal Stateful Bean via @Stateful

Example: Minimal Stateful Bean via @Stateful
--------------------------------------------

                 Key: OPENEJB-347
                 URL: http://issues.apache.org/jira/browse/OPENEJB-347
             Project: OpenEJB
          Issue Type: Sub-task
            Reporter: David Blevins




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (OPENEJB-347) Example: Minimal Stateful Bean via @Stateful

Posted by "David Blevins (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Blevins closed OPENEJB-347.
---------------------------------

    Resolution: Fixed

$ svn ci
Sending        examples/counter-stateful-pojo/src/main/java/org/apache/openejb/examples/counter/CounterImpl.java
Sending        examples/counter-stateful-pojo/src/main/java/org/apache/openejb/examples/counter/CounterLocal.java
Sending        examples/counter-stateful-pojo/src/main/java/org/apache/openejb/examples/counter/CounterRemote.java
Sending        examples/counter-stateful-pojo/src/test/java/org/apache/openejb/examples/counter/CounterImplTest.java
Transmitting file data ....
Committed revision 497839.


> Example: Minimal Stateful Bean via @Stateful
> --------------------------------------------
>
>                 Key: OPENEJB-347
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-347
>             Project: OpenEJB
>          Issue Type: Sub-task
>          Components: documentation, ejb3 simplified
>    Affects Versions: 3.0
>            Reporter: David Blevins
>         Assigned To: Filippo Diotalevi
>             Fix For: 3.0
>
>         Attachments: OPENEJB-347.txt
>
>
> A simple example that shows how to develop, deploy and test a stateful session bean with the least number of annotations possible.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (OPENEJB-347) Example: Minimal Stateful Bean via @Stateful

Posted by "David Blevins (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/OPENEJB-347?page=all ]

David Blevins closed OPENEJB-347.
---------------------------------

    Resolution: Fixed
      Assignee: Filippo Diotalevi

Completed in OPENEJB-398

> Example: Minimal Stateful Bean via @Stateful
> --------------------------------------------
>
>                 Key: OPENEJB-347
>                 URL: http://issues.apache.org/jira/browse/OPENEJB-347
>             Project: OpenEJB
>          Issue Type: Sub-task
>          Components: documentation, ejb3 simplified
>    Affects Versions: 3.0
>            Reporter: David Blevins
>         Assigned To: Filippo Diotalevi
>             Fix For: 3.0
>
>
> A simple example that shows how to develop, deploy and test a stateful session bean with the least number of annotations possible.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Reopened: (OPENEJB-347) Example: Minimal Stateful Bean via @Stateful

Posted by "Filippo Diotalevi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Filippo Diotalevi reopened OPENEJB-347:
---------------------------------------


The attached patch contains the documentation of the example, following guidelines expressed at
http://www.nabble.com/Documenting-examples-%28was%3A-Re%3A-EJB3-Embedding-tutorial-avialable%29-p8084926.html

I also created a wiki page for this example at
http://cwiki.apache.org/confluence/display/OPENEJB/Counter+Stateful+Session+Bean+Example
(obviously, the wiki page will appear correctly only when the patch is committed)

> Example: Minimal Stateful Bean via @Stateful
> --------------------------------------------
>
>                 Key: OPENEJB-347
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-347
>             Project: OpenEJB
>          Issue Type: Sub-task
>          Components: documentation, ejb3 simplified
>    Affects Versions: 3.0
>            Reporter: David Blevins
>         Assigned To: Filippo Diotalevi
>             Fix For: 3.0
>
>         Attachments: OPENEJB-347.txt
>
>
> A simple example that shows how to develop, deploy and test a stateful session bean with the least number of annotations possible.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (OPENEJB-347) Example: Minimal Stateful Bean via @Stateful

Posted by "Filippo Diotalevi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Filippo Diotalevi updated OPENEJB-347:
--------------------------------------

    Attachment: OPENEJB-347.txt

> Example: Minimal Stateful Bean via @Stateful
> --------------------------------------------
>
>                 Key: OPENEJB-347
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-347
>             Project: OpenEJB
>          Issue Type: Sub-task
>          Components: documentation, ejb3 simplified
>    Affects Versions: 3.0
>            Reporter: David Blevins
>         Assigned To: Filippo Diotalevi
>             Fix For: 3.0
>
>         Attachments: OPENEJB-347.txt
>
>
> A simple example that shows how to develop, deploy and test a stateful session bean with the least number of annotations possible.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (OPENEJB-347) Example: Minimal Stateful Bean via @Stateful

Posted by "David Blevins (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/OPENEJB-347?page=all ]

David Blevins updated OPENEJB-347:
----------------------------------

    Description: 
A simple example that shows how to develop, deploy and test a stateful session bean with the least number of annotations possible.


> Example: Minimal Stateful Bean via @Stateful
> --------------------------------------------
>
>                 Key: OPENEJB-347
>                 URL: http://issues.apache.org/jira/browse/OPENEJB-347
>             Project: OpenEJB
>          Issue Type: Sub-task
>            Reporter: David Blevins
>
> A simple example that shows how to develop, deploy and test a stateful session bean with the least number of annotations possible.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira