[jboss-cvs] jboss-seam/examples/seamspace/resources/WEB-INF ...

Shane Bryzak Shane_Bryzak at symantec.com
Wed Nov 8 19:48:41 EST 2006


  User: sbryzak2
  Date: 06/11/08 19:48:41

  Modified:    examples/seamspace/resources/WEB-INF  components.xml
  Log:
  fixed imports
  
  Revision  Changes    Path
  1.5       +0 -7      jboss-seam/examples/seamspace/resources/WEB-INF/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/resources/WEB-INF/components.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- components.xml	7 Nov 2006 01:57:02 -0000	1.4
  +++ components.xml	9 Nov 2006 00:48:41 -0000	1.5
  @@ -23,13 +23,6 @@
           where p.identity.objectIdentity = :identity
         </property>
       
  -      <property name="aclUserQuery">
  -        select p.mask from AclPermission p 
  -        where p.identity.objectIdentity = :identity and 
  -          ((p.recipient = :recipient and p.recipientType = RecipientType.user) or
  -          (p.recipient in :roles and p.recipientType = RecipientType.role))
  -      </property>
  -      
         <property name="persistenceContextManager">#{entityManager}</property>      
         
       </component>
  
  
  



More information about the jboss-cvs-commits mailing list