0
votes
1answer
22 views
JBoss MQ tutorial
I'm looking for a JBoss MQ tutorial (on JBoss Tools) so that I can write an MDB and a client.
I can find only JBoss Messaging.
0
votes
3answers
52 views
Scaleable MS Access ASP.NET app
I am constrained by the following, no way around it:
1) Read-Only Data: Microsoft Access
2) JET 4.0 OLDB
3) ASP.NET 2.0
4) Shared Host, very little control.
5) OR Mapper - LLBL Ge …
0
votes
1answer
32 views
MDB 2 CSV batch.
Does anybody know what I could use to write a script to convert all MDB files in a directory to CSV files?
I'm working on Windows but have been using Cygwin for some work.
0
votes
1answer
26 views
Maximum number of messages sent to a Queue in OpenMQ ?
I am currently using Glassfish v2.1 and I have set up a queue to send and receive messages from with Sesion beans and MDBs respectively. However, I have noticed that I can send onl …
1
vote
1answer
24 views
How can we have JBOSS MDB retry its connection if it fails at startup?
Hello all.
We have a server app that is deployed across to server machines, each running JBOSS 4.2.2. We use JBOSS messaging with MDBs to communicate between the systems. Currently …
0
votes
1answer
37 views
CakePHP and connecting to MS Access db using Unixodbc
I'm trying to use an Acces (MDB) database from a CakePHP app. On a Windows machine this works fine. On a Linux machine using Unixodbc this doesn't work at all. The error is as foll …
0
votes
2answers
106 views
Configuring a ‘retry delay’ in MQ Series
I'm hoping someone can help me - I'm using JBoss 5.1 and MQ Series 7 in an EJB / JMS based application. I have several message driven beans in my application, each listening on an …
5
votes
8answers
1k views
How to extract the schema of an Access (.mdb) database?
I am trying to extract the schema of an .mdb database, so that I can recreate the database elsewhere.
How can I pull off something like this?
1
vote
2answers
116 views
Import MS Visual Foxpro .dbf tables into MS Access 2007
Does anyone know how to import .dbf file into MS ACcess 2007?
0
votes
2answers
17 views
How can i access and manipulate a mdb file available online (on web) using VB
I have a mdb file hosted on my site http://www.simplyfy.co.in/db/dbfile.mdb. I am developing an application which will be running on multiple machines and will contact the mdb file …
0
votes
1answer
277 views
JBoss EJB3 MDB config
I am trying to understand some EJB 3 code running in JBoss 4.3.
We've got an ejb3-interceptors-aop.xml file configured in JBoss with some MDB configuration and then we've got the …
0
votes
2answers
46 views
JBoss Error in ejb-jar.xml for Message Driven Bean TextMDB: expected one res-ref-name tag
I've copied and pasted the example ejb-jar.xml and jboss.xml file from http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch6.chapt.html#ch6.mdbejbjar.ex and I'm receiving the follo …
2
votes
5answers
140 views
Dynamically creating asynchronous message queues in Java
I need to create asynchronous message queues dynamically in Java. My use case is sending email via multiple SMTP servers: I need to enforce that emails to the same SMTP server are …
0
votes
2answers
493 views
Should MDB call remove() after using stateless session bean?
Our years-old WebLogic J2EE application has a message-driven bean which makes use of a stateless session bean. The MDB onMessage method gets the home interface of the stateless se …
0
votes
1answer
139 views
MailMerge from C# when Access mdb has password
Hi ,
I am trying to use MailMerge programatically ( from C# ). I am using an Access database file as a data source. The Access database has a password. The following code does not …
