vinny kumar

Greenhorn
+ Follow
since Jan 20, 2011
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 vinny kumar

Dear All,

I am using ejb2.1 and CMP entiy Beans and Sybase15.0.2 and OS LInux

in my prjoject we are using total three DB servers
two servers below query working fine one server is not working

<jboss-ql>
<![CDATA[SELECT OBJECT(o) FROM RetailerTerminalRecall o where o.hwid=?1 ORDER BY o.recallTime desc OFFSET?2 LIMIT?3 ]]>
</jboss-ql>

Thanks&Regards
Ch.Vinaya Kumar


Dear All,

I am using ejb2.1 and CMP entiy Beans and Sybase15.0.2 and OS LInux

in my prjoject we are using total three DB servers
two servers below query working fine one server is not working

<jboss-ql>
<![CDATA[SELECT OBJECT(o) FROM RetailerTerminalRecall o where o.hwid=?1 ORDER BY o.recallTime desc OFFSET?2 LIMIT?3 ]]>
</jboss-ql>

Thanks&Regards
Ch.Vinaya Kumar




13 years ago

Dear all ,


How to send Images threw InputStream and Datahandler using Jboss5


Thanks& Regards
Vinaya Kumar
13 years ago

Dear All,

i am using declarative component for search functionality....
in my jspx we have 2 radio button and 2 text box...
and with respect to the the radio button selection the corresponding text box will be shown ....
since i am using declarative component in my jspx...i am not getting the id of the radio button


Regards
Vinaya Kumar
13 years ago
JSF

Dear All,


I am Using Jdeveloper11 and Database Oracle I am Facing problem for JSFPage( Using adf).

Problem :-

Inside Jsf Page I am Creating Radio Button Whenever i am selected Radio Button at the time
i want display one Text Box according to serach Criteria

Please Give me solution How to write the vlaidation for Radibutton acording to Dispaly TextBox


Regards
Vinaya Kumar
13 years ago
JSF
Dear Sir,

Thanks for your Replay,

InputStream inputStream = this.getClass().getClassLoader().getResourceAsStream("com/testticketTemplate.tpl");

whenver i am executing above code i got the NullPointer Exception,

Thanks&Regards
Vinaya Kumar
13 years ago
Dear All,

Please solve Jboss5 Problem Regarding VFS(Virtual File System)

My Application Code:-

URL url = getClass().getClassLoader().getResource("com/test/ticketTemplate.tpl");
URLConnection objJarURLConnection = url.openConnection();
URI uri=url.toURI();
File file=new File(uri);
System.out.println("Step 3 ");
fileStream = new FileInputStream(file);
byte[] b = new byte[fileStream.available()];
fileStream.read(b);


above code executing sucessfull Jbos4.0.5Ga whenever we are deployed Jboss5.0.1Ga at the time we will get this error

"URI scheme is not "file""

Server Console:-

19:11:17,296 INFO [STDOUT] vfszip:/E:/jboss-5.0.1.GA/server/all/deploy/T
estFileWeb.war/WEB-INF/classes/com/test/ticketTemplate.tpl
19:11:17,296 INFO [STDOUT] uri:--> /E:/jboss-5.0.1.GA/server/all/deploy/TestFil
eWeb.war/WEB-INF/classes/com/test/ticketTemplate.tpl


Please tell me what'is the Problem aln also explain VFSZIP


Thanks&Regards
Vinaya

19:11:17,296 INFO [STDOUT] Exception URI scheme is not "file"
13 years ago