sadagi korbu

Greenhorn
+ Follow
since Aug 16, 2006
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 sadagi korbu

Thanks for your reply. It has helped me.

Regards
Sadagi
14 years ago
Hello Ranch Members

I am a beginner in Java language and have done few assignements. Now I want to move to Java white box / automation testing using Junit . I have studied junit and have got an overview of the same. Can someone tell me, how much java skills are required to be a automation tester for java application.

I have basic concepts of java and so far what I have studied, I feel its basic java used in junit test cases and a java beginer can also work as on automation testing. Please reply with your inputs.

Sadagi
14 years ago
Hello Ranch Members

I am a beginner in Java language and have done few assignements. Now I want to move to Java white box / automation testing using Junit . I have studied junit and have got an overview of the same. Can someone tell me, how much java skills are required to be a automation tester for java application.

I have basic concepts of java and so far what I have studied, I feel its basic java used in junit test cases and a java beginer can also work as on automation testing. Please reply with your inputs.

Sadagi
14 years ago
Hi

Can anyone explain me , "What is Obtrusive Javascript" and where is it used? If there is some useful online link available, please share.

Sadagi
Hi

In my HTML page I am using a horizontal image which should start from top left corner of my page when opened in internet browser. But it is opening after some space. Is there any way I can set that image to open from extreme left corner without any space left in between the corner and the image.

Please let me know

Regards
Sadagi
Hi

I am trying to delete some rows from my table, which are selected using checkboxes in each row. Here is the code

It is deleting few rows but not the ones that are selected. Anyone can help on this ?

[ August 07, 2008: Message edited by: sadagi korbu ]

[ August 07, 2008: Message edited by: sadagi korbu ]
[ August 07, 2008: Message edited by: sadagi korbu ]
I have to migrate a simple awt application to swing application by using available plugin in Exlipse 3.1 and maybe AgileJ/MaintainJ/Jupe .
16 years ago
Hi Can anyone share a simple AWT application of 1 or 2 pages with me
[ March 17, 2008: Message edited by: Ulf Dittmer ]
16 years ago
Hi all

I am a beginer in html & javascript. I am trying to write a program which displays each character on a new line when a string is provided by the user.

Can someone help me with the same.

Regards
I am able to compile and deploy all of the example w/o errors. When I go to run the test client using following command, I get error:

ant test

ERROR :
<testcase classname="org.jbpm.bpel.tools.ModuleDeployTestSetup" name="unknown" time="0.01">
<error message="Failed to authenticate principal=null, securityDomain=jmx-console" type="java.lang.SecurityException">java.lang.SecurityException: Failed to authenticate principal=null, securityDomain=jmx-console
at org.jboss.jmx.connector.invoker.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:97)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.invocation.jrmp.server.JRMPProxyFactory.invoke(JRMPProxyFactory.java:179)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.invocation.jrmp.server.JRMPInvoker$MBeanServerAction.invoke(JRMPInvoker.java:819)
at org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:420)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
at sun.rmi.transport.Transport$1.run(Transport.java:153)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
at java.lang.Thread.run(Thread.java:595)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:126)
at org.jboss.invocation.jrmp.server.JRMPInvoker_Stub.invoke(Unknown Source)
at org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxy.invoke(JRMPInvokerProxy.java:133)
at org.jboss.invocation.InvokerInterceptor.invokeInvoker(InvokerInterceptor.java:365)
at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:197)
at org.jboss.jmx.connector.invoker.client.InvokerAdaptorClientInterceptor.invoke(InvokerAdaptorClientInterceptor.java:66)
at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)
at org.jboss.proxy.ClientMethodInterceptor.invoke(ClientMethodInterceptor.java:74)
at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)
at $Proxy0.invoke(Unknown Source)
at org.jbpm.bpel.tools.JBossModuleDeployer.deploy(JBossModuleDeployer.java:46)
at org.jbpm.bpel.tools.ModuleDeployHelper.deploy(ModuleDeployHelper.java:44)
at org.jbpm.bpel.tools.ModuleDeployTestSetup.setUp(ModuleDeployTestSetup.java:52)
at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
at junit.extensions.TestSetup.run(TestSetup.java:23)
</error>
</testcase>

I have disabled the authentication to JMX-Console also but no luck, If anyone faced same problem. Pleae help me!!
16 years ago
Hi

Im beginer in JBoss and JMX, I am facing a problem in deploying a sar file in JBoss. Here is the structure of my SAR [jmxsampleapp.war.sar] file
+com.example.mbeans.Calculator(MBean classes)
+META-INF
- jboss-service.xml
jmxsampleapp.war

I have downloaded the code from following link
http://trailblazer.demo.jboss.com/EJB3Trail/serviceobjects/jmx/ and Im trying to make the sample application mentioned on this link work

But while deploying my SAR on JBosss , Im getting following error:

org.jboss.deployment.DeploymentException: No nested mbean element given for xmbean; - nested throwable: org.jboss.system.ConfigurationException: No nested mbean element given for xmbean)

STAUS: FAILED

Please help in thsi problem
16 years ago
Hi

Im beginer in JBoss and JMX, I am facing a problem in deploying a sar file in JBoss. Here is the structure of my SAR [jmxsampleapp.war.sar] file
+com.example.mbeans.Calculator(MBean classes)
+META-INF
- jboss-service.xml
jmxsampleapp.war

I have downloaded the code from following link
http://trailblazer.demo.jboss.com/EJB3Trail/serviceobjects/jmx/ and Im trying to make the sample application mentioned on this link work

But while deploying my SAR on JBosss , Im getting following error:

org.jboss.deployment.DeploymentException: No nested mbean element given for xmbean; - nested throwable: org.jboss.system.ConfigurationException: No nested mbean element given for xmbean)

STAUS: FAILED

Please help in thsi problem
16 years ago
I was trying to overload the main() function, and found that it accepts int/char/float arguments too,
besides the usual (String[] args). I looked up the source code of Object.java but it wasn't there. So, where is the function main() defined in the API's ( though it could have been there in java.lang.Object class ) ?
16 years ago