[jboss-user] [JBoss AOP] - Re: I'm in trouble....help

Giordacchio++ do-not-reply at jboss.com
Tue Nov 7 09:02:09 EST 2006


Ehi thx for the help, checking my code following your hints I've corrected some things and I'm now able to deploy whitout any ERROR...
Unfortunately the AOP doesn't work yet.....

Could be a problem of my ear structure ?

the output is cleaner now and is the following (form the starting of the server until the calling of my intercepted method)

C:\Programmi\jboss-4.0.4.GA\bin>run
  | ===============================================================================
  | .
  |   JBoss Bootstrap Environment
  | .
  |   JBOSS_HOME: C:\Programmi\jboss-4.0.4.GA\bin\\..
  | .
  |   JAVA: C:\Programmi\Java\jdk1.5.0_09\bin\java
  | .
  |   JAVA_OPTS:  -Dprogram.name=run.bat -javaagent:C:\Programmi\jboss-4.0.4.GA\bin\pluggable-instrumentor.jar -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000
  | .
  |   CLASSPATH: C:\Programmi\Java\jdk1.5.0_09\lib\tools.jar;C:\Programmi\jboss-4.0.4.GA\bin\\run.jar
  | .
  | ===============================================================================
  | .
  | 14:51:14,929 INFO  [Server] Starting JBoss (MX MicroKernel)...
  | 14:51:14,929 INFO  [Server] Release ID: JBoss [Zion] 4.0.4.GA (build: CVSTag=JBoss_4_0_4_GA date=200605151000)
  | 14:51:14,929 INFO  [Server] Home Dir: C:\Programmi\jboss-4.0.4.GA
  | 14:51:14,929 INFO  [Server] Home URL: file:/C:/Programmi/jboss-4.0.4.GA/
  | 14:51:14,945 INFO  [Server] Patch URL: null
  | 14:51:14,945 INFO  [Server] Server Name: default
  | 14:51:14,945 INFO  [Server] Server Home Dir: C:\Programmi\jboss-4.0.4.GA\server\default
  | 14:51:14,945 INFO  [Server] Server Home URL: file:/C:/Programmi/jboss-4.0.4.GA/server/default/
  | 14:51:14,945 INFO  [Server] Server Log Dir: C:\Programmi\jboss-4.0.4.GA\server\default\log
  | 14:51:14,945 INFO  [Server] Server Temp Dir: C:\Programmi\jboss-4.0.4.GA\server\default\tmp
  | 14:51:14,945 INFO  [Server] Root Deployment Filename: jboss-service.xml
  | 14:51:15,350 INFO  [ServerInfo] Java version: 1.5.0_09,Sun Microsystems Inc.
  | 14:51:15,350 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.5.0_09-b01,Sun Microsystems Inc.
  | 14:51:15,350 INFO  [ServerInfo] OS-System: Windows XP 5.1,x86
  | 14:51:15,880 INFO  [Server] Core system initialized
  | 14:51:17,128 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml
  | 14:51:19,686 INFO  [SocketServerInvoker] Invoker started for locator: InvokerLocator [socket://192.168.10.95:3873/]
  | 14:51:25,411 INFO  [NamingService] JNDI bootstrap JNP=/0.0.0.0:1099, RMI=/0.0.0.0:1098, backlog=50, no client SocketFactory, Server SocketFactory=class org.jboss.net.sockets.DefaultSocketFactory
  | 14:51:25,567 INFO  [SubscriptionManager] Bound event dispatcher to java:/EventDispatcher
  | 14:51:26,191 INFO  [WebService] Using RMI server codebase: http://pc029:8083/
  | 14:51:31,198 INFO  [Embedded] Catalina naming disabled
  | 14:51:31,354 INFO  [ClusterRuleSetFactory] Unable to find a cluster rule set in the classpath. Will load the default rule set.
  | 14:51:31,354 INFO  [ClusterRuleSetFactory] Unable to find a cluster rule set in the classpath. Will load the default rule set.
  | 14:51:32,118 INFO  [Http11BaseProtocol] Initializing Coyote HTTP/1.1 on http-0.0.0.0-8080
  | 14:51:32,118 INFO  [Catalina] Initialization processed in 764 ms
  | 14:51:32,118 INFO  [StandardService] Starting service jboss.web
  | 14:51:32,133 INFO  [StandardEngine] Starting Servlet Engine: Apache Tomcat/5.5.17
  | 14:51:32,243 INFO  [StandardHost] XML validation disabled
  | 14:51:32,289 INFO  [Catalina] Server startup in 171 ms
  | 14:51:32,633 INFO  [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jbossweb-tomcat55.sar/ROOT.war/
  | 14:51:33,381 INFO  [WebappLoader] Dual registration of jndi stream handler: factory already defined
  | 14:51:34,224 INFO  [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../tmp/deploy/tmp55161jbossws-exp.war/
  | 14:51:34,613 INFO  [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/
  | 14:51:35,144 INFO  [[/web-console]] MonitorsFolder: Failed to init plugin, null
  | 14:51:35,144 INFO  [[/web-console]] UCLs: Failed to init plugin, null
  | 14:51:35,191 INFO  [[/web-console]] JMS Message: Failed to init plugin, null
  | 14:51:35,191 INFO  [[/web-console]] JSR77 WebModule: Failed to init plugin, null
  | 14:51:35,206 INFO  [[/web-console]] J2EEFolder: Failed to init plugin, null
  | 14:51:35,222 INFO  [[/web-console]] AOPFolder: Failed to init plugin, null
  | 14:51:35,222 INFO  [[/web-console]] SystemFolder: Failed to init plugin, null
  | 14:51:35,269 INFO  [[/web-console]] MBeans: Failed to init plugin, null
  | 14:51:35,284 INFO  [[/web-console]] JSR77 Domains and Servers: Failed to init plugin, null
  | 14:51:35,300 INFO  [[/web-console]] JSR77 EJBModules and EJBs: Failed to init plugin, null
  | 14:51:35,300 INFO  [[/web-console]] JSR77 J2EE Apps: Failed to init plugin, null
  | 14:51:37,281 INFO  [MailService] Mail Service bound to java:/Mail
  | 14:51:38,248 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
  | 14:51:38,529 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar
  | 14:51:38,638 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar
  | 14:51:38,685 INFO  [QuartzResourceAdapter] start quartz!!!
  | 14:51:38,919 INFO  [SimpleThreadPool] Job execution threads will use class loader of thread: main
  | 14:51:39,012 INFO  [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
  | 14:51:39,028 INFO  [RAMJobStore] RAMJobStore initialized.
  | 14:51:39,028 INFO  [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
  | 14:51:39,028 INFO  [StdSchedulerFactory] Quartz scheduler version: 1.5.2
  | 14:51:39,028 INFO  [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
  | 14:51:39,589 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=bookingDatasource' to JNDI name 'java:bookingDatasource'
  | 14:51:40,962 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
  | 14:51:42,007 INFO  [A] Bound to JNDI name: queue/A
  | 14:51:42,022 INFO  [B] Bound to JNDI name: queue/B
  | 14:51:42,022 INFO  [C] Bound to JNDI name: queue/C
  | 14:51:42,022 INFO  [D] Bound to JNDI name: queue/D
  | 14:51:42,022 INFO  [ex] Bound to JNDI name: queue/ex
  | 14:51:42,194 INFO  [testTopic] Bound to JNDI name: topic/testTopic
  | 14:51:42,194 INFO  [securedTopic] Bound to JNDI name: topic/securedTopic
  | 14:51:42,194 INFO  [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
  | 14:51:42,194 INFO  [testQueue] Bound to JNDI name: queue/testQueue
  | 14:51:42,256 INFO  [UILServerILService] JBossMQ UIL service available at : /0.0.0.0:8093
  | 14:51:42,475 INFO  [DLQ] Bound to JNDI name: queue/DLQ
  | 14:51:42,943 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
  | 14:51:43,052 INFO  [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
  | 14:51:43,520 INFO  [EARDeployer] Init J2EE application: file:/C:/Programmi/jboss-4.0.4.GA/server/default/deploy/jboss-seam-booking.ear
  | 14:51:45,376 INFO  [AspectDeployer] AOP deployment is scoped using classloader org.jboss.mx.loading.UnifiedClassLoader3 at 1e67280{ url=file:/C:/Programmi/jboss-4.0.4.GA/server/default/tmp/deploy/tmp55201jboss-seam-booking.ear ,addedOrder=43}
  | 14:51:47,341 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:47,513 INFO  [Ejb3DescriptorHandler] adding class annotation org.jboss.annotation.internal.DefaultInterceptorMarker to org.jboss.seam.example.booking.BookingListAction org.jboss.annotation.internal.DefaultInterceptorMarkerImpl at 1046822
  | 14:51:47,716 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:47,747 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:47,763 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:47,809 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:48,059 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:48,074 INFO  [Ejb3DescriptorHandler] adding class annotation org.jboss.annotation.internal.DefaultInterceptorMarker to org.jboss.seam.example.booking.ChangePasswordAction org.jboss.annotation.internal.DefaultInterceptorMarkerImpl at c5a2f7
  | 14:51:48,184 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:48,199 INFO  [Ejb3DescriptorHandler] adding class annotation org.jboss.annotation.internal.DefaultInterceptorMarker to org.jboss.seam.example.booking.HotelBookingAction org.jboss.annotation.internal.DefaultInterceptorMarkerImpl at f11de2
  | 14:51:48,293 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:48,293 INFO  [Ejb3DescriptorHandler] adding class annotation org.jboss.annotation.internal.DefaultInterceptorMarker to org.jboss.seam.example.booking.HotelSearchingAction org.jboss.annotation.internal.DefaultInterceptorMarkerImpl at 6ccf3e
  | 14:51:48,402 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:48,433 INFO  [Ejb3DescriptorHandler] adding class annotation org.jboss.annotation.internal.DefaultInterceptorMarker to org.jboss.seam.example.booking.LoginAction org.jboss.annotation.internal.DefaultInterceptorMarkerImpl at 1c9f8fb
  | 14:51:48,589 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:48,605 INFO  [Ejb3DescriptorHandler] adding class annotation org.jboss.annotation.internal.DefaultInterceptorMarker to org.jboss.seam.example.booking.LogoutAction org.jboss.annotation.internal.DefaultInterceptorMarkerImpl at 1fa1ba1
  | 14:51:48,698 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:48,698 INFO  [Ejb3DescriptorHandler] adding class annotation org.jboss.annotation.internal.DefaultInterceptorMarker to org.jboss.seam.example.booking.RegisterAction org.jboss.annotation.internal.DefaultInterceptorMarkerImpl at f8f332
  | 14:51:48,964 INFO  [Ejb3Deployment] EJB3 deployment time took: 3073
  | 14:51:49,821 INFO  [Ejb3Deployment] EJB3 deployment time took: 670
  | 14:51:49,915 INFO  [JmxKernelAbstraction] installing MBean: persistence.units:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,unitName=bookingDatabase with dependencies:
  | 14:51:49,915 INFO  [JmxKernelAbstraction]       jboss.jca:name=bookingDatasource,service=ManagedConnectionFactory
  | 14:51:50,149 INFO  [Version] Hibernate EntityManager 3.2.0.CR1
  | 14:51:50,227 INFO  [Version] Hibernate Annotations 3.2.0.CR1
  | 14:51:50,274 INFO  [Environment] Hibernate 3.2 cr2
  | 14:51:50,305 INFO  [Environment] hibernate.properties not found
  | 14:51:50,305 INFO  [Environment] Bytecode provider name : javassist
  | 14:51:50,352 INFO  [Environment] using JDK 1.4 java.sql.Timestamp handling
  | 14:51:51,147 INFO  [Ejb3Configuration] found EJB3 Entity bean: org.jboss.seam.example.booking.Booking
  | 14:51:51,163 INFO  [Ejb3Configuration] found EJB3 Entity bean: org.jboss.seam.example.booking.Hotel
  | 14:51:51,194 INFO  [Ejb3Configuration] found EJB3 Entity bean: org.jboss.seam.example.booking.User
  | 14:51:51,194 WARN  [Ejb3Configuration] Persistence provider caller does not implements the EJB3 spec correctly. PersistenceUnitInfo.getNewTempClassLoader() is null.
  | 14:51:51,272 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:51,584 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:51,615 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:51,615 INFO  [Configuration] Reading mappings from resource: META-INF/orm.xml
  | 14:51:51,615 INFO  [Ejb3Configuration] [PersistenceUnit: bookingDatabase] no META-INF/orm.xml found
  | 14:51:51,974 INFO  [AnnotationBinder] Binding entity from annotated class: org.jboss.seam.example.booking.Booking
  | 14:51:52,738 INFO  [EntityBinder] Bind entity org.jboss.seam.example.booking.Booking on table Booking
  | 14:51:53,565 INFO  [AnnotationBinder] Binding entity from annotated class: org.jboss.seam.example.booking.Hotel
  | 14:51:53,565 INFO  [EntityBinder] Bind entity org.jboss.seam.example.booking.Hotel on table Hotel
  | 14:51:53,565 INFO  [AnnotationBinder] Binding entity from annotated class: org.jboss.seam.example.booking.User
  | 14:51:53,565 INFO  [EntityBinder] Bind entity org.jboss.seam.example.booking.User on table Customer
  | 14:51:54,329 INFO  [ConnectionProviderFactory] Initializing connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
  | 14:51:54,360 INFO  [InjectedDataSourceConnectionProvider] Using provided datasource
  | 14:51:54,407 INFO  [SettingsFactory] RDBMS: HSQL Database Engine, version: 1.8.0
  | 14:51:54,407 INFO  [SettingsFactory] JDBC driver: HSQL Database Engine Driver, version: 1.8.0
  | 14:51:54,579 INFO  [Dialect] Using dialect: org.hibernate.dialect.HSQLDialect
  | 14:51:54,626 INFO  [TransactionFactoryFactory] Transaction strategy: org.hibernate.ejb.transaction.JoinableCMTTransactionFactory
  | 14:51:54,641 INFO  [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
  | 14:51:54,657 INFO  [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
  | 14:51:54,657 INFO  [SettingsFactory] Automatic flush during beforeCompletion(): disabled
  | 14:51:54,657 INFO  [SettingsFactory] Automatic session close at end of transaction: disabled
  | 14:51:54,657 INFO  [SettingsFactory] JDBC batch size: 15
  | 14:51:54,657 INFO  [SettingsFactory] JDBC batch updates for versioned data: disabled
  | 14:51:54,672 INFO  [SettingsFactory] Scrollable result sets: enabled
  | 14:51:54,672 INFO  [SettingsFactory] JDBC3 getGeneratedKeys(): disabled
  | 14:51:54,672 INFO  [SettingsFactory] Connection release mode: auto
  | 14:51:54,672 INFO  [SettingsFactory] Default batch fetch size: 1
  | 14:51:54,672 INFO  [SettingsFactory] Generate SQL with comments: disabled
  | 14:51:54,672 INFO  [SettingsFactory] Order SQL updates by primary key: disabled
  | 14:51:54,672 INFO  [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
  | 14:51:54,704 INFO  [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
  | 14:51:54,704 INFO  [SettingsFactory] Query language substitutions: {}
  | 14:51:54,704 INFO  [SettingsFactory] Second-level cache: enabled
  | 14:51:54,704 INFO  [SettingsFactory] Query cache: disabled
  | 14:51:54,704 INFO  [SettingsFactory] Cache provider: org.hibernate.cache.HashtableCacheProvider
  | 14:51:54,704 INFO  [SettingsFactory] Optimize cache for minimal puts: disabled
  | 14:51:54,704 INFO  [SettingsFactory] Structured second-level cache entries: disabled
  | 14:51:54,782 INFO  [SettingsFactory] Echoing all SQL to stdout
  | 14:51:54,782 INFO  [SettingsFactory] Statistics: disabled
  | 14:51:54,782 INFO  [SettingsFactory] Deleted entity synthetic identifier rollback: disabled
  | 14:51:54,782 INFO  [SettingsFactory] Default entity-mode: pojo
  | 14:51:54,938 INFO  [SessionFactoryImpl] building session factory
  | 14:51:55,936 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:56,076 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:56,123 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:56,451 INFO  [SessionFactoryObjectFactory] Not binding factory to JNDI, no JNDI name configured
  | 14:51:56,497 INFO  [SchemaExport] Running hbm2ddl schema export
  | 14:51:56,497 INFO  [SchemaExport] exporting generated schema to database
  | 14:51:56,513 INFO  [SchemaExport] Executing import script: /import.sql
  | 14:51:56,529 INFO  [SchemaExport] schema export complete
  | 14:51:56,560 INFO  [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
  | 14:51:56,763 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:56,825 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:56,840 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:56,934 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:56,981 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:57,012 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:57,059 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:57,074 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:57,121 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:57,152 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:57,277 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:57,308 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:57,402 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:57,418 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:57,480 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,name=BookingListAction,service=EJB3 with dependencies:
  | 14:51:57,480 INFO  [JmxKernelAbstraction]       persistence.units:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,unitName=bookingDatabase
  | 14:51:58,431 INFO  [EJBContainer] STARTED EJB: org.jboss.seam.example.booking.BookingListAction ejbName: BookingListAction
  | 14:51:58,525 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:58,759 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,name=ChangePasswordAction,service=EJB3 with dependencies:
  | 14:51:58,759 INFO  [JmxKernelAbstraction]       persistence.units:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,unitName=bookingDatabase
  | 14:51:58,790 INFO  [EJBContainer] STARTED EJB: org.jboss.seam.example.booking.ChangePasswordAction ejbName: ChangePasswordAction
  | 14:51:58,790 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:58,806 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,name=HotelBookingAction,service=EJB3 with dependencies:
  | 14:51:58,806 INFO  [JmxKernelAbstraction]       persistence.units:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,unitName=bookingDatabase
  | 14:51:58,899 INFO  [EJBContainer] STARTED EJB: org.jboss.seam.example.booking.HotelBookingAction ejbName: HotelBookingAction
  | 14:51:58,915 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:58,931 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,name=HotelSearchingAction,service=EJB3 with dependencies:
  | 14:51:58,931 INFO  [JmxKernelAbstraction]       persistence.units:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,unitName=bookingDatabase
  | 14:51:58,977 INFO  [EJBContainer] STARTED EJB: org.jboss.seam.example.booking.HotelSearchingAction ejbName: HotelSearchingAction
  | 14:51:59,009 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:59,024 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,name=LoginAction,service=EJB3 with dependencies:
  | 14:51:59,024 INFO  [JmxKernelAbstraction]       persistence.units:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,unitName=bookingDatabase
  | 14:51:59,102 INFO  [EJBContainer] STARTED EJB: org.jboss.seam.example.booking.LoginAction ejbName: LoginAction
  | 14:51:59,149 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:59,274 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,name=LogoutAction,service=EJB3 with dependencies:
  | 14:51:59,289 INFO  [EJBContainer] STARTED EJB: org.jboss.seam.example.booking.LogoutAction ejbName: LogoutAction
  | 14:51:59,305 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:59,383 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,name=RegisterAction,service=EJB3 with dependencies:
  | 14:51:59,383 INFO  [JmxKernelAbstraction]       persistence.units:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,unitName=bookingDatabase
  | 14:51:59,430 INFO  [EJBContainer] STARTED EJB: org.jboss.seam.example.booking.RegisterAction ejbName: RegisterAction
  | 14:51:59,445 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:59,445 INFO  [EJB3Deployer] Deployed: file:/C:/Programmi/jboss-4.0.4.GA/server/default/tmp/deploy/tmp55201jboss-seam-booking.ear-contents/jboss-seam-booking.jar
  | 14:51:59,617 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam.jar,name=Dispatcher,service=EJB3 with dependencies:
  | 14:51:59,648 INFO  [EJBContainer] STARTED EJB: org.jboss.seam.core.Dispatcher ejbName: Dispatcher
  | 14:51:59,664 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:51:59,804 INFO  [EJB3Deployer] Deployed: file:/C:/Programmi/jboss-4.0.4.GA/server/default/tmp/deploy/tmp55201jboss-seam-booking.ear-contents/jboss-seam.jar
  | 14:51:59,820 INFO  [TomcatDeployer] deploy, ctxPath=/seam-booking, warUrl=.../tmp/deploy/tmp55201jboss-seam-booking.ear-contents/jboss-seam-booking-exp.war/
  | 14:52:00,241 INFO  [ServletContextListener] Welcome to Seam 1.1.0.BETA1
  | 14:52:00,319 INFO  [Initialization] reading components.xml
  | 14:52:00,412 INFO  [Initialization] reading properties from: /seam.properties
  | 14:52:00,412 INFO  [Initialization] reading properties from: /jndi.properties
  | 14:52:00,428 INFO  [Initialization] initializing Seam
  | 14:52:00,506 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:52:00,568 INFO  [Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init
  | 14:52:00,849 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:52:00,849 INFO  [Component] Component: expressions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Expressions
  | 14:52:00,896 INFO  [Component] Component: org.jboss.seam.core.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Pages
  | 14:52:00,958 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:52:00,958 INFO  [Component] Component: events, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Events
  | 14:52:00,990 INFO  [Component] Component: org.jboss.seam.core.conversationEntries, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationEntries
  | 14:52:01,005 INFO  [Component] Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.Manager
  | 14:52:01,052 INFO  [Component] Component: switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.Switcher
  | 14:52:01,068 INFO  [Component] Component: redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Redirect
  | 14:52:01,083 INFO  [Component] Component: httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.HttpError
  | 14:52:01,099 INFO  [Component] Component: userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.UserPrincipal
  | 14:52:01,114 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:52:01,130 INFO  [Component] Component: isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.IsUserInRole
  | 14:52:01,146 INFO  [Component] Component: conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation
  | 14:52:01,161 INFO  [Component] Component: conversationList, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList
  | 14:52:01,177 INFO  [Component] Component: conversationStack, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack
  | 14:52:01,192 INFO  [Component] Component: facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.FacesContext
  | 14:52:01,208 INFO  [Component] Component: pageContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.PageContext
  | 14:52:01,208 INFO  [Component] Component: eventContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.EventContext
  | 14:52:01,224 INFO  [Component] Component: sessionContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.SessionContext
  | 14:52:01,239 INFO  [Component] Component: applicationContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ApplicationContext
  | 14:52:01,239 INFO  [Component] Component: conversationContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationContext
  | 14:52:01,255 INFO  [Component] Component: businessProcessContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.BusinessProcessContext
  | 14:52:01,270 INFO  [Component] Component: locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Locale
  | 14:52:01,286 INFO  [Component] Component: messages, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.Messages
  | 14:52:01,286 INFO  [Component] Component: theme, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme
  | 14:52:01,301 INFO  [Component] Component: themeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector
  | 14:52:01,348 INFO  [Component] Component: interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator
  | 14:52:01,348 INFO  [Component] Component: facesMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.FacesMessages
  | 14:52:01,379 INFO  [Component] Component: resourceBundle, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle
  | 14:52:01,426 INFO  [Component] Component: localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.LocaleSelector
  | 14:52:01,442 INFO  [Component] Component: uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.UiComponent
  | 14:52:01,457 INFO  [Component] Component: param, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.RenderParameters
  | 14:52:01,457 INFO  [Component] Component: org.jboss.seam.core.safeActions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.SafeActions
  | 14:52:01,489 INFO  [Component] Component: org.jboss.seam.remoting.messaging.subscriptionRegistry, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.messaging.SubscriptionRegistry
  | 14:52:01,504 INFO  [Component] Component: org.jboss.seam.remoting.remotingConfig, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.RemotingConfig
  | 14:52:01,520 INFO  [Component] Component: org.jboss.seam.core.persistenceContexts, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.PersistenceContexts
  | 14:52:01,535 INFO  [Component] Component: currentDate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate
  | 14:52:01,582 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:52:01,816 INFO  [Component] Component: currentTime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime
  | 14:52:01,832 INFO  [Component] Component: currentDatetime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDatetime
  | 14:52:01,847 INFO  [Component] Component: org.jboss.seam.securityManager, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.SeamSecurityManager
  | 14:52:01,879 INFO  [Component] Component: org.jboss.seam.core.exceptions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Exceptions
  | 14:52:01,910 INFO  [Component] Component: pojoCache, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.PojoCache
  | 14:52:01,941 INFO  [Component] Component: org.jboss.seam.debug.introspector, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.Introspector
  | 14:52:01,988 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:52:02,003 INFO  [Component] Component: org.jboss.seam.debug.contexts, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.Contexts
  | 14:52:02,066 INFO  [Scanner] scanning: /C:/Programmi/jboss-4.0.4.GA/server/default/tmp/deploy/tmp55201jboss-seam-booking.ear-contents/jboss-seam-booking.jar
  | 14:52:02,159 INFO  [Component] Component: logout, scope: STATELESS, type: STATELESS_SESSION_BEAN, class: org.jboss.seam.example.booking.LogoutAction, JNDI: jboss-seam-booking/LogoutAction/local
  | 14:52:02,175 INFO  [Component] Component: login, scope: STATELESS, type: STATELESS_SESSION_BEAN, class: org.jboss.seam.example.booking.LoginAction, JNDI: jboss-seam-booking/LoginAction/local
  | 14:52:02,191 INFO  [Component] Component: hotelBooking, scope: CONVERSATION, type: STATEFUL_SESSION_BEAN, class: org.jboss.seam.example.booking.HotelBookingAction, JNDI: jboss-seam-booking/HotelBookingAction/local
  | 14:52:02,222 INFO  [Component] Component: register, scope: EVENT, type: STATEFUL_SESSION_BEAN, class: org.jboss.seam.example.booking.RegisterAction, JNDI: jboss-seam-booking/RegisterAction/local
  | 14:52:02,222 INFO  [Component] Component: changePassword, scope: EVENT, type: STATEFUL_SESSION_BEAN, class: org.jboss.seam.example.booking.ChangePasswordAction, JNDI: jboss-seam-booking/ChangePasswordAction/local
  | 14:52:02,237 INFO  [Component] Component: booking, scope: CONVERSATION, type: ENTITY_BEAN, class: org.jboss.seam.example.booking.Booking
  | 14:52:02,237 INFO  [Component] Component: hotel, scope: CONVERSATION, type: ENTITY_BEAN, class: org.jboss.seam.example.booking.Hotel
  | 14:52:02,237 INFO  [Component] Component: bookingList, scope: SESSION, type: STATEFUL_SESSION_BEAN, class: org.jboss.seam.example.booking.BookingListAction, JNDI: jboss-seam-booking/BookingListAction/local
  | 14:52:02,331 INFO  [Component] Component: user, scope: SESSION, type: ENTITY_BEAN, class: org.jboss.seam.example.booking.User
  | 14:52:02,331 INFO  [Component] Component: hotelSearch, scope: SESSION, type: STATEFUL_SESSION_BEAN, class: org.jboss.seam.example.booking.HotelSearchingAction, JNDI: jboss-seam-booking/HotelSearchingAction/local
  | 14:52:02,362 INFO  [Lifecycle] starting up: isUserInRole
  | 14:52:02,362 INFO  [Lifecycle] starting up: conversationContext
  | 14:52:02,362 INFO  [Lifecycle] starting up: applicationContext
  | 14:52:02,362 INFO  [Lifecycle] starting up: userPrincipal
  | 14:52:02,362 INFO  [Lifecycle] starting up: sessionContext
  | 14:52:02,362 INFO  [Lifecycle] starting up: facesContext
  | 14:52:02,362 INFO  [Lifecycle] starting up: businessProcessContext
  | 14:52:02,362 INFO  [Lifecycle] starting up: eventContext
  | 14:52:02,362 INFO  [Lifecycle] starting up: expressions
  | 14:52:02,362 INFO  [Lifecycle] starting up: pageContext
  | 14:52:02,362 INFO  [Initialization] done initializing Seam
  | 14:52:03,095 INFO  [FacesConfigurator] Reading standard config org/apache/myfaces/resource/standard-faces-config.xml
  | 14:52:03,329 INFO  [FacesConfigurator] Reading config jar:file:/C:/Programmi/jboss-4.0.4.GA/server/default/tmp/deploy/tmp55201jboss-seam-booking.ear-contents/jboss-seam.jar!/META-INF/faces-config.xml
  | 14:52:03,345 INFO  [FacesConfigurator] Reading config jar:file:/C:/Programmi/jboss-4.0.4.GA/server/default/tmp/deploy/tmp55201jboss-seam-booking.ear-contents/jboss-seam-booking-exp.war/WEB-INF/lib/ajax4jsf.jar!/META-INF/faces-config.xml
  | 14:52:03,392 INFO  [FacesConfigurator] Reading config jar:file:/C:/Programmi/jboss-4.0.4.GA/server/default/tmp/deploy/tmp55201jboss-seam-booking.ear-contents/jboss-seam-booking-exp.war/WEB-INF/lib/jboss-seam-debug.jar!/META-INF/faces-config.xml
  | 14:52:03,407 INFO  [FacesConfigurator] Reading config jar:file:/C:/Programmi/jboss-4.0.4.GA/server/default/tmp/deploy/tmp55201jboss-seam-booking.ear-contents/jboss-seam-booking-exp.war/WEB-INF/lib/jboss-seam-ui.jar!/META-INF/faces-config.xml
  | 14:52:03,454 INFO  [FacesConfigurator] Reading config jar:file:/C:/Programmi/jboss-4.0.4.GA/server/default/tmp/deploy/tmp55201jboss-seam-booking.ear-contents/jboss-seam-booking-exp.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/faces-config.xml
  | 14:52:03,470 INFO  [FacesConfigurator] Reading config /WEB-INF/faces-config.xml
  | 14:52:04,031 ERROR [LocaleUtils] Locale name null or empty, ignoring
  | 14:52:06,418 INFO  [StartupServletContextListener] ServletContext 'C:\Programmi\jboss-4.0.4.GA\server\default\.\tmp\deploy\tmp55201jboss-seam-booking.ear-contents\jboss-seam-booking-exp.war\' initialized.
  | 14:52:07,400 INFO  [ServletCacheAdministrator] Created new instance of ServletCacheAdministrator
  | 14:52:07,416 INFO  [ServletCacheAdministrator] Created new application-scoped cache at key: __oscache_cache
  | 14:52:08,399 INFO  [EARDeployer] Started J2EE application: file:/C:/Programmi/jboss-4.0.4.GA/server/default/deploy/jboss-seam-booking.ear
  | 14:52:08,555 INFO  [Http11BaseProtocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
  | 14:52:09,069 INFO  [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
  | 14:52:09,178 INFO  [JkMain] Jk running ID=0 time=0/218  config=null
  | 14:52:09,194 INFO  [Server] JBoss (MX MicroKernel) [4.0.4.GA (build: CVSTag=JBoss_4_0_4_GA date=200605151000)] Started in 54s:249ms
  | 14:53:08,950 INFO  [Events] no events.xml file found
  | 14:53:09,293 INFO  [Pages] reading pages.xml
  | 14:53:09,885 ERROR [STDERR] 7-nov-2006 14.53.09 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/C:/Programmi/jboss-4.0.4.GA/server/default/tmp/deploy/tmp55201jboss-seam-booking.ear-contents/jboss-seam-booking-exp.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-ui.taglib.xml
  | 14:53:09,963 ERROR [STDERR] 7-nov-2006 14.53.09 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/C:/Programmi/jboss-4.0.4.GA/server/default/tmp/deploy/tmp55201jboss-seam-booking.ear-contents/jboss-seam-booking-exp.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-core.taglib.xml
  | 14:53:09,979 ERROR [STDERR] 7-nov-2006 14.53.09 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/C:/Programmi/jboss-4.0.4.GA/server/default/tmp/deploy/tmp55201jboss-seam-booking.ear-contents/jboss-seam-booking-exp.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jstl-fn.taglib.xml
  | 14:53:10,073 ERROR [STDERR] 7-nov-2006 14.53.10 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/C:/Programmi/jboss-4.0.4.GA/server/default/tmp/deploy/tmp55201jboss-seam-booking.ear-contents/jboss-seam-booking-exp.war/WEB-INF/lib/ajax4jsf.jar!/META-INF/a4j.taglib.xml
  | 14:53:10,104 ERROR [STDERR] 7-nov-2006 14.53.10 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/C:/Programmi/jboss-4.0.4.GA/server/default/tmp/deploy/tmp55201jboss-seam-booking.ear-contents/jboss-seam-booking-exp.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jstl-core.taglib.xml
  | 14:53:10,119 ERROR [STDERR] 7-nov-2006 14.53.10 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/C:/Programmi/jboss-4.0.4.GA/server/default/tmp/deploy/tmp55201jboss-seam-booking.ear-contents/jboss-seam-booking-exp.war/WEB-INF/lib/jboss-seam-ui.jar!/META-INF/seam.taglib.xml
  | 14:53:10,151 ERROR [STDERR] 7-nov-2006 14.53.10 com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: jar:file:/C:/Programmi/jboss-4.0.4.GA/server/default/tmp/deploy/tmp55201jboss-seam-booking.ear-contents/jboss-seam-booking-exp.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-html.taglib.xml
  | 14:53:10,993 INFO  [MyfacesConfig] No context init parameter 'org.apache.myfaces.PRETTY_HTML' found, using default value true
  | 14:53:10,993 INFO  [MyfacesConfig] No context init parameter 'org.apache.myfaces.ALLOW_JAVASCRIPT' found, using default value true
  | 14:53:10,993 INFO  [MyfacesConfig] No context init parameter 'org.apache.myfaces.DETECT_JAVASCRIPT' found, using default value false
  | 14:53:10,993 INFO  [MyfacesConfig] No context init parameter 'org.apache.myfaces.AUTO_SCROLL' found, using default value false
  | 14:53:17,232 WARN  [HtmlResponseWriterImpl] HTML nesting warning on closing input: This element must not contain nested elements or text in HTML
  | 14:53:24,095 ERROR [STDERR] [warn] Could not find class net.sf.cglib.asm.util.TraceClassVisitor that net.sf.cglib.core.DebuggingClassWriter$1 references.  It may not be in your classpath and you may not be getting field and constructor weaving for this class.
  | 14:53:25,265 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:53:25,311 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:53:30,318 INFO  [STDOUT] Hibernate: select user0_.username as col_0_0_ from Customer user0_ where user0_.username=?
  | 14:53:30,521 INFO  [STDOUT] Hibernate: insert into Customer (name, password, username) values (?, ?, ?)
  | 14:53:37,571 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:53:37,617 INFO  [STDOUT] Hibernate: select user0_.username as username2_, user0_.name as name2_, user0_.password as password2_ from Customer user0_ where user0_.username=? and user0_.password=?
  | 14:53:38,085 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:53:38,194 ERROR [STDERR] [error] ClassLoader has been garbage collected.. Do verbose mode if you want full stack trace.
  | 14:53:38,241 INFO  [STDOUT] Hibernate: select booking0_.id as id0_, booking0_.user_username as user10_0_, booking0_.checkinDate as checkinD2_0_, booking0_.checkoutDate as checkout3_0_, booking0_.hotel_id as hotel11_0_, booking0_.creditCard as creditCard0_, booking0_.smoking as smoking0_, booking0_.beds as beds0_, booking0_.creditCardName as creditCa7_0_, booking0_.creditCardExpiryMonth as creditCa
  | 8_0_, booking0_.creditCardExpiryYear as creditCa9_0_ from Booking booking0_ where booking0_.user_username=? order by booking0_.checkinDate
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983751#3983751

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983751



More information about the jboss-user mailing list