Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

j2ee application with workflow giving error

164932Sep 8 2003 — edited Sep 20 2003
Hi all,

When using the j2ee application with oracle workflow provided in OTN,i am getting error like this

oracle.jms.AQjmsException: ORA-06550: line 1, column 7: PLS-00306: wrong number or types of arguments in call to 'AQ$_JMS_ENQUEUE_TEXT_MESSAGE' ORA-06550: line 1, column 7: PL/SQL: Statement ignored at oracle.jms.AQjmsProducer.enqueue(AQjmsProducer.java:1156) at oracle.jms.AQjmsProducer.publish(AQjmsProducer.java:1366) at oracle.jms.AQjmsProducer.publish(AQjmsProducer.java:1429) at com.oracle.wfdemo.servlet.Controller.doPost(Controller.java:123) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:721) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797) at java.lang.Thread.run(Thread.java:484)

my database version was 9.2.0.1 . I upgraded it to 9.2.0.3 with the help available in metalink but still
the same error comes. I searched every documentation available but no relevant infmn is found.

Any idea to solve this?

regds
niyasmansoor

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 18 2003
Added on Sep 8 2003
2 comments
238 views