all, i followed the movie and created a very simple crud application using hibernate tools in jboss IDE. the following is what i got when start the server and run the application. I can use the update/creat/delet functions. all the data seems has been sucfully created or updated---- but when I check the database use DB managment tool, there is nothing change at all in the database. in another word, I can even run the application without running the DB.
any ideas?? 21:16:51,329 INFO [Server] Starting JBoss (MX MicroKernel)... 21:16:51,329 INFO [Server] Release ID: JBoss [Zion] 4.0.4.GA (build: CVSTag=JBoss_4_0_4_GA date=200605151000) 21:16:51,339 INFO [Server] Home Dir: C:\jboss-4.0.4 21:16:51,339 INFO [Server] Home URL: file:/C:/jboss-4.0.4/ 21:16:51,339 INFO [Server] Patch URL: null 21:16:51,339 INFO [Server] Server Name: default 21:16:51,339 INFO [Server] Server Home Dir: C:\jboss-4.0.4\server\default 21:16:51,339 INFO [Server] Server Home URL: file:/C:/jboss-4.0.4/server/default/ 21:16:51,359 INFO [Server] Server Log Dir: C:\jboss-4.0.4\server\default\log 21:16:51,359 INFO [Server] Server Temp Dir: C:\jboss-4.0.4\server\default\tmp 21:16:51,359 INFO [Server] Root Deployment Filename: jboss-service.xml 21:16:52,992 INFO [ServerInfo] Java version: 1.5.0_06,Sun Microsystems Inc. 21:16:52,992 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.5.0_06-b05,Sun Microsystems Inc. 21:16:52,992 INFO [ServerInfo] OS-System: Windows XP 5.1,x86 21:16:53,883 INFO [Server] Core system initialized 21:16:55,445 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml 21:16:57,158 INFO [SocketServerInvoker] Invoker started for locator: InvokerLocator [socket://127.0.0.1:3873/] 21:16:57,839 INFO [AspectDeployer] Deployed AOP: file:/C:/jboss-4.0.4/server/default/deploy/ejb3-interceptors-aop.xml 21:16:59,841 INFO [WebService] Using RMI server codebase: http://localhost:8083/ 21:17:03,677 INFO [MailService] Mail Service bound to java:/Mail 21:17:03,917 INFO [NamingService] JNDI bootstrap JNP=localhost/127.0.0.1:1099, RMI=localhost/127.0.0.1:1098, backlog=50, no client SocketFactory, Server SocketFactory=class org.jboss.net.sockets.DefaultSocketFactory 21:17:03,967 INFO [SubscriptionManager] Bound event dispatcher to java:/EventDispatcher 21:17:04,879 INFO [Embedded] Catalina naming disabled 21:17:05,079 INFO [ClusterRuleSetFactory] Unable to find a cluster rule set in the classpath. Will load the default rule set. 21:17:05,079 INFO [ClusterRuleSetFactory] Unable to find a cluster rule set in the classpath. Will load the default rule set. 21:17:05,550 INFO [Http11BaseProtocol] Initializing Coyote HTTP/1.1 on http-localhost%2F127.0.0.1-8080 21:17:05,560 INFO [Catalina] Initialization processed in 481 ms 21:17:05,560 INFO [StandardService] Starting service jboss.web 21:17:05,570 INFO [StandardEngine] Starting Servlet Engine: Apache Tomcat/5.5.17 21:17:05,640 INFO [StandardHost] XML validation disabled 21:17:05,670 INFO [Catalina] Server startup in 110 ms 21:17:05,900 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jbossweb-tomcat55.sar/ROOT.war/ 21:17:06,531 INFO [WebappLoader] Dual registration of jndi stream handler: factory already defined 21:17:07,292 INFO [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../tmp/deploy/tmp22561jbossws-exp.war/ 21:17:08,153 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar 21:17:08,344 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar 21:17:08,424 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar 21:17:08,434 INFO [QuartzResourceAdapter] start quartz!!! 21:17:08,524 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: main 21:17:08,554 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created. 21:17:08,564 INFO [RAMJobStore] RAMJobStore initialized. 21:17:09,505 INFO [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties' 21:17:09,505 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2 21:17:09,505 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started. 21:17:10,437 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS' 21:17:10,757 INFO [A] Bound to JNDI name: queue/A 21:17:10,767 INFO [B] Bound to JNDI name: queue/B 21:17:10,767 INFO [C] Bound to JNDI name: queue/C 21:17:10,767 INFO [D] Bound to JNDI name: queue/D 21:17:10,767 INFO [ex] Bound to JNDI name: queue/ex 21:17:10,797 INFO [testTopic] Bound to JNDI name: topic/testTopic 21:17:10,797 INFO [securedTopic] Bound to JNDI name: topic/securedTopic 21:17:10,797 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic 21:17:10,797 INFO [testQueue] Bound to JNDI name: queue/testQueue 21:17:10,827 INFO [UILServerILService] JBossMQ UIL service available at : localhost/127.0.0.1:8093 21:17:10,917 INFO [DLQ] Bound to JNDI name: queue/DLQ 21:17:11,078 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA' 21:17:11,118 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/ 21:17:11,368 INFO [EARDeployer] Init J2EE application: file:/C:/jboss-4.0.4/server/default/deploy/seamapp.ear 21:17:12,960 INFO [Ejb3Deployment] EJB3 deployment time took: 891 21:17:12,990 INFO [JmxKernelAbstraction] installing MBean: persistence.units:ear=seamapp.ear,jar=seamapp.ejb3.jar,unitName=entityManager with dependencies: 21:17:12,990 INFO [JmxKernelAbstraction] jboss.jca:name=DefaultDS,service=ManagedConnectionFactory 21:17:13,060 INFO [Version] Hibernate EntityManager 3.2.0.CR1 21:17:13,131 INFO [Version] Hibernate Annotations 3.2.0.CR1 21:17:13,141 INFO [Environment] Hibernate 3.2 cr2 21:17:13,151 INFO [Environment] hibernate.properties not found (why need hibernate.properties here? I have the hibernate.cfg.xml) 21:17:13,181 INFO [Environment] Bytecode provider name : javassist 21:17:13,191 INFO [Environment] using JDK 1.4 java.sql.Timestamp handling 21:17:13,511 INFO [Ejb3Configuration] found EJB3 Entity bean: src.AuthUser 21:17:13,521 WARN [Ejb3Configuration] Persistence provider caller does not implements the EJB3 spec correctly. PersistenceUnitInfo.getNewTempClassLoader() is null. 21:17:13,531 WARN [Ejb3Configuration] Defining hibernate.transaction.flush_before_completion=true ignored in HEM (any problem here??) 21:17:13,661 INFO [Configuration] Reading mappings from resource: META-INF/orm.xml 21:17:13,681 INFO [Ejb3Configuration] [PersistenceUnit: entityManager] no META-INF/orm.xml found 21:17:13,822 INFO [AnnotationBinder] Binding entity from annotated class: src.AuthUser 21:17:13,952 INFO [EntityBinder] Bind entity src.AuthUser on table AUTH_USER 21:17:14,232 INFO [ConnectionProviderFactory] Initializing connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider 21:17:14,232 INFO [InjectedDataSourceConnectionProvider] Using provided datasource 21:17:14,252 INFO [SettingsFactory] RDBMS: HSQL Database Engine, version: 1.8.0 21:17:14,252 INFO [SettingsFactory] JDBC driver: HSQL Database Engine Driver, version: 1.8.0 21:17:14,292 INFO [Dialect] Using dialect: org.hibernate.dialect.HSQLDialect 21:17:14,292 INFO [TransactionFactoryFactory] Transaction strategy: org.hibernate.ejb.transaction.JoinableCMTTransactionFactory 21:17:14,302 INFO [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup 21:17:14,312 INFO [TransactionManagerLookupFactory] instantiated TransactionManagerLookup 21:17:14,312 INFO [SettingsFactory] Automatic flush during beforeCompletion(): disabled 21:17:14,312 INFO [SettingsFactory] Automatic session close at end of transaction: disabled 21:17:14,312 INFO [SettingsFactory] JDBC batch size: 15 21:17:14,312 INFO [SettingsFactory] JDBC batch updates for versioned data: disabled 21:17:14,312 INFO [SettingsFactory] Scrollable result sets: enabled 21:17:14,312 INFO [SettingsFactory] JDBC3 getGeneratedKeys(): disabled 21:17:14,312 INFO [SettingsFactory] Connection release mode: auto 21:17:14,312 INFO [SettingsFactory] Default batch fetch size: 1 21:17:14,312 INFO [SettingsFactory] Generate SQL with comments: disabled 21:17:14,312 INFO [SettingsFactory] Order SQL updates by primary key: disabled 21:17:14,312 INFO [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory 21:17:14,342 INFO [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory 21:17:14,342 INFO [SettingsFactory] Query language substitutions: {} 21:17:14,342 INFO [SettingsFactory] Second-level cache: enabled 21:17:14,342 INFO [SettingsFactory] Query cache: disabled 21:17:14,342 INFO [SettingsFactory] Cache provider: org.hibernate.cache.HashtableCacheProvider 21:17:14,342 INFO [SettingsFactory] Optimize cache for minimal puts: disabled 21:17:14,342 INFO [SettingsFactory] Structured second-level cache entries: disabled 21:17:14,342 INFO [SettingsFactory] Echoing all SQL to stdout 21:17:14,342 INFO [SettingsFactory] Statistics: disabled 21:17:14,342 INFO [SettingsFactory] Deleted entity synthetic identifier rollback: disabled 21:17:14,342 INFO [SettingsFactory] Default entity-mode: pojo 21:17:14,402 INFO [SessionFactoryImpl] building session factory 21:17:15,394 INFO [SessionFactoryObjectFactory] Not binding factory to JNDI, no JNDI name configured 21:17:15,404 INFO [SchemaExport] Running hbm2ddl schema export 21:17:15,404 INFO [SchemaExport] exporting generated schema to database 21:17:15,484 INFO [SchemaExport] schema export complete 21:17:15,484 INFO [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces} 21:17:16,445 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=seamapp.ear,jar=seamapp.ejb3,name=AuthUserEditorBean,service=EJB3 with dependencies: 21:17:16,766 INFO [EJBContainer] STARTED EJB: src.AuthUserEditorBean ejbName: AuthUserEditorBean 21:17:16,806 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=seamapp.ear,jar=seamapp.ejb3,name=AuthUserFinderBean,service=EJB3 with dependencies: 21:17:16,846 INFO [EJBContainer] STARTED EJB: src.AuthUserFinderBean ejbName: AuthUserFinderBean 21:17:16,926 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=seamapp.ear,jar=seamapp.ejb3,name=DefaultAuthUserSelector,service=EJB3 with dependencies: 21:17:17,006 INFO [EJBContainer] STARTED EJB: src.AuthUserSelector$DefaultAuthUserSelector ejbName: DefaultAuthUserSelector 21:17:17,026 INFO [EJB3Deployer] Deployed: file:/C:/jboss-4.0.4/server/default/tmp/deploy/tmp22587seamapp.ear-contents/seamapp.ejb3 21:17:17,036 INFO [TomcatDeployer] deploy, ctxPath=/seamapp, warUrl=.../tmp/deploy/tmp22587seamapp.ear-contents/seamapp-exp.war/ 21:17:17,206 INFO [ServletContextListener] Welcome to Seam 1.0.1.GA 21:17:17,226 INFO [Initialization] reading components.xml 21:17:17,256 INFO [Initialization] reading properties from: /seam.properties 21:17:17,256 INFO [Initialization] reading properties from: /jndi.properties 21:17:17,276 INFO [Initialization] initializing Seam 21:17:17,347 INFO [Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init 21:17:17,617 INFO [Component] Component: org.jboss.seam.core.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Pages 21:17:17,627 INFO [Component] Component: events, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Events 21:17:17,637 INFO [Component] Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.Manager 21:17:17,697 INFO [Component] Component: switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.Switcher 21:17:17,707 INFO [Component] Component: redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Redirect 21:17:17,707 INFO [Component] Component: httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.HttpError 21:17:17,767 INFO [Component] Component: userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.UserPrincipal 21:17:17,777 INFO [Component] Component: isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.IsUserInRole 21:17:17,787 INFO [Component] Component: conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation 21:17:17,797 INFO [Component] Component: conversationList, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList 21:17:17,827 INFO [Component] Component: conversationStack, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack 21:17:17,837 INFO [Component] Component: facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.FacesContext 21:17:17,847 INFO [Component] Component: pageContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.PageContext 21:17:17,887 INFO [Component] Component: eventContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.EventContext 21:17:17,897 INFO [Component] Component: sessionContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.SessionContext 21:17:17,977 INFO [Component] Component: statelessContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.StatelessContext 21:17:17,987 INFO [Component] Component: applicationContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ApplicationContext 21:17:17,998 INFO [Component] Component: conversationContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationContext 21:17:17,998 INFO [Component] Component: businessProcessContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.BusinessProcessContext 21:17:18,038 INFO [Component] Component: locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Locale 21:17:18,048 INFO [Component] Component: messages, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.Messages 21:17:18,048 INFO [Component] Component: interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator 21:17:18,058 INFO [Component] Component: facesMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.FacesMessages 21:17:18,078 INFO [Component] Component: resourceBundle, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle 21:17:18,168 INFO [Component] Component: localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.LocaleSelector 21:17:18,178 INFO [Component] Component: uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.UiComponent 21:17:18,178 INFO [Component] Component: org.jboss.seam.remoting.messaging.subscriptionRegistry, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.messaging.SubscriptionRegistry 21:17:18,188 INFO [Component] Component: pojoCache, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.PojoCache 21:17:18,188 INFO [Component] Component: entityManager, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.ManagedPersistenceContext 21:17:18,208 INFO [Scanner] scanning: /C:/jboss-4.0.4/server/default/tmp/deploy/tmp22587seamapp.ear-contents/seamapp.ejb3 21:17:18,218 INFO [Component] Component: authuserSelector, scope: STATELESS, type: STATELESS_SESSION_BEAN, class: src.AuthUserSelector$DefaultAuthUserSelector, JNDI: seamapp/DefaultAuthUserSelector/local 21:17:18,258 INFO [Component] Component: authuserFinder, scope: SESSION, type: STATEFUL_SESSION_BEAN, class: src.AuthUserFinderBean, JNDI: seamapp/AuthUserFinderBean/local 21:17:18,268 INFO [Component] Component: authuserEditor, scope: CONVERSATION, type: STATEFUL_SESSION_BEAN, class: src.AuthUserEditorBean, JNDI: seamapp/AuthUserEditorBean/local 21:17:18,278 INFO [Initialization] done initializing Seam 21:17:18,468 INFO [FacesConfigurator] Reading standard config org/apache/myfaces/resource/standard-faces-config.xml 21:17:18,568 INFO [FacesConfigurator] Reading config jar:file:/C:/jboss-4.0.4/server/default/tmp/deploy/tmp22587seamapp.ear-contents/seamapp.ejb3-contents/jboss-seam.jar!/META-INF/faces-config.xml 21:17:18,578 INFO [FacesConfigurator] Reading config /WEB-INF/faces-config.xml 21:17:18,719 ERROR [LocaleUtils] Locale name null or empty, ignoring 21:17:19,580 INFO [StartupServletContextListener] ServletContext 'C:\jboss-4.0.4\server\default\.\tmp\deploy\tmp22587seamapp.ear-contents\seamapp-exp.war\' initialized. 21:17:19,620 INFO [EARDeployer] Started J2EE application: file:/C:/jboss-4.0.4/server/default/deploy/seamapp.ear 21:17:19,670 INFO [Http11BaseProtocol] Starting Coyote HTTP/1.1 on http-localhost%2F127.0.0.1-8080 21:17:20,531 INFO [ChannelSocket] JK: ajp13 listening on localhost/127.0.0.1:8009 21:17:20,551 INFO [JkMain] Jk running ID=0 time=0/40 config=null 21:17:20,561 INFO [Server] JBoss (MX MicroKernel) [4.0.4.GA (build: CVSTag=JBoss_4_0_4_GA date=200605151000)] Started in 29s:192ms 23:10:27,560 INFO [Pages] no pages.xml file found 23:10:31,136 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.PRETTY_HTML' found, using default value true 23:10:31,136 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.ALLOW_JAVASCRIPT' found, using default value true 23:10:31,136 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.DETECT_JAVASCRIPT' found, using default value false 23:10:31,136 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.AUTO_SCROLL' found, using default value false 23:10:31,156 WARN [HtmlLabelRenderer] Unable to find component 'userId' (calling findComponent on component '_id2:_id12') 23:10:31,176 WARN [HtmlLabelRenderer] Unable to find component 'passWord' (calling findComponent on component '_id2:_id14') 23:10:47,729 INFO [STDOUT] Hibernate: select authuser0_.USER_ID as USER1_0_0_, authuser0_.PASS_WORD as PASS2_0_0_ from PUBLIC.AUTH_USER authuser0_ where authuser0_.USER_ID=? 23:10:47,820 INFO [STDOUT] Hibernate: insert into PUBLIC.AUTH_USER (PASS_WORD, USER_ID) values (?, ?) 23:10:47,850 WARN [HtmlLabelRenderer] Unable to find component 'userId' (calling findComponent on component '_id2:_id12') 23:10:47,860 WARN [HtmlLabelRenderer] Unable to find component 'passWord' (calling findComponent on component '_id2:_id14') 23:13:42,491 WARN [HtmlLabelRenderer] Unable to find component 'userId' (calling findComponent on component '_id2:_id9') 23:13:42,501 WARN [HtmlLabelRenderer] Unable to find component 'passWord' (calling findComponent on component '_id2:_id10') 23:13:42,511 WARN [HtmlLabelRenderer] Unable to find component 'pageSize' (calling findComponent on component '_id2:_id11') 23:13:47,909 INFO [STDOUT] Hibernate: select top ? authuser0_.USER_ID as USER1_0_, authuser0_.PASS_WORD as PASS2_0_ from PUBLIC.AUTH_USER authuser0_ 23:14:06,435 INFO [STDOUT] Hibernate: select authuser0_.USER_ID as USER1_0_0_, authuser0_.PASS_WORD as PASS2_0_0_ from PUBLIC.AUTH_USER authuser0_ where authuser0_.USER_ID=? 23:14:06,485 WARN [HtmlLabelRenderer] Unable to find component 'userId' (calling findComponent on component '_id2:_id12') 23:14:06,495 WARN [HtmlLabelRenderer] Unable to find component 'passWord' (calling findComponent on component '_id2:_id14') 23:14:15,438 INFO [STDOUT] Hibernate: update PUBLIC.AUTH_USER set PASS_WORD=? where USER_ID=? 23:14:15,448 INFO [STDOUT] Hibernate: select top ? authuser0_.USER_ID as USER1_0_, authuser0_.PASS_WORD as PASS2_0_ from PUBLIC.AUTH_USER authuser0_ 23:14:20,756 WARN [HtmlLabelRenderer] Unable to find component 'userId' (calling findComponent on component '_id2:_id9') 23:14:20,756 WARN [HtmlLabelRenderer] Unable to find component 'passWord' (calling findComponent on component '_id2:_id10') 23:14:20,756 WARN [HtmlLabelRenderer] Unable to find component 'pageSize' (calling findComponent on component '_id2:_id11') 23:14:22,979 INFO [STDOUT] Hibernate: select top ? authuser0_.USER_ID as USER1_0_, authuser0_.PASS_WORD as PASS2_0_ from PUBLIC.AUTH_USER authuser0_ 23:14:25,493 INFO [STDOUT] Hibernate: select top ? authuser0_.USER_ID as USER1_0_, authuser0_.PASS_WORD as PASS2_0_ from PUBLIC.AUTH_USER authuser0_ 23:14:27,535 WARN [HtmlLabelRenderer] Unable to find component 'userId' (calling findComponent on component '_id2:_id12') 23:14:27,546 WARN [HtmlLabelRenderer] Unable to find component 'passWord' (calling findComponent on component '_id2:_id14') 23:14:36,108 INFO [STDOUT] Hibernate: select authuser0_.USER_ID as USER1_0_0_, authuser0_.PASS_WORD as PASS2_0_0_ from PUBLIC.AUTH_USER authuser0_ where authuser0_.USER_ID=? 23:14:36,108 INFO [STDOUT] Hibernate: insert into PUBLIC.AUTH_USER (PASS_WORD, USER_ID) values (?, ?) 23:14:36,108 INFO [STDOUT] Hibernate: select top ? authuser0_.USER_ID as USER1_0_, authuser0_.PASS_WORD as PASS2_0_ from PUBLIC.AUTH_USER authuser0_ 23:14:36,138 WARN [HtmlLabelRenderer] Unable to find component 'userId' (calling findComponent on component '_id2:_id12') 23:14:36,138 WARN [HtmlLabelRenderer] Unable to find component 'passWord' (calling findComponent on component '_id2:_id14') 23:14:47,334 INFO [STDOUT] Hibernate: select top ? authuser0_.USER_ID as USER1_0_, authuser0_.PASS_WORD as PASS2_0_ from PUBLIC.AUTH_USER authuser0_ 23:14:50,869 WARN [HtmlLabelRenderer] Unable to find component 'userId' (calling findComponent on component '_id2:_id12') 23:14:50,879 WARN [HtmlLabelRenderer] Unable to find component 'passWord' (calling findComponent on component '_id2:_id14') 23:14:56,457 WARN [HtmlLabelRenderer] Unable to find component 'userId' (calling findComponent on component '_id2:_id9') 23:14:56,467 WARN [HtmlLabelRenderer] Unable to find component 'passWord' (calling findComponent on component '_id2:_id10') 23:14:56,467 WARN [HtmlLabelRenderer] Unable to find component 'pageSize' (calling findComponent on component '_id2:_id11') View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956327#3956327 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956327 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list JBoss-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-user