Hi suriya,

I appreciate your inputs.

Point 1. The problem is nothing to do with the max beans property as I am
not even able to run the beans thru ejbc.

Point 2. If i keep the support classes ( which are substantial ) in the
classpath for weblogic then it will mean that for a smallest change in these
support classes I have to restart the app server which is highly undesirable
as we are currently in bug fixing stage of the project where we fix bugs
that are reported by our QA team.

regards
Rohit

-----Original Message-----
From: Suryanarayanan V [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 22, 2003 11:21 AM
To: Rohit Parik
Subject: RE:


The Problem might be
1. Ur m/c memory configuration.Ur r going for exordinary situation..,
Every bean has some default property and default memory accupation..,
so u need to increase the memory size first and try to reduce the max bean
in free pool
property also.
2.UR Classes jar is not in weblogic class path..,
that the problem u r facing now..,
include ur jar file in ur startWeblogic file.
Hope this will work fine..,
Suriya

-----Original Message-----
From: A mailing list for Enterprise JavaBeans development
[mailto:[EMAIL PROTECTED]]On Behalf Of Rohit Parik
Sent: Tuesday, January 21, 2003 7:46 PM
To: [EMAIL PROTECTED]
Subject:


Hi,

I got an application that has the following size:

1. Stateless SB - 647
2. Entity Beans ( CMP ) - 220
3. 700 JSPs
4. 1 Controller servlet
5. 13500 other support classes ( these perform some small business
operations and these are directly referenced by the session beans )

The problem I am facing is how do I deploy these.
If I try to run the session beans thru the ejbc all together - ejbc runs out
of memory.

I am absolutely confused as to how I should deploy these.

I am also facing a problem where if I package the support classes in a
single jar file and deploy it along with one session bean - the bean is not
able to pick up the class - The container gives a ClassNotFoundException.

I am using WebLogic 7 app server.
Any help is welcome.
Regards
Rohit

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to