[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2943) seam-gen ear project on windows does not allow new CRUD entries
by Jay Balunas (JIRA)
seam-gen ear project on windows does not allow new CRUD entries
---------------------------------------------------------------
Key: JBSEAM-2943
URL: http://jira.jboss.com/jira/browse/JBSEAM-2943
Project: Seam
Issue Type: Bug
Components: Core
Affects Versions: 2.0.2.CR2
Environment: Windows media center (XP)
JDK 1.5.0_15
ant 1.7
mysql 5.0
Reporter: Jay Balunas
Seam-gen test on windows following release-process.txt instructions.
- setup,new-form, new-action all worked fine.
- Generate-entities builds and deploys.
- Can access the new pages, but when attempting to add a person or vehicle the page shifts back to the search page
- with a message "The conversation ended, timed out or was processing another request."
- no errors showed in the logs
- I was able to get one entry in for users in between these errors
- sometimes this jump happens during validation in between entering values, other times only when clicking "save"
--
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
16 years, 8 months
[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2963) Booking example on tomcat6 with JBoss Embedded throws NameNotFoundException
by Jay Balunas (JIRA)
Booking example on tomcat6 with JBoss Embedded throws NameNotFoundException
---------------------------------------------------------------------------
Key: JBSEAM-2963
URL: http://jira.jboss.com/jira/browse/JBSEAM-2963
Project: Seam
Issue Type: Bug
Components: Examples, Platform interoperability
Affects Versions: 2.0.2.CR2
Reporter: Jay Balunas
Attachments: tomcat-booking-error.txt
Deploy booking example to tomcat6 with JBoss embedded as it seems to deploy fine. When accessed get the exception below (see attachment for full stack). Note all other embedded examples work fine.
Caused by: javax.naming.NameNotFoundException: Name jboss-seam-booking is not bound in this Context
at org.apache.naming.NamingContext.lookup(NamingContext.java:770)
at org.apache.naming.NamingContext.lookup(NamingContext.java:153)
at org.apache.naming.SelectorContext.lookup(SelectorContext.java:137)
at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.embedded.jndi.BridgeContext.invoke(BridgeContext.java:77)
at $Proxy100.lookup(Unknown Source)
at javax.naming.InitialContext.lookup(InitialContext.java:351)
at org.jboss.seam.Component.instantiateSessionBean(Component.java:1287)
at org.jboss.seam.Component.instantiate(Component.java:1273)
at org.jboss.seam.Component.newInstance(Component.java:1967)
... 42 more
--
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
16 years, 8 months
[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2950) dvdstore large checkout causes a IllegalStateException: process business key may not be null
by Jay Balunas (JIRA)
dvdstore large checkout causes a IllegalStateException: process business key may not be null
--------------------------------------------------------------------------------------------
Key: JBSEAM-2950
URL: http://jira.jboss.com/jira/browse/JBSEAM-2950
Project: Seam
Issue Type: Bug
Components: Examples
Affects Versions: 2.0.2.CR2
Reporter: Jay Balunas
Attachments: dvd-large-checkout-error.txt
Deployed DVD store example to JBoss AS 4.2.2. Select a movie (I chose bourne ultimatum), and check out.
In the shopping cart page up the quantity of the dvds (I used 135), and continue the checkout. When I press the "confirm" button I get an error page and the exception below in the logs. See the attached file for a complete stack trace.
Caused by: java.lang.IllegalStateException: process business key may not be null
at org.jboss.seam.bpm.BusinessProcessInterceptor.getProcessKey(BusinessProcessInterceptor.java:139)
at org.jboss.seam.bpm.BusinessProcessInterceptor.afterInvocation(BusinessProcessInterceptor.java:110)
at org.jboss.seam.bpm.BusinessProcessInterceptor.aroundInvoke(BusinessProcessInterceptor.java:49)
at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
--
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
16 years, 8 months