[JBoss JIRA] (JBIDE-10155) JavaScript content assist issue with jQuery, but likely more
by Jay Balunas (Created) (JIRA)
JavaScript content assist issue with jQuery, but likely more
------------------------------------------------------------
Key: JBIDE-10155
URL: https://issues.jboss.org/browse/JBIDE-10155
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 3.3.0.M4
Reporter: Jay Balunas
Content assist with JavaScript with jQuery not working, or respecting namespaces. Most JavaScript content assist was fine.
{code:JavaScript}
<script type="text/javascript">
$(document).ready(function() {
//Fetches the initial member table
updateMemberTable();
//Register a event listener on the sumbit action
$('#reg').submit(function(event) {
event.preventDefault();
var formValues = $(this).serialize();
registerMember(formValues);
});
});
</script>
{code}
Any call to "$('foo')." does not show any content assist. Using "jquery('foo'." instead of $ partially worked, but still not 100%. Not all the expected values are there. This makes me think there is two issues.
To see the problem import the project I attached and try out desktop.html, or app.js.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] Created: (JBIDE-7316) Use hibernate 3.6.x in hibernate plugins.
by Dmitry Geraskov (JIRA)
Use hibernate 3.6.x in hibernate plugins.
-----------------------------------------
Key: JBIDE-7316
URL: https://jira.jboss.org/browse/JBIDE-7316
Project: Tools (JBoss Tools)
Issue Type: Task
Components: Hibernate
Affects Versions: 3.2.0.Beta2
Reporter: Dmitry Geraskov
Assignee: Dmitry Geraskov
Fix For: LATER
We are going to make our plugins to use hibernate 3.6, but there are some changes required:
1. Type/NullableType hierarchy was changed, we should not use NullableType any more ( it is deprecated ), but should use AbstractSingleColumnStandardBasicType. The changes are in quiery parameters area
2. To all constructors of values classes ( SimpleValue/Array/OneToMany/... ) added Mapping parameter. We use the classes in internal creation of Configuration object before passing it to exporters ( for example when we generate hbm files based on java files )
--
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
13 years, 7 months
[JBoss JIRA] Created: (JBIDE-8849) JPA project revalidation after export to db
by Jiri Peterka (JIRA)
JPA project revalidation after export to db
-------------------------------------------
Key: JBIDE-8849
URL: https://issues.jboss.org/browse/JBIDE-8849
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Hibernate
Affects Versions: 3.2.1.M1
Environment: JBDS 4.1.0 m1 H359
Reporter: Jiri Peterka
Let's have JPA Project
Create entity M, you'll get Table "Z" cannot be resolved
Project -> JPA Tools -> Generate Tables from Entities
Check Export to database
Finish
After doing this project entity is not yet valid
It would be nice, if connection could be refreshed and code revalidated automatically after export to db (it could be also configurable if desired)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months
[JBoss JIRA] Created: (JBDS-1592) Document procedures, server URLs, who has access, etc. for publishing JBDS to early access & CSP
by Nick Boldt (JIRA)
Document procedures, server URLs, who has access, etc. for publishing JBDS to early access & CSP
------------------------------------------------------------------------------------------------
Key: JBDS-1592
URL: https://issues.jboss.org/browse/JBDS-1592
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Reporter: Nick Boldt
Assignee: mark yarborough
Document:
* procedures,
* list of server URLs,
* who has access, usernames/passwords, etc.
publishing JBDS to early access & CSP
Suggest putting new doc in here:
http://svn.jboss.org/repos/devstudio/trunk/documentation/Release_Guide/
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months