Re: Problem in looking up EJB deployed on Weblogic Cluster

2006-04-04 Thread Amit Jindal
Hi Anil, Thank you very much. It is working now. I have just one last question. I have read that I have to give the following entries in weblogic-ejb-jar.xml. true true Are these entries necessary? I have not given these entries in my weblogic- ejb-jar.xml, still it is working

Re: Problem in looking up EJB deployed on Weblogic Cluster

2006-04-03 Thread Anil Kedia
ailto:[EMAIL PROTECTED] On Behalf Of Amit Jindal Sent: Monday, April 03, 2006 2:20 AM To: EJB-INTEREST@JAVA.SUN.COM Subject: Re: Problem in looking up EJB deployed on Weblogic Cluster On Sun, 2 Apr 2006 21:43:28 -0600, Anil Kedia <[EMAIL PROTECTED]> wrote: >If managed servers are listenin

Re: Problem in looking up EJB deployed on Weblogic Cluster

2006-04-02 Thread Amit Jindal
On Sun, 2 Apr 2006 21:43:28 -0600, Anil Kedia <[EMAIL PROTECTED]> wrote: >If managed servers are listening on same port, then you can use the managed >server port number in JNDI lookup. For e.g. you can specify the >PROVIDER_URL as "t3://host1,host2:7001" >or "t3://DNS_cluster_host_name:7001". If

Re: Problem in looking up EJB deployed on Weblogic Cluster

2006-04-02 Thread Anil Kedia
If managed servers are listening on same port, then you can use the managed server port number in JNDI lookup. For e.g. you can specify the PROVIDER_URL as "t3://host1,host2:7001" or "t3://DNS_cluster_host_name:7001". If managed servers are using different ports, you can use "t3://host1:7001,host2:

Problem in looking up EJB deployed on Weblogic Cluster

2006-03-31 Thread Amit Jindal
Hi, I am deploying EJBs on Weblogic cluster and the web application is deployed on tomcat. I have two managed servers forming a cluster. Can you tell me what port no I provide when looking up EJB? Thanks in advance. -amit

AW: Problem Accessing EJB's in one weblogic server to another

2006-03-23 Thread Andreas Berg
Have you checked whether the TCP connection is working? A low level check like "telnet sienna.dev.com 1599" executed from the other application server will show you whether you have a firewall/network/infrastructure problem or if it's related to Weblogic. Another common fault

Re: Problem Accessing EJB's in one weblogic server to another

2006-03-21 Thread Panos Konstantinidis
It cannot reach the server where Weblogic resides. Can you ping the server? --- manoranjan_Bv <[EMAIL PROTECTED]> wrote: > Hi All, > > I have a Enterprise application installed on a Weblogic 7.0 Server. There are > a couple of EJB's running in this application. I have

Problem Accessing EJB's in one weblogic server to another

2006-03-21 Thread manoranjan_Bv
Hi All,   I have a Enterprise application installed on a Weblogic 7.0 Server. There are a couple of EJB's running in this application. I have a webapplication which accesses the EJB's of the enterprise application. The initial setup is having both the applications installed on the sam

Re: EJB2.1/Weblogic 8 --> EJB1.1/Websphere 4

2005-04-03 Thread Karr, David
SOAP), and just use an HTTP connection from WebLogic to Websphere. Your two environments are not likely to be compatible at any other layer of communication. > -Original Message- > From: A mailing list for Enterprise JavaBeans development > [mailto:[EMAIL PROTECTED] On Behalf

EJB2.1/Weblogic 8 --> EJB1.1/Websphere 4

2005-03-17 Thread Mohammad Kargar
Hi All, We are developing a new application on Weblogic 8.1. The problem we are facing is that our service layer (EJB 2.1 compliant stateless session beans) has to communicate with an EJB 1.1 compliant stateless session bean which is run on a websphere 4.0. At this phase from our point of

Virtual hosting weblogic

2004-10-08 Thread manjunath
Hi, Could anyone please help me out in setting up weblogic clustering. My requirement is to cluster a web application across multiple managed servers. I have created an admin server on which the application is not deployed. I have deployed the applciation on 2 managed servers and these managed

Re: Weblogic clustering

2004-10-06 Thread Binildas
: Wednesday, October 06, 2004 4:47 PM To: [EMAIL PROTECTED] Subject: Weblogic clustering Hi, I have a question regarding weblogic clustering. Below is the details of my cluster environment. 1)I have an admin server on machine A and listening on some port.No applications are deployed on this server

Weblogic clustering

2004-10-06 Thread manjunath
Hi, I have a question regarding weblogic clustering. Below is the details of my cluster environment. 1)I have an admin server on machine A and listening on some port.No applications are deployed on this server and this server is not part of cluster. 2)I have a managed server on machine B and

CMP/CMR field mapping problem using BEA weblogic and Oracle

2004-05-10 Thread Wolf Maya
Hello, I'm trying to deploy two CMP Entity Beans on BEA weblogic, database is Oracle 8i. The beans are called "OrderMaster" and "OrderDetail and their corresponding database tables(all fields indicated are part of the respective primary key!) are: ORDERS (orderNumb

Re: return type of abstract get/set methods using CMP Entity Beans on Weblogic

2004-03-31 Thread Juan Pablo Lorandi
PROTECTED] > Subject: return type of abstract get/set methods using CMP > Entity Beans on Weblogic > > > Hello, > > When deploying Entity Bean (packaged in a ear archive with > other components) on BEA weblogic I'm getting the following message: > > ... must match the C

return type of abstract get/set methods using CMP Entity Beans on Weblogic

2004-03-29 Thread Wolf Maya
Hello, When deploying Entity Bean (packaged in a ear archive with other components) on BEA weblogic I'm getting the following message: ... must match the Class used by Primary Key Field get/set Methods in the Bean Class I have following settings: 1. Oracle 8 database table's p

Re: weblogic 8.1 vs 6.1

2003-12-10 Thread Johan Eltes
-until-time-out - rollback strategy for bootstrapping incoming messages into JTA transaction, which makes the transaction statistics rather use-less. /Johan On Dec 10, 2003, at 6:51 PM, Sachin Tandon wrote: I am trying to evaluate whether I should use weblogic 6.1 as against going for 8.1

Re: weblogic 8.1 vs 6.1

2003-12-10 Thread Gene Chuang
andon <[EMAIL PROTECTED]> wrote: > I am trying to evaluate whether I should use weblogic 6.1 as against > going for 8.1 primarily because I have an application running on > weblogic 6.1 and I want to use the same for new development. > > Any suggestions on what might not work i

Re: weblogic 8.1 vs 6.1

2003-12-10 Thread Hyne, David
]Subject: weblogic 8.1 vs 6.1 I am trying to evaluate whether I should use weblogic 6.1 as against going for 8.1 primarily because I have an application running on weblogic 6.1 and I want to use the same for new development. Any suggestions on what might not work in 6.1 or wat is

weblogic 8.1 vs 6.1

2003-12-10 Thread Sachin Tandon
I am trying to evaluate whether I should use weblogic 6.1 as against going for 8.1 primarily because I have an application running on weblogic 6.1 and I want to use the same for new development. Any suggestions on what might not work in 6.1 or wat is absolutely essential in 8.1, We are

Execute Queue problem in Weblogic 8.1

2003-10-27 Thread SasiDharma Tharmarajah
Hi all... We have our application deployed in weblogic 8.1 cluster environment with 2 managed servers and 1 admin. We have configured ExecuteQueue in both the managed as well as admin server, which will be constantly listening for JMS Topics. Application uses applet to communicate with the

Re: MDB + Cluster + weblogic 8.1

2003-10-20 Thread Gene Chuang
s in admin machine. > > I've deployed my application in both the managed servers and not in admin server. > Just > using the admin server to reroute the request only. > Here only i'm facing the problem. When my application is deployed MDB's are > complaining > th

Re: MDB + Cluster + weblogic 8.1

2003-10-20 Thread Bimalesh Jha
using the default constructor InitialContext()- which uses the default lookup of WLS? Regds, BJ -Original Message- From: SasiDharma Tharmarajah [mailto:[EMAIL PROTECTED] Sent: Monday, October 20, 2003 1:27 PM To: [EMAIL PROTECTED] Subject: MDB + Cluster + weblogic 8.1 Hi gurus, It wi

MDB + Cluster + weblogic 8.1

2003-10-20 Thread SasiDharma Tharmarajah
t there is no destination found for the Topic declared in weblogic-ejb-jar.xml. I figured out that since my JMSServer is deployed in Admin server it is unable to find topic. When i changed my JMSServer to be deployed in one of the managed server then there is no problem. Wht i wanted to know

Re: ORA-0060 (database deadlock) with Weblogic CMP EJB

2003-10-13 Thread Janne Mattila
>> public Integer ejbCreateUniqueLocal(String name, String >> firstName, Character article) >> throws CreateException { >> >> ArtistLocalHome home = (ArtistLocalHome) ctx.getEJBLocalHome(); >> >> try { >> home.findByNames(name, firstName, article); >> } catch (

Re: ORA-0060 (database deadlock) with Weblogic CMP EJB

2003-10-09 Thread Juan Pablo Lorandi
> public Integer ejbCreateUniqueLocal(String name, String > firstName, Character article) > throws CreateException { > > ArtistLocalHome home = (ArtistLocalHome) ctx.getEJBLocalHome(); > > try { > home.findByNames(name, firstName, article); > } catch (ObjectNot

ORA-0060 (database deadlock) with Weblogic CMP EJB

2003-10-09 Thread Janne Mattila
oblem to a simple JSP page, which creates a new Artist EJB and then deletes it. Both actions are done thorgh a session facade EJB which operates on CMP entity beans. Artist EJB also has CMR relationships to a CD EJB, but in this isolated case I do not set them. Both servers are Weblogic 6.1sp5 on Wi

Re: An irrecoverable stack overflow has occurred on Weblogic.

2003-09-25 Thread Ashish Singla
Do not about the exact sequence when it is coming, but you can try jvm option.   Some problems of hotspot with weblogic.   -Original Message- From: Velmurugan (Java) [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 1:13 PM To: [EMAIL PROTECTED] Subject: An

An irrecoverable stack overflow has occurred on Weblogic.

2003-09-23 Thread Velmurugan (Java)
Dear All,   I am getting very strange error in my servlet/jsp application  ( whihc internally uses JChart ) running on weblogic application server. The applcation server is running under Solaris OS. Kindly help me how to resolve this issue. The following are the errors.   Error Content from

weblogic 8.1 & MDB

2003-09-04 Thread Thamarajah Dharma
Title: weblogic 8.1 & MDB hi all I'm having porblem in deploying my application in weblogic8.1 with SP1... the same application works fine in weblogic 7.0 but if i try to port it to weblogic 8.1 sp1 it throws this exception. cud somebody throw me light on this

Re: BEA WebLogic or IBM WebSphere ?

2003-08-14 Thread Bimalesh Jha
You can check out appserver comparison at: http://www.theserverside.com/reviews/matrix.jsp Regards, Bimalesh -Original Message- From: Jacek [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 1:10 PM To: [EMAIL PROTECTED] Subject: BEA WebLogic or IBM WebSphere ? Hello, could

BEA WebLogic or IBM WebSphere ?

2003-08-14 Thread Jacek
Hello, could somebody point me to place(s) in Internet where to find comparative information or comparisons between these 2 application servers: BEA WebLogic and IBM WebSphere ? Any comments or advices on which one to chose? regards, Jacek http://javasoftware.info

Re: BEA WebLogic or IBM WebSphere ?

2003-08-12 Thread Incheon Paik
; (BTo: <[EMAIL PROTECTED]> (BSent: Tuesday, August 12, 2003 4:40 PM (BSubject: BEA WebLogic or IBM WebSphere ? (B (B (B> Hello, (B> (B> could somebody point me to place(s) in (B> Internet where to find comparative information (B> or comparisons between these 2 applicati

Re: Weblogic 6.1 and Oracle9i

2003-07-04 Thread Reddy, Amarnath
: Friday, July 04, 2003 1:08 PM To: [EMAIL PROTECTED] Subject: Weblogic 6.1 and Oracle9i I am extremely sorry for this. I have written Oracle8i instead of oracle 9i Please note that currently we are running our application with oracle 8i as backend. Now we are updating our database to oracle9i

Weblogic 6.1 and Oracle9i

2003-07-04 Thread Satyanarayana_Godavarti
running in Weblogic 6.1 with oracle 8i as backend. We have decided to go for Oracle9i. During this process we have encountered major problem at very initial stage. We have separate EJBHOmefaxctory class. When we are looking for EJBHOME it is throwing an exception. But the same thing is working

Weblogic 6.1 and Oracle 9i

2003-07-04 Thread Satyanarayana_Godavarti
Hi, We have one web application which is currently running in Weblogic 6.1 with oracle 8i as backend. We have decided to go for Oracle8i. During this process we have encountered major problem at very initial stage. We have separate EJBHOmefaxctory class. When we are looking for EJBHOME it is

Single sign-on in a clustered environment (weblogic 6.1)

2003-06-15 Thread Mesut Celik
forwarding weblogic.xml of one application hoping you find true way . Me_sut &&&&&&&&&&&&&&&&&&&&&&&&&&&& http://www.bea.com/servers/wls610/dtd/weblogic-web-jar.dtd";>

Re: Weblogic and Structs

2003-04-06 Thread Ashwani Kalra
Hi, struts.jar will go to WEB-INF/lib dir Glenn <[EMAIL PROTECTED]To: [EMAIL PROTECTED] TMAIL.COM> cc: (bcc: ashwani.kalra/Polaris) Sent by: A Subject: We

Weblogic and Structs

2003-04-05 Thread Glenn
Just using Weblogic 7.0.2. I seems to get this error from the browser :   Parsing of JSP File '/main.jsp' failed: /main.jsp(1): Error in using tag library uri='Web-inf/struts-template.tld' prefix='template': cannot find tag class: 'org.apache.struts

Re: Weblogic Builder - Descriptor peculiarities

2003-03-27 Thread Cedric Beust
Glenn Dickson wrote: Any body had much trouble with Weblogic's Builder? WL Builder asks me if I would like to "re-create my descriptors" (main the ejb descriptors but not limited to this in some cases) Weblogic Builder will ask you this question in the following sc

Weblogic Builder - Descriptor peculiarities

2003-03-25 Thread Glenn Dickson
Any body had much trouble with Weblogic's Builder? WL Builder asks me if I would like to "re-create my descriptors" (main the ejb descriptors but not limited to this in some cases)   Your feedback would really help me! Thanks     Glenn

Web Servers and App Servers : Weblogic 7.0

2003-02-25 Thread Glenn Dickson
I'm curious about Weblogic 7.0. When I deploy an .ear to Weblogic (WL), does WL deploy the .jar file onto the appserver (i.e. WL) and the .war onto an webserver.   if so :    1 Is it tomcat or alike?    2 what is WL's webserver?   If not :     1 why not?     2 and where does it

weblogic 7.0 download in zip

2003-02-12 Thread Ashwani Kalra
hi, Can any body give me the link to download Wl 7.0 in zip format. I cannot download .exe file. Regds Ashwani This e-Mail may contain proprietary and confidential information and is sent for the intended recipient(s) only. If by an addressing or transmission error this mail has been misdirecte

problem in weblogic jcom

2003-01-24 Thread Vikramjit Singh
hi all, We r doing a Weblogic 7.0 JCOM application with a VBClient and a stateles ssession bean using JCOM bridge. While running the client ,the client is has to reach the server twice once-- Set objTemp = CreateObject("myserver:jndi:statelessJNDI") Set objHome = objTemp

Auto-deploy(Redeploy) on weblogic 7.0

2003-01-16 Thread Nour E. Raida
Hi ! Help Please! I am trying to redeploy my application _appsdir__appsdir_portalbank-ear_ear_dir.ear(ejb container) on weblogic 7.0 by copy it over the existing file the server write the following information: <16-01-2003 13:54:00 CET> <149039> <16-01-2003 13:54:00 CET>

Re: Weblogic 6.1 sp4 & JDK 1.4.1_01 CMP problem

2002-12-28 Thread Prateek_Prakash
4 of Weblogic 6.1 as mentioned @ http://e-docs.bea.com/wls/docs61/notes/issues.html#1076904. So, I got my own Oracle JDBC driver - classes12.zip & put that in the CLASSPATH in startWebLogic.cmd before weblogic_sp.jar entry & it worked for me :) Maybe, you can try out the same & see

Re: Weblogic 6.1 sp4 & JDK 1.4.1_01 CMP problem

2002-12-27 Thread Prasad Lanka
EJB-INTEREST Cc: Prateek.Prakash Subject: Weblogic 6.1 sp4 & JDK 1.4.1_01 CMP problem Hi Friends, We have CMPs that insert data into Oracle 8i database. So far everything was working fine when we were using Weblogic 6.1 sp3 on JDK 1.4.0. But last week when we migrated to Weblogic 6.1 sp4

Weblogic 6.1 sp4 & JDK 1.4.1_01 CMP problem

2002-12-27 Thread Prateek_Prakash
Hi Friends, We have CMPs that insert data into Oracle 8i database. So far everything was working fine when we were using Weblogic 6.1 sp3 on JDK 1.4.0. But last week when we migrated to Weblogic 6.1 sp4 on JDK 1.4.1_01, we started facing this problem wherein whenever we update a string column

weblogic deploy problem

2002-12-04 Thread 冯家宏
Hi, After I deploy a Web application(.ear) on my weblogic 7,then test the web application with my browser,problems come out,the errors on my brower is below: Error 503--Service Unavailable >From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1: 10.5.4 503 Service Unavailable The server

Re: Weblogic 6.1 Server Startup Error

2002-12-03 Thread Milind Kulkarni
Hi, Did you create the domain as specified in the webLogic Admin guide? I found that there are generally no issues if you create a new domain from admin console. Regards, Milind Prasad Lanka cc: Sent by: A mailing

Weblogic 6.1 Server Startup Error

2002-12-02 Thread Prasad Lanka
Hi all, When I am starting my Weblogic server, I am getting the following exception. <[MyWebApplication] Error reading Web application ".\config\CpDomain\application s\DefaultWebApp_myserver" java.net.UnknownHostException: www.bea.com Did anyone experience it earlier.

Re: Authorization and authentication in weblogic

2002-11-13 Thread Milind Kulkarni
Hi, When you implement the Custom Realm for User authentication and authorization the user profile is automatically cached by the the WebLogic Server. So you should not face any performance problems at all. Regards, Milind Jagannathan V

Authorization and authentication in weblogic

2002-11-12 Thread Jagannathan V
hello, we have to implement a customrealm in weblogic and do authorization. for every request we ahve to authorize if user has permission to that service. now for every request i cant be accepting his user name and password authenticate him and then check if he is authorized, since that might be a

Re: OffTopic: Word XLS browsing problem from WebLogic

2002-10-19 Thread Vikram
Vikram Naik -Original Message- From: A mailing list for Enterprise JavaBeans development [mailto:EJB-INTEREST@;JAVA.SUN.COM]On Behalf Of Inderjit Singh Kalsi Sent: Friday, October 18, 2002 8:15 PM To: [EMAIL PROTECTED] Subject: OffTopic: Word XLS browsing problem from WebLogic Importance:

Re: OffTopic: Word XLS browsing problem from WebLogic

2002-10-18 Thread saroj kumar
riday, October 18, 2002 8:15 PM To: [EMAIL PROTECTED] Subject: OffTopic: Word XLS browsing problem from WebLogic Importance: High Hi, We are able to "get" PDF files when placed on the root folder of an application directory in WebLogic 6.1 server. Browser recognizes PDF file format and launches

OffTopic: Word XLS browsing problem from WebLogic

2002-10-18 Thread Inderjit Singh Kalsi
Hi, We are able to "get" PDF files when placed on the root folder of an application directory in WebLogic 6.1 server. Browser recognizes PDF file format and launches Acrobat reader But when we try to get word or xls files, browser doesn't launch word or excel and displays content

Re: Weblogic and EJB ..!!! Do they Provide implementation indepen dent integration

2002-09-22 Thread Sameer Bhardwaj
- From: Aashish Kaushik [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 9:20 AM To: [EMAIL PROTECTED] Subject: Weblogic and EJB ..!!! Do they Provide implementation independent integration Hello All, I have a question to ask . Question : Since one of the main objective of EJB

Re: Weblogic and EJB ..!!! Do they Provide implementation indepen dent integration

2002-09-22 Thread Craig O'Shannessy
t; -Original Message- > > From: Aashish Kaushik [mailto:[EMAIL PROTECTED]] > > Sent: Sunday, September 22, 2002 8:50 PM > > To: [EMAIL PROTECTED] > > Subject: Weblogic and EJB ..!!! Do they Provide implementation > > independent integration > >

Re: Weblogic and EJB ..!!! Do they Provide implementation indepen dent integration

2002-09-22 Thread Vikramjit Singh
> -Original Message- > From: Aashish Kaushik [mailto:[EMAIL PROTECTED]] > Sent: Sunday, September 22, 2002 8:50 PM > To: [EMAIL PROTECTED] > Subject: Weblogic and EJB ..!!! Do they Provide implementation > independent integration > > > Hello All, &

Weblogic and EJB ..!!! Do they Provide implementation independent integration

2002-09-22 Thread Aashish Kaushik
Hello All, I have a question to ask . Question : Since one of the main objective of EJB was also to Provide implementation independent Beans.But when we deploy the beans in weblogic 6.1 some of its XML files follow the DTD standard of Weblogic itself and not that of sun

Re: simultaneous hits on weblogic

2002-09-13 Thread Vikramjit Singh
> -Original Message- > From: Neelu Mehta [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 13, 2002 2:57 AM > To: [EMAIL PROTECTED] > Subject: simultaneous hits on weblogic > > > Hi All > > I want to create a test environment with weblogic >

Re: simultaneous hits on weblogic

2002-09-13 Thread Vikramjit Singh
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 13, 2002 3:27 AM > To: Vikramjit Singh; [EMAIL PROTECTED] > Subject: Re: simultaneous hits on weblogic > > > Hi Vikramjit, Hi, > > I am sorry, if that was so

Re: simultaneous hits on weblogic

2002-09-13 Thread Neelu Mehta
Hi Prabhakar Then you should also ignore this question.. Why r you making it hype... One more thing...if I'm asking a question in EJB list and related with weblogic then definitely I'll be using J2ee specs.. Thanks, Neelu -Original Message- From: Prabhakar Goel [S

Re: simultaneous hits on weblogic

2002-09-13 Thread Prabhakar Goel
Hi Vikramjit, I am sorry, if that was so painfull. I didn't intended so. But i would like to tell you one thing. What was the question ? How many hits a Weblogic Server can take if it is running as a cluster of 2. Now the lady intends to ask somebody on this list who is actually having

Re: how to access config file from an ear in weblogic 7 .0

2002-09-13 Thread BOUTTE Sebastien
Title: RE: how to access config file from an ear in weblogic 7 ..0 Other solution : would be to package xml file in a jar file and access it via : MyClass.class.getResourceAsStream("/com/something/common/config/config.xml") May it helps you ! Sébast

Re: how to access config file from an ear in weblogic 7 .0

2002-09-13 Thread Ihar Makushynski
access config file from an ear in weblogic 7.0 Hello, We are having problems accessing configuration file (which is in xml format) from an ear in weblogic 7.0. We store configuration for datasource , jndi names and necessary mapping in this file. Please guid

Re: simultaneous hits on weblogic

2002-09-13 Thread Vikramjit Singh
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 13, 2002 1:58 AM > To: Vikramjit Singh > Subject: RE: simultaneous hits on weblogic > > > > Hi Vikramjit, Hi prabhakar, > > Well that's great

Re: simultaneous hits on weblogic

2002-09-12 Thread Vikramjit Singh
> -Original Message- > From: Neelu Mehta [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 13, 2002 2:57 AM > To: [EMAIL PROTECTED] > Subject: simultaneous hits on weblogic > > > Hi All > > I want to create a test environment with weblogic >

simultaneous hits on weblogic

2002-09-12 Thread Neelu Mehta
Hi All I want to create a test environment with weblogic server 5.1. I'm doing weblogic clustering with 2 weblogic servers. Can any one tell me at a time how many hits it will support? Thanks in advance

how to access config file from an ear in weblogic 7.0

2002-09-12 Thread Vikram Naik
Hello, We are having problems accessing configuration file (which is in xml format) from an ear in weblogic 7.0. We store configuration for datasource , jndi names and necessary mapping in this file. Please guide me through. TIA Vikram Naik

Re: weblogic clustering

2002-09-09 Thread Ramki
First thing is that you need to have a separate license for weblogic clustering.normal stand alone license doesn't work. Have two different machines , having the same multicast address, and start the servers on both the machines with the same configuration, configure the heartbeat and of c

weblogic clustering

2002-09-09 Thread Neelu Mehta
Hi All I want to create a testing environment using weblogic 5.1,where I can test my application with 5000 hits simultaneously. I guess I've to implement somehow clustering on weblogic Can anyone help me out Thanks in advance

Re: Problem accessing deployed EJBs in WebLogic

2002-09-06 Thread Jay Kadiam
Ryan, Weblogic uses 4 different classloaders. 1. System Classloader for Weblogic boot classes and CLASSPATH classes 2. Weblogic Classloader for weblogic startup classes 3. EJB Classloader 4. Servlet Classloader The ClassCastException is because you have the class is in more than one place and

Problem accessing deployed EJBs in WebLogic

2002-09-05 Thread Ryan LeCompte
Hello all, I'm having a bit of a problem. I have been able to successfully deploy my EJBs and access them through my servlets in Resin-EE without a problem. Now I am trying to port my application over to BEA WebLogic 6.1. I have been able to package up the EJBs into a .jar (after ru

Problem deploying CMP1.1 entity bean with WebLogic

2002-09-04 Thread Dies Koper
Hello, I have a simple test application that I'd like to run on WebLogic, but I cannot deploy it. I have a client, a session bean (in a jar) and a CMP 1.1 entity bean (in a jar). They all work on another app server but when I tried to deploy the entity bean in WebLogic Builder 7.0 I

ejbSelectMethods on weblogic 6.1

2002-08-28 Thread Ashwani Kalra
Hi,   Has any body tried ejbSelectMethods on Weblogic 6.1. I always get the ClassCastException when I try to cast the LocateRemote return from the collection.   Here is the section of  ejb-jar.xml file which declares the ejbSelect method   CutomerEJB-one2many

Re: Weblogic 7.0 Frequently Crashing Console

2002-08-27 Thread GlennODickson
hey thanks I'll try that - Original Message - From: "Michael Kovacs" <[EMAIL PROTECTED]> To: "GlennODickson" <[EMAIL PROTECTED]> Sent: Tuesday, August 27, 2002 3:13 AM Subject: Re: Weblogic 7.0 Frequently Crashing Console > yeah this is most de

Re: Weblogic 7.0 Frequently Crashing Console

2002-08-25 Thread GlennODickson
_03\bin;C:\WINNT\system32; C:\WINNT;C:\SYBASE\dll;C:\SYBASE\bin;C:\jdk1.3.1;C:\ sdkee1.3;C:\j2sdkee1.3\lib\classes\jaxb-1.0-ea\bin;C:\jakarta-ant-1.5\bin;c: \jdk1.3.1\jre\bin\classic *** * To start WebLogic Server, use a username and * * passw

Re: Weblogic 7.0 Frequently Crashing Console

2002-08-25 Thread Michael Kovacs
y do, I'd post a bug report to one of the weblogic newsgroups if you're not currently a customer, and if you are then contact tech support and open a case. You could also try poking around askBEA to see if someone else has your same problem. http://askbea.bea.com/welcome.

Re: strange weblogic problem

2002-08-22 Thread Ian Vellosa
Do you find that it is deployed and working, then after you restaart your server it no longer works? Are you running weblogic in development or production mode, there should be an entry in the startWeblogic.cmd file that tells you this > from:Sameer Bhardwaj <[EMAIL PROTECTED]>

Weblogic 7.0 : Accessign Deployed Web Pages

2002-08-22 Thread Glenn
Hi All. What hoops do I have jump to access deployed web pages. I have a domain called mydomain (kinda standard name with WL7.0 setup of domains) I have : 1. Successfully deployed an .ear on the WL server using WL builder. 2. I have gone into WL console and set Context Root of the WAR to pp 3.

Re: Weblogic 7.0 Frequently Crashing Console

2002-08-22 Thread GlennODickson
I have the eval from a CD provided by Weblogic. So I would assume that it would install ok? - Original Message - From: "sanjay saini" <[EMAIL PROTECTED]> To: "SUBSCRIBE EJB-INTEREST Anonymous" <[EMAIL PROTECTED]> Sent: Wednesday, August 21, 2002 10

Re: Weblogic 7.0 Frequently Crashing Console

2002-08-22 Thread GlennODickson
lt;[EMAIL PROTECTED]> Sent: Wednesday, August 21, 2002 9:27 PM Subject: Re: Weblogic 7.0 Frequently Crashing Console > > Install it from > http://java.sun.com/products/plugin/ > > > > > > > "GlennODickson" > &g

Re: Weblogic 7.0 Frequently Crashing Console

2002-08-22 Thread GlennODickson
saini" <[EMAIL PROTECTED]> To: "GlennODickson" <[EMAIL PROTECTED]> Sent: Wednesday, August 21, 2002 10:01 PM Subject: Re: Re: Weblogic 7.0 Frequently Crashing Console > If you are adding any application in the examples directory manually in > that case it get crashed . &

Re: strange weblogic problem

2002-08-22 Thread Marco Mistroni
weblogic problem Thanks Manav for ur reply, The log just says that Naming Exception at CurrentHighlightSession Unable to resolve statelessSession.CurrentHighlightSessionHome Resolved: '' Unresolved:'statelessSession' I didn't modify any settings I am running weblogic 6.1 sp2

Re: strange weblogic problem

2002-08-22 Thread Sameer Bhardwaj
Vikram, I am using JBuilder which packages the application and puts the jar in weblogic. This works perfectly fine. The Naming exception that it gives is due to the fact that ejb is not even deployed I checked the tmp folder for that( which used to get deployed just an hour back ). Now i am

Re: strange weblogic problem

2002-08-21 Thread Vikramjit Singh
> -Original Message- > From: Sameer Bhardwaj [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 22, 2002 12:09 AM > To: [EMAIL PROTECTED] > Subject: Re: strange weblogic problem > > > Thanks Manav for ur reply, > > The log just says that > > Naming

Re: strange weblogic problem

2002-08-21 Thread Sameer Bhardwaj
Thanks Manav for ur reply, The log just says that Naming Exception at CurrentHighlightSession Unable to resolve statelessSession.CurrentHighlightSessionHome Resolved: '' Unresolved:'statelessSession' I didn't modify any settings I am running weblogic 6.1 sp2

strange weblogic problem

2002-08-21 Thread Sameer Bhardwaj
Hi, I am facing this strange problem in weblogic . When i start my weblogic then it sometimes fails to deploy my beans which i was able to eirlier and then it never deploys. It deosnt even make the tmp directory . am i missing something regards Sameer Bhardwaj

Re: Weblogic 7.0 Frequently Crashing Console

2002-08-21 Thread GlennODickson
nesday, August 21, 2002 9:16 PM Subject: Re: Weblogic 7.0 Frequently Crashing Console > > One reason could be you don't have a proper Java Plug in for the Menu > Applet to work. > > > > SUBSCRIBE > EJB-INTEREST

Weblogic 7.0 Frequently Crashing Console

2002-08-21 Thread SUBSCRIBE EJB-INTEREST Anonymous
Everytime I log in and the second browser windows appears (I have not idea why a second window as I am new to weblogic), the console crashes. 1. What is this secoond separate/new window that appears in addition to the window from whcih I have logged in is for? 2. Has anyone experienced this

Error using Weblogic 6.1 and EJB

2002-08-15 Thread Palamadai Sriram
Iam getting this error when I try to login to the application. The application is successfully deployed and there are no other errors. Any help will be greatly appreciated Aug 15, 2002 9:54:33 AM EDT myserver Info Dispatcher Exception thrown by rmi server: 'weblogic.rmi.cluster.Re aAwareServerRef

Migration from weblogic 6.1 to 7.0

2002-08-13 Thread Neeraj Pandey
Hi, We have deployed an *.ear file in weblogic 6.1(sp2), using ejb 2.0. Now I want to migrate to weblogic 7.0. What all I need to configure for doing this ? === To unsubscribe, send email to [EMAIL PROTECTED] and include

Integrating Jdev9i to weblogic for ejb deployment

2002-08-02 Thread Ananya Bhushan
dear friends!                       I am trying to connect Jdevloper 9i to Weblogic 6.1 for deployment and testing of my EJBs.But when i test the connection to the application server it gives me the exception  ---(Cannot instantiate class: weblogic.jndi.WLInitialContextFactory).Though the path to

Re: Weblogic Password??

2002-07-26 Thread David Hyne
Under individual domain directory, there is one file: config.xml, the password is clear text. Hope this help! -Original Message- From: alan andrade [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 1:51 AM To: [EMAIL PROTECTED] Subject: Weblogic Password?? Hi I am using weblogic

Weblogic Password??

2002-07-23 Thread alan andrade
Hi I am using weblogic 6.1 Had newly installed it.and now i have forgotten the password Anyidea which file i may find the password in?? Regards Alan ==To unsubscribe, send email to [EMAIL PROTECTED] and include in the body

WebLogic failed with MS SQL Driver

2002-07-10 Thread Sudhakar Kurumella
Hi All, I am using Bea WebLogic Server 6.1, when I am trying to use "Microsoft SQL Server 2000 Driver for JDBC" to connect to MS SQL Server 2000 Database am running into error: Unable to deploy EJB: RTSI_Rule from RTSI.jar: The Container-Managed Persistence Entity EJB failed while cr

Re: ejb Relation ships Weblogic 6.1

2002-07-09 Thread Ashwani Kalra
Let me give more info. I am on Wl6.1, ejb 2.0 , CMP bean. 1.From the replies can I conclude that even if I dont create accounts table with cascade delete option (Oracle 8i) , and give the cascade option in ejb-jar.xml, still the container will do the task for me. ( I will try this) 2. In 1-1 bidi

Re: Uneven behaviour of Stubs for EJB in Weblogic

2002-07-01 Thread Ted Neward
"Ted Neward" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, July 01, 2002 4:17 AM Subject: Re: Uneven behaviour of Stubs for EJB in Weblogic > Ted Neward wrote: > > > The dynamic download of stubs is not mandated by the J2EE specification--in > &g

Re: Uneven behaviour of Stubs for EJB in Weblogic

2002-07-01 Thread Larry Podmolik
Ted Neward wrote: > The dynamic download of stubs is not mandated by the J2EE specification--in > fact, you're flying directly in the face of the J2EE Spec, because dynamic > download of stubs is not handled under the IIOP protocol, which is the > preferred RMI protocol for EJB. According to Su

  1   2   3   4   5   6   7   8   9   10   >