[JBoss JIRA] Created: (JBIDE-6553) New JSF wizard often only has ONE server / runtime listed
by Rob Stryker (JIRA)
New JSF wizard often only has ONE server / runtime listed
---------------------------------------------------------
Key: JBIDE-6553
URL: https://jira.jboss.org/browse/JBIDE-6553
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing
Affects Versions: 3.1.1, 3.2.0.M1
Reporter: Rob Stryker
Assignee: Denis Golovin
I have four servers installed in my workspace, but for some reason when trying to create a new JSF project, only *one* is listed in the wizard. Some quick tracing has shown that it's executing this call to find which server is selected:
AppRegisterComponent.initTargetServerValue(), and this method also calls
IServer sel = ServerManager.getInstance().getSelectedServer();
Looking through the method's logic I actually have zero clue what is going on here, what the goal is, etc. I would expect that on this page you would be able to select which server / runtime you want to use, but it seems it always invariably only shows one possible entry, and that entry is rarely the entry I want to use. In this case I'm trying to make a project targeted to my EAP server, and the wizard provides me absolutely no method to do so.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/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
[JBoss JIRA] Created: (JBIDE-6773) Create console configuration while creating a configuration file fails
by Ben Clare (JIRA)
Create console configuration while creating a configuration file fails
----------------------------------------------------------------------
Key: JBIDE-6773
URL: https://jira.jboss.org/browse/JBIDE-6773
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Hibernate
Environment: Fedora 13, Eclipse Helios, Hibernate Tools 3.3.0.v201007020601N-H408-M1
Reporter: Ben Clare
Assignee: Max Rydahl Andersen
Fix For: 3.2.0.Beta
When performing the following steps:
1. Highlight project in Project Explorer
2. Right click -> New -> Other -> Hibernate configuration file -> Next
3. Accept the defaults (file name and src folder) -> Next
4. Fill in the database details and check the "Create console configuration file" checkbox ->Next
Result: an error message is displayed in the dialog and the file cannot be created (No Finish button):
Could not resolve /TestConfigFile/src/hibernate.cfg.xml to a file
A screenshot is attached.
This is relevant to the nightly build version of JBoss Tools 3.2
I tested on JBDS 3.0.0.GA and this "bug?" does not present.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months