How to delete an entry from "My quotes"?
[JBoss Seam] - Conversion Error on Registration example
Hello Guest
  
  • Login
• Register…
• Start blog
  • Who, Where, When
• What is interesting here?
• Duels
  • Polls
• Avatars
• Interests
  • Cities and Countries
• Random blog
• Users search
  • Search
• Games
• Tests
• QAIX
  • Сообщества
• Talxy Chat
• Horoscope
• Online
 
Register!

QAIX > Java Programming > [JBoss Seam] - Conversion Error on Registration example 20 December 2006 00:38:27

  Top users: 
  Recent blog posts: 
  They have birthday today: 
  Forums:   
  Discuss: 
  Recent forum topics: 
  Recent forum comments:
  Модератор:

[JBoss Seam] - Conversion Error on Registration example

Fabricio.Lemos 20 December 2006 00:38:27
 Hello,

I m having trouble running the Registration example. The application seems to be deployed ok but when I submit the form, I m getting "Conversion Error" 3 times. I am using maven to package the example on a ear.

Here is the Jboss log:


| 17:46:27,470 INFO [EARDeployer] Init J2EE application: file:/C:/workspaceP­rototipos/Registrati­on/reg-ear/target/re­g-ear-1.0.ear
| 17:46:30,798 INFO [Ejb3Deployment] EJB3 deployment time took: 672
| 17:46:30,954 INFO [Ejb3Deployment] EJB3 deployment time took: 140
| 17:46:31,126 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=reg-­ear-1.0.ear,jar=jbos­s-seam-1.1.jar,name=­Dispatcher,service=E­JB3 with dependencies:
| 17:46:31,407 INFO [EJBContainer] STARTED EJB: org.jboss.seam.core­.Dispatcher ejbName: Dispatcher
| 17:46:31,501 INFO [EJB3Deployer] Deployed: file:/C:/Java/jboss­-4.0.5.GA/server/def­ault/tmp/deploy/tmp5­9795reg-ear-1.0.ear-­contents/jboss-seam-­1.1.jar
| 17:46:31,501 INFO [JmxKernelAbstraction] installing MBean: persistence.units:e­ar=reg-ear-1.0.ear,j­ar=reg-ejb-1.0.jar,u­nitName=userDatabase­ with dependencies:
| 17:46:31,501 INFO [JmxKernelAbstraction] jboss.jca:name=Defa­ultDS,service=DataSo­urceBinding
| 17:46:31,564 INFO [Version] Hibernate EntityManager 3.2.0.GA
| 17:46:31,595 INFO [Version] Hibernate Annotations 3.2.0.GA
| 17:46:31,611 INFO [Environment] Hibernate 3.2.0.ga
| 17:46:31,611 INFO [Environment] hibernate.propertie­s not found
| 17:46:31,626 INFO [Environment] Bytecode provider name : javassist
| 17:46:31,626 INFO [Environment] using JDK 1.4 java.sql.Timestamp handling
| 17:46:31,861 INFO [Ejb3Configuration] found EJB3 Entity bean: org.jboss.seam.exam­ple.registration.Use­r
| 17:46:31,861 WARN [Ejb3Configuration] Persistence provider caller does not implements the EJB3 spec correctly. PersistenceUnitInfo­.getNewTempClassLoad­er() is null.
| 17:46:31,954 INFO [Configuration] Reading mappings from resource: META-INF/orm.xml
| 17:46:31,970 INFO [Ejb3Configuration] [PersistenceUnit: userDatabase] no META-INF/orm.xml found
| 17:46:32,407 INFO [AnnotationBinder] Binding entity from annotated class: org.jboss.seam.exam­ple.registration.Use­r
| 17:46:32,486 INFO [EntityBinder] Bind entity org.jboss.seam.exam­ple.registration.Use­r on table users
| 17:46:32,845 INFO [ConnectionProviderFactory] Initializing connection provider: org.hibernate.ejb.c­onnection.InjectedDa­taSourceConnectionPr­ovider
| 17:46:32,845 INFO [InjectedDataSourceConnectionProvider] Using provided datasource
| 17:46:32,861 INFO [SettingsFactory] RDBMS: HSQL Database Engine, version: 1.8.0
| 17:46:32,861 INFO [SettingsFactory] JDBC driver: HSQL Database Engine Driver, version: 1.8.0
| 17:46:32,892 INFO [Dialect] Using dialect: org.hibernate.diale­ct.HSQLDialect
| 17:46:32,907 INFO [TransactionFactoryFactory] Transaction strategy: org.hibernate.ejb.t­ransaction.JoinableC­MTTransactionFactory­
| 17:46:32,923 INFO [TransactionManagerLookupFactory] instantiating TransactionManagerL­ookup: org.hibernate.trans­action.JBossTransact­ionManagerLookup
| 17:46:32,923 INFO [TransactionManagerLookupFactory] instantiated TransactionManagerL­ookup
| 17:46:32,923 INFO [SettingsFactory] Automatic flush during beforeCompletion():­ disabled
| 17:46:32,923 INFO [SettingsFactory] Automatic session close at end of transaction: disabled
| 17:46:32,923 INFO [SettingsFactory] JDBC batch size: 15
| 17:46:32,923 INFO [SettingsFactory] JDBC batch updates for versioned data: disabled
| 17:46:32,923 INFO [SettingsFactory] Scrollable result sets: enabled
| 17:46:32,923 INFO [SettingsFactory] JDBC3 getGeneratedKeys():­ disabled
| 17:46:32,923 INFO [SettingsFactory] Connection release mode: auto
| 17:46:32,923 INFO [SettingsFactory] Default batch fetch size: 1
| 17:46:32,923 INFO [SettingsFactory] Generate SQL with comments: disabled
| 17:46:32,923 INFO [SettingsFactory] Order SQL updates by primary key: disabled
| 17:46:32,923 INFO [SettingsFactory] Query translator: org.hibernate.hql.a­st.ASTQueryTranslato­rFactory
| 17:46:32,939 INFO [ASTQueryTranslatorFactory] Using ASTQueryTranslatorF­actory
| 17:46:32,939 INFO [SettingsFactory] Query language substitutions: {}
| 17:46:32,939 INFO [SettingsFactory] JPA-QL strict compliance: enabled
| 17:46:32,939 INFO [SettingsFactory] Second-level cache: enabled
| 17:46:32,939 INFO [SettingsFactory] Query cache: disabled
| 17:46:32,939 INFO [SettingsFactory] Cache provider: org.hibernate.cache­.HashtableCacheProvi­der
| 17:46:32,939 INFO [SettingsFactory] Optimize cache for minimal puts: disabled
| 17:46:32,939 INFO [SettingsFactory] Structured second-level cache entries: disabled
| 17:46:32,954 INFO [SettingsFactory] Statistics: disabled
| 17:46:32,954 INFO [SettingsFactory] Deleted entity synthetic identifier rollback: disabled
| 17:46:32,954 INFO [SettingsFactory] Default entity-mode: pojo
| 17:46:33,064 INFO [SessionFactoryImpl] building session factory
| 17:46:33,439 INFO [SessionFactoryObjectFactory] Not binding factory to JNDI, no JNDI name configured
| 17:46:33,470 INFO [SchemaExport] Running hbm2ddl schema export
| 17:46:33,470 INFO [SchemaExport] exporting generated schema to database
| 17:46:33,470 INFO [SchemaExport] schema export complete
| 17:46:33,501 INFO [NamingHelper] JNDI InitialContext properties:{java.na­ming.factory.initial­=org.jnp.interfaces.­NamingContextFactory­, java.naming.factory­.url.pkgs=org.jboss.­naming:org.jnp.inter­faces}
| 17:46:33,548 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=reg-­ear-1.0.ear,jar=reg-­ejb-1.0.jar,name=Reg­isterAction,service=­EJB3 with dependencies:
| 17:46:33,548 INFO [JmxKernelAbstraction] persistence.units:e­ar=reg-ear-1.0.ear,j­ar=reg-ejb-1.0.jar,u­nitName=userDatabase­
| 17:46:33,595 INFO [EJBContainer] STARTED EJB: org.jboss.seam.exam­ple.registration.Reg­isterAction ejbName: RegisterAction
| 17:46:33,642 INFO [EJB3Deployer] Deployed: file:/C:/Java/jboss­-4.0.5.GA/server/def­ault/tmp/deploy/tmp5­9795reg-ear-1.0.ear-­contents/reg-ejb-1.0­.jar
| 17:46:33,642 INFO [TomcatDeployer] deploy, ctxPath=/seam-reg, warUrl=.../tmp/depl­oy/tmp59795reg-ear-1­.0.ear-contents/reg-­web-1.0-exp.war/
| 17:46:34,064 INFO [FacesConfigurator] Reading standard config org/apache/myfaces/­resource/standard-fa­ces-config.xml
| 17:46:34,142 INFO [FacesConfigurator] Reading config jar:file:/C:/Java/boss-4.0.5.GA/server­/default/tmp/deploy/­tmp59795reg-ear-1.0.­ear-contents/jboss-s­eam-1.1.jar!/META-IN­F/faces-config.xml
| 17:46:34,142 INFO [FacesConfigurator] Reading config jar:file:/C:/Java/boss-4.0.5.GA/server­/default/./tmp/deplo­y/tmp59795reg-ear-1.­0.ear-contents/reg-w­eb-1.0-exp.war/WEB-I­NF/lib/jboss-seam-1.­1.jar!/META-INF/face­s-config.xml
| 17:46:34,157 INFO [FacesConfigurator] Reading config /WEB-INF/faces-conf­ig.xml
| 17:46:34,376 WARN [LocaleUtils] Locale name in faces-config.xml null or empty, setting locale to default locale : pt_BR
| 17:46:34,720 INFO [StartupServletContextListener] ServletContext 'C:\Java\jboss-4.0.­5.GA\server\default\­.\tmp\deploy\tmp5979­5reg-ear-1.0.ear-con­tents\reg-web-1.0-ex­p.war\' initialized.
| 17:46:34,720 INFO [StartupServletContextListener] Serialization provider : class org.apache.myfaces.­shared_impl.util.ser­ial.DefaultSerialFac­tory
| 17:46:34,720 INFO [ServletContextListener] Welcome to Seam 1.1.0.GA
| 17:46:34,767 INFO [Initialization] Namespace: http://jboss.com/pr­oducts/seam/framewor­k, package: org.jboss.seam.fram­ework, prefix: org.jboss.seam.core­.framework
| 17:46:34,767 INFO [Initialization] Namespace: http://jboss.com/pr­oducts/seam/jms, package: org.jboss.seam.jms,­ prefix: org.jboss.seam.jms
| 17:46:34,767 INFO [Initialization] Namespace: http://jboss.com/pr­oducts/seam/drools, package: org.jboss.seam.droo­ls, prefix: org.jboss.seam.droo­ls
| 17:46:34,782 INFO [Initialization] Namespace: http://jboss.com/pr­oducts/seam/remoting­, package: org.jboss.seam.remo­ting, prefix: org.jboss.seam.remo­ting
| 17:46:34,782 INFO [Initialization] Namespace: http://jboss.com/pr­oducts/seam/theme, package: org.jboss.seam.them­e, prefix: org.jboss.seam.them­e
| 17:46:34,798 INFO [Scanner] scanning: /C:/Java/jboss-4.0.­5.GA/server/default/­tmp/deploy/tmp59795r­eg-ear-1.0.ear-conte­nts/reg-ejb-1.0.jar
| 17:46:34,814 INFO [Scanner] scanning: /C:/Java/jboss-4.0.­5.GA/server/default/­tmp/deploy/tmp59795r­eg-ear-1.0.ear-conte­nts/jboss-seam-1.1.j­ar
| 17:46:34,829 INFO [Scanner] scanning: /C:/Java/jboss-4.0.­5.GA/server/default/­./tmp/deploy/tmp5979­5reg-ear-1.0.ear-con­tents/reg-web-1.0-ex­p.war/WEB-INF/lib/jb­oss-seam-1.1.jar
| 17:46:34,861 INFO [Initialization] Namespace: http://jboss.com/pr­oducts/seam/drools, package: org.jboss.seam.droo­ls, prefix: org.jboss.seam.droo­ls
| 17:46:34,861 INFO [Initialization] Namespace: http://jboss.com/pr­oducts/seam/remoting­, package: org.jboss.seam.remo­ting, prefix: org.jboss.seam.remo­ting
| 17:46:34,861 INFO [Initialization] Namespace: http://jboss.com/pr­oducts/seam/theme, package: org.jboss.seam.them­e, prefix: org.jboss.seam.them­e
| 17:46:34,861 INFO [Initialization] Namespace: http://jboss.com/pr­oducts/seam/jms, package: org.jboss.seam.jms,­ prefix: org.jboss.seam.jms
| 17:46:34,861 INFO [Initialization] Namespace: http://jboss.com/pr­oducts/seam/framewor­k, package: org.jboss.seam.fram­ework, prefix: org.jboss.seam.core­.framework
| 17:46:34,861 INFO [Initialization] reading /WEB-INF/components­.xml
| 17:46:35,017 INFO [Initialization] reading jar:file:/C:/Java/boss-4.0.5.GA/server­/default/tmp/deploy/­tmp59795reg-ear-1.0.­ear-contents/jboss-s­eam-1.1.jar!/META-IN­F/components.xml
| 17:46:35,032 INFO [Initialization] reading jar:file:/C:/Java/boss-4.0.5.GA/server­/default/./tmp/deplo­y/tmp59795reg-ear-1.­0.ear-contents/reg-w­eb-1.0-exp.war/WEB-I­NF/lib/jboss-seam-1.­1.jar!/META-INF/comp­onents.xml
| 17:46:35,064 INFO [Initialization] reading properties from: /seam.properties
| 17:46:35,064 INFO [Initialization] reading properties from: /jndi.properties
| 17:46:35,079 INFO [Initialization] initializing Seam
| 17:46:35,079 INFO [Scanner] scanning: /C:/Java/jboss-4.0.­5.GA/server/default/­tmp/deploy/tmp59795r­eg-ear-1.0.ear-conte­nts/reg-ejb-1.0.jar
| 17:46:35,548 INFO [Scanner] scanning: /C:/Java/jboss-4.0.­5.GA/server/default/­tmp/deploy/tmp59795r­eg-ear-1.0.ear-conte­nts/jboss-seam-1.1.j­ar
| 17:46:37,220 INFO [Scanner] scanning: /C:/Java/jboss-4.0.­5.GA/server/default/­./tmp/deploy/tmp5979­5reg-ear-1.0.ear-con­tents/reg-web-1.0-ex­p.war/WEB-INF/lib/jb­oss-seam-1.1.jar
| 17:46:38,001 INFO [Component] Component: org.jboss.seam.core­.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core­.Init
| 17:46:38,095 INFO [Initialization] Installing components...
| 17:46:38,095 INFO [Component] Component: org.jboss.seam.core­.exceptions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core­.Exceptions
| 17:46:38,095 INFO [Component] Component: org.jboss.seam.core­.applicationContext,­ scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core­.ApplicationContext
| 17:46:38,095 INFO [Component] Component: org.jboss.seam.core­.conversationStack, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core­.ConversationStack
| 17:46:38,095 INFO [Component] Component: org.jboss.seam.remo­ting.messaging.subsc­riptionRegistry, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remo­ting.messaging.Subsc­riptionRegistry
| 17:46:38,095 INFO [Component] Component: org.jboss.seam.core­.isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core­.IsUserInRole
| 17:46:38,095 INFO [Component] Component: org.jboss.seam.core­.redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core­.Redirect
| 17:46:38,111 INFO [Component] Component: org.jboss.seam.fram­ework.currentDatetim­e, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.fram­ework.CurrentDatetim­e
| 17:46:38,158 INFO [Component] Component: org.jboss.seam.core­.switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core­.Switcher
| 17:46:38,158 INFO [Component] Component: org.jboss.seam.core­.conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core­.Conversation
| 17:46:38,158 INFO [Component] Component: org.jboss.seam.fram­ework.currentDate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.fram­ework.CurrentDate
| 17:46:38,173 INFO [Component] Component: org.jboss.seam.core­.facesMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core­.FacesMessages
| 17:46:38,173 INFO [Component] Component: org.jboss.seam.them­e.themeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.them­e.ThemeSelector
| 17:46:38,173 INFO [Component] Component: org.jboss.seam.core­.persistenceContexts­, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core­.PersistenceContexts­
| 17:46:38,173 INFO [Component] Component: org.jboss.seam.core­.safeActions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core­.SafeActions
| 17:46:38,173 INFO [Component] Component: org.jboss.seam.core­.validation, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core­.Validation
| 17:46:38,173 INFO [Component] Component: org.jboss.seam.core­.businessProcessCont­ext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core­.BusinessProcessCont­ext
| 17:46:38,173 INFO [Component] Component: org.jboss.seam.core­.sessionContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core­.SessionContext
| 17:46:38,173 INFO [Component] Component: org.jboss.seam.core­.messages, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core­.Messages
| 17:46:38,189 INFO [Component] Component: org.jboss.seam.core­.conversationList, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core­.ConversationList
| 17:46:38,189 INFO [Component] Component: org.jboss.seam.core­.conversationEntries­, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core­.ConversationEntries­
| 17:46:38,189 INFO [Component] Component: org.jboss.seam.core­.facesPage, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core­.FacesPage
| 17:46:38,189 INFO [Component] Component: org.jboss.seam.core­.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core­.Pages
| 17:46:38,189 INFO [Component] Component: org.jboss.seam.them­e.theme, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.them­e.Theme
| 17:46:38,189 INFO [Component] Component: org.jboss.seam.core­.resourceBundle, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core­.ResourceBundle
| 17:46:38,204 INFO [Component] Component: org.jboss.seam.core­.localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core­.LocaleSelector
| 17:46:38,204 INFO [Component] Component: org.jboss.seam.remo­ting.remotingConfig,­ scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remo­ting.RemotingConfig
| 17:46:38,204 INFO [Component] Component: org.jboss.seam.core­.facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core­.FacesContext
| 17:46:38,204 INFO [Component] Component: org.jboss.seam.core­.httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core­.HttpError
| 17:46:38,204 INFO [Component] Component: org.jboss.seam.core­.uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core­.UiComponent
| 17:46:38,204 INFO [Component] Component: org.jboss.seam.core­.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core­.Manager
| 17:46:38,204 INFO [Component] Component: org.jboss.seam.core­.events, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core­.Events
| 17:46:38,204 INFO [Component] Component: org.jboss.seam.core­.userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core­.UserPrincipal
| 17:46:38,204 INFO [Component] Component: org.jboss.seam.core­.interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core­.Interpolator
| 17:46:38,220 INFO [Component] Component: org.jboss.seam.core­.locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core­.Locale
| 17:46:38,220 INFO [Component] Component: org.jboss.seam.core­.eventContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core­.EventContext
| 17:46:38,220 INFO [Component] Component: org.jboss.seam.core­.pageContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core­.PageContext
| 17:46:38,220 INFO [Component] Component: org.jboss.seam.core­.conversationContext­, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core­.ConversationContext­
| 17:46:38,220 INFO [Component] Component: org.jboss.seam.fram­ework.currentTime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.fram­ework.CurrentTime
| 17:46:38,236 INFO [Component] Component: org.jboss.seam.core­.expressions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core­.Expressions
| 17:46:38,236 INFO [Component] Component: org.jboss.seam.core­.pojoCache, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core­.PojoCache
| 17:46:38,236 INFO [Initialization] done initializing Seam
| 17:46:38,345 INFO [EARDeployer] Started J2EE application: file:/C:/workspaceP­rototipos/Registrati­on/reg-ear/target/re­g-ear-1.0.ear
| 17:46:47,220 INFO [Events] no events.xml file found
| 17:46:47,314 INFO [Pages] no pages.xml file found
| 17:46:47,736 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces­.PRETTY_HTML' found, using default value true
| 17:46:47,736 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces­.ALLOW_JAVASCRIPT' found, using default value true
| 17:46:47,736 INFO [MyfacesConfig] Tomahawk jar not available. Autoscrolling, DetectJavascript, AddResourceClass and CheckExtensionsFilt­er are disabled now.
|

And that is my components.xml:


| <?xml version="1.0" encoding="UTF-8"?>
| <components xmlns="http://jboss­.com/products/seam/c­omponents"
| xmlns:core="http://­jboss.com/products/s­eam/core"
| xmlns:xsi="http://w­ww.w3.org/2001/XMLSc­hema-instance"
| xsi:schemaLocation=­
| "http://jboss.com/p­roducts/seam/core http://jboss.com/pr­oducts/seam/core-1.1­.xsd
| http://jboss.com/pr­oducts/seam/componen­ts http://jboss.com/pr­oducts/seam/componen­ts-1.1.xsd">
| <core:init jndi-pattern="reg-e­ar-1.0/#{ejbName}/lo­cal"/>
| </components>
|

I do have seam.properties in the root of the jar that contains the User entity.

Could it be a classpath problem? My ear is very similar to the one in
http://docs.jboss.c­om/seam/1.1GA/refere­nce/en/html/configur­ation.html#d0e6265

In my WEB-INF/lib I have:

| el-api.jar
| el-ri.jar
| jboss-seam.jar
| jboss-seam-ui.jar
| myfaces-api-1.1.4.j­ar
| myfaces-impl-1.1.4.­jar and
| thirdparty-all.jar
|
|
| I m using Seam 1.1GA and Jboss 4.0.5GA.
|
| Thanks in advance...

View the original post : http://www.jboss.co­m/index.html?module=­bb&op=viewtopic&p=39­95135#3995135

Reply to the post : http://www.jboss.co­m/index.html?module=­bb&op=posting&mode=r­eply&p=3995135
Add comment
 

Add new comment

As:
Login:  Password:  
 
 
  
 
Пожалуйста, относитесь к собеседникам уважительно, не используйте нецензурные слова, не злоупотребляйте заглавными буквами, не публикуйте рекламу и объявления о купле/продаже, а также материалы нарушающие сетевой этикет или законы РФ. Ваш ip-адрес записывается.


QAIX > Java Programming > [JBoss Seam] - Conversion Error on Registration example 20 December 2006 00:38:27

see also:
RE: no more double clicking on errors?
[Off-topic] Netbeans memory usage…
Location of the JUnit module?
pass tests:
ДЛЯ РУССКИХ ЧУВАКОВ
see also:
How to edit/crop/join/trim/split/adjust…
How to rip DVD and convert video and…
Recommended: Converters for Sony…

  Copyright © 2001—2010 QAIX
Идея: Монашёв Михаил.
Авторами текстов, изображений и видео, размещённых на этой странице, являются пользователи сайта.
See Help and FAQ in the community support.qaix.com.
Write in the community about the bugs you have noticedbugs.qaix.com.
Write your offers and comments in the communities suggest.qaix.com.
Information for parents.
Пишите нам на .
If you would like to report an abuse of our service, such as a spam message, please .
Если Вы хотите пожаловаться на содержимое этой страницы, пожалуйста .