[jboss-user] [JBoss Seam] - Re: Error with SeamGen

2006-11-29 Thread stealth_nsk
Yes, found a lot of them, but this obe seems to be a root: ObjectName: persistence.units:ear=seam_test.ear,unitName=seam_test | State: FAILED | Reason: org.hibernate.HibernateException: Wrong column type: fields, expected: bytea | I Depend On: |

[jboss-user] [JBoss Seam] - Re: Error with SeamGen

2006-11-29 Thread stealth_nsk
Yes, I was correct. The error is caused by Postgres arrays. I think this isse needs to be fixed somehow. At least by skipping fields of non-standard types. Here is the generate class with array: @Entity | @Table(name = tt, schema = public, uniqueConstraints = {}) | public class Tt

[jboss-user] [JBoss Seam] - Error with SeamGen

2006-11-27 Thread stealth_nsk
I do the following: - Create database. - run seam generate-enties - run seam restart - Go to the page and it looks ok, but after clicking on one of the menu items I got EntityManagerFactory not found in JNDI. I found what it's an error from Seam sources, however I don't know how to fix it.

[jboss-user] [JBoss Seam] - Re: Error with SeamGen

2006-11-27 Thread stealth_nsk
All code is autogenerated. persistence.xml persistence | persistence-unit name=seam_test | providerorg.hibernate.ejb.HibernatePersistence/provider | jta-data-sourcejava:/seam_testDatasource/jta-data-source | properties | property

[jboss-user] [JBoss Seam] - Re: Custom JBPM VariableResolver

2006-10-14 Thread stealth_nsk
Yes, thank you. But I think it would be better (from architecture point of view) to allow such setting from the congiguration files (one stuff for everything principle). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978325#3978325 Reply to the post :

[jboss-user] [JBoss Seam] - Custom JBPM VariableResolver

2006-10-13 Thread stealth_nsk
We could set up custom variable resolver for JSF, but for jBPM it looks to be hardcoded: JbpmExpressionEvaluator.setVariableResolver( new SeamVariableResolver() ); Am I right and it's not possible to change jBPM variable resolver without modifying Seam sources? View the original post :

[jboss-user] [JBoss Seam] - Re: Dynamic Pageflow with Seam

2006-10-02 Thread stealth_nsk
[EMAIL PROTECTED] wrote : What is a handler? | | What is a datasource? | Sorry for the mees in terms. I meant variables and scripts to make workflow work. In general, it's ok. I think I could deal with jPDL BeanShell scripts, however it would be better to have the ability of using

[jboss-user] [JBoss Seam] - Re: Dynamic Pageflow with Seam

2006-09-28 Thread stealth_nsk
As I can see, this feature is already resolved. Could you please document how we could control handlers/viewers for dynamically loaded pageflows? Could we use some kind of manager bean to provide information to and handle tasks from dynamic pageflows? P.S. It would be a very powerful feature

[jboss-user] [JBoss Seam] - Re: Dynamic Pageflow with Seam

2006-09-28 Thread stealth_nsk
Thank you for the information. However, one question still remain: Is there any possibilities to set up handlers and data sources for those dynamic processes? I can describe my needs in more details: I want users to be able to enter workflows in web application at runtime, using Rhino

[jboss-user] [JBoss Seam] - SeamSOAP

2006-08-22 Thread stealth_nsk
I'm looking for the methods of integration between Seam and Flash RIA. I think the best way of connecting them is SOAP, however in seam docs SOAP is marked as TODO. Could anyone provide information about how to use Seam through SOAP or is there any better way to connect Flash client with

[jboss-user] [JBoss Seam] - Re: SeamSOAP

2006-08-22 Thread stealth_nsk
[EMAIL PROTECTED] wrote : if you talking about a Flash based rich application based on Adobe Flex 2 you may try the Flex-Ajax-Bridge I was thinking about Laszlo, but I know Flex and they are in many aspects the same. Flash-Ajax bridges exist in all these technologies, but it's some kind of