On Tue, Jun 26, 2012 at 4:55 PM, <[email protected]> wrote:

> Author: shammi
> Date: Tue Jun 26 07:25:43 2012
> New Revision: 131176
> URL: http://wso2.org/svn/browse/wso2?view=rev&revision=131176
>
> Log:
> Fixing compilation error occurred due to private access
>
> Modified:
>
> carbon/platform/trunk/dependencies/andes/java/client/src/main/java/org/wso2/andes/jndi/PropertiesFileInitialContextFactory.java
>
> Modified:
> carbon/platform/trunk/dependencies/andes/java/client/src/main/java/org/wso2/andes/jndi/PropertiesFileInitialContextFactory.java
> URL:
> http://wso2.org/svn/browse/wso2/carbon/platform/trunk/dependencies/andes/java/client/src/main/java/org/wso2/andes/jndi/PropertiesFileInitialContextFactory.java?rev=131176&r1=131175&r2=131176&view=diff
>
> ==============================================================================
> ---
> carbon/platform/trunk/dependencies/andes/java/client/src/main/java/org/wso2/andes/jndi/PropertiesFileInitialContextFactory.java
>     (original)
> +++
> carbon/platform/trunk/dependencies/andes/java/client/src/main/java/org/wso2/andes/jndi/PropertiesFileInitialContextFactory.java
>     Tue Jun 26 07:25:43 2012
> @@ -58,7 +58,7 @@
>
>  public class PropertiesFileInitialContextFactory implements
> InitialContextFactory
>  {
> -    private final Logger _logger =
> LoggerFactory.getLogger(PropertiesFileInitialContextFactory.class);
> +    protected final Logger _logger =
> LoggerFactory.getLogger(PropertiesFileInitialContextFactory.class);
>

Why not simply add the logger to the TenantAwareContextFactory? This gives
the wrong impression that the messages are logged by this logger
when TenantAwareContextFactory is doing the logging.


>
>     private String CONNECTION_FACTORY_PREFIX = "connectionfactory.";
>     private String DESTINATION_PREFIX = "destination.";
> @@ -390,4 +390,4 @@
>     {
>         this.TOPIC_PREFIX = topicPrefix;
>     }
> -}
> \ No newline at end of file
> +}
> _______________________________________________
> Commits mailing list
> [email protected]
> http://wso2.org/cgi-bin/mailman/listinfo/commits
>



-- 
*Afkham Azeez*
Director of Architecture; WSO2, Inc.; http://wso2.com
Member; Apache Software Foundation; http://www.apache.org/
* <http://www.apache.org/>**
email: **[email protected]* <[email protected]>* cell: +94 77 3320919
blog: **http://blog.afkham.org* <http://blog.afkham.org>*
twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez>
*
linked-in: **http://lk.linkedin.com/in/afkhamazeez*
*
*
*Lean . Enterprise . Middleware*
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to