Thread: BUG #1190: Postgres/Jboss Synchronization

BUG #1190: Postgres/Jboss Synchronization

From
"PostgreSQL Bugs List"
Date:
The following bug has been logged online:

Bug reference:      1190
Logged by:          hemal shah

Email address:      shahhemal4@rediffmail.com

PostgreSQL version: 7.3.4

Operating system:   Linux Red Hat 9.0

Description:        Postgres/Jboss Synchronization

Details:

hi,

we are stuck at a very crucial point,we are using postgres as our db server
and jboss as our applicaton server,our business logic has been coded in
stored proceudres and when we deploy our webapplicatoin on windows it works
fine,but as we deploy it on linux we get a following error :
Function_does_not_exist even when the function is very much present,i have
also posted a mail to jboss development team.I have tried every solution
regarding the same but nothing seems to work.

kindly look into the matter as soon as possible
sorry for reporting this as a bug

regards

Re: BUG #1190: Postgres/Jboss Synchronization

From
Stephan Szabo
Date:
On Mon, 12 Jul 2004, PostgreSQL Bugs List wrote:

> we are stuck at a very crucial point,we are using postgres as our db server
> and jboss as our applicaton server,our business logic has been coded in
> stored proceudres and when we deploy our webapplicatoin on windows it works
> fine,but as we deploy it on linux we get a following error :
> Function_does_not_exist even when the function is very much present,i have
> also posted a mail to jboss development team.I have tried every solution
> regarding the same but nothing seems to work.

My guess would be either a mismatch is quotation between definition and
usage, or a mismatch in arguments.  However, you haven't given us any
information that would help us try to help you.  What do the creates look
like, what do the calls look like and what is the precise error text.