|
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? |
|
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 |
|
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? |
|
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. |
|
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 |
|
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 |
|
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 |
|
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 |
|
without installing webbeans.
Can anybody help me?
Regards, Alex |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
into WebBeans filling the gap for DI features. One of the commenters started [a new blog/article=>http... ... mentions:
"Correct me if I'm wrong, but WebBeans fills the gap between component model of business... ... to web layer e.g. servlet context."
I've read a lot of the WebBeans online book and know it's not just for mixing EJB and JSF, but since WebBeans has changed so much recently (no more @Component... ... of WebBeans please explain what it is to him? If he doesn't learn, he and others like him reading |