[jboss-user] [JBoss Seam] - Re: REST applications with Seam and the Restlet framework (n

2007-06-07 Thread d1g
Hi Sanjeev, I am using Restlet with Seam. I've not posted any details for a while but I will try to find time to post an updated - and fuller - example soon. It's worth remembering that neither the JBoss Seam or Restlet team support integrating the two projects (although there was interest and

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta 1

2006-10-25 Thread d1g
You mention "The Seam Application Framework for data-oriented applications" in the new features. Can you elaborate? Well done btw. Dig. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980682#3980682 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Seam] - Re: EJBs in muliple JARs with Seam (JNDI issue?)

2006-10-21 Thread d1g
I have resolved this issue. I didn't need to use @JndiName or do anything else special (in any case, thanks Gavin). I'm not entirely sure what the problem was but it went away when I recreated my environment from scratch. My problem was caused by beans not appearing at the root of the JNDI conte

[jboss-user] [JBoss Seam] - Re: EJBs in muliple JARs with Seam (JNDI issue?)

2006-10-19 Thread d1g
Clearly the subject should say 'multiple' not 'muliple'. My apologies. Dig. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979431#3979431 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979431 __

[jboss-user] [JBoss Seam] - EJBs in muliple JARs with Seam (JNDI issue?)

2006-10-19 Thread d1g
Hi. I'm looking for advice on how to use multiple EJB JAR files within a Seam application running with JBoss Embeddable EJB 3.0. The problem relates to EJB JNDI locations and how Seam discovers the EJB components. I have several libraries of JavaBean and EJB3 Seam components. Each library lives

[jboss-user] [JBoss Seam] - Re: REST applications with Seam and the Restlet framework (n

2006-10-16 Thread d1g
I have created a JIRA issue and attached the example source. http://jira.jboss.org/jira/browse/JBSEAM-422 Later I will create some feature requests to make integrations of this kind (Restlet & Seam) easier. Dig. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [JBoss Seam] - Re: REST applications with Seam and the Restlet framework (n

2006-10-16 Thread d1g
Sure, I'll work on a runnable demo for you. It shouldn't take long. I'll mimic the environment of the Seam examples as much as I can (though it will run as a console application). I'm not sure what you'd need a patch for? I didn't change any part of Seam. Though I do suggest you modify Seam to

[jboss-user] [JBoss Seam] - Re: Using Seam with JBoss Embeddable EJB 3.0. Any advice?

2006-10-16 Thread d1g
There is a follow up to this post here http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978556 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978557#3978557 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=397855

[jboss-user] [JBoss Seam] - REST applications with Seam and the Restlet framework (no JS

2006-10-16 Thread d1g
I have created a proof-of-concept application based on Seam and the Restlet framework. Fortunately Seam has been designed with this kind of integration in mind and the job was not difficult. I thought other users might like to see how easy this is. By using Seam & Restlets I can reuse my existi

[jboss-user] [JBoss Seam] - Re: Using Seam with JBoss Embeddable EJB 3.0. Any advice?

2006-10-12 Thread d1g
Thanks for the reply Gavin. I see what you mean. I had started to change Seam code (commenting stuff out and duplicating classes such as Initialization) but I see that Seam is firmly hooked into the Servlet API. I think you would be best placed to make the Servlet API pluggable... not to ment

[jboss-user] [JBoss Seam] - Using Seam with JBoss Embeddable EJB 3.0. Any advice?

2006-10-12 Thread d1g
Hi, I want to use Seam in an application that runs outside of a Servlet container. I'm looking for pointers on how best to do this. My application will be a REST based API service. It needs to interact with my existing EJB3 beans which are Seam components. My intention is to use the Restlet AP

[jboss-user] [JBoss Seam] - Re: Class loading problem

2006-08-10 Thread d1g
Stan, thanks for the help. Your UseJBossWebLoader trick did not work for me though. Is this perhaps a problem with org.jboss.seam.Component.createProxyFactory? This seems to be calling net.sf.cglib.proxy.Enhancer.createClass on my interface and on rdewell's abstract class. What does Gavin thi

[jboss-user] [JBoss Seam] - Re: Class loading problem

2006-08-10 Thread d1g
Hi. I'm getting a similar error. In my case an interface of mine cannot be found. The error seems random such that if I just redeploy, the error goes away. This used to work... I'm using Seam from CVS. Is Seam errantly tring to load interfaces and abstract classes as classes? My stack trace is

[jboss-user] [JBoss Seam] - Re:

2006-07-26 Thread d1g
I raised a related issue some time ago: http://jira.jboss.org/jira/browse/JBSEAM-216 This was to aid developers in creating nice looking URLs whilst still using Seam tags (for conversation management, etc.). I currently use an extended version of s:link (see issue above) along with url rewrit

[jboss-user] [JBoss Seam] - Re:

2006-07-24 Thread d1g
Did somebody post issues to JIRA for this? Otherwise I will. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960455#3960455 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960455 __