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 200 hit(s)
(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
(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?
(Diego Coronel) WebBeans forum and source
Hi, I saw web beans development started on jira, how can we get svn source ? i dont know where i have to register me to get access, and should we start webBeans forum ? to change some ideias ? ty, sry about english.
(Gurkan Erdogdu) About WebBeans RI
Hi Seam community; I have created the Web Beans Reference Implementation related Proposal(OpenWebBeans) at Apache Foundation Incubator Side, [My Link=>http://incubator.apache.org/]. Maybe you are interested in joining into discussions about the proposal and learning more about the implementation. All comments are welcome. Maybe you are interested
(Aldian Fazrihady) Webbeans non-EJB interceptor
Has webbeans interceptor for non EJB application been implemented? I created one, but it never executed. Thank you in advance for the answer. regards, Aldian
(Joshua Partogi) WebBeans example library
Hi all, Would it be possible to distribute facelets 1.1.5B1 in the distribution, or define it in the example's pom.xml version element or in the README file so user that is going to try out the examples won't get this error: `2008-12-30 12:59:22,390 DEBUG [facelets.factory] (http-127.0.0.1-8080-2) Resource-Url from external context: jndi:/localh
(Joshua Partogi) WebBeans in non web environment
Since WebBeans claims to be a standard for dependency injection, would we be able to use WebBeans in non-web environment if we are looking for the dependency injection only? Regards
(Alexander Bell) Problems with installing WebBeans
without installing webbeans. Can anybody help me? Regards, Alex
(John Ament) WebBeans on JBoss AS 5.1
I can't tell if this belongs in the JBoss As 5 forum or not. But let's throw it here and see what happens. I get the following exception during deployment. I do have webbeans in my archive (the ejb jar) but no beans.xml. I don't particularly see a reason why it would be failing. Maybe I should update the webbeans impl? Any ideas how? Thanks! `09:58:55,864 ERROR [AbstractKernelController] Error installing to Real: name=vfszip:/opt/jboss/jboss-5.1.0.GA/server/all/deploy/ImageServer.ear
(Alexander Bell) WebBeans with Apache Axis
I wanna use WebBeans with Apache Axis on Tomcat. It was very easy to integrate (and it works ;-)) So here's a short manual to use WebBeans with Apache Axis [http://j4fry.blogspot.com/2009/06/howto-integrate-apache-axis-and.html=>http://j4fry.blogspot.com/2009/06/howto-integrate-apache-axis-and.html] Alex
(Nirav Shah) WebBeans on JAIN SLEE with JBOSSMC
Hello! Am trying to deploy WebBeans in a JAIN SLEE environment ([Rhino=>https://developer.opencloud.com/devportal/display/OCDEV/Rhino+2.1]) and am unable to do so, cause the SLEE is a very restricted environment having several contraints on Class Loaders et al. I can bootstrap using the SE approach, but it fails later on as its unable to find any webbeans (am guessing this is cause its using different Class Loaders!) Our next approach is to deploy a JBOSS MC into the SLEE and get Web Beans
(Alexander Bell) Simple JUnit-WebBeans integration
Hi, because I needed to test some WebBeans (services) with JUnit I wrote a simple integration. If you're interested in JUnit integration: [http://j4fry.blogspot.com/2009/06/howto-integrate-junit-and-webbeans.html=>http://j4fry.blogspot.com/2009/06/howto-integrate-junit-and-webbeans.html] Alex
(Alexander Bell) WebBeans in JBoss AS 5.1
Hi, there's a WebBeans implementation in JBoss AS 5.1 already. I wanna use the latest SNAPSHOT Version of webbeans. Could i just replace the existing jars with the jars from the SNAPSHOT? Alex
(Gustavo Coelho) Problem with Webbeans on jboss-5.0.1.GA
Hi, i'm just starting to use Webbeans and i'm folowing the example from the book Apress Beginning JSF.2 APIs And JBoss Seam. Is justa a basic example that just call a webbeans using the annotation @Named but for some reason my jsf page can't manage to access the webbeans. I'd like to inform... ... the webbeans and also did the Ant update as recomended by the book to establish the connection between the jboss and webbeans as well as the configuration of the JBOSS.HOME in the beans.properties from