[JBoss JIRA] Created: (JBIDE-7604) Update CodeGeneration in external process to use FakeTransactionManagerLookup
by Vitali Yemialyanchyk (JIRA)
Update CodeGeneration in external process to use FakeTransactionManagerLookup
-----------------------------------------------------------------------------
Key: JBIDE-7604
URL: https://jira.jboss.org/browse/JBIDE-7604
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: Hibernate
Affects Versions: 3.2.0.Beta2
Reporter: Vitali Yemialyanchyk
Assignee: Vitali Yemialyanchyk
Priority: Minor
Fix For: 3.2.0.CR1
in case - if hibernate.transaction.manager_lookup_class property empty - Hibernate Tools for Eclipse console configuration using org.hibernate.console.FakeTransactionManagerLookup class;
to have the same functionality with code generation in external process - this update is necessary.
the issue JBIDE-7562 - is one example without this update.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Created: (JBIDE-7406) DeltaCloud UI does not store cloud type
by Andre Dietisheim (JIRA)
DeltaCloud UI does not store cloud type
---------------------------------------
Key: JBIDE-7406
URL: https://jira.jboss.org/browse/JBIDE-7406
Project: Tools (JBoss Tools)
Issue Type: Bug
Reporter: Andre Dietisheim
The current implementation of the deltacloud UI does not store the cloud type correctly. It does not pass the type parameter in constructors:
class DeltaCloud:
public DeltaCloud(String name, String url, String username, String passwd) throws MalformedURLException {
this(name, url, username, passwd, null, false, IImageFilter.ALL_STRING, IInstanceFilter.ALL_STRING);
^^^^
}
Therefore, when a cloud is edited, a bad type is extracted from the settings (a String "null").
Either the type shall not stored at all and calculated on each connection edit (by querying the server) or it shall be stored and displayed without server query.
--
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, 4 months
[JBoss JIRA] Created: (JBIDE-7484) DeltaCloudClient: remove instance related actions
by Andre Dietisheim (JIRA)
DeltaCloudClient: remove instance related actions
-------------------------------------------------
Key: JBIDE-7484
URL: https://jira.jboss.org/browse/JBIDE-7484
Project: Tools (JBoss Tools)
Issue Type: Bug
Reporter: Andre Dietisheim
The DeltaCloudClient currently has duplicate implementations of instance related functionalities (start, stop, destroy, reboot). I'll remove the deprecated methods:
Mail with Jeff Johnson on the 29th of Oct:
>> I discovered another possible duplication:
>>
>> DeltaCloudClient#performInstanceAction allows you to perfom START, STOP,
>> REBOOT, DESTROY (Instance#Action)
>>
>> On the other hand most of these actions also have their own method in
>> DeltaCloudClient:
>>
>> startInstance
>> shutdownInstance (=STOP)
>> rebootInstance
>> destroyInstance
>>
>> Is there any reason for this duplication? Which one would you remove
>> (the performaAction or the individual methods)?
>>
>> Thanks!
>> André
>I would remove the individual methods. Remember that I copied and hacked an ancient version of this code so some methods that Martin thought
> might be useful were never used. I didn't go about pruning them.
--
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, 4 months
[JBoss JIRA] Created: (JBIDE-7596) Cannot generate entities properly with Seam Generate Entities command
by Martin Gencur (JIRA)
Cannot generate entities properly with Seam Generate Entities command
----------------------------------------------------------------------
Key: JBIDE-7596
URL: https://jira.jboss.org/browse/JBIDE-7596
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: LATER
Environment: JBDS 4.0.0.Beta2-201011130005N-H27, Seam2 in EAP 4.3 CP09 CR2
Reporter: Martin Gencur
Assignee: Alexey Kazakov
Steps to reproduce the bug:
1) Create New Seam Web Project
2) Reverse engineer entities from database (Person,Vehicle) from : jdbc:mysql://vmg08.mw.lab.eng.bos.redhat.com:3306/seam3 (credential will be in private comment)
3) deploy the application
4) Click the "Vehicle list" link at the top, now you can see the error in the attached screenshot (javax.el.ELException: /VehicleList.xhtml @54,60 rendered="#{empty vehicleList.resultList}": Error reading 'resultList' on type org.domain.newwarproject.session.VehicleList_$$_javassist_seam_9) - that's because VehicleList really doesn't contain resultsList method
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months