[JBoss-user] [Persistence & CMP/JBoss] - Re: ejbSelect with MAX()

2004-05-07 Thread timkk
It's nice to know, that JBoss returns always double. I have searched it in the documentation but I haven't found something. I don't use xdoclet, so i can't help you, sorry. I have written the part of the descriptor by hand, because i have made a migration from weblogic to jboss. But I will lear

[JBoss-user] [J2EE Compliance] - J2EE Specification

2004-04-16 Thread timkk
Hi all, J have a common question about the J2EE-Specification, perhaps somebody can give me a short answer: The J2EE-Specification describes the features of an J2EE application server, ob what the server has to do. Where are the major differences between J2EE application server or better what c

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: FoeDeployer and ConnectionFactory's

2004-04-07 Thread timkk
Ok, you are right. I only want to know, if there you can affect the migration condition, so that the migration tool migrates the ConnectionFactory's from the weblogic to jboss. Thanxs tim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829632#38296

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How can I create my own TopicConnectionFactory?

2004-04-06 Thread timkk
Thanks tim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829535#3829535 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829535 --- This SF.Net email is sp

[JBoss-user] [Messaging, JMS & JBossMQ] - FoeDeployer and ConnectionFactory's

2004-04-06 Thread timkk
Hi all, I'm testing the FoeDeployer-Migration-Tool. The Tool cannot bind the ConnectionFactory and Topics under the right JNDI-Name. Here some examples from the server.log: 2004-04-06 19:48:27,233 WARN [org.jboss.ejb.StatefulSessionContainer] No resource manager found for jms/ArtikelTopicConnect

[JBoss-user] [EJB/JBoss] - FoeDeployer and ConnectionFactory's

2004-04-06 Thread timkk
Hi all, I'm testing the FoeDeployer-Migration-Tool. The Tool cannot bind the ConnectionFactory and Topics under the right JNDI-Name. Here some examples from the server.log: 2004-04-06 19:48:27,233 WARN [org.jboss.ejb.StatefulSessionContainer] No resource manager found for jms/ArtikelTopicConnect

[JBoss-user] [HTTPD, Servlets & JSP] - MigrationTool for WebApplications?

2004-04-06 Thread timkk
Hello, I'm searching for a Migration-Tool for web-applications like the FoeDeployer for jar's. Is there something like a war-Migration-Tool available? thanx tim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829508#3829508 Reply to the post : htt

[JBoss-user] [Messaging, JMS & JBossMQ] - How can I create my own TopicConnectionFactory?

2004-04-06 Thread timkk
Hello, can I create in JBoss my own TopicConnectionFactory like in the reference-implementation from Sun. There you can add a JMSFactory with j2eeadmin -addJmsFactory. How can I do this in JBoss? Thanx tim View the original post : http://www.jboss.org/index.html?module=bb&op=viewt

[JBoss-user] [JCA/JBoss] - Re: Problems with connecting to OracleDB

2004-04-06 Thread timkk
The listener was the problem! I got the wrong port from the DBA under the port the listener wasn't started. Thanx tim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829504#3829504 Reply to the post : http://www.jboss.org/index.html?module=bb&op=pos

[JBoss-user] [JCA/JBoss] - Problems with connecting to OracleDB

2004-04-05 Thread timkk
Hello, I try to connect to a OracleDB but JBoss throws an Exception: Here is my oracle-ds.xml (Perhaps there is something wrong):  jdbc/OracleDS jdbc:oracle:thin:@testserver:1521:artikel oracle.jdbc.driver.OracleDriver test password org.jboss.resource.adapter.j

[JBoss-user] [Advanced Documentation] - Informatons about JBoss

2004-04-05 Thread timkk
Hi all, I will write my diploma thesis about the migration from Bea WebLogic to JBoss. Therefore I need a lot of informations about Jboss. I want to describe the migration process and all things you have to do. What you have to change (descriptors) and other things. I will compare Bea WebLogic vers

[JBoss-user] [JCA/JBoss] - Re: JBossResourceException using Cloudscape

2004-04-04 Thread timkk
Hi, I have set it to VARCHAR, but the exception is the same. tim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829119#3829119 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829119 --

[JBoss-user] [JCA/JBoss] - JBossResourceException using Cloudscape

2004-04-04 Thread timkk
Hello, I want to use Cloudscape as DB. Therefore I have written the following cloudscape-ds.xml: jdbc/CloudscapeDS jdbc:cloudscape:rmi://localhost:1099/osdb COM.cloudscape.core.RmiJdbcDriver If I put my ear-file in the deploy directory jboss throws the followin