Still i find it strange, because when i used then non Spring version of blazeDS it did behave as i expected -only one client receives the message once - even with publish/subscribe. Can you then...
Type: Posts; User: Rooftop; Keyword(s):
Still i find it strange, because when i used then non Spring version of blazeDS it did behave as i expected -only one client receives the message once - even with publish/subscribe. Can you then...
Hello all,
I am investigating a little more. I took the testdrive and changed the topic to a queue. I understood that this means point-to-point messaging, only one client receives the message, but...
Hello all,
I have to program against some existing jms services, i don't know the details of the services yet but i know they should be called in an rpc style. First i wanted to try to call them...
Hello,
mvn tests fail when i use openjpa as provider with version 1.0rc1. When i change the provider to Hibernate all tests run fine. I have created a very simple script to test:
So the...
Hello Stefan,
SQL query issued is: .
When i look inside the mysql db productgroup_postfixes table i see two fields eg productgroup and postfixes both are key, not null and not auto-incremented,...
Hello,
When i save this class.
@Entity
@RooEntity
@RooJavaBean
@RooToString
public class Productgroup {
Hello,
Solved this one myself partly. It has to do with field name index, which seems to be a reserved word in MySQL, it is working in HSQL though. I thought i read something in the list of...
Hello,
Same issue as before now for @OneToMany instead of @ManyToOne.
script:
install jpa -database MYSQL -provider HIBERNATE
add dependency -groupId javax.annotation -artifactId...
Hi Stefan,
from persistence.xml:
I created http://jira.springframework.org/browse/ROO-149
I am interested in contributing but i don't think my knowledge-level is sufficient (yet), also...
Hello,
In addition to my previous post.Aren't there finders for @ManyToOne fields? Is this planned?
Kind regards,
Ronald Vermeire
Hello,
Encountered an issue in my finder aj file eg Product_Roo_Finder. The query starts with I inserted @the start of the query and now its working.Another issue/question shouldn't the...
Hi Stefan,
Thnx, that helps a lot. But raises one more question: I like to work in STS which comes bundled with M1. How easy is it to switch to the latest ROO version (Ideally SVN)?
Here are my...
Hello,
Another addition/bug. It only is persisted the first time! To reproduce....
Created this class:
@Entity
@RooEntity
@RooJavaBean
Hello,
Just an addition to my own post. With The choosen postfix will not be persisted when i leave it out it is persisted. Again the question. By design, a bug or am i missing something.
Kind...
Hello,
If in roo shell i do:
in my jsp i then have:
<c:if test="${not empty sets}">
<label for="_postfixes">Postfixes:</label>
<form:select cssStyle="width:250px" id="_postfixes"...
Hi Stefan,
After i install a finder it keeps showing in list when i do in shell
So my suggestion was to also list the (default) installed ones, just for Roo beginners like me. Another...
Hi,
When executing the command
list finders for -class ~.key.Product
I get:
It would be nice to also see:
Hi,
I am having problems persisting this class, in fact mysql product_group table cannot be created. It is related to this mysql topic:
http://forums.mysql.com/read.php?22,19755,19755#msg-19755...