|
:~/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 |
|
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? |
|
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. |
|
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. |
|
have webbeans in my archive (the ejb jar) but no beans.xml." concerns me somewhat. Do you mean you have |
|
if this is a webbeans issue or not. It seems to work fine with clustered POJOs but I didn't |
|
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 |
|
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 |
|
<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 |
|
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 |
|
created, rather than using the existing one, which makes me think that WebBeans can't find the correct |
|
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.
|
|
<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 |
|
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? |