You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Guillermo Grandes (JIRA)" <se...@james.apache.org> on 2006/09/18 16:05:22 UTC

[jira] Created: (JAMES-619) Related to JAMES-418/617, use Thread.currentThread().getContextClassLoader()

Related to JAMES-418/617, use Thread.currentThread().getContextClassLoader()
----------------------------------------------------------------------------

                 Key: JAMES-619
                 URL: http://issues.apache.org/jira/browse/JAMES-619
             Project: James
          Issue Type: Bug
          Components: MailStore & MailRepository, Matchers/Mailets (bundled), NNTPServer & Repository, POP3Server, UsersStore & UsersRepository
    Affects Versions: Trunk
         Environment: James 3.0, Linux
            Reporter: Guillermo Grandes


More getClass().getClassLoader() ... they are like mushrooms ;-)

org.apache.james.core.AvalonMailStore
org.apache.james.core.AvalonUsersStore
org.apache.james.transport.mailets.CommandListservManager
org.apache.james.pop3server.POP3HandlerChain
org.apache.james.nntpserver.repository.NNTPRepositoryImpl

In all: getClass().getClassLoader() -> Thread.currentThread().getContextClassLoader()

attach a diff for correct this.

-- 
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Resolved: (JAMES-619) Related to JAMES-418/617, use Thread.currentThread().getContextClassLoader()

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
     [ http://issues.apache.org/jira/browse/JAMES-619?page=all ]

Norman Maurer resolved JAMES-619.
---------------------------------

    Fix Version/s: Trunk
       Resolution: Fixed
         Assignee: Norman Maurer

> Related to JAMES-418/617, use Thread.currentThread().getContextClassLoader()
> ----------------------------------------------------------------------------
>
>                 Key: JAMES-619
>                 URL: http://issues.apache.org/jira/browse/JAMES-619
>             Project: James
>          Issue Type: Bug
>          Components: POP3Server, MailStore & MailRepository, UsersStore & UsersRepository, NNTPServer & Repository, Matchers/Mailets (bundled)
>    Affects Versions: Trunk
>         Environment: James 3.0, Linux
>            Reporter: Guillermo Grandes
>         Assigned To: Norman Maurer
>             Fix For: Trunk
>
>         Attachments: MoreClassLoader.diff
>
>
> More getClass().getClassLoader() ... they are like mushrooms ;-)
> org.apache.james.core.AvalonMailStore
> org.apache.james.core.AvalonUsersStore
> org.apache.james.transport.mailets.CommandListservManager
> org.apache.james.pop3server.POP3HandlerChain
> org.apache.james.nntpserver.repository.NNTPRepositoryImpl
> In all: getClass().getClassLoader() -> Thread.currentThread().getContextClassLoader()
> attach a diff for correct this.

-- 
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: [jira] Updated: (JAMES-619) Related to JAMES-418/617, use Thread.currentThread().getContextClassLoader()

Posted by Stefano Bagnara <ap...@bago.org>.
Guillermo Grandes (JIRA) wrote:
>      [ http://issues.apache.org/jira/browse/JAMES-619?page=all ]
> 
> Guillermo Grandes updated JAMES-619:
> ------------------------------------
> 
>     Attachment: MoreClassLoader.diff
> 
> Attach a diff that changes 5 files in trunk version, only change one line per file.
> 
> perhaps it would be necessary to think if to do a backport to branch 2.3 with this and JAMES-617

We are at the (we hope so) final release candidate: nothing will be 
changed but major bug fixing before 2.3.0 final.

This is be included in the next release: we have not yet defined the 
roadmap for the next release, but it is probable that this change will 
be part of a release that we are scheduling for march 2007.

Stefano


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Updated: (JAMES-619) Related to JAMES-418/617, use Thread.currentThread().getContextClassLoader()

Posted by "Guillermo Grandes (JIRA)" <se...@james.apache.org>.
     [ http://issues.apache.org/jira/browse/JAMES-619?page=all ]

Guillermo Grandes updated JAMES-619:
------------------------------------

    Attachment: MoreClassLoader.diff

Attach a diff that changes 5 files in trunk version, only change one line per file.

perhaps it would be necessary to think if to do a backport to branch 2.3 with this and JAMES-617


> Related to JAMES-418/617, use Thread.currentThread().getContextClassLoader()
> ----------------------------------------------------------------------------
>
>                 Key: JAMES-619
>                 URL: http://issues.apache.org/jira/browse/JAMES-619
>             Project: James
>          Issue Type: Bug
>          Components: MailStore & MailRepository, Matchers/Mailets (bundled), NNTPServer & Repository, POP3Server, UsersStore & UsersRepository
>    Affects Versions: Trunk
>         Environment: James 3.0, Linux
>            Reporter: Guillermo Grandes
>         Attachments: MoreClassLoader.diff
>
>
> More getClass().getClassLoader() ... they are like mushrooms ;-)
> org.apache.james.core.AvalonMailStore
> org.apache.james.core.AvalonUsersStore
> org.apache.james.transport.mailets.CommandListservManager
> org.apache.james.pop3server.POP3HandlerChain
> org.apache.james.nntpserver.repository.NNTPRepositoryImpl
> In all: getClass().getClassLoader() -> Thread.currentThread().getContextClassLoader()
> attach a diff for correct this.

-- 
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org