[JBoss-user] [Beginners Corner] - Re: JDBC Driver for MS SQL Server

2004-12-31 Thread ramla
thanx, found configurations and trying connection with ms sql server driver. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860330#3860330 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860330 ---

[JBoss-user] [Advanced Documentation] - Re: Docs for 4.0

2004-12-31 Thread [EMAIL PROTECTED]
I was right on the date but not the time. Check the docs page for the 4.0 book. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860328#3860328 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860328

[JBoss-user] [JBoss Getting Started Documentation] - Re: is there any limitation for writing books about JBoss?

2004-12-31 Thread schnell
yes, we are serious about this. We are masters of CS. The questions are: we did not ever read the original documentation (we read the source code). How can we know that we will not explain some techniques similar as you did? All the techniques are standard, so, similar explanation can not be

[JBoss-user] [JBoss Getting Started Documentation] - Re: is there any limitation for writing books about JBoss?

2004-12-31 Thread [EMAIL PROTECTED]
I'm sorry. I misunderstood. As long as you are writing original material and not stealing copyrighted material or misusing the JBoss trademarks, you are welcome to write JBoss books in any language. Email me if you are serious about this. View the original post : http://www.jboss.org/in

[JBoss-user] [JBoss Getting Started Documentation] - Re: is there any limitation for writing books about JBoss?

2004-12-31 Thread schnell
the translated book is not so understandable, so, we want to write our own book. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860325#3860325 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860325

[JBoss-user] [Messaging, JMS & JBossMQ] - Distributed queue

2004-12-31 Thread moonrainbow
I've studied docs, wiki and this forum but I could not find the definitive answer to my question, so I decided to ask it straight: I want to implement a system with a lot of messages going into it. A lot means 10**7-10**8 per day. These are very short (up to 2-3K) messages. Obviously, we want to

[JBoss-user] [Beginners Corner] - Re: Incomplete Deployment Listing error

2004-12-31 Thread anu_katta
Thankyou for your responce Genman. Here is my application.xml in which I did not specify anywhere about the that .xml file. that is included in the schemas.jar and I also checked the schemas.jar META-INF directory in which I have no files at all except the default MANIFEST.MF created by sun.

[JBoss-user] [Beginners Corner] - Re: Can't retrieve a Connection object using Oracle 9i and J

2004-12-31 Thread suttrix
oh, i forgot, i'm usin JBoss 4.0.0 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860316#3860316 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860316 --- The SF.Net

[JBoss-user] [Beginners Corner] - Can't retrieve a Connection object using Oracle 9i and JBoss

2004-12-31 Thread suttrix
I want to use JNDI to retrive a Connection object from an Oracle 9i DBMS and get the following error: javax.naming.CommunicationException: Receive timed out [Root exception is java.net.SocketTimeoutException: Receive timed out] at org.jnp.interfaces.NamingContext.discoverServer(NamingCo

[JBoss-user] [JBoss Getting Started Documentation] - Re: is there any limitation for writing books about JBoss?

2004-12-31 Thread [EMAIL PROTECTED]
The JBoss 3 book was translated in chinese. It's likely that the JBoss 4 book will also be translated into chinese. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860311#3860311 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=r

[JBoss-user] [Management, JMX/JBoss] - Re: java.lang.ClassNotFoundException: No ClassLoaders found

2004-12-31 Thread [EMAIL PROTECTED]
The depends tag does not handle class level dependencies. It only delays when services are started. In general you should not be using the deploy/scheduler-service.xml because of this. You should be adding a myscheduler-service.xml to your own deployments to ensure that the classes will be avai

[JBoss-user] [JBoss Getting Started Documentation] - is there any limitation for writing books about JBoss?

2004-12-31 Thread schnell
Hallo, we want to write a book in chinese about JBoss 4.x. Is there any limitation? regards! Jing Ge 31.12.2004 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860309#3860309 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [JBoss Getting Started Documentation] - Re: Caching User Roles

2004-12-31 Thread [EMAIL PROTECTED]
http://www.jboss.org/wiki/Wiki.jsp?page=CachingLoginCredentials View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860308#3860308 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860308 -

[JBoss-user] [Security & JAAS/JBoss] - Re: Cascading authentication

2004-12-31 Thread [EMAIL PROTECTED]
Using the restore-login-identity=true option to the ClientLoginModule will allow the given code fragment to work as is. You login as a different user and logout restores the original user. This is documented in the ClientLoginModule wiki page: http://www.jboss.org/wiki/Wiki.jsp?page=ClientLoginM

[JBoss-user] [Beginners Corner] - caching and locking of CMPs

2004-12-31 Thread danl_thompson
Very confused. if transacation A does a find on an entity bean, is transaction B blocked from finding the same entity bean until transaction A either commits or rolls back? dt View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860306#3860306 Reply to the pos

[JBoss-user] [JCA/JBoss] - Regarding JCA 1.5

2004-12-31 Thread yogs
hi, Enterprise application Integeration can be done using approaches like JCA, JMS and web services. But our requirement is as follows: It is required to integrate the J2EE application with EIS(may be CRM or ERP), in such way that information can be exchanged on both sides (Example: EIS m

[JBoss-user] [Beginners Corner] - Re: JDBC Driver for MS SQL Server

2004-12-31 Thread [EMAIL PROTECTED]
http://www.datadirect.com/products/jdbc/index.ssp View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860301#3860301 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860301 -

[JBoss-user] [The Lizzard's corner] - Re: Where is ServiceMBeanSupport?

2004-12-31 Thread [EMAIL PROTECTED]
/lib/jboss-system.jar View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860300#3860300 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860300 --- The SF.Net email is spo

[JBoss-user] [EJB/JBoss] - questions

2004-12-31 Thread wmaidub
Hello, a question, so that they are used following mark: false false thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860299#3860299 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860299

[JBoss-user] [Beginners Corner] - Re: JDBC Driver for MS SQL Server

2004-12-31 Thread DaveyS
I'd recommend the jTDS drivers for SQL Server http://jtds.sourceforge.net/. Just put them in the server/default/lib directory (if you are using the default installation. If not, replace default with the appropriate directory). Cheers. Dave. View the original post : http://www.jboss.org/ind

[JBoss-user] [EJB/JBoss] - pool of connections

2004-12-31 Thread wmaidub
Hello, I am using EJB for my application WEB. I have a problem, the application this responding to a single user per time. I have formed mssql-ds.xml, where I specify the data base and usr and pass to him with which it will be connected. Why it can be that it blocks to the rest of the users, whi

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: connecting to localhost

2004-12-31 Thread rino_salvade
Hi Following is the code we're using to connect via JMS to a remote machine //Create the initial context: | Properties env = new Properties(); | env.setProperty(InitialContext.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory"); | env.setProperty(InitialConte

[JBoss-user] [JBoss Getting Started Documentation] - Re: Caching User Roles

2004-12-31 Thread eEducator
sorry, But Im also having the same problem please any one help View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860288#3860288 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860288 --