[jboss-cvs] cvs.forge.jboss.com Activity

labs-admin at jboss.com labs-admin at jboss.com
Thu Oct 4 01:00:28 EDT 2007


Commit from pmuir (2007-10-03 08:12 EDT)
-----------------

Minor

  jboss-seam  doc/reference/en/modules/configuration.xml  1.62


Commit from pmuir (2007-10-03 08:20 EDT)
-----------------

Websphere build

  jboss-seam  examples/jpa/build-websphere61.xml  1.4


Commit from pmuir (2007-10-03 09:20 EDT)
-----------------

Fixes for websphere

- jboss-seam  examples/jpa/resources-websphere61/META-INF/a4j.taglib.xml       1.3
  jboss-seam  examples/jpa/resources-websphere61/META-INF/persistence.xml      1.3
+ jboss-seam  examples/jpa/resources-websphere61/META-INF/ajax4jsf.taglib.xml  1.1
+ jboss-seam  examples/jpa/resources-websphere61/META-INF/rich.taglib.xml      1.1
  jboss-seam  examples/jpa/resources-websphere61/import.sql                    1.2
  jboss-seam  examples/jpa/build-websphere61.xml                               1.5


Commit from pmuir (2007-10-03 09:28 EDT)
-----------------

websphere build

  jboss-seam  examples/hibernate2/build-websphere61.xml                               1.4
+ jboss-seam  examples/hibernate2/resources-websphere61/META-INF/ajax4jsf.taglib.xml  1.1
+ jboss-seam  examples/hibernate2/resources-websphere61/META-INF/rich.taglib.xml      1.1
- jboss-seam  examples/hibernate2/resources-websphere61/META-INF/a4j.taglib.xml       1.3


Commit from dallen (2007-10-03 09:32 EDT)
------------------

JBSEAM-1518 - add H2 to the list of database options and offer the appropriate driver, dialect, and JAR files; also introduce the org.hibernate.cfg.reveng.dialect.H2MetaDataDialect for reverse engineering, which H2 needs to work correctly, but will also benefit Oracle and PosgreSQL; finally, delete the build.properties before writing it because of a limitation in <propertyfile> not to be able to delete properties; this last change ensures a clean slate on each run

  jboss-seam  seam-gen/build.xml  1.102


Commit from dallen (2007-10-03 09:37 EDT)
------------------

JBSEAM-1524 - change new-project command to create-project command, but leave new-project as a deprecated alias; the create-project is more clear as to what the command does

  jboss-seam  seam-gen/build.xml  1.103


Commit from dallen (2007-10-03 09:42 EDT)
------------------

JBSEAM-1562 - add RichFaces skin to questionnaire and apply to web.xml

  jboss-seam  seam-gen/resources/WEB-INF/web.xml  1.20
  jboss-seam  seam-gen/build.xml                  1.104


Commit from pmuir (2007-10-03 09:49 EDT)
-----------------

fix websphere builds

  jboss-seam  examples/hibernate2/resources-websphere61/import.sql         1.3
  jboss-seam  examples/hibernate2/build-websphere61.xml                    1.5
  jboss-seam  examples/jpa/resources-websphere61/META-INF/persistence.xml  1.4
  jboss-seam  examples/jpa/resources-websphere61/WEB-INF/components.xml    1.2
  jboss-seam  examples/jpa/build-websphere61.xml                           1.6


Commit from pmuir (2007-10-03 10:13 EDT)
-----------------

wls build

  jboss-seam  examples/jpa/build-weblogic92.xml  1.4


Commit from pmuir (2007-10-03 10:38 EDT)
-----------------

wls build

  jboss-seam  examples/jpa/resources-weblogic92/WEB-INF/components.xml  1.2
  jboss-seam  examples/jpa/build-weblogic92.xml                         1.5


Commit from pmuir (2007-10-03 10:45 EDT)
-----------------

Fix wls build

  jboss-seam  examples/hibernate2/build-weblogic92.xml  1.4


Commit from dallen (2007-10-03 11:38 EDT)
------------------

JBSEAM-1527 - For those bash geeks out there, here is some <TAB> completion for the seam script. It is a touch on the rough side, but it gets the job done right.

+ jboss-seam  seam-gen/contrib/seam-completion  1.1


Commit from dallen (2007-10-03 12:02 EDT)
------------------

JBSEAM-1969 - use getEntityClass() accessor rather than private field in base class to avoid NullPointerExceptions from being thrown if the developer overrides getEntityClass() but does not call setEntityClass() to establish the value of the private field.

  jboss-seam  src/main/org/jboss/seam/framework/Home.java      1.26
  jboss-seam  src/test/misc/org/jboss/seam/test/testng.xml     1.12
+ jboss-seam  src/test/misc/org/jboss/seam/test/HomeTest.java  1.1


Commit from dallen (2007-10-03 12:08 EDT)
------------------

JBSEAM-2018 - more accurately reflect the features of seam-gen for the Seam 2.0.0 release.

  jboss-seam  seam-gen/icefaces/view/home.xhtml  1.4
  jboss-seam  seam-gen/view/home.xhtml           1.8


Commit from dallen (2007-10-03 12:11 EDT)
------------------

JBSEAM-1969 - oops, left behind support class for test case.

+ jboss-seam  src/test/misc/org/jboss/seam/test/SimpleEntity.java  1.1


Commit from dallen (2007-10-03 12:26 EDT)
------------------

Let's be happy the user logged in

old: welcome john.doe
new: welcome john.doe!

  jboss-seam  seam-gen/view/layout/menu.xhtml      1.6
  jboss-seam  seam-gen/view/layout/menu.xhtml.ftl  1.7


Commit from pmuir (2007-10-03 12:28 EDT)
-----------------

Fix oc4j jars

  jboss-seam  examples/jee5/booking/build.xml  1.7


Commit from pmuir (2007-10-03 12:54 EDT)
-----------------

JBSEAM-2031 - update to htools 3.2.0.b10, update to freemarker included in htools 3.2.0.b10 and (possibly) update hibernate

- jboss-seam  seam-gen/lib/freemarker.jar        1.5
+ jboss-seam  seam-gen/lib/freemarker-2.3.8.jar  1.1
  jboss-seam  seam-gen/lib/hibernate-tools.jar   1.8
  jboss-seam  seam-gen/lib/hibernate3.jar        1.3


Commit from dallen (2007-10-03 13:47 EDT)
------------------

JBSEAM-1524 - update usage to reflect prefered command create-project for the command that creates the project (was new-project)

  jboss-seam  seam-gen/README  1.22


Commit from dallen (2007-10-03 14:03 EDT)
------------------

JBSEAM-2031 - Hibernate tools upgrade added support for MySQL metadata dialect for reverse engineering

  jboss-seam  seam-gen/build.xml  1.105


Commit from pmuir (2007-10-03 16:22 EDT)
-----------------

Cleanup

- jboss-seam  build/profiles/seam-async-timer-quartz.pom.xml  1.3
- jboss-seam  build/profiles/seam-jpa.pom.xml                 1.3
- jboss-seam  build/profiles/seam-ejb3.pom.xml                1.3
- jboss-seam  build/profiles/seam-spring.pom.xml              1.3
- jboss-seam  build/profiles/seam-jpdl-tomcat.pom.xml         1.3
- jboss-seam  build/profiles/seam-richfaces.pom.xml           1.3
- jboss-seam  build/profiles/seam-urlrewrite.pom.xml          1.3
- jboss-seam  build/profiles/seam-captcha.pom.xml             1.3
- jboss-seam  build/profiles/seam-jpdl.pom.xml                1.3
- jboss-seam  build/profiles/seam-gwt.pom.xml                 1.3
- jboss-seam  build/profiles/seam-rules.pom.xml               1.3
- jboss-seam  build/profiles/seam-facelets.pom.xml            1.3
- jboss-seam  build/profiles/seam-search.pom.xml              1.3
- jboss-seam  build/profiles/readme.txt                       1.2
- jboss-seam  build/profiles/seam-ajax.pom.xml                1.3
- jboss-seam  build/profiles/seam-cache.pom.xml               1.3


Commit from dallen (2007-10-03 16:44 EDT)
------------------

JBSEAM-2034 - add the entity to the menu bar when running the new-entity; this is implemented by using a replacement token, which must remain in place for this to work (otherwise it will simply not add the entry)

  jboss-seam  seam-gen/build.xml                            1.106
  jboss-seam  seam-gen/view/layout/menu.xhtml               1.7
  jboss-seam  seam-gen/view/layout/menu.xhtml.ftl           1.8
  jboss-seam  seam-gen/icefaces/view/layout/menu.xhtml      1.4
  jboss-seam  seam-gen/icefaces/view/layout/menu.xhtml.ftl  1.4


Commit from dallen (2007-10-03 17:53 EDT)
------------------

JBSEAM-1514 - remove global normalization of project name; this should only happen during the seam questionnairre, otherwise it breaks existing projects

  jboss-seam  seam-gen/build.xml  1.107


Commit from nrichards (2007-10-03 18:04 EDT)
---------------------

JBSEAM-2020

  jboss-seam  examples/jee5/booking/resources/WEB-INF/components.xml  1.2
  jboss-seam  examples/jee5/booking/resources/WEB-INF/web.xml         1.3


Commit from sbryzak2 (2007-10-03 21:54 EDT)
--------------------

JBSEAM-2029

  jboss-seam  src/main/org/jboss/seam/persistence/HibernatePersistenceProvider.java  1.23
  jboss-seam  src/main/org/jboss/seam/persistence/PersistenceProvider.java           1.21
  jboss-seam  src/main/org/jboss/seam/security/Identity.java                         1.98
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-cvs-commits/attachments/20071004/42750009/attachment.html 


More information about the jboss-cvs-commits mailing list