sheethal Kumar choppari

Greenhorn
+ Follow
since Jun 23, 2012
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 sheethal Kumar choppari

i have two attributes named company and employee in my form, each annotated their custom validator. i need to use company attribute in EmployeeValidator as i need to look for the employees associated with company.

can i specify the invocation order to my custom Validators, if there is way to specify the order, i can store the first attribute in global varaible to access that in second validator.
9 years ago
while deploying it was fine. but at run time it is throwing java.rmi.servererror : unexpected error ; nested exception is java.lang.noclassdefounderror in my local jboss server. it was working fine before. since last two days suddenly i am getting this error. if it is class loading issue. it was working fine before and why not now.
11 years ago
Hi

i have a page which takes user details . once i save them for one user and trying to create another user , two fields of new page showing the values entered for previous user , i can edit them . what i want is when i select the new page it should come with blank fileds or some default values what i mentioned. this issue is happening in the same session. when i try to do same different sessions it is working fine. my observation was those previously entered values are coming from form object(front end). how can i resolve this ? where might be the changes in jsp/handler?

thanks in advance
11 years ago
JSP
Hi all

when we debug , we do see count, hash, offset, value,Id,,etc, . what are those values & how are those values helpful to analyse ?

thanks in advance
11 years ago
Hi all
my application has many tooltips which pops up small window on mouse over on some text. it is making use of java script to get it done, i wanted that poped up window to right to the text. its working fine in some webpages. but in some pages its showing off the screen. for all mouseover events it is making use of same javascripts files, why it is diplaying differently . and it i want to make the poped up window to be right of my text, where can i make changes

thanks in advance

Hi all
my application is using lot of third party libraries. when i am trying to run that application , there is an exception thrown from one class. i went ahead and found that the exception is being thrown depends on that result , where it is making using of ojbects and their methods of the classes which from third party libraries. if i want to find the reason for exception how can i ?

thanks in advance
11 years ago
without breakpoints its fine server is starting and i can access my application. when i put the breakpoints,& when i say debug server (actually i am doing in reverse way,statring the server then pointing the source code) i can see that the server is loading the some xml files(like data source, etc..) , during this its waiting for our action to go into next step, during this time it is showing that server is starting( but not coming into mode (run/debug) , where i can run access my application. if i keep on saying go to step-over , it is saying source code is not found. then i again attached the source code. but its not detecting the source attached.


my application was developed on intellij, as i am trying to run it on eclipse. i build that externally and dropped into deploy dir of my local jboss.
11 years ago
i have an third party application which has lot of servlets and jsp . wanted to debug that by putting breakpoints.usually how de we know that , for particular request , the request is being processed by particular java classes and jsp , so that i can put breakpoints in respective files. i am thinking to go through the code , before setting the breakpoints to know where to put them. but i feel this is not efficient way to do( as it is a very big application). can you please suggest me if there is any better way to do this ?
thanks in advance
11 years ago
Hi all
my local jboss server is starting in normal mode, and i am able to access my application. i wanted to debug my java web application , so i put the breakpoints and tried to start the server in debug mode. but it is unable to start server in debug mode. then i removed all my breakpoints ,now my server is starting in debug mode. but now i cant see step into & step out buttons enabled( i think as there is no breakpoints set). my goal is to get understatnd the the process flow for a particular request. can anybody help me out in this ,if i am doing something wrong
11 years ago
hi all

i have an application which is developed on intellij, i have build .ear for that externally and deployed in jboss. and i imported that source code into eclipse .now i want to debug that application. so i started the server in debug mode, and tried to add the code which is in eclipse as debug source code. even then its unable to recognize that as debug source code, debugging is not starting. but server is starting


thanks in advance
yes. after looking that server started msg, i tried localhost:8080/jmx-console& localhost:8080, there is no response. there are other ports which are associated with jboss are also becoming active ( like rmi , ajp,,). ,,,,
11 years ago
the port which is assigned to jboss, on the same port java.exe is running.( i feel ,java.exe is running nothing but jboss is running) , and all the ports which are being used by jboss are also becoming active , like http port, rmi port,
11 years ago
i modified run.bat under bin. and added jndi data source in mssql-ds.xml ( docs\examples\jca). coming to version , am trying to start jboss 4.0.1 on windows7 ( is it compatible?).
11 years ago
thanks for reply . i have also done that, by adding all required libraries to project buildpath. even its still not compatible( i feel like i am missing one simple thing which can get it done). and i have been asked to modify build.xml files of my project to make it compatible with eclipse , can you give me any idea why and what all we need change in that build.xml
my application was developed on intellij, and i imported that into eclipse (from file system). how can i make it compatible with eclpse ,& make it run . can we do it by changing some config files ,like by changing build.xml files and build.bat files in my application . can anyone help me out with this

thanks in advance