KArol Muszynski

Ranch Hand
+ Follow
since Aug 09, 2005
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 KArol Muszynski

You can also try HPJMeter http://www.hp.com/products1/unix/java/hpjmeter/ instead of HAT. I think it reads all of the hprof formats.

Best Regards,
KArol Muszynski
18 years ago
When we talk about discovering processes, in java 1.5 there is little program jps.exe. It shows all running java processes, os process pid, main class, java call options.

Best Regards,
KArol Muszynski
18 years ago
Guru,

first idea which comes to my head is to use weblogic "shutdown classes" mechanism. what do You want to be done on shutdown ?

Best Regards,
KArol Muszynski
18 years ago
Hi,

I think that You used java 1.4/1.5 to compile Your classes and now trying to run them on weblogic 7 with java 1.3

Best Regards,
KArol Muszynski
18 years ago
Carlos,

read this thread from bea forums
http://forums.bea.com/bea/message.jspa?messageID=200019677&tstart=0

they discovered some ideas which are helpful with such problems

Best Regards,
KArol Muszynski
18 years ago
Hi,

in ejb-jar.xml You have to provide such section:


"Supports" is default value. Check out in documentation if this value is correct for Your Bean and Transaction or You have to change it.

Best Regards,
KArol Muszynski
18 years ago
Carlos,

What kind of error do You have ? If You provide us some more informations (type of error, Stack Trace) maybe it will be possible to help You.

Now we only know that You've got an error !

Best Regards,
KArol Muszynski
18 years ago
Srikanth,

BEA do not support wls on win98. here You can find more informations:
http://e-docs.bea.com/platform/suppconfigs/configs81/81_over/overview.html#1146550

Best Regards,
KArol Muszynski
18 years ago
FRank,

verify if the Listen Address parameter is correctly setted for your WLS server. You can find it using administration console in
Your_server_name -> Configuration -> General -> Listen Address.
try tu put there 192.168.17.67

Best Regards,
KArol Muszynski
18 years ago
download and install JBoss IDE http://www.jboss.org/products/jbosside it's a plugin for eclipse which allow YOu to work more comfortable with JBoss Application Server.

Best Regards,
KArol Muszynski
[ November 10, 2005: Message edited by: KArol Muszynski ]
18 years ago
Ali,

is "com.piratepete.jndi.JndiUtil" class yours ? Or it comes from outside package !?

Remember to put all jars required by Your application to WEB-INF/lib folder in You war file. After changing this parameter, JBoss uses different classloader mechanism.

Best Regards,
KArol Muszynski
18 years ago
Jay,

1. from menu choose Window -> Preferences
2. in preferences window, in left tree choose Java -> Code Style -> Code Templates
3. on the right side choose Comments
Here You have all of the templates. Of course You can also change it here.

Best Regards,
KArol Muszynski
Jay,

Eclipse also shows You how to repair suchproblem. Open Your DuplicateKeyException class. In the left editor column, before line numbering, You will see yellow bulb with warning symbol. Click on it and Eclipse offer You how it can be repaired.


If You're not interested to see warnings about this kind of problems, it is possible to turn this mechanism off:

1. from menu choose Window -> Preferences
2. in preferences window, in left tree choose Java -> Compiler -> Errors/Warnings
3. on the right side choose PotentialProgrammingProblems -> Serializable class without serialVersionUID and change Warning to Ignore


Best Regards,
KArol Muszynski
[ November 05, 2005: Message edited by: KArol Muszynski ]
Ali,

maybe this tip will be helpful http://www.devx.com/tips/Tip/29164

Best Regards,
KArol Muszynski
18 years ago
kri shan,

Struts are designed to use one controller and changing dtd will not help. You can rewrite or extend struts but also I don't think it's a good idea.
Tell us why do You want to use more then one controller. Maybe we can help You with Your architectural problem.

Best Regards,
KArol Muszynski
18 years ago