List Info

Thread: Created: (JBSEAM-1564) NullPointerException in ServerConversationCon




Created: (JBSEAM-1564) NullPointerException in ServerConversationCon
country flaguser name
United States
2007-06-27 11:44:57
NullPointerException in ServerConversationContext.flush
-------------------------------------------------------

                 Key: JBSEAM-1564
                 URL: http://
jira.jboss.com/jira/browse/JBSEAM-1564
             Project: JBoss Seam
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.0.0.BETA1
         Environment: Seam CVS build Wed Jun 27  2007, jboss
4.2.0GA, Linux
            Reporter: Louis Coetzee
             Fix For: 2.0.0.CR1


A NullPointerException occurs during in the
org.jboss.seam.jsf.SeamPhaseListener

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

        
_______________________________________________
jbossseam-issues mailing list
jbossseam-issueslists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbossseam-issu
es

Updated: (JBSEAM-1564) NullPointerException in ServerConversationCon
country flaguser name
United States
2007-06-27 11:46:57
     [ http://jira.jboss.com/jira/browse/JBSEAM-1564?page=all
]

Louis Coetzee updated JBSEAM-1564:
----------------------------------

    Attachment: NullPointer.zip

Unzip to a directory. Follow the instructions in the
Readme.txt

> NullPointerException in
ServerConversationContext.flush
>
-------------------------------------------------------
>
>                 Key: JBSEAM-1564
>                 URL: http://
jira.jboss.com/jira/browse/JBSEAM-1564
>             Project: JBoss Seam
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0.0.BETA1
>         Environment: Seam CVS build Wed Jun 27  2007,
jboss 4.2.0GA, Linux
>            Reporter: Louis Coetzee
>             Fix For: 2.0.0.CR1
>
>         Attachments: NullPointer.zip
>
>
> A NullPointerException occurs during in the
org.jboss.seam.jsf.SeamPhaseListener

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

        
_______________________________________________
jbossseam-issues mailing list
jbossseam-issueslists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbossseam-issu
es

Commented: (JBSEAM-1564) NullPointerException in ServerConversationC
country flaguser name
United States
2007-06-28 12:33:57
    [ http://jira.jboss.com/jira/browse/JBS
EAM-1564?page=comments#action_12367202 ] 
            
Louis Coetzee commented on JBSEAM-1564:
---------------------------------------

I have played around a lot more... seems the issue is
created by a ctx.flush in UserEnvironment.java

Context ctx = Contexts.getConversationContext();

                if (ctx != null) {
                       
ctx.remove("needSelections");
                        ctx.flush();
                }

If I comment out the ctx.flush the code runs without a
problem...

> NullPointerException in
ServerConversationContext.flush
>
-------------------------------------------------------
>
>                 Key: JBSEAM-1564
>                 URL: http://
jira.jboss.com/jira/browse/JBSEAM-1564
>             Project: JBoss Seam
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0.0.BETA1
>         Environment: Seam CVS build Wed Jun 27  2007,
jboss 4.2.0GA, Linux
>            Reporter: Louis Coetzee
>             Fix For: 2.0.0.CR1
>
>         Attachments: NullPointer.zip
>
>
> A NullPointerException occurs during in the
org.jboss.seam.jsf.SeamPhaseListener

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

        
_______________________________________________
jbossseam-issues mailing list
jbossseam-issueslists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbossseam-issu
es

Commented: (JBSEAM-1564) NullPointerException in ServerConversationC
country flaguser name
United States
2007-06-28 12:39:57
    [ http://jira.jboss.com/jira/browse/JBS
EAM-1564?page=comments#action_12367205 ] 
            
Gavin King commented on JBSEAM-1564:
------------------------------------

That makes perfect sense, actually.

Exactly why are you flushing the context yourself?

> NullPointerException in
ServerConversationContext.flush
>
-------------------------------------------------------
>
>                 Key: JBSEAM-1564
>                 URL: http://
jira.jboss.com/jira/browse/JBSEAM-1564
>             Project: JBoss Seam
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0.0.BETA1
>         Environment: Seam CVS build Wed Jun 27  2007,
jboss 4.2.0GA, Linux
>            Reporter: Louis Coetzee
>             Fix For: 2.0.0.CR1
>
>         Attachments: NullPointer.zip
>
>
> A NullPointerException occurs during in the
org.jboss.seam.jsf.SeamPhaseListener

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

        
_______________________________________________
jbossseam-issues mailing list
jbossseam-issueslists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbossseam-issu
es

Commented: (JBSEAM-1564) NullPointerException in ServerConversationC
country flaguser name
United States
2007-06-29 02:07:57
    [ http://jira.jboss.com/jira/browse/JBS
EAM-1564?page=comments#action_12367271 ] 
            
Louis Coetzee commented on JBSEAM-1564:
---------------------------------------

Misuse of getting an Factory to work when returning to a
previous page (and in this process not yet completely
understanding the JSF and Seam conversation lifespan). 

I think we can actually by pass this by defining a page
action in pages.xml for that                                
                                                            
                                                            
                                                            
                                                            
specific viewpage. (At the time this code was developed the
page actions weren't in Seam yet).

e.g. do something like this:

 <page
view-id="/public/mailman/view/viewMailmanPosting.xhtml&
quot; action="#{viewMMArchiveBean.loadPosting}"
               
no-conversation-view-id="/public/content/view/viewServi
cesHome.xhtml" >
 </page>


> NullPointerException in
ServerConversationContext.flush
>
-------------------------------------------------------
>
>                 Key: JBSEAM-1564
>                 URL: http://
jira.jboss.com/jira/browse/JBSEAM-1564
>             Project: JBoss Seam
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0.0.BETA1
>         Environment: Seam CVS build Wed Jun 27  2007,
jboss 4.2.0GA, Linux
>            Reporter: Louis Coetzee
>             Fix For: 2.0.0.CR1
>
>         Attachments: NullPointer.zip
>
>
> A NullPointerException occurs during in the
org.jboss.seam.jsf.SeamPhaseListener

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

        
_______________________________________________
jbossseam-issues mailing list
jbossseam-issueslists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbossseam-issu
es

Updated: (JBSEAM-1564) NullPointerException in ServerConversationCon
country flaguser name
United States
2007-07-19 08:09:49
     [ http://jira.jboss.com/jira/browse/JBSEAM-1564?page=all
]

Gavin King updated JBSEAM-1564:
-------------------------------

    Priority: Critical  (was: Major)

> NullPointerException in
ServerConversationContext.flush
>
-------------------------------------------------------
>
>                 Key: JBSEAM-1564
>                 URL: http://
jira.jboss.com/jira/browse/JBSEAM-1564
>             Project: JBoss Seam
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0.0.BETA1
>         Environment: Seam CVS build Wed Jun 27  2007,
jboss 4.2.0GA, Linux
>            Reporter: Louis Coetzee
>            Priority: Critical
>             Fix For: 2.0.0.CR1
>
>         Attachments: NullPointer.zip
>
>
> A NullPointerException occurs during in the
org.jboss.seam.jsf.SeamPhaseListener

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

        
_______________________________________________
jbossseam-issues mailing list
jbossseam-issueslists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbossseam-issu
es

Assigned: (JBSEAM-1564) NullPointerException in ServerConversationCo
country flaguser name
United States
2007-07-19 21:44:49
     [ http://jira.jboss.com/jira/browse/JBSEAM-1564?page=all
]

Norman Richards reassigned JBSEAM-1564:
---------------------------------------

    Assignee: Norman Richards

> NullPointerException in
ServerConversationContext.flush
>
-------------------------------------------------------
>
>                 Key: JBSEAM-1564
>                 URL: http://
jira.jboss.com/jira/browse/JBSEAM-1564
>             Project: JBoss Seam
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0.0.BETA1
>         Environment: Seam CVS build Wed Jun 27  2007,
jboss 4.2.0GA, Linux
>            Reporter: Louis Coetzee
>         Assigned To: Norman Richards
>            Priority: Critical
>             Fix For: 2.0.0.CR1
>
>         Attachments: NullPointer.zip
>
>
> A NullPointerException occurs during in the
org.jboss.seam.jsf.SeamPhaseListener

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

        
_______________________________________________
jbossseam-issues mailing list
jbossseam-issueslists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbossseam-issu
es

Updated: (JBSEAM-1564) NullPointerException in ServerConversationCon
country flaguser name
United States
2007-07-19 21:47:06
     [ http://jira.jboss.com/jira/browse/JBSEAM-1564?page=all
]

Norman Richards updated JBSEAM-1564:
------------------------------------

    Assignee:     (was: Norman Richards)

wrong issue

> NullPointerException in
ServerConversationContext.flush
>
-------------------------------------------------------
>
>                 Key: JBSEAM-1564
>                 URL: http://
jira.jboss.com/jira/browse/JBSEAM-1564
>             Project: JBoss Seam
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0.0.BETA1
>         Environment: Seam CVS build Wed Jun 27  2007,
jboss 4.2.0GA, Linux
>            Reporter: Louis Coetzee
>            Priority: Critical
>             Fix For: 2.0.0.CR1
>
>         Attachments: NullPointer.zip
>
>
> A NullPointerException occurs during in the
org.jboss.seam.jsf.SeamPhaseListener

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

        
_______________________________________________
jbossseam-issues mailing list
jbossseam-issueslists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbossseam-issu
es

Assigned: (JBSEAM-1564) NullPointerException in ServerConversationCo
country flaguser name
United States
2007-07-23 06:32:49
     [ http://jira.jboss.com/jira/browse/JBSEAM-1564?page=all
]

Gavin King reassigned JBSEAM-1564:
----------------------------------

    Assignee: Gavin King

> NullPointerException in
ServerConversationContext.flush
>
-------------------------------------------------------
>
>                 Key: JBSEAM-1564
>                 URL: http://
jira.jboss.com/jira/browse/JBSEAM-1564
>             Project: JBoss Seam
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0.0.BETA1
>         Environment: Seam CVS build Wed Jun 27  2007,
jboss 4.2.0GA, Linux
>            Reporter: Louis Coetzee
>         Assigned To: Gavin King
>            Priority: Critical
>             Fix For: 2.0.0.CR1
>
>         Attachments: NullPointer.zip
>
>
> A NullPointerException occurs during in the
org.jboss.seam.jsf.SeamPhaseListener

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

        
_______________________________________________
jbossseam-issues mailing list
jbossseam-issueslists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbossseam-issu
es

Assigned: (JBSEAM-1564) NullPointerException in ServerConversationCo
country flaguser name
United States
2007-08-28 16:59:26
     [ http://jira.jboss.com/jira/browse/JBSEAM-1564?page=all
]

Norman Richards reassigned JBSEAM-1564:
---------------------------------------

    Assignee: Norman Richards  (was: Gavin King)

> NullPointerException in
ServerConversationContext.flush
>
-------------------------------------------------------
>
>                 Key: JBSEAM-1564
>                 URL: http://
jira.jboss.com/jira/browse/JBSEAM-1564
>             Project: JBoss Seam
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0.0.BETA1
>         Environment: Seam CVS build Wed Jun 27  2007,
jboss 4.2.0GA, Linux
>            Reporter: Louis Coetzee
>         Assigned To: Norman Richards
>            Priority: Critical
>             Fix For: 2.0.0.CR1
>
>         Attachments: NullPointer.zip
>
>
> A NullPointerException occurs during in the
org.jboss.seam.jsf.SeamPhaseListener

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

        
_______________________________________________
jbossseam-issues mailing list
jbossseam-issueslists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbossseam-issu
es

[1-10] [11]

about | contact  Other archives ( Real Estate discussion Medical topics )