Tagged Questions

AMBIGUOUS TAG, DO NOT USE. For Java EE message-driven beans, use **message-driven-bean**; for Microsoft Jet DB, Access database standard, use **ms-access**, **jet** or **ms-jet-ace**.

learn more… | top users | synonyms

4
votes
2answers
453 views

ActiveMQ messagedriven bean to JSF

I am currently reading from ActiveMQ with a Message driven bean (EJB3) in the back end. The problem I am facing is that I have to update a table in my JSF page as soon as I receive the message from ...
2
votes
1answer
645 views

Read binary data from a MDB-file running under LAMP

I need to be able to connect to an MDB-file in a LAMP-environment (running on Linux) and ultimately insert converted data into a Mysql db. The data I need to access is stored as a BLOB (Long Binary ...
2
votes
2answers
230 views

How to learn advanced C debugger usage?

How to learn advanced debugging techniques? I am a C/Unix programmer, and as such rely on a good C debugger. I know Sun^WOracle mdb on Solaris, GNU gdb on Linux. I feel comfortable setting ...
2
votes
2answers
169 views

Handling connection errors in a MDB

Is it possible to manage connection timeouts or errors in a MessageDrivenBean? You can make the factory to retry connecting a certain number of times but... is it possible to make some actions each ...
1
vote
2answers
963 views

Weblogic 10.3 MDB throwing javax.sql.DataSource exception

Here are the applications that I'm using: Weblogic 10.3.3 Websphere MQ 7.0 Oracle 11g Express Edition (DB) Here is the current process flow: A message is read off a Websphere MQ queue by ...
1
vote
1answer
2k views

Injecting jms resource in servlet & best practice for MDB

using ejb 3.1, servlet 3.0 (glassfish server v3) Scenario: I have MDB that listen to jms messages and give processing to some other session bean (Stateless). Servelet injecting jms resource. ...
1
vote
1answer
921 views

Problems creating JMS Queue on Glassfish

i'm get the following error when deploying my application with a JMS producer and consumer com.sun.enterprise.connectors.ConnectorRuntimeException: JMS resource not created : QueueName I used the ...
1
vote
2answers
5k views

VBScript & Access MDB - 800A0E7A - “Provider cannot be found. It may not be properly installed”

I've having a problem with a VBScript connecting to an access MDB Database. My platform is Vista64, but the majority of resources out there are for ASP/IIS7. Quite simply, I can't get it to connect. ...
1
vote
1answer
775 views

MDB Transaction Propagation

I am very new to EJB 3.0 I have deployed a EAR in WebLogic 10.3 g which have two ejb modules called ServicesDump MessageDump In ServicesDump i have a session bean which doing the database ...
0
votes
1answer
730 views

using ResultSet.Previous method not working in Java using .mdb file OBDC

I'm currently having an issue with my open result set not working how I believe it should. The only function that is currently working is the next() method, nothing else will work. If the project is ...
0
votes
1answer
64 views

Is there any server config file to invoke MDB?

I am having ejb-jar.xml and jboss.xml files in my application of JMS with MDB. I have configured the queue destination in destination-service.xml. But my MDB is not invoking. Are there any server ...