[JBoss JIRA] Created: (JBIDE-5196) IllegalArgumentException in New Seam Project Wizard
by Dmitry Geraskov (JIRA)
IllegalArgumentException in New Seam Project Wizard
---------------------------------------------------
Key: JBIDE-5196
URL: https://jira.jboss.org/jira/browse/JBIDE-5196
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.1.0.M4
Reporter: Dmitry Geraskov
Assignee: Alexey Kazakov
Priority: Minor
1. Create seam project with name "ab"
2. Run the wizard again and enter projet name="ab"
3. Click modify project facets and Java Persistence facet
4. Change the name of the project to "abc"
Observe: Exception
java.lang.IllegalArgumentException
at org.eclipse.wst.common.project.facet.core.internal.FacetedProjectWorkingCopy.setProjectLocation(FacetedProjectWorkingCopy.java:398)
at org.eclipse.wst.common.componentcore.datamodel.FacetProjectCreationDataModelProvider$3.propertyChanged(FacetProjectCreationDataModelProvider.java:143)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelImpl.notifyListeners(DataModelImpl.java:346)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelImpl.notifyPropertyChange(DataModelImpl.java:337)
at org.eclipse.wst.common.frameworks.internal.operations.ProjectCreationDataModelProviderNew.propertySet(ProjectCreationDataModelProviderNew.java:94)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelImpl.internalSetProperty(DataModelImpl.java:182)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelImpl.setProperty(DataModelImpl.java:172)
at org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelSynchHelper.setProperty(DataModelSynchHelper.java:189)
at org.eclipse.wst.common.frameworks.internal.datamodel.ui.DataModelSynchHelper$ModifyTextListener.modifyText(DataModelSynchHelper.java:74)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:167)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
--
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
15 years, 7 months
[JBoss JIRA] Created: (JBIDE-5531) Moved jBPM process error during saving
by Jiri Peterka (JIRA)
Moved jBPM process error during saving
--------------------------------------
Key: JBIDE-5531
URL: https://jira.jboss.org/jira/browse/JBIDE-5531
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jbpm
Affects Versions: 3.1.0.CR1
Environment: Linux 64-bit, Sun JDK 1.6, JbossTools-3.1.0.v200912171816M-H185-RC1
Reporter: Jiri Peterka
Fix For: 3.1.0.GA
Attachments: jbpm-move-err1.png
1. Have a jBPM project
2. Create process in root project location
3. Edit process (insert some elements)
4. Move process into src/main/jpdl
5. Do some modifications (move element) and save it
FAILURE: Error message (see screenshot 1)
After similar operation workbench window is somehow corrupted, you can see screenshot 2
--
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
15 years, 7 months
[JBoss JIRA] Created: (JBIDE-4949) ConsoleConfiguration could not be build if entity-id specified in orm.xml but not specified in java.
by Dmitry Geraskov (JIRA)
ConsoleConfiguration could not be build if entity-id specified in orm.xml but not specified in java.
----------------------------------------------------------------------------------------------------
Key: JBIDE-4949
URL: https://jira.jboss.org/jira/browse/JBIDE-4949
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Hibernate
Affects Versions: 3.1.0.M4
Reporter: Dmitry Geraskov
Assignee: Dmitry Geraskov
Fix For: LATER
Entity mapped as:
<entity class="tph.TablePerHierarhy_Top">
<inheritance strategy="SINGLE_TABLE" />
<attributes>
<id name="tph_Id"/>
<basic name="tph_DataTop"></basic>
</attributes>
</entity>
org.hibernate.console.HibernateConsoleRuntimeException: Could not create JPA based Configuration
Could not create JPA based Configuration
<No message>
java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException: <no message>
java.lang.reflect.InvocationTargetException
javax.persistence.PersistenceException: org.hibernate.AnnotationException: No identifier specified for entity: tph.TablePerHierarhy_Top
org.hibernate.AnnotationException: No identifier specified for entity: tph.TablePerHierarhy_Top
org.hibernate.AnnotationException: No identifier specified for entity: tph.TablePerHierarhy_Top
No identifier specified for entity: tph.TablePerHierarhy_Top
--
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
15 years, 7 months
[JBoss JIRA] Created: (JBIDE-4653) Guvnor repository truncates accents of assets
by Joao Paulo Viragine (JIRA)
Guvnor repository truncates accents of assets
---------------------------------------------
Key: JBIDE-4653
URL: https://jira.jboss.org/jira/browse/JBIDE-4653
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: drools
Environment: JBDS 2
Reporter: Joao Paulo Viragine
When I access my rules assets via Guvnor repository the accents of my DSL are truncated
Example of DSL (Brazilian Portuguese):
[condition][]Tem uma compra=compra: Compra()
[condition][]- Cartao é Ouro=cliente.cartao.tipo == TipoCartao.OURO
[condition][]- Cartao é Prata=cliente.cartao.tipo == TipoCartao.PRATA
[condition][]- Cliente é maior de 18 anos=cliente.idade > 18
[consequence][]Desconto é de "{desconto}"%=compra.setValor(compra.getValor()*(1-{desconto}/100));
--
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
15 years, 7 months