Help

Controls

Switch Workspace

Built with Seam

You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.

Search
In: 
Terms: 
 Exact Phrase
Results: 
1 to 15 of 311 hit(s)
(pieter martin) Re: WebBeans in JBoss AS 5.1
:~/webbeans-trunk/webbeans$ mvn install [INFO] Scanning for projects... Downloading: http://repo1.maven.org/maven2/org/jboss/webbeans/webbeans-parent/1.0.0.PREVIEW4.SP1/webbeans... ... building POM (may not be this project's POM). Project ID: org.jboss.webbeans:webbeans-osgi-bundle:jar:null Reason: Cannot find parent: org.jboss.webbeans:webbeans-parent for project: org.jboss.webbeans:webbeans-osgi-bundle:jar:null for project org.jboss.webbeans:webbeans-osgi-bundle:jar:null [INFO
(John Ament) Re: WebBeans on JBoss AS 5.1
It was working fine in CR1 as a pure WAR deployment (without a webbeans rebuild). Let me try to make it a WAR file instead of an EAR and see what happens. Also, would it be getting confused because my single jar file has persistence in it as well?
(Alexander Smirnov) Re: WebBeans in JBoss AS 5.1
Osgi module pom.xml refers to 1.0.0.PREVIEW4.SP1 root pom while all other modules use 1.0.0-SNAPSHOT. I just changed my version in the local copy to 1.0.0-SNAPSHOT and built project with that settings, and then deployed new webbeans instance to Jboss 5.2... downloaded from http://hudson.jboss.org/hudson/view/JBoss%20AS/job/JBoss-AS-5.x-sun16/ , pete's link is only visible inside Red Hat. I ignored build error in the test project because it's artifact is not deployed to server.
(Pete Muir) Re: WebBeans on JAIN SLEE with JBOSSMC
We use JBoss MC to boot in JBoss 5, so it definitely works. Take a look at the [webbeans-ri-int project=>https://svn.jboss.org/repos/jbossas/projects/webbeans-ri-int/trunk/] for the deployers we use. However, I do wonder if you will see the same classloading problems - there is nothing much different between the two bootstraps. Web Beans will need to be able to see the classloader of the beans archive.
(Pete Muir) Re: WebBeans on JBoss AS 5.1
have webbeans in my archive (the ejb jar) but no beans.xml." concerns me somewhat. Do you mean you have
(John Ament) Re: Clustered WebBeans
if this is a webbeans issue or not. It seems to work fine with clustered POJOs but I didn't
(John Ament) Re: Clustered WebBeans
so after a day of trying this out, i think i see a possible catch that's causing my woes. I'm not 100% clear on it as of now, but I'm inclined to believe that the process in which webbeans keeps session references around for the client never become candidates for replication. as a result, when you attempt to reference a distributed EJB, it can't locate its dependencies (if it has a persistence context, or dependent beans). this seems like a bug as i believe injection should be occurring
(John Ament) Re: Clustered WebBeans
So it looks like off the bat, webbeans doesn't serialize something `javax.servlet.ServletException: Servlet execution threw an exception org.jboss.webbeans.servlet.ConversationPropagationFilter.doFilter(ConversationPropagationFilter.java:113) org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) root cause java.lang.reflect.InvocationTargetException sun.reflect.GeneratedMethodAccessor539.invoke(Unknown Source) sun.reflect.DelegatingMethodAccessorImpl.invoke
(Pete Muir) Re: Clustered WebBeans
<blockquote> _John Ament wrote on Jul 03, 2009 05:37:_<br/> so after a day of trying this out, i think i see a possible catch that's causing my woes. I'm not 100% clear on it as of now, but I'm inclined to believe that the process in which webbeans keeps session references around for the client never become candidates for replication. as a result, when you attempt to reference a distributed EJB, it can't locate its dependencies (if it has a persistence context, or dependent beans
(John Ament) Clustered WebBeans
Has anyone tried to cluster their webbeans yet? Any good results? We're trying to do it by me, but I forgot the CacheConfig (seems weird that I need to include a jboss specific annotation here :-( ) Any gotchas?
(pieter martin) Webbeans and EL
Hi, I am using WebBeans 1.0.0.PREVIEW1 and JSF2. The following el expression fails ` rendered="#{organization.isGroupOwnershipValid(nakedUser)}"` ` javax.el.ELException: Error Parsing: #{organization.isGroupOwnershipValid(nakedUser)} org.apache.el.lang.ExpressionBuilder.createNodeInternal(ExpressionBuilder.java:125) org.apache.el.lang.ExpressionBuilder.build(ExpressionBuilder.java:150) org.apache.el.lang.ExpressionBuilder.createValueExpression(ExpressionBuilder.java:194
(John Ament) Re: Clustered WebBeans
created, rather than using the existing one, which makes me think that WebBeans can't find the correct
(Diego Coronel) Re: JSF2 + Tomcat + WebBeans Preview 1
ok, im fast :) or not :( My application is working fine, i downloaded jstl jar to tomcat, now that i resolved all erros i think its really easy to configure js2 and webBeans. i just dont know i this download was necessary.
(Pete Muir) Re: Seam 3, WebBeans, how will it increase interoperability?
<blockquote> _Chris Simons wrote on Aug 31, 2009 22:15:_<br/> All - I am hoping someone from the JBoss/Seam team, or anyone with a good understanding of Seam 3, WebBeans, JSF 2, etc., can provide some insight on the matter of interoperability with non-JBoss application servers (WebLogic, OC4J, WebSphere, etc.). </blockquote> A lot, as the core engine is intergrated into the app server, its... ... |Seam 3 + WebBeans| will be made available to the general public?" Web Beans is available now - take
(Nicklas Karlsson) JavaFX and Seam,WebBeans
I've only glanced at JavaFX but now that the JSF dependencies of Seam have lessened, is it theory possible to integrate JavaFX and Seam/WebBeans through remoting? Or is JavaFX destined to be on the desktop and Seam/WebBeans on the server?