weaver      2004/02/24 07:30:29

  Modified:    plugin/src/java/org/apache/jetspeed/persistence/impl
                        AbstractOJBPersistencePlugin.java
  Log:
  plugin no longer looks for OJB meta outside the current CP.
  
  Revision  Changes    Path
  1.10      +2 -1      
jakarta-jetspeed-2/plugin/src/java/org/apache/jetspeed/persistence/impl/AbstractOJBPersistencePlugin.java
  
  Index: AbstractOJBPersistencePlugin.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/plugin/src/java/org/apache/jetspeed/persistence/impl/AbstractOJBPersistencePlugin.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- AbstractOJBPersistencePlugin.java 4 Feb 2004 21:04:13 -0000       1.9
  +++ AbstractOJBPersistencePlugin.java 24 Feb 2004 15:30:29 -0000      1.10
  @@ -318,7 +318,7 @@
       {
   
           this.configuration = configuration;
  -
  +        /*
           String correctPath = 
configuration.getPathResolver().getRealPath(configuration.getProperty("OJB.path") + 
File.separator);
   
           File ojbPropsLocation = new File(correctPath);
  @@ -348,6 +348,7 @@
           {
               throw new PluginInitializationException("Could not locate the OJB load 
directory. " + ojbUrl);
           }
  +        */
   
           //System.setProperty("OJB.properties", ojbPropsLocation);
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to