[JBoss JIRA] (JBIDE-11882) Errors running builder 'JavaScript Validator'
by Victor Rubezhny (JIRA)
Victor Rubezhny created JBIDE-11882:
---------------------------------------
Summary: Errors running builder 'JavaScript Validator'
Key: JBIDE-11882
URL: https://issues.jboss.org/browse/JBIDE-11882
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: UpStream
Affects Versions: 3.3.0.Beta3
Reporter: Victor Rubezhny
Assignee: Victor Rubezhny
Priority: Minor
Fix For: LATER
Errors running builder 'JavaScript Validator' occurs when importing some example projects with JavaScripts.
See:
- JBIDE-11652: Errors running builder 'JavaScript Validator' on project 'ticket-monster' (Resolved with a workaround that disables validation of JavaScripts)
- JBIDE-11630: javascript validation error occurs when creating birt project
The UpStream issue is created as an overall issue for JSDT problems.
--
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, 8 months
[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, 8 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, 8 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, 8 months