Return-Path: Delivered-To: apmail-incubator-isis-commits-archive@minotaur.apache.org Received: (qmail 51781 invoked from network); 4 Nov 2010 17:36:24 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Nov 2010 17:36:24 -0000 Received: (qmail 80665 invoked by uid 500); 4 Nov 2010 17:36:56 -0000 Delivered-To: apmail-incubator-isis-commits-archive@incubator.apache.org Received: (qmail 80648 invoked by uid 500); 4 Nov 2010 17:36:56 -0000 Mailing-List: contact isis-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: isis-dev@incubator.apache.org Delivered-To: mailing list isis-commits@incubator.apache.org Received: (qmail 80641 invoked by uid 99); 4 Nov 2010 17:36:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Nov 2010 17:36:54 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Nov 2010 17:36:52 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id EC9C423888EC; Thu, 4 Nov 2010 17:35:38 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1031096 - in /incubator/isis/trunk/support/prototype/viewer-wicket: ./ ide/eclipse/launch/ src/main/resources/META-INF/services/ src/main/webapp/META-INF/ src/main/webapp/WEB-INF/ src/main/webapp/WEB-INF/lib/ Date: Thu, 04 Nov 2010 17:35:38 -0000 To: isis-commits@incubator.apache.org From: danhaywood@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101104173538.EC9C423888EC@eris.apache.org> Author: danhaywood Date: Thu Nov 4 17:35:38 2010 New Revision: 1031096 URL: http://svn.apache.org/viewvc?rev=1031096&view=rev Log: wicket viewer now works for the demo app in support/prototype Added: incubator/isis/trunk/support/prototype/viewer-wicket/ide/eclipse/launch/prototype_wicket.launch incubator/isis/trunk/support/prototype/viewer-wicket/src/main/resources/META-INF/services/org.apache.isis.viewer.wicket.ui.ComponentFactory - copied, changed from r1030286, incubator/isis/trunk/support/prototype/viewer-wicket/src/main/resources/META-INF/services/org.apache.isis.extensions.wicket.ui.ComponentFactory incubator/isis/trunk/support/prototype/viewer-wicket/src/main/webapp/WEB-INF/allow incubator/isis/trunk/support/prototype/viewer-wicket/src/main/webapp/WEB-INF/isis.properties incubator/isis/trunk/support/prototype/viewer-wicket/src/main/webapp/WEB-INF/passwords Removed: incubator/isis/trunk/support/prototype/viewer-wicket/src/main/resources/META-INF/services/org.apache.isis.extensions.wicket.ui.ComponentFactory incubator/isis/trunk/support/prototype/viewer-wicket/src/main/webapp/META-INF/ incubator/isis/trunk/support/prototype/viewer-wicket/src/main/webapp/WEB-INF/lib/ Modified: incubator/isis/trunk/support/prototype/viewer-wicket/pom.xml incubator/isis/trunk/support/prototype/viewer-wicket/src/main/webapp/WEB-INF/web.xml Added: incubator/isis/trunk/support/prototype/viewer-wicket/ide/eclipse/launch/prototype_wicket.launch URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/prototype/viewer-wicket/ide/eclipse/launch/prototype_wicket.launch?rev=1031096&view=auto ============================================================================== --- incubator/isis/trunk/support/prototype/viewer-wicket/ide/eclipse/launch/prototype_wicket.launch (added) +++ incubator/isis/trunk/support/prototype/viewer-wicket/ide/eclipse/launch/prototype_wicket.launch Thu Nov 4 17:35:38 2010 @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + Modified: incubator/isis/trunk/support/prototype/viewer-wicket/pom.xml URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/prototype/viewer-wicket/pom.xml?rev=1031096&r1=1031095&r2=1031096&view=diff ============================================================================== --- incubator/isis/trunk/support/prototype/viewer-wicket/pom.xml (original) +++ incubator/isis/trunk/support/prototype/viewer-wicket/pom.xml Thu Nov 4 17:35:38 2010 @@ -41,12 +41,75 @@ ${project.groupId} prototype-dom + + + ${project.groupId} + prototype-fixture + runtime + true + org.apache.isis.viewer wicket-viewer + + + + org.apache.isis.defaults + security + + + org.apache.isis.defaults + objectstore + + + org.apache.isis.defaults + bytecode + + + org.apache.isis.defaults + progmodel + + + + + org.apache.isis.alternatives.security + file + + + + + org.apache.isis.core + webserver + runtime + true + + + + + Copied: incubator/isis/trunk/support/prototype/viewer-wicket/src/main/resources/META-INF/services/org.apache.isis.viewer.wicket.ui.ComponentFactory (from r1030286, incubator/isis/trunk/support/prototype/viewer-wicket/src/main/resources/META-INF/services/org.apache.isis.extensions.wicket.ui.ComponentFactory) URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/prototype/viewer-wicket/src/main/resources/META-INF/services/org.apache.isis.viewer.wicket.ui.ComponentFactory?p2=incubator/isis/trunk/support/prototype/viewer-wicket/src/main/resources/META-INF/services/org.apache.isis.viewer.wicket.ui.ComponentFactory&p1=incubator/isis/trunk/support/prototype/viewer-wicket/src/main/resources/META-INF/services/org.apache.isis.extensions.wicket.ui.ComponentFactory&r1=1030286&r2=1031096&rev=1031096&view=diff ============================================================================== --- incubator/isis/trunk/support/prototype/viewer-wicket/src/main/resources/META-INF/services/org.apache.isis.extensions.wicket.ui.ComponentFactory (original) +++ incubator/isis/trunk/support/prototype/viewer-wicket/src/main/resources/META-INF/services/org.apache.isis.viewer.wicket.ui.ComponentFactory Thu Nov 4 17:35:38 2010 @@ -1 +1 @@ -org.apache.isis.extensions.wicket.testapp.claims.ui.claimwizard.ClaimWizardComponentFactory \ No newline at end of file +org.apache.isis.support.prototype.viewer.wicket.claimwizard.ClaimWizardComponentFactory \ No newline at end of file Added: incubator/isis/trunk/support/prototype/viewer-wicket/src/main/webapp/WEB-INF/allow URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/prototype/viewer-wicket/src/main/webapp/WEB-INF/allow?rev=1031096&view=auto ============================================================================== (empty) Added: incubator/isis/trunk/support/prototype/viewer-wicket/src/main/webapp/WEB-INF/isis.properties URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/prototype/viewer-wicket/src/main/webapp/WEB-INF/isis.properties?rev=1031096&view=auto ============================================================================== --- incubator/isis/trunk/support/prototype/viewer-wicket/src/main/webapp/WEB-INF/isis.properties (added) +++ incubator/isis/trunk/support/prototype/viewer-wicket/src/main/webapp/WEB-INF/isis.properties Thu Nov 4 17:35:38 2010 @@ -0,0 +1,27 @@ +isis.services.prefix = org.apache.isis.support.prototype.objstore.dflt +isis.services = employee.EmployeeRepositoryInMemory, claim.ClaimRepositoryInMemory + +isis.fixtures.prefix= org.apache.isis.support.prototype.fixture +isis.fixtures= ClaimsFixture + +isis.exploration.users=sven, dick, bob + + +isis.reflector.class-substitutor=org.apache.isis.bytecode.cglib.specloader.classsubstitutor.CglibClassSubstitutor +#isis.reflector.class-substitutor=org.apache.isis.bytecode.javassist.specloader.classsubstitutor.javassistclasssubstitutor +#isis.reflector.class-substitutor=org.apache.isis.metamodel.specloader.classsubstitutor.ClassSubstitutorIdentity + + +isis.persistor.object-factory=org.apache.isis.bytecode.cglib.persistence.objectfactory.CglibObjectFactory +#isis.persistor.object-factory=org.apache.isis.bytecode.javassist.persistence.objectfactory.JavassistObjectFactory +#isis.persistor.object-factory=org.apache.isis.runtime.persistence.objectfactory.ObjectFactoryBasic + + +isis.persistor.domain-object-container=org.apache.isis.metamodel.services.container.DomainObjectContainerDefault +#nakedobjects.persistor.domain-object-container=org.apache.isis.extensions.headless.viewer.DomainObjectContainerHeadlessViewer + + +isis.reflector.facets.include=org.apache.isis.viewer.wicket.metamodel.wizardpagedesc.WizardPageDescriptionAnnotationFacetFactory + +isis.persistor=in-memory +#isis.xmlos.dir=/tmp/xml Added: incubator/isis/trunk/support/prototype/viewer-wicket/src/main/webapp/WEB-INF/passwords URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/prototype/viewer-wicket/src/main/webapp/WEB-INF/passwords?rev=1031096&view=auto ============================================================================== --- incubator/isis/trunk/support/prototype/viewer-wicket/src/main/webapp/WEB-INF/passwords (added) +++ incubator/isis/trunk/support/prototype/viewer-wicket/src/main/webapp/WEB-INF/passwords Thu Nov 4 17:35:38 2010 @@ -0,0 +1,4 @@ +sven:pass +dick:pass +bob:pass +joe:pass Modified: incubator/isis/trunk/support/prototype/viewer-wicket/src/main/webapp/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/prototype/viewer-wicket/src/main/webapp/WEB-INF/web.xml?rev=1031096&r1=1031095&r2=1031096&view=diff ============================================================================== --- incubator/isis/trunk/support/prototype/viewer-wicket/src/main/webapp/WEB-INF/web.xml (original) +++ incubator/isis/trunk/support/prototype/viewer-wicket/src/main/webapp/WEB-INF/web.xml Thu Nov 4 17:35:38 2010 @@ -19,9 +19,9 @@ org.apache.wicket.protocol.http.WicketFilter applicationClassName - org.starobjects.wicket.viewer.app.IsisWicketApplication + org.apache.isis.viewer.wicket.viewer.IsisWicketApplication