|
I have latest Jboss6 AS,it already comes with weld build in. How do I upgrade it to latest Weld build? |
|
Hi, I can't find weld-se-core. It's not in JBoss
https://repository.jboss.org/org/jboss/
nor Central
http://repo1.maven.org/maven2/org/jboss/weld/
Any idea where else should I look?
Thanks,
Ondra
|
|
</strong> <i>Weld Extensions is being renamed to <strong>[Seam Solder=>wiki://143666]</strong... ...>
+++ Download Weld and JSR-299 TCK releases
Note: Weld is also available [through Maven=>http://seamframework.org/Weld/Home#H-GetStartedNow].
<table class="datatable topLeftBottomBorder rightBorder" border... ...></th>
<th></th>
</tr>
<tr class="rowEven">
<td><b>Weld... .../Weld/2.0.0.Alpha1">Download</a></td>
</tr>
<tr class="rowOdd">
<td><b>Weld 1.1 |
|
) that might be related to my issue, one of guys comments:
"Weld will only ignore the user provided IP if the user wraps a Weld provided IT and only replaces the IPs, and not the rest of the logic... ... running JBoss as 7.0.1Final and Weld/CDI is working well otherwise.
|
|
Is Weld 1.1 supposed to work with Java 5?
I'm getting the exception:
java.lang.NoClassDefFoundError: java/util/ServiceLoader
at org.jboss.weld.environment.servlet.Listener.findContainer(Listener.java:199)
at org.jboss.weld.environment.servlet.Listener.contextInitialized(Listener.java:156)
at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:548)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:136 |
|
in class path:
i have a weld-servlet and slf4j-log4j12 in class path
------------
<dependency>
<groupId>org.jboss.weld.servlet</groupId>
<artifactId>weld-servlet</artifactId>
<version>1.1.4.Final</version>
</denpendency>
------------
<dependency>
<groupId>org.slf4j</groupId... ... the project,log says : "class path contains muliple slf4j bindings".
i want to exclude weld-servlet's own slf4j bindings.
<dependency>
<groupId>org.jboss.weld.servlet</groupId>
<artifactId>weld |