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
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
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
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:
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
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
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
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
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
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
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
: 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
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
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
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
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
-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
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
]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
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
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
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
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
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
>> public Integer ejbCreateUniqueLocal(String name, String
>> firstName, Character article)
>> throws CreateException {
>>
>> ArtistLocalHome home = (ArtistLocalHome) ctx.getEJBLocalHome();
>>
>> try {
>> home.findByNames(name, firstName, article);
>> } catch (
> public Integer ejbCreateUniqueLocal(String name, String
> firstName, Character article)
> throws CreateException {
>
> ArtistLocalHome home = (ArtistLocalHome) ctx.getEJBLocalHome();
>
> try {
> home.findByNames(name, firstName, article);
> } catch (ObjectNot
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
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
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
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
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
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
;
(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
: 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
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
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
forwarding weblogic.xml of one application hoping you find true way .
Me_sut
&&&&&&&&&&&&&&&&&&&&&&&&&&&&
http://www.bea.com/servers/wls610/dtd/weblogic-web-jar.dtd";>
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
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
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
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
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
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
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
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>
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
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
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
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
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
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.
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
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
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:
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
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
-
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
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
> >
> -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,
&
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
> -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
>
> -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
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
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
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
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
> -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
> -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
>
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
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
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
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
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
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
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
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
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
_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
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.
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]>
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.
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
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
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 .
&
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
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
> -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
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
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
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
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
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
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
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
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
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
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
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
"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
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 - 100 of 1005 matches
Mail list logo