purplehaze

Greenhorn
+ Follow
since Jun 27, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by purplehaze

Hi,
i've just created a CMP where I have created a state class.
In the bean class i 've just written all the methods of container like...ejbload()..ejbpassivate() etc....
and all of my business methods (get() and set()) i have written in my state class.
now i have created a jar and application working successfully,
but what extra i have to do is that i have to mention the classpath of that state class exclusively in the welogic properties file.Can't i do it with giving the path of .jar only??
I'm using weblogic 5.1
please if someone can help
Thanks in advance