[jboss-cvs] jboss-seam/examples/jpa/resources-websphere61/META-INF ...

Michael Yuan michael.yuan at jboss.com
Sun Jul 22 02:45:52 EDT 2007


  User: myuan   
  Date: 07/07/22 02:45:52

  Modified:    examples/jpa/resources-websphere61/META-INF      
                        persistence.xml
  Added:       examples/jpa/resources-websphere61/META-INF      
                        a4j.taglib.xml jsf-core.taglib.xml
                        jsf-html.taglib.xml jsf-ui.taglib.xml s.taglib.xml
  Log:
  Support WAS in the JPA example
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/examples/jpa/resources-websphere61/META-INF/persistence.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: persistence.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/jpa/resources-websphere61/META-INF/persistence.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- persistence.xml	8 Jul 2007 22:54:41 -0000	1.1
  +++ persistence.xml	22 Jul 2007 06:45:52 -0000	1.2
  @@ -14,7 +14,7 @@
            <property name="hibernate.hbm2ddl.auto" value="create-drop"/>
            <property name="hibernate.show_sql" value="true"/>
            <property name="hibernate.cache.provider_class" value="org.hibernate.cache.HashtableCacheProvider"/>
  -         <property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.WebSphereTransactionManagerLookup"/>
  +         <property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.WebSphereExtendedJTATransactionLookup"/>
            <!-- alternative
            <property name="jboss.entity.manager.factory.jndi.name" 
                 value="java:/jpaBookingEntityManagerFactory"/>
  
  
  
  1.1      date: 2007/07/22 06:45:52;  author: myuan;  state: Exp;jboss-seam/examples/jpa/resources-websphere61/META-INF/a4j.taglib.xml
  
  Index: a4j.taglib.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE facelet-taglib PUBLIC
    "-//Sun Microsystems, Inc.//DTD Facelet Taglib 1.0//EN"
    "http://java.sun.com/dtd/facelet-taglib_1_0.dtd">
  <facelet-taglib xmlns="http://java.sun.com/JSF/Facelet">
  	<namespace>https://ajax4jsf.dev.java.net/ajax</namespace>
  
  
   <tag>
    <tag-name>ajaxListener</tag-name>
  		    <handler-class>
  				org.ajax4jsf.taglib.html.facelets.AjaxListenerHandler
  			</handler-class>
  	
   </tag>
   <tag>
    <tag-name>facet</tag-name>
  		    <handler-class>
  				org.ajax4jsf.taglib.html.facelets.FacetHandler
  			</handler-class>
  	
   </tag>
   <tag>
    <tag-name>keepAlive</tag-name>
  		    <handler-class>
  				org.ajax4jsf.taglib.html.facelets.KeepAliveHandler
  			</handler-class>	
   </tag>
  
  
   <tag>
    <tag-name>commandLink</tag-name>
    <component>
  			<component-type>org.ajax4jsf.ajax.CommandLink</component-type>
  			<renderer-type>
  				org.ajax4jsf.components.AjaxCommandLinkRenderer
  			</renderer-type>
  		    <handler-class>
  				org.ajax4jsf.taglib.html.facelets.AjaxComponentHandler
  			</handler-class>
    </component>
  	
   </tag>
   <tag>
    <tag-name>outputPanel</tag-name>
    <component>
  			<component-type>org.ajax4jsf.ajax.OutputPanel</component-type>
  			<renderer-type>
  				org.ajax4jsf.components.AjaxOutputPanelRenderer
  			</renderer-type>
    </component>
  	
   </tag>
   <tag>
    <tag-name>repeat</tag-name>
    <component>
  			<component-type>org.ajax4jsf.ajax.Repeat</component-type>
  			<renderer-type>
  				org.ajax4jsf.components.RepeatRenderer
  			</renderer-type>
    </component>
  	
   </tag>
   <tag>
    <tag-name>mediaOutput</tag-name>
    <component>
  			<component-type>org.ajax4jsf.MediaOutput</component-type>
  			<renderer-type>
  				org.ajax4jsf.MediaOutputRenderer
  			</renderer-type>
  		    <handler-class>
  				org.ajax4jsf.taglib.html.facelets.MediaOutputHandler
  			</handler-class>
    </component>
  	
   </tag>
   <tag>
    <tag-name>region</tag-name>
    <component>
  			<component-type>org.ajax4jsf.ajax.AjaxRegion</component-type>
  			<renderer-type>
  				org.ajax4jsf.components.AjaxRegionRenderer
  			</renderer-type>
    </component>
  	
   </tag>
   <tag>
    <tag-name>poll</tag-name>
    <component>
  			<component-type>org.ajax4jsf.ajax.Poll</component-type>
  			<renderer-type>
  				org.ajax4jsf.components.AjaxPollRenderer
  			</renderer-type>
  		    <handler-class>
  				org.ajax4jsf.taglib.html.facelets.AjaxComponentHandler
  			</handler-class>
    </component>
  	
   </tag>
   <tag>
    <tag-name>loadBundle</tag-name>
    <component>
  			<component-type>org.ajax4jsf.ajax.Bundle</component-type>
    </component>
  	
   </tag>
   <tag>
    <tag-name>commandButton</tag-name>
    <component>
  			<component-type>org.ajax4jsf.ajax.CommandButton</component-type>
  			<renderer-type>
  				org.ajax4jsf.components.AjaxCommandButtonRenderer
  			</renderer-type>
  		    <handler-class>
  				org.ajax4jsf.taglib.html.facelets.AjaxComponentHandler
  			</handler-class>
    </component>
  	
   </tag>
   <tag>
    <tag-name>page</tag-name>
    <component>
  			<component-type>org.ajax4jsf.components.Page</component-type>
  			<renderer-type>
  				org.ajax4jsf.components.AjaxPageRenderer
  			</renderer-type>
    </component>
  	
   </tag>
   <tag>
    <tag-name>status</tag-name>
    <component>
  			<component-type>org.ajax4jsf.ajax.Status</component-type>
  			<renderer-type>
  				org.ajax4jsf.components.AjaxStatusRenderer
  			</renderer-type>
    </component>
  	
   </tag>
   <tag>
    <tag-name>actionparam</tag-name>
    <component>
  			<component-type>org.ajax4jsf.ajax.ActionParameter</component-type>
  		    <handler-class>
  				org.ajax4jsf.taglib.html.facelets.ActionParamHandler
  			</handler-class>
    </component>
  	
   </tag>
   <tag>
    <tag-name>loadStyle</tag-name>
    <component>
  			<component-type>org.ajax4jsf.LoadStyle</component-type>
  			<renderer-type>
  				org.ajax4jsf.LoadStyleRenderer
  			</renderer-type>
    </component>
  	
   </tag>
   <tag>
    <tag-name>loadScript</tag-name>
    <component>
  			<component-type>org.ajax4jsf.LoadScript</component-type>
  			<renderer-type>
  				org.ajax4jsf.LoadScriptRenderer
  			</renderer-type>
    </component>
  	
   </tag>
   <tag>
    <tag-name>portlet</tag-name>
    <component>
  			<component-type>org.ajax4jsf.Portlet</component-type>
    </component>
  	
   </tag>
   <tag>
    <tag-name>log</tag-name>
    <component>
  			<component-type>org.ajax4jsf.Log</component-type>
  			<renderer-type>
  				org.ajax4jsf.LogRenderer
  			</renderer-type>
    </component>
  	
   </tag>
   <tag>
    <tag-name>jsFunction</tag-name>
    <component>
  			<component-type>org.ajax4jsf.ajax.Function</component-type>
  			<renderer-type>
  				org.ajax4jsf.components.AjaxFunctionRenderer
  			</renderer-type>
    </component>
  	
   </tag>
   <tag>
    <tag-name>form</tag-name>
    <component>
  			<component-type>org.ajax4jsf.Form</component-type>
  			<renderer-type>
  				org.ajax4jsf.FormRenderer
  			</renderer-type>
  		    <handler-class>
  				org.ajax4jsf.taglib.html.facelets.AjaxComponentHandler
  			</handler-class>
    </component>
  	
   </tag>
   <tag>
    <tag-name>htmlCommandLink</tag-name>
    <component>
  			<component-type>javax.faces.HtmlCommandLink</component-type>
  			<renderer-type>
  				org.ajax4jsf.HtmlCommandLinkRenderer
  			</renderer-type>
    </component>
  	
   </tag>
   <tag>
    <tag-name>include</tag-name>
    <component>
  			<component-type>org.ajax4jsf.Include</component-type>
  			<renderer-type>
  				org.ajax4jsf.components.AjaxIncludeRenderer
  			</renderer-type>
  		    <handler-class>
  				org.ajax4jsf.taglib.html.facelets.IncludeHandler
  			</handler-class>
    </component>
  	
   </tag>
   <tag>
    <tag-name>support</tag-name>
    <component>
  			<component-type>org.ajax4jsf.ajax.Support</component-type>
  			<renderer-type>
  				org.ajax4jsf.components.AjaxSupportRenderer
  			</renderer-type>
  		    <handler-class>
  				org.ajax4jsf.taglib.html.facelets.AjaxSupportHandler
  			</handler-class>
    </component>
  	
   </tag>
   <tag>
    <tag-name>push</tag-name>
    <component>
  			<component-type>org.ajax4jsf.ajax.Push</component-type>
  			<renderer-type>
  				org.ajax4jsf.components.AjaxPushRenderer
  			</renderer-type>
  		    <handler-class>
  				org.ajax4jsf.taglib.html.facelets.AjaxPushHandler
  			</handler-class>
    </component>
  	
   </tag>
  
  
  
  </facelet-taglib>
  
  
  1.1      date: 2007/07/22 06:45:52;  author: myuan;  state: Exp;jboss-seam/examples/jpa/resources-websphere61/META-INF/jsf-core.taglib.xml
  
  Index: jsf-core.taglib.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <!--
   Copyright 2005 Sun Microsystems, Inc. All rights reserved.
   Licensed under the Common Development and Distribution License,
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
   
     http://www.sun.com/cddl/
     
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
   implied. See the License for the specific language governing
   permissions and limitations under the License.
   
   $Id: jsf-core.taglib.xml,v 1.3 2005/07/27 04:47:46 jhook Exp $
  -->
  
  <!DOCTYPE facelet-taglib PUBLIC
    "-//Sun Microsystems, Inc.//DTD Facelet Taglib 1.0//EN"
    "http://java.sun.com/dtd/facelet-taglib_1_0.dtd">
  
  <facelet-taglib>
  	<library-class>com.sun.facelets.tag.jsf.core.CoreLibrary</library-class>
  </facelet-taglib>
  
  
  1.1      date: 2007/07/22 06:45:52;  author: myuan;  state: Exp;jboss-seam/examples/jpa/resources-websphere61/META-INF/jsf-html.taglib.xml
  
  Index: jsf-html.taglib.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <!--
   Copyright 2005 Sun Microsystems, Inc. All rights reserved.
   Licensed under the Common Development and Distribution License,
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
   
     http://www.sun.com/cddl/
     
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
   implied. See the License for the specific language governing
   permissions and limitations under the License.
   
   $Id: jsf-html.taglib.xml,v 1.3 2005/07/27 04:47:46 jhook Exp $
  -->
  
  <!DOCTYPE facelet-taglib PUBLIC
    "-//Sun Microsystems, Inc.//DTD Facelet Taglib 1.0//EN"
    "http://java.sun.com/dtd/facelet-taglib_1_0.dtd">
  
  <facelet-taglib>
  	<library-class>com.sun.facelets.tag.jsf.html.HtmlLibrary</library-class>
  </facelet-taglib>
  
  
  1.1      date: 2007/07/22 06:45:52;  author: myuan;  state: Exp;jboss-seam/examples/jpa/resources-websphere61/META-INF/jsf-ui.taglib.xml
  
  Index: jsf-ui.taglib.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <!--
   Copyright 2005 Sun Microsystems, Inc. All rights reserved.
   Licensed under the Common Development and Distribution License,
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at
   
     http://www.sun.com/cddl/
     
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
   implied. See the License for the specific language governing
   permissions and limitations under the License.
   
   $Id: jsf-ui.taglib.xml,v 1.2 2005/07/18 08:25:39 jhook Exp $
  -->
  
  <!DOCTYPE facelet-taglib PUBLIC
    "-//Sun Microsystems, Inc.//DTD Facelet Taglib 1.0//EN"
    "http://java.sun.com/dtd/facelet-taglib_1_0.dtd">
  
  <facelet-taglib>
  	<library-class>com.sun.facelets.tag.ui.UILibrary</library-class>
  </facelet-taglib>
  
  
  1.1      date: 2007/07/22 06:45:52;  author: myuan;  state: Exp;jboss-seam/examples/jpa/resources-websphere61/META-INF/s.taglib.xml
  
  Index: s.taglib.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE facelet-taglib PUBLIC
    "-//Sun Microsystems, Inc.//DTD Facelet Taglib 1.0//EN"
    "http://java.sun.com/dtd/facelet-taglib_1_0.dtd">
  <facelet-taglib xmlns="http://java.sun.com/JSF/Facelet">
    <namespace>http://jboss.com/products/seam/taglib</namespace>
  
  
  
      <tag>
      <tag-name>button</tag-name>
      <component>
  	  <component-type>org.jboss.seam.ui.Button</component-type>
      	  <renderer-type>org.jboss.seam.ui.ButtonRenderer</renderer-type>
              </component>
    </tag>
        <tag>
      <tag-name>cache</tag-name>
      <component>
  	  <component-type>org.jboss.seam.ui.Cache</component-type>
      	  <renderer-type>org.jboss.seam.ui.CacheRenderer</renderer-type>
              </component>
    </tag>
        <tag>
      <tag-name>conversationId</tag-name>
      <component>
  	  <component-type>org.jboss.seam.ui.ConversationId</component-type>
              </component>
    </tag>
        <tag>
      <tag-name>conversationPropagation</tag-name>
      <component>
  	  <component-type>org.jboss.seam.ui.ConversationPropagation</component-type>
              </component>
    </tag>
        <tag>
      <tag-name>decorate</tag-name>
      <component>
  	  <component-type>org.jboss.seam.ui.Decorate</component-type>
      	  <renderer-type>org.jboss.seam.ui.DecorateRenderer</renderer-type>
                <handler-class>org.jboss.seam.ui.handler.DecorateHandler</handler-class>
          </component>
    </tag>
        <tag>
      <tag-name>div</tag-name>
      <component>
  	  <component-type>org.jboss.seam.ui.Div</component-type>
      	  <renderer-type>org.jboss.seam.ui.DivRenderer</renderer-type>
              </component>
    </tag>
        <tag>
      <tag-name>enumItem</tag-name>
      <component>
  	  <component-type>org.jboss.seam.ui.EnumItem</component-type>
              </component>
    </tag>
        <tag>
      <tag-name>fileUpload</tag-name>
      <component>
  	  <component-type>org.jboss.seam.ui.FileUpload</component-type>
      	  <renderer-type>org.jboss.seam.ui.FileUploadRenderer</renderer-type>
              </component>
    </tag>
        <tag>
      <tag-name>formattedText</tag-name>
      <component>
  	  <component-type>org.jboss.seam.ui.FormattedText</component-type>
      	  <renderer-type>org.jboss.seam.ui.FormattedTextRenderer</renderer-type>
              </component>
    </tag>
        <tag>
      <tag-name>fragment</tag-name>
      <component>
  	  <component-type>org.jboss.seam.ui.Fragment</component-type>
      	  <renderer-type>org.jboss.seam.ui.FragmentRenderer</renderer-type>
              </component>
    </tag>
        <tag>
      <tag-name>graphicImage</tag-name>
      <component>
  	  <component-type>org.jboss.seam.ui.graphicImage.GraphicImage</component-type>
      	  <renderer-type>org.jboss.seam.ui.GraphicImageRenderer</renderer-type>
              </component>
    </tag>
        <tag>
      <tag-name>label</tag-name>
      <component>
  	  <component-type>org.jboss.seam.ui.Label</component-type>
              </component>
    </tag>
        <tag>
      <tag-name>link</tag-name>
      <component>
  	  <component-type>org.jboss.seam.ui.Link</component-type>
      	  <renderer-type>org.jboss.seam.ui.LinkRenderer</renderer-type>
              </component>
    </tag>
        <tag>
      <tag-name>loadStyle</tag-name>
      <component>
  	  <component-type>org.jboss.seam.ui.LoadStyle</component-type>
              </component>
    </tag>
        <tag>
      <tag-name>message</tag-name>
      <component>
  	  <component-type>org.jboss.seam.ui.Message</component-type>
              </component>
    </tag>
        <tag>
      <tag-name>selectDate</tag-name>
      <component>
  	  <component-type>org.jboss.seam.ui.SelectDate</component-type>
      	  <renderer-type>org.jboss.seam.ui.SelectDateRenderer</renderer-type>
              </component>
    </tag>
        <tag>
      <tag-name>selection</tag-name>
      <component>
  	  <component-type>org.jboss.seam.ui.Selection</component-type>
              </component>
    </tag>
        <tag>
      <tag-name>selectItems</tag-name>
      <component>
  	  <component-type>org.jboss.seam.ui.SelectItems</component-type>
              </component>
    </tag>
        <tag>
      <tag-name>span</tag-name>
      <component>
  	  <component-type>org.jboss.seam.ui.Span</component-type>
      	  <renderer-type>org.jboss.seam.ui.SpanRenderer</renderer-type>
              </component>
    </tag>
        <tag>
      <tag-name>taskId</tag-name>
      <component>
  	  <component-type>org.jboss.seam.ui.TaskId</component-type>
              </component>
    </tag>
        <tag>
      <tag-name>transformImageBlur</tag-name>
      <component>
  	  <component-type>org.jboss.seam.ui.graphicImage.TransformImageBlur</component-type>
              </component>
    </tag>
        <tag>
      <tag-name>transformImageSize</tag-name>
      <component>
  	  <component-type>org.jboss.seam.ui.graphicImage.TransformImageSize</component-type>
              </component>
    </tag>
        <tag>
      <tag-name>transformImageType</tag-name>
      <component>
  	  <component-type>org.jboss.seam.ui.graphicImage.TransformImageType</component-type>
              </component>
    </tag>
        <tag>
      <tag-name>validateAll</tag-name>
      <component>
  	  <component-type>org.jboss.seam.ui.ValidateAll</component-type>
      	  <renderer-type>org.jboss.seam.ui.ValidateAllRenderer</renderer-type>
              </component>
    </tag>
    
    <tag>
      <tag-name>validate</tag-name>
      <validator>
        <validator-id>org.jboss.seam.ui.ModelValidator</validator-id>
      </validator>
    </tag>
  
    <tag>
      <tag-name>convertDateTime</tag-name>
      <converter>
        <converter-id>org.jboss.seam.ui.DateTimeConverter</converter-id>
      </converter>
    </tag>
    <tag>
      <tag-name>convertEntity</tag-name>
      <converter>
        <converter-id>org.jboss.seam.ui.EntityConverter</converter-id>
      </converter>
    </tag>
    <tag>
      <tag-name>convertEnum</tag-name>
      <converter>
        <converter-id>org.jboss.seam.ui.EnumConverter</converter-id>
      </converter>
    </tag>
  
  
  
  </facelet-taglib>
  
  



More information about the jboss-cvs-commits mailing list