[JBoss Tools] New message: "JBossTools-3.0.3.GA On Eclipse Ganymede"
by Salim OFLAZ
User development,
A new message was posted in the thread "JBossTools-3.0.3.GA On Eclipse Ganymede":
http://community.jboss.org/message/527563#527563
Author : Salim OFLAZ
Profile : http://community.jboss.org/people/salimoflaz
Message:
--------------------------------------------------------------
Hi,
I am a beginner with JBoss Tools. I created a web project with JBT. I have a database with tables in it and want to create some entities and forms based on my database. When I invoke new Seam Entity, it always creates an entity bean with id, version and name fields, although I don't have any field like version or name in my table. Do I have to hand-edit these fields and add them accordingly? I properly configured seam project settings, Seam 2.1 is included as a project facet. Any hint is welcome.
Best Regards,
Salim OFLAZ
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/527563#527563
16 years, 2 months
[jBPM] New message: "[Jbpm 4.3] Task status constants"
by Michele Mauro
User development,
A new message was posted in the thread "[Jbpm 4.3] Task status constants":
http://community.jboss.org/message/527562#527562
Author : Michele Mauro
Profile : http://community.jboss.org/people/MicheleMauro
Message:
--------------------------------------------------------------
Hi all!
In org.jbpm.api.task.Task you can find three constants, STATE_COMPLETED, STATE_OPEN, STATE_SUSPENDED.
Their names suggest some relation to the task status, but no api seems to exists to query such value. I'll also add that the documentation for 'STATE_SUSPENDED' is questionable: it says " task doesn't show up in task lists as something is wrong with the related process instance that requires manual intervention first", but I guess there are plenty use cases where makes perfectly sense to suspend a task. I can suggest a few, if necessary.
Are these values leftovers from a refactoring or stubs for a feature not yet implemented?
I'll vote for the latter, if possible :-)
Thanks in advance,
Michele Mauro
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/527562#527562
16 years, 2 months
[JBoss Cache] New message: "Weblogic with JBossCache2"
by Ricardo Almeida
User development,
A new message was posted in the thread "Weblogic with JBossCache2":
http://community.jboss.org/message/527558#527558
Author : Ricardo Almeida
Profile : http://community.jboss.org/people/rjsalmeida
Message:
--------------------------------------------------------------
Hi.
I'm trying to configure jboss cluster cache in weblogic but without sucess.
<property name="hibernate.cache.region.factory_class" value="org.hibernate.cache.jbc2.JndiMultiplexedJBossCacheRegionFactory"/>
<property name="hibernate.cache.region.jbc2.cachefactory" value="java:jbosscache"/>
<property name="hibernate.cache.region.jbc2.cfg.entity" value="mvcc-entity"/>
<property name="hibernate.cache.region.jbc2.cfg.query" value="local-query"/>
<property name="hibernate.cache.region_prefix" value="myPU"/>
This is my persistence xml.
The error is Error Retriving Cache from JNDI.
I saw that I probably need to register a startup class under weblogic, however I only did for Old implementation 1.4
The goal is to configure jboss cache in a weblogic clustered environment.
Can anyone help with this?
Best regards.
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/527558#527558
16 years, 2 months