Hi All,I am facing strange problem while deploying a EJB Bean, please take a luk at description belowV r using Weblogic 7.0 with jdk1.4Just take a luk at steps performed1. V compiled all the source code, the ejbc compilation and the .ear generation thru ant(v 1.5) build scripts with JDK1.4.12. W...
Does anyone have an Idea how to use the XWeblogic API for server performance monitoring... I have just written a snippet to test the memory consumption on the server but theres an xception that the Class Not Found:weblogic/commom/beanmanaged/... I have checked all the jars weblogic.jar weblogic_...
Fatal Error] :-1:-1: Premature end of file.[Fatal Error] :1:23: Content is not allowed in prolog.[Fatal Error] :1:23: Content is not allowed in prolog.[Fatal Error] :1:23: Content is not allowed in prolog.[Fatal Error] :1:23: Content is not allowed in prolog.[Fatal Error] :1:23: Content is not a...
hi i am having problem in communicating from session bean to entity bean.its giving me error in jndi name set up.can u plz tell me how to write XML deployment Descriptor for this type of session bean,which is communicating with entity bean.thank u.Santosh--...
Hi all,I posted a similar question some weeks ago, but I'm still not getting into it...I'm working with a IBM DB2 Version 7 and BEA Weblogic Server 7. I know, that as I want to have distributed transactions, I have to use the XADrivers from my DB2.Can anyone tell me which drivers exactly...
I installed Weblogic 6.1 and didn't find ZAC tool which is provided in WLS 5.1. I was wondering if BEA removed it or provides other similar tool. Any comments?...
Hi all,I am new to weblogic 9.x. I am using latest version of Oracle as the database.What are the steps involved in weblogic to configure the database and the driver as XA and JTA transaction compliant.Also how do I configure weblogic aganist JOTM(Java Open Transaction Manager).Any pointers to t...
Hi,I was looking for a performance statistics of XA and non-XA drivers for Weblogic 8.1. Could you please provide me any inputs if you have on them.Drivers of any vendor would be fine, but preferably Oracle or Informix should be helpful.Thanks to you in advance.Regards,Sagar...
Hi.I'm using grinder to load test my application server and generating my webserivce clients using the wsdl2java. I'm getting a weblogic.transaction.internal.TimedOutException from the generated clients.Anyone know how to change this value for generated clients?Thanks in Advance for your...
I imported EJBs beans from a jar in workshop, now I have in the left pane of workshop only *.ejb files , my question is how to generate interfaces(Home and Remote) from these (beans) files ?thanks...
Trying to use workshop to view/execute a JSP, but having 2 problems:1) When I try to create new project, I see "a directory with thisproject name cannot be created"Already verified that path in preferences is valid.2) Workshop shows that server is not started (red disabled button showsup on bott...
Hi,I have to develop a [jsp/servlet/class] program which can monitor the workload , messages , byte consumes , message received , message consumed..It means it should be able to monitor all the activities going in WebLogic... the same like Weblogic console shows ....would really appreciate the s...
Hi thereI have successfully executed a WLST script over an SSL connection to perform operations such as deploy/undeploy EAR files and configure resources. I imported the demo certificate from my BEA install into my client JVM to achieve this.I now want to specify the keystore on the command line...
Guys,This is the command for shutdown weblogic server gracefully in weblogic 9.1 using WLST:shutdown('${SERVER}','Server','true', 1200, 'true')If I want to forcefully shutdown, is the below command true?shutdown('${SERVER}','Server','true',...