You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by sg...@apache.org on 2007/05/22 15:04:55 UTC

svn commit: r540571 - in /jakarta/turbine/fulcrum/trunk/security/adapters/turbine/src/test: componentTurbineConfiguration.xml componentTurbineConfigurationBasicModel.xml

Author: sgoeschl
Date: Tue May 22 06:04:54 2007
New Revision: 540571

URL: http://svn.apache.org/viewvc?view=rev&rev=540571
Log:
Mhmm, some new classes from fulcrum-security-api-1.0.8-dev were referenced so this could shouldn't work at all. Reverted to 1.0.7 class names to fix the tests.

Modified:
    jakarta/turbine/fulcrum/trunk/security/adapters/turbine/src/test/componentTurbineConfiguration.xml
    jakarta/turbine/fulcrum/trunk/security/adapters/turbine/src/test/componentTurbineConfigurationBasicModel.xml

Modified: jakarta/turbine/fulcrum/trunk/security/adapters/turbine/src/test/componentTurbineConfiguration.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/security/adapters/turbine/src/test/componentTurbineConfiguration.xml?view=diff&rev=540571&r1=540570&r2=540571
==============================================================================
--- jakarta/turbine/fulcrum/trunk/security/adapters/turbine/src/test/componentTurbineConfiguration.xml (original)
+++ jakarta/turbine/fulcrum/trunk/security/adapters/turbine/src/test/componentTurbineConfiguration.xml Tue May 22 06:04:54 2007
@@ -22,16 +22,16 @@
 <componentConfig>
     <securityService/>
     <userManager>
-   	    <className>org.apache.fulcrum.security.model.dynamic.entity.impl.DynamicUserImpl</className>
+   	    <className>org.apache.fulcrum.security.model.dynamic.entity.DynamicUser</className>
    	</userManager>
     <groupManager>
- 	    <className>org.apache.fulcrum.security.model.dynamic.entity.impl.DynamicGroupImpl</className>
+ 	    <className>org.apache.fulcrum.security.model.dynamic.entity.DynamicGroup</className>
    	</groupManager>
     <roleManager>
-    	<className>org.apache.fulcrum.security.model.dynamic.entity.impl.DynamicRoleImpl</className>
+    	<className>org.apache.fulcrum.security.model.dynamic.entity.DynamicRole</className>
     </roleManager>
     <permissionManager>
-        <className>org.apache.fulcrum.security.model.dynamic.entity.impl.DynamicPermissionImpl</className>
+        <className>org.apache.fulcrum.security.model.dynamic.entity.DynamicPermission</className>
     </permissionManager>
     <modelManager/>
     <aclFactory/>

Modified: jakarta/turbine/fulcrum/trunk/security/adapters/turbine/src/test/componentTurbineConfigurationBasicModel.xml
URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/security/adapters/turbine/src/test/componentTurbineConfigurationBasicModel.xml?view=diff&rev=540571&r1=540570&r2=540571
==============================================================================
--- jakarta/turbine/fulcrum/trunk/security/adapters/turbine/src/test/componentTurbineConfigurationBasicModel.xml (original)
+++ jakarta/turbine/fulcrum/trunk/security/adapters/turbine/src/test/componentTurbineConfigurationBasicModel.xml Tue May 22 06:04:54 2007
@@ -22,10 +22,10 @@
 <componentConfig>
     <securityService/>
     <userManager>
-      	<className>org.apache.fulcrum.security.model.basic.entity.impl.BasicUserImpl</className>
+      	<className>org.apache.fulcrum.security.model.basic.entity.BasicUser</className>
    	</userManager>
     <groupManager>
- 	    <className>org.apache.fulcrum.security.model.basic.entity.impl.BasicGroupImpl</className>
+ 	    <className>org.apache.fulcrum.security.model.basic.entity.BasicGroup</className>
    	</groupManager>
     <modelManager/>
     <aclFactory/>



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


Re: svn commit: r540571 - in /jakarta/turbine/fulcrum/trunk/security/adapters/turbine/src/test: componentTurbineConfiguration.xml componentTurbineConfigurationBasicModel.xml

Posted by Siegfried Goeschl <si...@it20one.at>.
Hi Thomas,

+) I thought MAVEN_OPTS=-Xmx640m is already huge .... :-O

+) I fixed the problem with the broken Maven downloads - so the Maven 
build could work again (in theory) after getting an update of 
project.properties from SVN

+) ./security/torque is completely broken - can you fix that? The SQL 
script execution is somehow broken after code wrestling, JDK 1.5 stuff 
which I can't compile and some strange test failure ... :-(

Cheers,

Siegfried Goeschl


Thomas Vandahl wrote:
> Hi Siegfried,
> 
> Siegfried Goeschl wrote:
>> correct me if I'm wrong - those activities took in the beginning of 
>> April. So this code was broken for 6 weeks and therefore in my way to 
>> fix the Fulcrum build.
> Mea culpa, mea maxima culpa. Sorry for that. Actually, the Fulcrum tree 
> never built fully on me, so I didn't care too much. I promise to fix it.
> 
>> Regarding Maven - I experience the same problem and can't build the 
>> fulcrum site - OutOfMemory.
> Setting MAVEN_OPTS=-Xmx1024m doesn't help?
> 
>> Don't know if I waste more time on M1 ...
> I'm not sure if you're better off with m2, based on the things I hear...
> 
> Bye, Thomas.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-dev-help@jakarta.apache.org
> 
> 
> 

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


Re: svn commit: r540571 - in /jakarta/turbine/fulcrum/trunk/security/adapters/turbine/src/test: componentTurbineConfiguration.xml componentTurbineConfigurationBasicModel.xml

Posted by Thomas Vandahl <th...@tewisoft.de>.
Hi Siegfried,

Siegfried Goeschl wrote:
> correct me if I'm wrong - those activities took in the beginning of 
> April. So this code was broken for 6 weeks and therefore in my way to 
> fix the Fulcrum build.
Mea culpa, mea maxima culpa. Sorry for that. Actually, the Fulcrum tree 
never built fully on me, so I didn't care too much. I promise to fix it.

> Regarding Maven - I experience the same problem and can't build the 
> fulcrum site - OutOfMemory.
Setting MAVEN_OPTS=-Xmx1024m doesn't help?

> Don't know if I waste more time on M1 ...
I'm not sure if you're better off with m2, based on the things I hear...

Bye, Thomas.


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


Re: svn commit: r540571 - in /jakarta/turbine/fulcrum/trunk/security/adapters/turbine/src/test: componentTurbineConfiguration.xml componentTurbineConfigurationBasicModel.xml

Posted by Siegfried Goeschl <si...@it20one.at>.
Hi Thomas,

correct me if I'm wrong - those activities took in the beginning of 
April. So this code was broken for 6 weeks and therefore in my way to 
fix the Fulcrum build.

Regarding Maven - I experience the same problem and can't build the 
fulcrum site - OutOfMemory.

Don't know if I waste more time on M1 ...

Cheers,

Siegfried Goeschl


Thomas Vandahl wrote:
> sgoeschl@apache.org wrote:
>> Author: sgoeschl
>> Date: Tue May 22 06:04:54 2007
>> New Revision: 540571
>>
>> URL: http://svn.apache.org/viewvc?view=rev&rev=540571
>> Log:
>> Mhmm, some new classes from fulcrum-security-api-1.0.8-dev were 
>> referenced so this could shouldn't work at all. Reverted to 1.0.7 
>> class names to fix the tests.
> 
> Grrr. All security implementations should use the 1.0.8-dev classes. I'm 
> just trying to update things the other way round. However Maven just 
> stopped to lookup the turbine-repo for me.
> 
> Bye, Thomas.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-dev-help@jakarta.apache.org
> 
> 
> 

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


Re: svn commit: r540571 - in /jakarta/turbine/fulcrum/trunk/security/adapters/turbine/src/test: componentTurbineConfiguration.xml componentTurbineConfigurationBasicModel.xml

Posted by Thomas Vandahl <th...@tewisoft.de>.
sgoeschl@apache.org wrote:
> Author: sgoeschl
> Date: Tue May 22 06:04:54 2007
> New Revision: 540571
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=540571
> Log:
> Mhmm, some new classes from fulcrum-security-api-1.0.8-dev were referenced so this could shouldn't work at all. Reverted to 1.0.7 class names to fix the tests.

Grrr. All security implementations should use the 1.0.8-dev classes. I'm 
just trying to update things the other way round. However Maven just 
stopped to lookup the turbine-repo for me.

Bye, Thomas.


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