[jboss-cvs] jboss-portal/portlet/src/resources/test/deployment ...

Chris Laprun chris.laprun at jboss.com
Thu Aug 17 03:05:49 EDT 2006


  User: claprun 
  Date: 06/08/17 03:05:49

  Modified:    portlet/src/resources/test/deployment  jboss-portlet.xml
  Log:
  - Added test to test app-level remotable.
  - Added call to merge in JBossApplicationMetaDataFactory to fix issue with app-level remotable.
  - Might need to fix PortletAppDeployment as well.
  
  Revision  Changes    Path
  1.2       +3 -0      jboss-portal/portlet/src/resources/test/deployment/jboss-portlet.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss-portlet.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/portlet/src/resources/test/deployment/jboss-portlet.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- jboss-portlet.xml	3 May 2006 13:12:11 -0000	1.1
  +++ jboss-portlet.xml	17 Aug 2006 07:05:49 -0000	1.2
  @@ -22,6 +22,9 @@
            </policy-permission>
         </security-constraint>
      </portlet>
  +   <portlet>
  +      <portlet-name>Portlet2</portlet-name>
  +   </portlet>
      <service>
         <service-name>PortalObjectContainer</service-name>
         <service-class>org.jboss.portal.core.model.portal.PortalObjectContainer</service-class>
  
  
  



More information about the jboss-cvs-commits mailing list