[JBoss JIRA] (JBIDE-18148) problem with Hibernate package-info.java TypeDefs
by Jeffrey Simpson (JIRA)
Jeffrey Simpson created JBIDE-18148:
---------------------------------------
Summary: problem with Hibernate package-info.java TypeDefs
Key: JBIDE-18148
URL: https://issues.jboss.org/browse/JBIDE-18148
Project: Tools (JBoss Tools)
Issue Type: Bug
Environment: OSX 10.9.4
Reporter: Jeffrey Simpson
I just tried out JBoss Developer Studio 8.0.0.Beta3 and it reports all of my Hibernate types that are defined in a package-info as not being found. I get "Type "common-big-decimal" could not be found" where I use it to define an attribute on an entity.
Here is my Package-info.java
@org.hibernate.annotations.TypeDefs (
{
@org.hibernate.annotations.TypeDef(name="yfu_boolean", typeClass=org.yfu.util.hibernate.TrueFalseBooleanUserType.class),
@org.hibernate.annotations.TypeDef(name="integer_date", typeClass=org.yfu.util.hibernate.IntegerDateUserType.class),
@org.hibernate.annotations.TypeDef(name="integer_local_date", typeClass=org.yfu.util.hibernate.IntegerLocalDateUserType.class),
@org.hibernate.annotations.TypeDef(name="common_big_decimal", typeClass=org.yfu.util.hibernate.NullableBigDecimalUserType.class),
@org.hibernate.annotations.TypeDef(name="common_long", typeClass=org.yfu.util.hibernate.NullableLongUserType.class),
@org.hibernate.annotations.TypeDef(name="common_integer", typeClass=org.yfu.util.hibernate.NullableIntegerUserType.class),
@org.hibernate.annotations.TypeDef(name="common_string", typeClass=org.yfu.util.hibernate.NullableStringUserType.class),
@org.hibernate.annotations.TypeDef(name="common_tf_boolean", typeClass=org.yfu.util.hibernate.NullableTFBooleanUserType.class),
@org.hibernate.annotations.TypeDef(name="common_yn_boolean", typeClass=org.yfu.util.hibernate.NullableYNBoolenaUserType.class),
@org.hibernate.annotations.TypeDef(name="yfu_boolean_integer", typeClass=org.yfu.util.hibernate.YFUBooleanIntegerUserType.class),
}
)
package org.yfu.util.hibernate;
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-15522) Shoud validate when @Path arg at type does not match @PathParam on methods
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15522?page=com.atlassian.jira.plugi... ]
Xavier Coulon resolved JBIDE-15522.
-----------------------------------
Fix Version/s: 4.2.0.CR1
(was: 4.2.x)
Resolution: Done
Problem could not be reproduced. Was fixed in a previous commit ;-)
> Shoud validate when @Path arg at type does not match @PathParam on methods
> ---------------------------------------------------------------------------
>
> Key: JBIDE-15522
> URL: https://issues.jboss.org/browse/JBIDE-15522
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: webservices
> Affects Versions: 4.1.0.Final
> Reporter: Xavier Coulon
> Assignee: Xavier Coulon
> Fix For: 4.2.0.CR1
>
>
> Let's take the following code:
> {code}
> @Path("/users/{username}")
> public class UserResource {
>
> @GET
> @Produces("text/xml")
> public String getUser(@PathParam("user") String userName) {
> ...
> }
> }
> {code}
> Validation should report a problem because of the mismatch between the {noformat}@Path{noformat} value and the {noformat}@PathParam{noformat} value
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (JBIDE-3708) Add possibilities of components' rendering inside body of some ajax tags.
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-3708?page=com.atlassian.jira.plugin... ]
Konstantin Marmalyukov updated JBIDE-3708:
------------------------------------------
Fix Version/s: LATER
(was: 4.2.0.CR1)
> Add possibilities of components' rendering inside body of some ajax tags.
> -------------------------------------------------------------------------
>
> Key: JBIDE-3708
> URL: https://issues.jboss.org/browse/JBIDE-3708
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: visual-page-editor-templates
> Affects Versions: 3.0.0.CR2
> Reporter: Yura Zhishko
> Assignee: Konstantin Marmalyukov
> Fix For: LATER
>
> Attachments: AJAXComponents.jpg, ajaxTest.zip
>
>
> 1) Import attached project into workspace
> 2) Run it on server
> ASSERT: Some of these components do not have visual representation, but body content is rendered OK. On pages you will find comments with a real behavior of components (in all components, not marked as "Here is OK", components of a body are rendered at first by turn and then component is rendered itself and appears if it has visual representation).
> Also pay attention to components marked as jira's issues.
> P. S. This is not a full list of components, others components will be tested soon.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months