[jboss-user] [JBoss Seam] - Re: lookup of remote EntityQuery (from seam-gen) for Eclipse

2007-05-26 Thread cupdike
Hi Micheal-

Unless I misunderstand your intention, I don't want to use a servlet because I 
will no longer be working with domain objects in RCP, thus losing a lot of the 
potential richness and having to break objects down into data for the wire.

I'd like to try out AS 4.2.0 GA but I didn't think Seam 1.2.1 works with that:
http://jira.jboss.org/jira/browse/JBSEAM-1193

In other words, I think I have to wait for Seam 1.3 to start using 4.2.0 
G--please correct me if I'm wrong.

Lastly, is there any documentation, in any form, on how Seam works internally?  
I've briefly looked through some of the code but it's hard to know where to 
start.

Thanks, Clark

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048843#4048843

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048843
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: lookup of remote EntityQuery (from seam-gen) for Eclipse

2007-05-25 Thread [EMAIL PROTECTED]
Clark,

What you are seeing here is really an EJB issue not an Seam issue. Can you try 
JBoss AS 4.2.0 GA to see if this issue is fixed in EJBTHREE-402? If not, maybe 
it is time to raise a bug if we can re-produce the issue in plain EJB3 (no 
Seam) code.

Seam is really tested against local EJBs most of the time -- so it might not 
expose bugs in remote EJBs. I think the most sensible solution to use RCP with 
Seam today is to write own servlet to handle the server data. You can apply the 
Seam filter to the servlet so that it can have access to all the Seam contexts 
and components via the Seam Component class API.

cheers
Michael


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048810#4048810

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048810
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: lookup of remote EntityQuery (from seam-gen) for Eclipse

2007-05-25 Thread cupdike
This may be a bug fixed in AS 4.2.0 CR1:
http://jira.jboss.com/jira/browse/EJBTHREE-402

If I'm wrong on this, please let me know.

Thanks, Clark

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048781#4048781

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048781
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: lookup of remote EntityQuery (from seam-gen) for Eclipse

2007-05-24 Thread cupdike
For the record, this is using jboss-seam-1.2.1.GA and jboss-4.0.5.GA.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048467#4048467

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048467
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user