[JBoss Tools Development] New message: "Re: Content Assist in attributes which should be filled with id's"
by Ilya Shaikovsky
User development,
A new message was posted in the thread "Content Assist in attributes which should be filled with id's":
http://community.jboss.org/message/531042#531042
Author : Ilya Shaikovsky
Profile : http://community.jboss.org/people/ilya_shaikovsky
Message:
--------------------------------------------------------------
> 6. Content assist improvements (see Maxim example)
yes.. something like that. Sorry again for maybe non-informative request.
*Example:*
* I'm using some *outputPanel* with *id = "renderFromSomeChildPages"* in template "main.xhtml"
* client page *page1.xhtml* uses that template *<ui:composition template="mai.xhtml">*
* *page1.xhtml* has a4j:command*. So if I'm trying to add *reRender attribute* and *invoke CA* there - at reRender *suggestions contains id's only from that child page*. How about to look to template(main.xhtml) also and suggest *renderFromSomeChildPages* also?
+I'm not talking about *includes* cases. Just about templates and child pages.+
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/531042#531042
16 years, 2 months
[jBPM] New message: "Does jbpm 4.3 actually work on jboss 5.1.0.GA?"
by Viorel Andronic
User development,
A new message was posted in the thread "Does jbpm 4.3 actually work on jboss 5.1.0.GA?":
http://community.jboss.org/message/531029#531029
Author : Viorel Andronic
Profile : http://community.jboss.org/people/klawandronic
Message:
--------------------------------------------------------------
Hi,
I'm trying to figure this out for almost two weeks now.
I followed the userguide/devguide instructions when deploying.
My problem is I cannot see the ProcessEngine being bound to JNDI message. I've also tried looking up for it, believing that it shouldbe there, still it isn't.
I've also opened a bug on this issue https://jira.jboss.org/jira/browse/JBPM-2816
Everyone seems to have ProcessEngine bound to JNDI except for me, so what am I doing wrong?
I'm using the following config:
database=postgresql
tx=standalone
jboss.version=5.1.0.GA
jboss.parent.dir=D:/Viorel/jbpmtests
And the following set of instructions:
ant clean.cfg.dir
ant create.cfg
ant create.jbpm.schema
ant upgrade.jbpm.schema
ant load.example.identities
ant install.jbpm.into.jboss
Everything seems to be working: the engine, the console, the editor but I cannot connect from a SLSB to the ProcessEngine because it doesn't seem to be bound to JNDI.
Regards,
Viorel
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/531029#531029
16 years, 2 months
[JBoss Tools Development] New message: "birt integration doesn't work with EnumType"
by Elhanan Maayan
User development,
A new message was posted in the thread "birt integration doesn't work with EnumType":
http://community.jboss.org/message/531009#531009
Author : Elhanan Maayan
Profile : http://community.jboss.org/people/Elhanan
Message:
--------------------------------------------------------------
hi..when i try to use a query which includes an enum i get:
[select p.userName,p.letterTemplate.description,p.letterTemplate.templateType ,p.policy.policyId,p.created from PostedAda p]
'org.hibernate.type.EnumType' is not a valid type.
at org.eclipse.birt.data.engine.odaconsumer.Connection.throwDataException(Connection.java:363)
at org.eclipse.birt.data.engine.odaconsumer.Connection.prepareOdaQuery(Connection.java:308)
at org.eclipse.birt.data.engine.odaconsumer.Connection.prepareStatement(Connection.java:204)
at org.eclipse.birt.data.engine.executor.DataSource.prepareStatement(DataSource.java:268)
at org.eclipse.birt.data.engine.executor.DataSourceQuery.prepare(DataSourceQuery.java:274)
at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery$OdaDSQueryExecutor.prepareOdiQuery(PreparedOdaDSQuery.java:413)
at org.eclipse.birt.data.engine.impl.QueryExecutor.prepareExecution(QueryExecutor.java:339)
... 82 more
Caused by: org.eclipse.datatools.connectivity.oda.OdaException: 'org.hibernate.type.EnumType' is not a valid type.
at org.jboss.tools.birt.oda.impl.AbstractOdaFactory.parseQuery(AbstractOdaFactory.java:110)
at org.jboss.tools.birt.oda.impl.AbstractOdaFactory.prepare(AbstractOdaFactory.java:49)
at org.jboss.tools.birt.oda.impl.HibernateOdaQuery.prepare(HibernateOdaQuery.java:48)
at org.eclipse.datatools.connectivity.oda.consumer.helper.OdaQuery.doPrepare(OdaQuery.java:229)
at org.eclipse.datatools.connectivity.oda.consumer.helper.OdaQuery.prepare(OdaQuery.java:186)
at org.eclipse.birt.data.engine.odaconsumer.Connection.prepareOdaQuery(Connection.java:300)
... 87 more
this is after i'ved added hibernate anotations to the classpath
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/531009#531009
16 years, 2 months