[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3563) Error TypeNotPresentException: Type org.jboss.seam.framework.рдРersistenceController not present
by Eugene (JIRA)
Error TypeNotPresentException: Type org.jboss.seam.framework.рдРersistenceController not present
------------------------------------------------------------------------------------------------
Key: JBSEAM-3563
URL: https://jira.jboss.org/jira/browse/JBSEAM-3563
Project: Seam
Issue Type: Bug
Affects Versions: 2.0.1.GA
Environment: JBoss: 4.2.2.GA
ORM: Hibernate-3.2.6.GA
JVM: Sun JVM 6 and BEA JRockIt 1.6
Reporter: Eugene
I get next error:
-----------------
......
2008-10-15 01:30:09,086 ERROR [org.jboss.seam.jsf.SeamPhaseListener] uncaught exception
java.lang.TypeNotPresentException: Type org.jboss.seam.framework.ऐersistenceController not present
at sun.reflect.generics.factory.CoreReflectionFactory.makeNamedType(CoreReflectionFactory.java:98)
at sun.reflect.generics.visitor.Reifier.visitClassTypeSignature(Reifier.java:107)
at sun.reflect.generics.tree.ClassTypeSignature.accept(ClassTypeSignature.java:31)
at sun.reflect.generics.repository.ClassRepository.getSuperclass(ClassRepository.java:66)
at java.lang.Class.getGenericSuperclass(Class.java:677)
at org.hibernate.annotations.common.reflection.java.generics.TypeEnvironmentFactory.createSuperTypeEnvironment(TypeEnvironmentFactory.java:72)
at org.hibernate.annotations.common.reflection.java.generics.TypeEnvironmentFactory.access$000(TypeEnvironmentFactory.java:15)
at org.hibernate.annotations.common.reflection.java.generics.TypeEnvironmentFactory$1.caseClass(TypeEnvironmentFactory.java:47)
at org.hibernate.annotations.common.reflection.java.generics.TypeEnvironmentFactory$1.caseClass(TypeEnvironmentFactory.java:59)
at org.hibernate.annotations.common.reflection.java.generics.TypeSwitch.doSwitch(TypeSwitch.java:19)
at org.hibernate.annotations.common.reflection.java.generics.TypeEnvironmentFactory.createEnvironment(TypeEnvironmentFactory.java:44)
at org.hibernate.annotations.common.reflection.java.generics.TypeEnvironmentFactory.getEnvironment(TypeEnvironmentFactory.java:25)
at org.hibernate.annotations.common.reflection.java.generics.TypeEnvironmentFactory$1.caseClass(TypeEnvironmentFactory.java:47)
at org.hibernate.annotations.common.reflection.java.generics.TypeEnvironmentFactory$1.caseClass(TypeEnvironmentFactory.java:59)
at org.hibernate.annotations.common.reflection.java.generics.TypeSwitch.doSwitch(TypeSwitch.java:19)
at org.hibernate.annotations.common.reflection.java.generics.TypeEnvironmentFactory.createEnvironment(TypeEnvironmentFactory.java:44)
at org.hibernate.annotations.common.reflection.java.generics.TypeEnvironmentFactory.getEnvironment(TypeEnvironmentFactory.java:25)
at org.hibernate.annotations.common.reflection.java.generics.TypeEnvironmentFactory$1.caseClass(TypeEnvironmentFactory.java:47)
at org.hibernate.annotations.common.reflection.java.generics.TypeEnvironmentFactory$1.caseClass(TypeEnvironmentFactory.java:59)
at org.hibernate.annotations.common.reflection.java.generics.TypeSwitch.doSwitch(TypeSwitch.java:19)
at org.hibernate.annotations.common.reflection.java.generics.TypeEnvironmentFactory.createEnvironment(TypeEnvironmentFactory.java:44)
at org.hibernate.annotations.common.reflection.java.generics.TypeEnvironmentFactory.getEnvironment(TypeEnvironmentFactory.java:25)
at org.hibernate.annotations.common.reflection.java.generics.TypeEnvironmentFactory$1.caseClass(TypeEnvironmentFactory.java:47)
at org.hibernate.annotations.common.reflection.java.generics.TypeEnvironmentFactory$1.caseClass(TypeEnvironmentFactory.java:59)
at org.hibernate.annotations.common.reflection.java.generics.TypeSwitch.doSwitch(TypeSwitch.java:19)
at org.hibernate.annotations.common.reflection.java.generics.TypeEnvironmentFactory.createEnvironment(TypeEnvironmentFactory.java:44)
at org.hibernate.annotations.common.reflection.java.generics.TypeEnvironmentFactory.getEnvironment(TypeEnvironmentFactory.java:25)
at org.hibernate.annotations.common.reflection.java.generics.TypeEnvironmentFactory$1.caseClass(TypeEnvironmentFactory.java:47)
at org.hibernate.annotations.common.reflection.java.generics.TypeEnvironmentFactory$1.caseClass(TypeEnvironmentFactory.java:59)
at org.hibernate.annotations.common.reflection.java.generics.TypeSwitch.doSwitch(TypeSwitch.java:19)
at org.hibernate.annotations.common.reflection.java.generics.TypeEnvironmentFactory.createEnvironment(TypeEnvironmentFactory.java:44)
at org.hibernate.annotations.common.reflection.java.generics.TypeEnvironmentFactory.getEnvironment(TypeEnvironmentFactory.java:25)
at org.hibernate.annotations.common.reflection.java.JavaReflectionManager$2.caseClass(JavaReflectionManager.java:138)
at org.hibernate.annotations.common.reflection.java.JavaReflectionManager$2.caseClass(JavaReflectionManager.java:147)
at org.hibernate.annotations.common.reflection.java.generics.TypeSwitch.doSwitch(TypeSwitch.java:19)
at org.hibernate.annotations.common.reflection.java.JavaReflectionManager.getTypeEnvironment(JavaReflectionManager.java:135)
at org.hibernate.annotations.common.reflection.java.JavaXClass.getSuperclass(JavaXClass.java:37)
at org.hibernate.validator.ClassValidator.addSuperClassesAndInterfaces(ClassValidator.java:231)
at org.hibernate.validator.ClassValidator.initValidator(ClassValidator.java:201)
at org.hibernate.validator.ClassValidator.<init>(ClassValidator.java:133)
at org.hibernate.validator.ClassValidator.<init>(ClassValidator.java:104)
at org.jboss.seam.core.Validators.createValidator(Validators.java:122)
at org.jboss.seam.core.Validators.getValidator(Validators.java:105)
at org.jboss.seam.core.Validators.getValidator(Validators.java:88)
at org.jboss.seam.core.Validators$ValidatingResolver.setValue(Validators.java:199)
at org.jboss.el.parser.AstPropertySuffix.setValue(AstPropertySuffix.java:73)
at org.jboss.el.parser.AstValue.setValue(AstValue.java:84)
at org.jboss.el.ValueExpressionImpl.setValue(ValueExpressionImpl.java:249)
at org.jboss.seam.core.Validators.validate(Validators.java:140)
at org.jboss.seam.navigation.Param.validateConvertedValue(Param.java:239)
at org.jboss.seam.navigation.Pages.convertAndValidateStringValuesInPageContext(Pages.java:746)
at org.jboss.seam.navigation.Pages.postRestore(Pages.java:393)
at org.jboss.seam.jsf.SeamPhaseListener.postRestorePage(SeamPhaseListener.java:533)
at org.jboss.seam.jsf.SeamPhaseListener.afterRestoreView(SeamPhaseListener.java:379)
at org.jboss.seam.jsf.SeamPhaseListener.afterServletPhase(SeamPhaseListener.java:216)
at org.jboss.seam.jsf.SeamPhaseListener.afterPhase(SeamPhaseListener.java:182)
at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:280)
at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)
at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58)
at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68)
at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85)
at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:393)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
at java.lang.Thread.run(Thread.java:619)
......
What I do wrong?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 3 months
[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2471) add s:concat and s:range functions
by Dan Allen (JIRA)
add s:concat and s:range functions
----------------------------------
Key: JBSEAM-2471
URL: http://jira.jboss.com/jira/browse/JBSEAM-2471
Project: JBoss Seam
Issue Type: Feature Request
Components: Core
Affects Versions: 2.0.1.CR1
Reporter: Dan Allen
Assigned To: Dan Allen
Priority: Minor
Fix For: 2.0.x
Attachments: JBSEAM-2471-v1.txt
My #1 EL pet peeve is that there is no way to concatenate a string. This is like serious basic stuff and it is perfectly reasonable to want to perform this task in EL. I realize I could invent my own solution (and I have), but we want to sweep those common cases under the rug like what was done with the magic collection functions (size, isEmpty, etc).
How about s:concat('one', 'two')?
I am going to squeeze one more in here. I can't tell you the number of times I have needed to quickly create an iteration loop in the UI over a range of numbers, only to realize that there isn't an easy way aside from creating a component. Can we add an s:range() function that creates a collection on the fly?
s:range(1, 5)
This is somewhat of a precedence since the only two functions in s: right now are security related.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 3 months
[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1982) Improved documentation for Nested Conversations
by Jacob Orshalick (JIRA)
Improved documentation for Nested Conversations
-----------------------------------------------
Key: JBSEAM-1982
URL: http://jira.jboss.com/jira/browse/JBSEAM-1982
Project: JBoss Seam
Issue Type: Feature Request
Components: Core
Affects Versions: 2.0.0.CR1
Reporter: Jacob Orshalick
Nested conversations have been discussed at length on several occasions on the forum. The documentation states:
"A conversation may be thought of as a continuable state. Nested conversations allow the application to capture a consistent continuable state at various points in a user interaction, thus insuring truly correct behavior in the face of backbuttoning and workspace management."
This gives the impression of use of nested conversations to achieve a continuation server approach. This approach is possible and is described at the forum reference, but it seems that most developers use nested conversations for sub-flows ending the conversation at the end of the sub-flow. This does not allow back-buttoning to the sub-flow (which seems to be in conflict with the documentation above).
(I will add a link to an article describing the continuation approach in a few weeks, perhaps it could serve as a patch)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 3 months