- This topic has 11 replies, 7 voices, and was last updated 18 years, 2 months ago by
Riyad Kalla.
-
AuthorPosts
-
bobcossMemberCan you provide me with any insight as to how to proceed past a problem with deployment.
Environment:
ME Beta 2
Eclilpse 3.2
Weblogic 8.1 SP3I followed the web service example in the help documentation exactly except for selecting J2EE 1.3 (because weblogic 8.1 doesn’t support J2EE 1.4) and deployed to the weblogic server instead of to tomcat like done in the example.
I’m getting an error:
<BEA-101216> <Servlet: “XFireServlet” failed to preload on startup in Web application: “HelloWorld”.
javax.servlet.ServletException: Error initializing XFireServlet.Can you provide me with any tips on getting started?
Thank you.
Bob Coss
July 11, 2006 at 11:26 am #254550
bobcossMemberI found the solution… Check out http://xfire.codehaus.org/XFire+on+Weblogic+8.1
It seems that weblogic.jar has an old avax.xml.namespace.QName and xfire needs a newer one. This url provides a link to a new one, and the changes needed to the weblogic.xml to cause the library file to override the jar file.
I hope this helps someone else
Bob Coss
July 11, 2006 at 12:41 pm #254565
Riyad KallaMemberBob,
Thank you for following up, I am going to mark this thread sticky for others.October 10, 2006 at 1:21 am #260101
fratelicMemberis it the same for weblogic 9.2?
October 25, 2006 at 2:15 pm #260901
Darrin TisdaleMemberI found that on both WAS 6 and WAS 5.X, the QName jar was required.
November 17, 2006 at 4:31 pm #262194
fabriziotararaMemberI have tried exactly what this solution states with no luck. Has anyone else ran into this and gotten the same problem? If there is another solution to this project please let me know.
Fabrizio
March 5, 2007 at 4:40 am #266951
tomekszMemberSometimes helps to put qname.jar at beginning of WLS classpath ( in startweblogic script ).
Not sure if its the best and most elegant solution, but works for me.March 5, 2007 at 4:44 am #266952
tomekszMemberSolution for WLS 9.2
http://forums.bea.com/bea/message.jspa?messageID=400003454&tstart=40March 19, 2007 at 3:25 am #267568
ojojojMember> Sometimes helps to put qname.jar at beginning of WLS classpath
Yep. That works for me, but I’m worried – Does anyone know the consequences of replacing qname this way?
OJ
March 19, 2007 at 6:49 am #267571
tomekszMemberThere should be no consequences, API should be backward compatible
March 21, 2007 at 7:35 am #267794
ojojojMember@tomeksz wrote:
There should be no consequences, API should be backward compatible
Just completed a BEA support case. According to BEA putting qname.jar in the beginning of the WLS classpath is safe, and may be the only way to get XFire running (with Spring) on WL8.1 + java 1.4.x. They mentioned they were working on a patch as well.
March 26, 2007 at 10:12 am #268005
Riyad KallaMemberThank you for posting with that information ojojoj
-
AuthorPosts