Damodar Mukherjee

Ranch Hand
+ Follow
since Mar 20, 2007
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 Damodar Mukherjee

Hi Jaikiran Pai,

Can You please explain how Hibernate fits with EJB3?

Why people use Hibernate in EJB3 projects as EJB3 has a rich Entity Bean?

Thank You in Advance...
Dear Jaikiran Pai,

One of your post helped me. There I came to know that the directory where JBoss deployed should not contain any space . I removed that space and its working fine.

Actually I am using JBoss-5.0.0.GA and it had a bug in its eclipse plugin jboss5.serverdef file. The bug is solved in the new distributions. I used the jboss5.serverdef file given by JBoss community as an attachment with the bug.

Thanks a lots Mr. Jaikiran Pai.
15 years ago
Hi,

I am unable to start JBoss5 server through eclipse 3.4.1.

Please suggest me some idea for this.

Thank You.
15 years ago
Congratulations...!!!

I just want to make a request to all of the members to please do not write this type of false subject lines...

This is a very respectful forum for all the Java programmers in the world.

Regards,
Damodar...
15 years ago
Hi,

Please tell me how can we use EJB3 session beans as web service client?


Thank you,

Damodar...
Hi Guys,

As all we know the current market scenario, I am really confused to change my current job.

What are your suggestions Buys???
15 years ago
Thank you, This post cleared my concept
15 years ago
If the web service server is not using JAX-WC then how do I get the class CalculatorService?
15 years ago
How can I call a remote webservice whose url address is given...
I have the following code.. Bur how can I sure that the service provider hav the class CalculatorService in the server???
The code is given below... Thank you...


15 years ago
Hi,
I am getting the following exception for a lob time while I want to run my EE Application in Netbeans 6.x using Weblogic 10 server.

Help Me please


java.net.MalformedURLException: no protocol: ${client.url}
at java.net.URL.<init>(URL.java:567)
at java.net.URL.<init>(URL.java:464)
at java.net.URL.<init>(URL.java:413)
at org.netbeans.modules.ant.browsetask.NbBrowse.execute(NbBrowse.java:75)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.Target.execute(Target.java:357)
at org.apache.tools.ant.Target.performTasks(Target.java:385)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:277)
at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:460)
at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:151)
BUILD FAILED (total time: 1 minute 9 seconds)
Please tell me if you any one used netbeans 6.x with weblogic 10 server.
I am not able to run an enterprise application on it...
15 years ago
Can any one please tell me how can I create EJB 3 persistence Unit using netbeans 6.x with Weblogic 10 server?


Thanks,
Damodar...
15 years ago
Hi I am using Netbeans 6.5 Beta version. I am not able to create entity bens from database. Please help me. I am using Weblogic 10.

Thanks,
Damodar...