Tagged Questions

8
votes
5answers
2k views

What are the benefits of JCA?

Our application often connects to different king of back-ends over web services, MQ, JDBC, proprietary (direct over socket) and other kids of transport. We already have a number of implementations ...
4
votes
2answers
401 views

Future of the “SAP Java Connector”

Is the SAP Java Connector still a good way to connect a Java Application with SAP ? Will there be a support and maintenance of the connector in the future (especially in ECC 6.0) or is the one and ...
2
votes
1answer
214 views

Stumped SQL Exception for JDBC

I'm trying all I can to get a JDBC to work, the only thing that is stumping me right now is this exception, which I have no idea about: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: You have ...
2
votes
3answers
2k views

What is empty session path in tomcat?

I have read apache tomcat documentation a day before, and I am so confused about emptySessionPath . Up to my knowledge, if it's set to true, the emptySessionPath is stored at the root folder of web ...
1
vote
3answers
159 views

access denied exception using connector/j mysql

I am using mysql and connector/j, trying to connect to the database on my localhost, following this tutorial. Here is a part of the code I am using: String url = "jdbc:mysql://localhost:3306/mysql"; ...
1
vote
1answer
165 views

JCR (JSR-170) connector for Lotus Notes

I'm looking for JCR (JSR-170) connector for Lotus Notes Domino Server 7 for integration between our customer Domino server and our software. Does anybody has an experience in dealing with such JCR ...
1
vote
1answer
859 views

What is the JBoss equivalent of Tomcat's server.xml?

I am running an application which was deployed on JBoss. There is only documentation for Tomcat, none for JBoss. I need to change some connector tag attributes to look like so: <Connector ...
0
votes
0answers
38 views

Java MySQL - not suitable driver found

I am trying to make my first connection to a database using Java language. Here is the code that I have so far: import java.sql.*; public class Database { public static void main(String[] args) ...
0
votes
2answers
46 views

Two connectors in tomcat's server.xml

I have two web applications, which I want to be running under the one tomcat instance, but on a different ports to connect, for example first war - under 8080, and second - 8090. Is it possible to do ...
0
votes
0answers
47 views

Problem while accessing Moyosoft's Java Excel Connector(JEC) through project deployed as service on Windows OS

I am trying to use Moyosoft's Java Excel Connector(JEC) for excel template functionality.I am using following step to open excel file using JEC: Step 1) Using excel object we open the workbook with ...
0
votes
0answers
151 views

Parsing a List of Elements in a Mule Configuration

I am building a new Mule transport to allow communication with DDS. In order to keep QoS consistent, the connector needs "flow controllers". Zero or more flow controllers may exist. The connector's ...
0
votes
0answers
171 views

Java Servlet container for IIS

I'm trying to configure the visualisation SDK from Thinkmap.com to use it in an IIS7 environment. Does anyone have any experience of this? Thinkmap is served from Tomcat but I'd like to embed the ...