• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

sql query is not working in jboss...

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hai

i have one problem in jsp with sql tag in but this tag is working in weblogic but it wont work in jsp when i change into datasource=${ds}.
give any help on this.

hear i post my tag



i change the tld version to 1.1
thanks in advance
chaitanya
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When you say, its not working, do you see any error messages? I don't have much knowledge about how that tag is supposed to work and this question looks more related to JSP than JBoss. I will move this to the JSP forum where you might get a solution.

Moderators: If later, this turns out to be JBoss specific issue, please feel free to move it back to the JBoss forum.
 
Ranch Hand
Posts: 124
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
if any of the table has blob or clob field, you need to make sure your query is in side of a transaction.
 
chaitanya kiran pvn
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hai

iam using this as dynamic table creation of my reacent actiity from mssqlserver database but it throws in sql exception. in runtime jsp.

i am not using any blob are clob in my application.

thanks in advance
chaitanya
 
reply
    Bookmark Topic Watch Topic
  • New Topic