[forge/core] b61455: UI scaffolding clean up
by GitHub
Branch: refs/heads/master
Home: https://github.com/forge/core
Commit: b61455a7e9d5b8a6ef8471e9c63c875f2b67066e
https://github.com/forge/core/commit/b61455a7e9d5b8a6ef8471e9c63c875f2b67...
Author: Richard Kennard <richard(a)kennardconsulting.com>
Date: 2012-06-25 (Mon, 25 Jun 2012)
Changed paths:
M scaffold-faces/src/main/java/org/jboss/forge/scaffold/faces/FacesScaffold.java
M scaffold-faces/src/main/java/org/jboss/forge/scaffold/faces/metawidget/config/ForgeConfigReader.java
A scaffold-faces/src/main/java/org/jboss/forge/scaffold/faces/metawidget/inspectionresultprocessor/NotRequiredInspectionResultProcessor.java
M scaffold-faces/src/main/java/org/jboss/forge/scaffold/faces/metawidget/inspector/ForgeInspectionResultConstants.java
M scaffold-faces/src/main/java/org/jboss/forge/scaffold/faces/metawidget/inspector/ForgeInspector.java
R scaffold-faces/src/main/java/org/jboss/forge/scaffold/faces/metawidget/inspector/ForgeInspectorConfig.java
R scaffold-faces/src/main/java/org/jboss/forge/scaffold/faces/metawidget/processor/ForgeInspectionResultProcessor.java
M scaffold-faces/src/main/java/org/jboss/forge/scaffold/faces/metawidget/widgetbuilder/EntityWidgetBuilder.java
M scaffold-faces/src/main/java/org/jboss/forge/scaffold/faces/metawidget/widgetbuilder/HtmlSearchWidgetBuilder.java
M scaffold-faces/src/main/java/org/jboss/forge/scaffold/faces/metawidget/widgetbuilder/QueryByExampleWidgetBuilder.java
R scaffold-faces/src/main/java/org/jboss/forge/scaffold/faces/util/AnnotationLookup.java
M scaffold-faces/src/main/resources/scaffold/faces/metawidget-bean.xml
M scaffold-faces/src/main/resources/scaffold/faces/metawidget-entity.xml
M scaffold-faces/src/main/resources/scaffold/faces/metawidget-qbe.xml
M scaffold-faces/src/main/resources/scaffold/faces/metawidget-search.xml
M scaffold-faces/src/test/java/org/jboss/forge/scaffold/faces/FacesScaffoldTest.java
M scaffold-faces/src/test/java/org/jboss/forge/scaffold/faces/PrimaryKeyFacesScaffoldTest.java
M scaffold-faces/src/test/java/org/jboss/forge/scaffold/faces/metawidget/inspector/ForgeInspectorTest.java
M scaffold-faces/src/test/java/org/jboss/forge/scaffold/faces/scenario/petclinic/FacesScaffoldPetClinicTest.java
Log Message:
-----------
UI scaffolding clean up
Commit: cb0e5fd387d9cb5b1b8895a4e0288a7212ab709f
https://github.com/forge/core/commit/cb0e5fd387d9cb5b1b8895a4e0288a7212ab...
Author: Lincoln Baxter, III <lincolnbaxter(a)gmail.com>
Date: 2012-06-28 (Thu, 28 Jun 2012)
Changed paths:
M scaffold-faces/src/main/java/org/jboss/forge/scaffold/faces/FacesScaffold.java
M scaffold-faces/src/main/java/org/jboss/forge/scaffold/faces/metawidget/config/ForgeConfigReader.java
A scaffold-faces/src/main/java/org/jboss/forge/scaffold/faces/metawidget/inspectionresultprocessor/NotRequiredInspectionResultProcessor.java
M scaffold-faces/src/main/java/org/jboss/forge/scaffold/faces/metawidget/inspector/ForgeInspectionResultConstants.java
M scaffold-faces/src/main/java/org/jboss/forge/scaffold/faces/metawidget/inspector/ForgeInspector.java
R scaffold-faces/src/main/java/org/jboss/forge/scaffold/faces/metawidget/inspector/ForgeInspectorConfig.java
R scaffold-faces/src/main/java/org/jboss/forge/scaffold/faces/metawidget/processor/ForgeInspectionResultProcessor.java
M scaffold-faces/src/main/java/org/jboss/forge/scaffold/faces/metawidget/widgetbuilder/EntityWidgetBuilder.java
M scaffold-faces/src/main/java/org/jboss/forge/scaffold/faces/metawidget/widgetbuilder/HtmlSearchWidgetBuilder.java
M scaffold-faces/src/main/java/org/jboss/forge/scaffold/faces/metawidget/widgetbuilder/QueryByExampleWidgetBuilder.java
R scaffold-faces/src/main/java/org/jboss/forge/scaffold/faces/util/AnnotationLookup.java
M scaffold-faces/src/main/resources/scaffold/faces/metawidget-bean.xml
M scaffold-faces/src/main/resources/scaffold/faces/metawidget-entity.xml
M scaffold-faces/src/main/resources/scaffold/faces/metawidget-qbe.xml
M scaffold-faces/src/main/resources/scaffold/faces/metawidget-search.xml
M scaffold-faces/src/test/java/org/jboss/forge/scaffold/faces/FacesScaffoldTest.java
M scaffold-faces/src/test/java/org/jboss/forge/scaffold/faces/PrimaryKeyFacesScaffoldTest.java
M scaffold-faces/src/test/java/org/jboss/forge/scaffold/faces/metawidget/inspector/ForgeInspectorTest.java
M scaffold-faces/src/test/java/org/jboss/forge/scaffold/faces/scenario/petclinic/FacesScaffoldPetClinicTest.java
Log Message:
-----------
Merge pull request #166 from kennardconsulting/master
UI scaffolding clean up
Compare: https://github.com/forge/core/compare/50497dc09cc8...cb0e5fd387d9
12 years, 4 months
Seam SVN: r14971 - branches/community/Seam_2_3/seam-integration-tests/src/test/java/org/jboss/seam/test/integration.
by seam-commits@lists.jboss.org
Author: maschmid
Date: 2012-06-28 07:18:47 -0400 (Thu, 28 Jun 2012)
New Revision: 14971
Modified:
branches/community/Seam_2_3/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/FactoryLockTest.java
Log:
update FactoryLockTest
Modified: branches/community/Seam_2_3/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/FactoryLockTest.java
===================================================================
--- branches/community/Seam_2_3/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/FactoryLockTest.java 2012-06-27 15:16:11 UTC (rev 14970)
+++ branches/community/Seam_2_3/seam-integration-tests/src/test/java/org/jboss/seam/test/integration/FactoryLockTest.java 2012-06-28 11:18:47 UTC (rev 14971)
@@ -33,42 +33,45 @@
.addClasses(FactoryLockAction.class, FactoryLockLocal.class, TestProducer.class);
}
+ private abstract class TestThread extends Thread {
+ public abstract void runTest() throws Exception;
+
+ @Override
+ public void run()
+ {
+ try
+ {
+ runTest();
+ }
+ catch (Throwable e)
+ {
+ e.printStackTrace();
+ FactoryLockTest.this.exceptionOccured = true;
+ }
+ }
+ }
+
// JBSEAM-4993
- // The test starts two threads, one evaluates #{factoryLock.test.test()} and the other #{factoryLock.testString} 200ms later
+ // The test starts two threads, one evaluates #{factoryLock.test.testOtherFactory()} and the other #{factoryLock.testString} 200ms later
@Test
public void factoryLock()
throws Exception
{
exceptionOccured = false;
- Thread thread1 = new Thread() {
+ Thread thread1 = new TestThread() {
@Override
- public void run()
+ public void runTest() throws Exception
{
- try
- {
- FactoryLockTest.this.factoryLockTestPart1();
- }
- catch (Throwable e)
- {
- e.printStackTrace();
- FactoryLockTest.this.exceptionOccured = true;
- }
+ FactoryLockTest.this.invokeMethod("foo", "#{factoryLock.test.testOtherFactory()}");
}
};
- Thread thread2 = new Thread() {
+ Thread thread2 = new TestThread() {
@Override
- public void run()
+ public void runTest() throws Exception
{
- try
- {
- FactoryLockTest.this.factoryLockTestPart2();
- }
- catch (Throwable e)
- {
- e.printStackTrace();
- FactoryLockTest.this.exceptionOccured = true;
- }
+ Thread.sleep(200);
+ FactoryLockTest.this.getValue("testString", "#{factoryLock.testString}");
}
};
@@ -81,31 +84,62 @@
assert !exceptionOccured;
}
- private void factoryLockTestPart1() throws Exception {
+ // This test is the same as factoryLock test, except it uses the same factory in both threads.
+ @Test
+ public void sameFactoryLock()
+ throws Exception
+ {
+ exceptionOccured = false;
+ Thread thread1 = new TestThread() {
+ @Override
+ public void runTest() throws Exception
+ {
+ FactoryLockTest.this.invokeMethod("testString", "#{factoryLock.test.testSameFactory()}");
+ }
+ };
+
+ Thread thread2 = new TestThread() {
+ @Override
+ public void runTest() throws Exception
+ {
+ Thread.sleep(200);
+ FactoryLockTest.this.getValue("testString", "#{factoryLock.testString}");
+ }
+ };
+
+ thread1.start();
+ thread2.start();
+
+ thread1.join();
+ thread2.join();
+
+ assert !exceptionOccured;
+ }
+
+ private void invokeMethod(final String expected, final String el) throws Exception {
new ComponentTest() {
@Override
protected void testComponents() throws Exception {
- assertEquals("test", invokeMethod("#{factoryLock.test.test()}"));
+ assertEquals(expected, invokeMethod(el));
}
}.run();
}
- private void factoryLockTestPart2() throws Exception {
+ private void getValue(final String expected, final String el) throws Exception {
new ComponentTest() {
@Override
protected void testComponents() throws Exception {
- Thread.sleep(200);
- assertEquals("testString", getValue("#{factoryLock.testString}"));
+ assertEquals(expected, getValue(el));
}
}.run();
}
-
-
+
@Local
public static interface FactoryLockLocal
{
public String getTestString();
- public String test();
+ public String testOtherFactory();
+ public String testSameFactory();
public void remove();
}
@@ -116,20 +150,31 @@
@JndiName("java:global/test/FactoryLockTest$FactoryLockAction")
public static class FactoryLockAction implements FactoryLockLocal
{
- public String test() {
+ public String testOtherFactory() {
try
{
Thread.sleep(500);
}
-
catch (InterruptedException e)
{
e.printStackTrace();
}
- Component.getInstance("factoryLock.foo", true);
- return "test";
+ return (String)Component.getInstance("factoryLock.foo", true);
}
+ // gets instance produced by this component's factory
+ public String testSameFactory() {
+ try
+ {
+ Thread.sleep(500);
+ }
+ catch (InterruptedException e)
+ {
+ e.printStackTrace();
+ }
+ return (String)Component.getInstance("factoryLock.testString", true);
+ }
+
@Factory(value="factoryLock.testString", scope=ScopeType.EVENT)
public String getTestString() {
return "testString";
12 years, 4 months
Seam SVN: r14970 - in branches/community/Seam_2_3: bom and 11 other directories.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-06-27 11:16:11 -0400 (Wed, 27 Jun 2012)
New Revision: 14970
Modified:
branches/community/Seam_2_3/bom/pom.xml
branches/community/Seam_2_3/examples-ee6/blog/blog-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ear/pom.xml
branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ejb/pom.xml
branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/pom.xml
branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/jpa/jpa-tests/pom.xml
branches/community/Seam_2_3/examples-ee6/wicket/wicket-web/pom.xml
branches/community/Seam_2_3/jboss-seam-ioc/pom.xml
branches/community/Seam_2_3/jboss-seam-wicket/pom.xml
branches/community/Seam_2_3/jboss-seam/pom.xml
branches/community/Seam_2_3/pom.xml
Log:
changed javassist version and updated jxl
Modified: branches/community/Seam_2_3/bom/pom.xml
===================================================================
--- branches/community/Seam_2_3/bom/pom.xml 2012-06-27 15:15:43 UTC (rev 14969)
+++ branches/community/Seam_2_3/bom/pom.xml 2012-06-27 15:16:11 UTC (rev 14970)
@@ -384,7 +384,7 @@
<dependency>
<groupId>net.sourceforge.jexcelapi</groupId>
<artifactId>jxl</artifactId>
- <version>2.6.8-seam</version>
+ <version>2.6.10</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
@@ -418,9 +418,9 @@
</dependency>
<dependency>
- <groupId>javassist</groupId>
+ <groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
- <version>3.12.0.GA</version>
+ <version>3.15.0-GA</version>
</dependency>
<dependency>
@@ -624,12 +624,6 @@
</dependency>
<dependency>
- <groupId>org.jboss.seam.embedded</groupId>
- <artifactId>jboss-embedded-api</artifactId>
- <version>${version.jbossembedded}</version>
- </dependency>
-
- <dependency>
<groupId>org.opensymphony.quartz</groupId>
<artifactId>quartz</artifactId>
<version>1.6.5</version>
Modified: branches/community/Seam_2_3/examples-ee6/blog/blog-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/blog/blog-tests/pom.xml 2012-06-27 15:15:43 UTC (rev 14969)
+++ branches/community/Seam_2_3/examples-ee6/blog/blog-tests/pom.xml 2012-06-27 15:16:11 UTC (rev 14970)
@@ -92,7 +92,7 @@
<artifactId>dom4j</artifactId>
</dependency>
<dependency>
- <groupId>javassist</groupId>
+ <groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
</dependency>
Modified: branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-tests/pom.xml 2012-06-27 15:15:43 UTC (rev 14969)
+++ branches/community/Seam_2_3/examples-ee6/contactlist/contactlist-tests/pom.xml 2012-06-27 15:16:11 UTC (rev 14970)
@@ -86,7 +86,7 @@
</dependency>
<dependency>
- <groupId>javassist</groupId>
+ <groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
</dependency>
Modified: branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ear/pom.xml 2012-06-27 15:15:43 UTC (rev 14969)
+++ branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ear/pom.xml 2012-06-27 15:16:11 UTC (rev 14970)
@@ -30,7 +30,7 @@
</exclusion>
<exclusion>
<artifactId>javassist</artifactId>
- <groupId>javassist</groupId>
+ <groupId>org.javassist</groupId>
</exclusion>
</exclusions>
</dependency>
Modified: branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ejb/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ejb/pom.xml 2012-06-27 15:15:43 UTC (rev 14969)
+++ branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-ejb/pom.xml 2012-06-27 15:16:11 UTC (rev 14970)
@@ -126,7 +126,7 @@
<artifactId>bsh</artifactId>
</dependency>
<dependency>
- <groupId>javassist</groupId>
+ <groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
</dependency>
</dependencies>
Modified: branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/pom.xml 2012-06-27 15:15:43 UTC (rev 14969)
+++ branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/pom.xml 2012-06-27 15:16:11 UTC (rev 14970)
@@ -30,7 +30,7 @@
</exclusion>
<exclusion>
<artifactId>javassist</artifactId>
- <groupId>javassist</groupId>
+ <groupId>org.javassist</groupId>
</exclusion>
</exclusions>
</dependency>
Modified: branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-tests/pom.xml 2012-06-27 15:15:43 UTC (rev 14969)
+++ branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-tests/pom.xml 2012-06-27 15:16:11 UTC (rev 14970)
@@ -85,7 +85,7 @@
<artifactId>dom4j</artifactId>
</dependency>
<dependency>
- <groupId>javassist</groupId>
+ <groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
</dependency>
Modified: branches/community/Seam_2_3/examples-ee6/jpa/jpa-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/jpa/jpa-tests/pom.xml 2012-06-27 15:15:43 UTC (rev 14969)
+++ branches/community/Seam_2_3/examples-ee6/jpa/jpa-tests/pom.xml 2012-06-27 15:16:11 UTC (rev 14970)
@@ -78,7 +78,7 @@
<artifactId>dom4j</artifactId>
</dependency>
<dependency>
- <groupId>javassist</groupId>
+ <groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
</dependency>
Modified: branches/community/Seam_2_3/examples-ee6/wicket/wicket-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/wicket/wicket-web/pom.xml 2012-06-27 15:15:43 UTC (rev 14969)
+++ branches/community/Seam_2_3/examples-ee6/wicket/wicket-web/pom.xml 2012-06-27 15:16:11 UTC (rev 14970)
@@ -41,7 +41,7 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>javassist</groupId>
+ <groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
</dependency>
</dependencies>
Modified: branches/community/Seam_2_3/jboss-seam/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam/pom.xml 2012-06-27 15:15:43 UTC (rev 14969)
+++ branches/community/Seam_2_3/jboss-seam/pom.xml 2012-06-27 15:16:11 UTC (rev 14970)
@@ -149,11 +149,11 @@
<optional>true</optional>
</dependency>
- <dependency>
- <groupId>javassist</groupId>
- <artifactId>javassist</artifactId>
- <scope>provided</scope>
- </dependency>
+<!-- <dependency> -->
+<!-- <groupId>org.javassist</groupId> -->
+<!-- <artifactId>javassist</artifactId> -->
+<!-- <scope>provided</scope> -->
+<!-- </dependency> -->
<dependency>
<groupId>dom4j</groupId>
Modified: branches/community/Seam_2_3/jboss-seam-ioc/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-ioc/pom.xml 2012-06-27 15:15:43 UTC (rev 14969)
+++ branches/community/Seam_2_3/jboss-seam-ioc/pom.xml 2012-06-27 15:16:11 UTC (rev 14970)
@@ -49,7 +49,7 @@
</dependency>
<dependency>
- <groupId>javassist</groupId>
+ <groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<scope>provided</scope>
</dependency>
Modified: branches/community/Seam_2_3/jboss-seam-wicket/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-wicket/pom.xml 2012-06-27 15:15:43 UTC (rev 14969)
+++ branches/community/Seam_2_3/jboss-seam-wicket/pom.xml 2012-06-27 15:16:11 UTC (rev 14970)
@@ -23,7 +23,7 @@
</dependency>
<dependency>
- <groupId>javassist</groupId>
+ <groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<scope>provided</scope>
</dependency>
Modified: branches/community/Seam_2_3/pom.xml
===================================================================
--- branches/community/Seam_2_3/pom.xml 2012-06-27 15:15:43 UTC (rev 14969)
+++ branches/community/Seam_2_3/pom.xml 2012-06-27 15:16:11 UTC (rev 14970)
@@ -187,12 +187,6 @@
<artifactId>jboss-system</artifactId>
<version>4.2.3.GA</version>
</dependency>
-
- <dependency>
- <groupId>javassist</groupId>
- <artifactId>javassist</artifactId>
- <version>3.12.0.GA</version>
- </dependency>
<dependency>
<groupId>javax.portlet</groupId>
@@ -449,7 +443,6 @@
<profile>
<id>all</id>
<modules>
- <module>seam-reference-guide</module>
<module>examples-ee6</module>
<module>distribution</module>
</modules>
12 years, 5 months
Seam SVN: r14969 - branches/community/Seam_2_3/examples-ee6.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-06-27 11:15:43 -0400 (Wed, 27 Jun 2012)
New Revision: 14969
Modified:
branches/community/Seam_2_3/examples-ee6/pom.xml
Log:
added version for xml validation plugin
Modified: branches/community/Seam_2_3/examples-ee6/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/pom.xml 2012-06-27 15:15:38 UTC (rev 14968)
+++ branches/community/Seam_2_3/examples-ee6/pom.xml 2012-06-27 15:15:43 UTC (rev 14969)
@@ -905,6 +905,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>xml-maven-plugin</artifactId>
+ <version>1.0</version>
<configuration>
<!-- <catalogs> -->
<!-- <catalog>src/main/resources/org/jboss/seam/catalog.xml</catalog> -->
12 years, 5 months
Seam SVN: r14968 - in branches/community/Seam_2_3/jboss-seam-excel: src/main/resources/META-INF and 1 other directory.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-06-27 11:15:38 -0400 (Wed, 27 Jun 2012)
New Revision: 14968
Modified:
branches/community/Seam_2_3/jboss-seam-excel/pom.xml
branches/community/Seam_2_3/jboss-seam-excel/src/main/resources/META-INF/seam-excel.taglib.xml
Log:
optimazed dependencies in jboss-seam-excel and validation changes
Modified: branches/community/Seam_2_3/jboss-seam-excel/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-excel/pom.xml 2012-06-27 15:15:29 UTC (rev 14967)
+++ branches/community/Seam_2_3/jboss-seam-excel/pom.xml 2012-06-27 15:15:38 UTC (rev 14968)
@@ -129,18 +129,16 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>xml-maven-plugin</artifactId>
<configuration>
- <catalogs>
- <catalog>src/main/resources/org/jboss/seam/catalog.xml</catalog>
+ <catalogs>
+ <catalog>../jboss-seam/src/main/resources/org/jboss/seam/catalog.xml</catalog>
</catalogs>
<validationSets>
<validationSet>
<dir>src/main/resources/META-INF/</dir>
- <includes>
- <include>faces-config.xml</include>
-<!-- <include>seam-excel.taglib.xml</include> -->
- </includes>
- <validating>true</validating>
</validationSet>
+ <validationSet>
+ <dir>src/main/resources/org/jboss/seam/excel</dir>
+ </validationSet>
</validationSets>
</configuration>
</plugin>
Modified: branches/community/Seam_2_3/jboss-seam-excel/src/main/resources/META-INF/seam-excel.taglib.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-excel/src/main/resources/META-INF/seam-excel.taglib.xml 2012-06-27 15:15:29 UTC (rev 14967)
+++ branches/community/Seam_2_3/jboss-seam-excel/src/main/resources/META-INF/seam-excel.taglib.xml 2012-06-27 15:15:38 UTC (rev 14968)
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE facelet-taglib PUBLIC
"-//Sun Microsystems, Inc.//DTD Facelet Taglib 1.0//EN"
- "facelet-taglib_1_0.dtd">
+ "http://java.sun.com/dtd/facelet-taglib_1_0.dtd">
<facelet-taglib>
<namespace>http://jboss.org/schema/seam/excel</namespace>
12 years, 5 months
Seam SVN: r14967 - branches/community/Seam_2_3/jboss-seam-resteasy.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-06-27 11:15:29 -0400 (Wed, 27 Jun 2012)
New Revision: 14967
Modified:
branches/community/Seam_2_3/jboss-seam-resteasy/pom.xml
Log:
removed unused dependencies jboss-seam-resteasy
Modified: branches/community/Seam_2_3/jboss-seam-resteasy/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-resteasy/pom.xml 2012-06-27 15:15:22 UTC (rev 14966)
+++ branches/community/Seam_2_3/jboss-seam-resteasy/pom.xml 2012-06-27 15:15:29 UTC (rev 14967)
@@ -25,16 +25,19 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxb-provider</artifactId>
+ <optional>true</optional>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jettison-provider</artifactId>
+ <optional>true</optional>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-atom-provider</artifactId>
+ <optional>true</optional>
</dependency>
<dependency>
@@ -56,17 +59,10 @@
</dependency>
<!-- The following two dependencies can be removed when we move resteasy.testfwk -->
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.1.1</version>
- <optional>true</optional>
- </dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
-
<scope>test</scope>
<exclusions>
<exclusion>
@@ -120,6 +116,27 @@
</plugins>
</build>
</profile>
+ <profile>
+ <id>validate</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>xml-maven-plugin</artifactId>
+ <configuration>
+ <catalogs>
+ <catalog>../jboss-seam/src/main/resources/org/jboss/seam/catalog.xml</catalog>
+ </catalogs>
+ <validationSets>
+ <validationSet>
+ <dir>src/main/resources/org/jboss/seam/resteasy</dir>
+ </validationSet>
+ </validationSets>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
</profiles>
</project>
12 years, 5 months
Seam SVN: r14966 - branches/community/Seam_2_3/jboss-seam-ui.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-06-27 11:15:22 -0400 (Wed, 27 Jun 2012)
New Revision: 14966
Modified:
branches/community/Seam_2_3/jboss-seam-ui/pom.xml
Log:
removed unused dependencies jboss-seam-ui
Modified: branches/community/Seam_2_3/jboss-seam-ui/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-ui/pom.xml 2012-06-27 15:15:16 UTC (rev 14965)
+++ branches/community/Seam_2_3/jboss-seam-ui/pom.xml 2012-06-27 15:15:22 UTC (rev 14966)
@@ -142,7 +142,7 @@
<dependency>
<groupId>org.jboss.spec.javax.faces</groupId>
- <artifactId>jboss-jsf-api_2.1_spec</artifactId>
+ <artifactId>jboss-jsf-api_2.0_spec</artifactId>
<scope>provided</scope>
</dependency>
@@ -172,28 +172,22 @@
<optional>true</optional>
</dependency>
- <dependency>
- <groupId>org.jboss.spec.javax.el</groupId>
- <artifactId>jboss-el-api_2.2_spec</artifactId>
- <scope>provided</scope>
- </dependency>
+<!-- <dependency> -->
+<!-- <groupId>org.jboss.spec.javax.el</groupId> -->
+<!-- <artifactId>jboss-el-api_2.2_spec</artifactId> -->
+<!-- <scope>provided</scope> -->
+<!-- </dependency> -->
- <dependency>
- <groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils</artifactId>
- </dependency>
<dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-validator</artifactId>
+ <groupId>javax.validation</groupId>
+ <artifactId>validation-api</artifactId>
<scope>provided</scope>
- <optional>true</optional>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
-
<scope>test</scope>
</dependency>
</dependencies>
12 years, 5 months
Seam SVN: r14965 - branches/community/Seam_2_3/jboss-seam-ioc.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-06-27 11:15:16 -0400 (Wed, 27 Jun 2012)
New Revision: 14965
Modified:
branches/community/Seam_2_3/jboss-seam-ioc/pom.xml
Log:
validating only well form
Modified: branches/community/Seam_2_3/jboss-seam-ioc/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-ioc/pom.xml 2012-06-27 15:15:10 UTC (rev 14964)
+++ branches/community/Seam_2_3/jboss-seam-ioc/pom.xml 2012-06-27 15:15:16 UTC (rev 14965)
@@ -146,8 +146,12 @@
<includes>
<include>components.xml</include>
</includes>
- <validating>true</validating>
+ <validating>false</validating>
</validationSet>
+ <validationSet>
+ <dir>src/main/resources/schema</dir>
+ <validating>false</validating>
+ </validationSet>
</validationSets>
</configuration>
</plugin>
12 years, 5 months
Seam SVN: r14964 - branches/community/Seam_2_3/jboss-seam-remoting.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-06-27 11:15:10 -0400 (Wed, 27 Jun 2012)
New Revision: 14964
Modified:
branches/community/Seam_2_3/jboss-seam-remoting/pom.xml
Log:
removed unused dependencies from jboss-seam-remoting and removed included files in validation
Modified: branches/community/Seam_2_3/jboss-seam-remoting/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-remoting/pom.xml 2012-06-27 15:15:05 UTC (rev 14963)
+++ branches/community/Seam_2_3/jboss-seam-remoting/pom.xml 2012-06-27 15:15:10 UTC (rev 14964)
@@ -60,11 +60,6 @@
<optional>true</optional>
</dependency>
- <dependency>
- <groupId>org.jboss.spec.javax.servlet</groupId>
- <artifactId>jboss-servlet-api_3.0_spec</artifactId>
- <scope>provided</scope>
- </dependency>
<dependency>
<groupId>org.jboss.spec.javax.jms</groupId>
@@ -78,30 +73,12 @@
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
-
- <dependency>
- <groupId>javassist</groupId>
- <artifactId>javassist</artifactId>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>org.hibernate.javax.persistence</groupId>
- <artifactId>hibernate-jpa-2.0-api</artifactId>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>org.jboss.el</groupId>
- <artifactId>jboss-el</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.jboss.seam</groupId>
- <artifactId>jboss-seam</artifactId>
- <type>ejb</type>
- </dependency>
+ <dependency>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>jboss-seam</artifactId>
+ <type>ejb</type>
+ </dependency>
</dependencies>
<profiles>
@@ -169,10 +146,6 @@
<validationSets>
<validationSet>
<dir>src/main/resources/META-INF/</dir>
- <includes>
- <include>components.xml</include>
- <include>faces-config.xml</include>
- </includes>
<validating>true</validating>
</validationSet>
</validationSets>
12 years, 5 months