[JBoss-user] [JBossWS] - Re: Problem with EJB Web service Client

2005-01-07 Thread gayathiri
Hi, i m bugged up of this errorI hv given this code in client file | ServiceFactoryImpl factory = new ServiceFactoryImpl(); | javax.xml.rpc.Service service = factory.createService(wsdl,mappinglocation,null,qname,null); but still the same errori m using jboss-4.0.0. I tried wit

[JBoss-user] [JCA/JBoss] - Re: How to programmatically create datasource without config

2005-01-07 Thread [EMAIL PROTECTED]
Write a *-ds.xml descriptor into the deploy directory. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861235#3861235 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861235 --

[JBoss-user] [JCA/JBoss] - Re: Datasource deployment in SAR on 4.0

2005-01-07 Thread [EMAIL PROTECTED]
Deployments cannot be under META-INF in 4.0.x. Move it out. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861236#3861236 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861236 -

[JBoss-user] [Security & JAAS/JBoss] - It was DEFINITELY the Notes JVM

2005-01-07 Thread spoonman464
as I finally got it all working. Thanks so much for your continued interest in this problem. One problem was the JVM version that Notes uses: 1.3.1 By installing the 1.3.1 J2SEEJDK thing, I had the right version of j2ee.jar. Then I had to add a JavaUserClasses entry in the notes.ini file (t

[JBoss-user] [JCA/JBoss] - How to programmatically create datasource without configurin

2005-01-07 Thread [EMAIL PROTECTED]
Hi, we are migrating from weblogic to JBoss. So far things are working well, but recently we encounter a show-stopper. Part of the application code creates new datasources dynamically. In weblogic, JMX MBeans api are published and can be used to do that dynamically without shutting down appli

[JBoss-user] [HTTPD, Servlets & JSP] - Re: another servlet Error 404 question

2005-01-07 Thread wiley173
Okee Dokee, I just put this ... JkUriSet worker ajp13:localhost:8009 Order Deny,Allow #Deny from all Allow from all In my virtual host tag ... DOH! thanks ... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&

[JBoss-user] [JCA/JBoss] - Datasource deployment in SAR on 4.0

2005-01-07 Thread cybermac912
Is this still possible? We can deploy an app into 3.2.6 with the following structure: SomeApp.ear/ | META-INF/ | application.xml | SomeEjbs.jar/ | META-INF/ | ejb-jar.xml | com/blah/blah/*.class | SomeService.sar/ | META-INF/

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Remote Topic.... Bug o wrong configuration?

2005-01-07 Thread craig1980
Hi [EMAIL PROTECTED]; first of all i want to thank you for your replay. I thought that this was a my configuration error even if i don't know where i am wrong.. in fact i have only changed the IP address before it worked and now it doesn't how can i do in order to wrap the real exception

[JBoss-user] [Beginners Corner] - Re: Using hypersonic for PKGen when it should be using Postg

2005-01-07 Thread didi
the problem with "table not found" happened for me too but I am using hypersonic sql (defaultDS). I try to setup JAAS and I am already fail with the database itself :-( View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861219#3861219 Reply to the post : http://

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Question about JMS queue config

2005-01-07 Thread [EMAIL PROTECTED]
The SecurityDomain attribute of the SecurityManager in the jbossmq-service.xml maps to the login-config.xml entry in the same way that the security-domain element from the ejb jar jboss.xml does. | | | | | | | java:/jaas/jbossmq | jbos

[JBoss-user] [Installation & Configuration] - Re: keep-alive configuration?

2005-01-07 Thread [EMAIL PROTECTED]
The standard connector configuration applies: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/http.html View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861214#3861214 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [Beginners Corner] - EJB spec violation in Duke bank

2005-01-07 Thread nkm
Hi I am a beginner and had installed the duke bank application. After some effort I managed to build it and deploy it. But now the jboss startup give me errors like 17:53:23,781 WARN [verifier] EJB spec violation: Bean : CustomerBean Section: 12.2.10 Warning: Entity bean's local interface mu

[JBoss-user] [Security & JAAS/JBoss] - Another control group

2005-01-07 Thread spoonman464
Throughout all of this research and discussion, I have decided to try to create another control in this experiment. I have been running a web app and an ejb-jar both on the same JBoss server thus all of the contact between the web app as the client and the ejb container was within the same JVM.

[JBoss-user] [Installation & Configuration] - Re: JBoss shutdown problem when setting -b bind address

2005-01-07 Thread dsledge
I found an answer to my problem. When specifing a -b in the jboss_init_suse.sh script I need to specify that address when stopping as well by adding it to the end of the following line in the same script. CMD_STOP="java -classpath $JBOSSCP org.jboss.Shutdown --shutdown -s " View the original

[JBoss-user] [HTTPD, Servlets & JSP] - another servlet Error 404 question

2005-01-07 Thread wiley173
Hello, I'm sure this question has been asked alot but here goes ... I can't seem to find the answer. When I go here http://www.mysite.xyz:8080/shoppingCart/Cart Everything is great. When I go here http://www.mysite.xyz/shoppingCart/Cart 404 Error not found The thing is http://www.mysite.xyz/

[JBoss-user] [EJB/JBoss] - Re: EARDeployer - is this normal behavior?

2005-01-07 Thread [EMAIL PROTECTED]
For that non-final, completely out of date release, yet. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861213#3861213 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861213

[JBoss-user] [JCA/JBoss] - Re: Jboss 4.01 - Configure Pool Connection for MSSQL 2000

2005-01-07 Thread [EMAIL PROTECTED]
Moderated: FAQ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861194#3861194 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861194 --- The SF.Net email is sponsored

[JBoss-user] [EJB/JBoss] - EARDeployer - is this normal behavior?

2005-01-07 Thread zurchman
I'm deploying an app with an MBean that depends on an EJB. The application deploys and works fine, but if I set the logging Threshold to TRACE, this ugly stack trace shows up. Is this normal behavior? JBoss 3.2.2RC2 on OS X. anonymous wrote : | 2005-01-07 17:48:48,606 DEBUG [org.jboss.mana

[JBoss-user] [Beginners Corner] - Re: Difference between Component Name and JNDI Name

2005-01-07 Thread wmprice
The difference is quite simple: The component name in this case represents a name that only makes sense when used withing the context of a managed environment (ie running inside the application server), while the JNDI name is the raw name for the component as it is deployed, basically as it a

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS, MDB in JBoss 4.0.0

2005-01-07 Thread [EMAIL PROTECTED]
Moderated: FAQ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861191#3861191 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861191 --- The SF.Net email is sponsored

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Tomcat Access Logs

2005-01-07 Thread [EMAIL PROTECTED]
Edit the jbossweb-tomcat50.sar/server.xml and uncomment the AccessLogValve View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861210#3861210 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861210 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: DefaultJMSProvider not bound

2005-01-07 Thread [EMAIL PROTECTED]
Moderated: Read the FAQ although it talks about XAConnectionFactory Also READ THIS FIRST on what information we need to answer your question. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861190#3861190 Reply to the post : http://www.jboss.org/index.html?mod

[JBoss-user] [Security & JAAS/JBoss] - Re: securing a remote client for a simple session bean

2005-01-07 Thread tcherel
It seems that your Notes JVM is defintiely missing some classes/jar files in order to fully execute a JAAS login. At least this is the way I understand your stack trace. Configuring the login module between the web and ejb container is not necessrily the easiest thing to do. I would recommend i

[JBoss-user] [Security & JAAS/JBoss] - Here's stack trace

2005-01-07 Thread spoonman464
Being the novice Java guy I am, I've never really been able to make much out of a stack trace but here you go. It's all of the System.out stuff including my silly little messages so that I know which line of code explodes. I tried putting a JAR file containing the javax.xml.parsers classes in

[JBoss-user] [JBossWS] - Re: How do I deploy a SOAP Webservice (ServiceManagerClient

2005-01-07 Thread empress101
and were on that page with all the links listed that not one says how to deploy does it walk you thru deploy an axis service on jboss? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861185#3861185 Reply to the post : http://www.jboss.org/index.html?module

[JBoss-user] [Messaging, JMS & JBossMQ] - Question about JMS queue config

2005-01-07 Thread wsnyder6
Hello, I need some help figuring out what is needed to setup the JMS layer to use the same login-module as the EJB layer. Let me clarify - I have a Swing client that logins in to the EJB layer just fine using a custom login module. If I try to use this same module for the 'jbossmq' applicatio

[JBoss-user] [JCA/JBoss] - Re: IdleRemover and deadlock?

2005-01-07 Thread [EMAIL PROTECTED]
The workaround is to use the fixed version. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861195#3861195 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861195 --- T

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Remote Topic.... Bug o wrong configuration?

2005-01-07 Thread [EMAIL PROTECTED]
Bad configuration. The jndi lookup is failing. Unfortunatly the JMSExcepton that wraps the real exception doesn't show the full stacktrace. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861192#3861192 Reply to the post : http://www.jboss.org/index.html?modu

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS fills up database

2005-01-07 Thread [EMAIL PROTECTED]
"tprice" wrote : We occasionally get errors when a JMS topic subscriber disconnects. It appears that sometimes the server does not know that a subscriber has disconnected and generates the following error: | | 2005-01-06 23:05:32,159 ERROR [org.jboss.mq.server.JMSDestinationManager] The con

[JBoss-user] [JBoss Getting Started Documentation] - Re: Failed to Deploy Duke's Bank org.jboss.deployment.Deploy

2005-01-07 Thread [EMAIL PROTECTED]
Sorry for any confusion. The next revision will be out in a couple weeks and will have these updates and work with update 4 of the j2ee tutorial. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861188#3861188 Reply to the post : http://www.jboss.org/index.

[JBoss-user] [JBoss Getting Started Documentation] - Re: XAConnectionFactory not bound?

2005-01-07 Thread nkumarorcc
I'm getting the same exception. Any resolution on this one. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861187#3861187 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861187 -

[JBoss-user] [EJB/JBoss] - Re: DefaultJMSProvider not bound

2005-01-07 Thread HariV
Did you check when jboss starts up; is there any error while trying to bind DefaultJMSProvider. Look at the jndi view. http://:<8080>/jmx-console and check whether DefaultJMSProvider is listed. The following is the sample jms-ds.xml I have in jboss-3.2.3 DefaultJMSProv

[JBoss-user] [JBoss Getting Started Documentation] - Re: Failed to Deploy Duke's Bank org.jboss.deployment.Deploy

2005-01-07 Thread nkumarorcc
It would be nice if the same could be mentioned in bold letters in the online documentation. It'll save each of us couple of hours if not more. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861167#3861167 Reply to the post : http://www.jboss.org/index.html?

[JBoss-user] [Installation & Configuration] - Re: Cannot start JBoss reliably unless disconnected from net

2005-01-07 Thread [EMAIL PROTECTED]
Some service on your windows machine is using port 8083. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861182#3861182 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861182

[JBoss-user] [Installation & Configuration] - Cannot start JBoss reliably unless disconnected from network

2005-01-07 Thread kalirion
I'm on a Win2k machine. When I try to start JBoss while connected to the network, I almost always get an error similar to: 14:25:18,890 ERROR [WebService] Starting failed jboss:service=WebService java.net.BindException: Address already in use: JVM_Bind at java.net.PlainSocketImpl.socket

[JBoss-user] [EJB/JBoss] - Re: DefaultJMSProvider not bound

2005-01-07 Thread chenna1978
Hi Hari, I didn't see any error in jmx-console. I can the following under jmx-console jboss.mq name=JMSProvider,service=JMSProviderLoader name=StdJMSPool,service=ServerSessionPoolMBean service=InvocationLayer,type=HTTP service=Invoker service=SecurityManager service=TracingInterceptor I c

[JBoss-user] [HTTPD, Servlets & JSP] - Re: App crashed 503 Service Unavail

2005-01-07 Thread [EMAIL PROTECTED]
Since you are dealing with a web based app, you will have to look at the http connector settings in the server.xmlof /server/default/deploy/jbossweb-xxx.sar Look the settings for the threads. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861174#386

[JBoss-user] [Installation & Configuration] - keep-alive configuration?

2005-01-07 Thread cglommen
Can I configure JBoss to turn disable keep-alive for certain user-agents? If not, can I configure JBoss to simply disable keep-alive completely? I need to do this because there is an issue with basic HTTP authentication and .NET clients. see this link for more information http://issues.ap

[JBoss-user] [Security & JAAS/JBoss] - App Crashed 503 Service Unavail

2005-01-07 Thread nater1111
I am running sercurity tests on a .jsp web app thats running on a windows 2003 with jboss app server. The tool I am using is AppScan AE which basically tries to exploit vulnerabilities and run some common penetration tests on the app and server. The application makes many requests to many differ

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS fills up database

2005-01-07 Thread tprice
We occasionally get errors when a JMS topic subscriber disconnects. It appears that sometimes the server does not know that a subscriber has disconnected and generates the following error: anonymous wrote : 2005-01-06 23:05:32,156 WARN [org.jboss.mq.server.ClientConsumer] Could not send messag

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: DefaultJMSProvider not bound

2005-01-07 Thread chenna1978
Hi genmen, We are using jboss-3.2.1 on our production server. It is not easy to update the server. We have to do lot of configuration settings to work newer version of Jboss. What is the problem with Jboss-3.2.1? Why do I need to go higher verison of Jboss? Thanks. View the original post : h

[JBoss-user] [JBossWS] - Re: JBoss.net or JBossWS

2005-01-07 Thread [EMAIL PROTECTED]
Thanks for the flowers ;-) BTW, JBossWS passes > 2200 tests from the J2EE CTS View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861153#3861153 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861153 --

[JBoss-user] [Installation & Configuration] - JBoss shutdown problem when setting -b bind address

2005-01-07 Thread dsledge
I am using JBoss 4.0.0 on Suse 9.1. I am using the jboss-init.suse.sh script to start jboss and I am setting the bind address using the -b flag. I can no longer stop jboss using the jboss-init-suse.sh script. It is trying to shutdown over localhost instead of the bound address. Local hosts is se

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS, MDB in JBoss 4.0.0

2005-01-07 Thread genman
Hint: Read your server.log from the beginning to end, maybe there's some explanation there? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861146#3861146 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861146 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: DefaultJMSProvider not bound

2005-01-07 Thread genman
Can you use a newer version of JBoss, like from the last six months? And usually there are gems of information earlier in the log that explain things that users like you tend to ignore. (Hint: There's something keeping DefaultJMSProvider from being deployed.) View the original post : http:

[JBoss-user] [HTTPD, Servlets & JSP] - App crashed 503 Service Unavail

2005-01-07 Thread nater1111
I am running sercurity tests on a .jsp web app thats running on a windows 2003 with jboss app server. The tool I am using is AppScan AE which basically tries to exploit vulnerabilities and run some common penetration tests on the app and server. The application makes many requests to many diff

[JBoss-user] [JCA/JBoss] - Re: problems deploying Tangosol JCA-Adapter with JBOSS 4

2005-01-07 Thread [EMAIL PROTECTED]
Please, please, please learn to read error messages before doing a stream of conciousness brain dump into these forums. How do you expect to get help when we have to wade through 5 pages of random trial and error by you when you clearly don't understand what you doing? | 005-01-06 11:54:13,176

[JBoss-user] [JBoss Getting Started Documentation] - Re: jboss-4.0.1 and hypersonic via tcp connection.

2005-01-07 Thread [EMAIL PROTECTED]
This is your problem: anonymous wrote : MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM: | ObjectName: jboss:database=localDB,service=Hypersonic | state: NOTYETINSTALLED | I Depend On: | Depends On Me: jboss.jca:name=DefaultDS,service=ManagedConnectionFactory | Look in hsqldb-ds.xml

[JBoss-user] [Installation & Configuration] - Re: Startup on Linux: Permission problem

2005-01-07 Thread mwalnock
We had the same problem. We run our server as a non-root user. It turns out someone had started the server as root at some point. This had the effect of changing the owner of the /server/all/tmp directory tree to root. When you come back to try and start the server as a non-root user, you hi

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Why Apache required even i can run application on tomcat

2005-01-07 Thread [EMAIL PROTECTED]
Tomcat can serve static as well as dynamic content. So for your needs, you should be able to go with Tomcat alone. Mladen Turk has written a good article about "Fronting Tomcat". Read it. http://www.apache.org/~mturk/docs/article/ftwai.html View the original post : http://www.jboss.org/index.

[JBoss-user] [JBoss Getting Started Documentation] - Re: jboss-4.0.1 and hypersonic via tcp connection.

2005-01-07 Thread megapter
Sorry, I commented out the last tag. Now all seems to be running and I can proceed with my training. Many thanks Norman. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861129#3861129 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[JBoss-user] [JBoss Getting Started Documentation] - Re: missing jbossj2ee-src.zip!

2005-01-07 Thread redBeard15
I found it at: http://www.jboss.org/docs/jbossj2ee-src.zip View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861094#3861094 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861094

[JBoss-user] [Installation & Configuration] - Re: How to configure request logs

2005-01-07 Thread jmrodriguez
Hi! Jboss 3.0.x usually uses jetty as its web server, and the default configuration of this service is to append the http server requests to the request.log file in the log directory. Jboss 4.0.x now uses tomcat as its web server, and the default is not to append anything related to http reque

[JBoss-user] [HTTPD, Servlets & JSP] - Frequently Asked Questions[Tomcat/Http/Apache/Servlets/JSF]

2005-01-07 Thread [EMAIL PROTECTED]
Question: Should I use mod_jk2 or mod_jk1.2 with Apache? Question: How do I connect Apache with Jboss or Tomcat? Use mod_jk1.2.x and read the wiki page: http://www.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss == Questio

[JBoss-user] [Installation & Configuration] - Re: Out of Memory Error

2005-01-07 Thread bigmarry
I encountered the same issue, but the context is totally different: - JBoss 3.2.5, Windows 2000 SP4, 1GB RAM memory - JBoss is configured with 256MB of memory - number of concurrent JMS messages are not more than 50 - consumers are MDB's The following log sequence is repeating itself until OutOfM

[JBoss-user] [Beginners Corner] - How to see what is the way of EJB invocations?

2005-01-07 Thread wegorkie
Hi, I configured my EJB for SSL communication (RMI over SSL) by analogy to SSL configuration that is described in admin development guide. But my client is able to invoke EJBs methods without any change, without certificate configuration etc. So I suppose the communication is by normal RMI. So

[JBoss-user] [EJB/JBoss] - Re: DefaultJMSProvider not bound

2005-01-07 Thread chenna1978
Hi Hari, We are using jboss-3.2.1 and this also have jms-ds.xml under deploy/jms directory. The file defines the DefaultJMSProvider. Eventhought it is defined in jms-ds.xml i am gettint that error. Why is not recognizing DefaultJMSProvider from jms-ds.xml. Any help on this. Thanks. View the

[JBoss-user] [HTTPD, Servlets & JSP] - Frequently Asked Questions[Tomcat/Http/Apache/Servlets/JSF/J

2005-01-07 Thread [EMAIL PROTECTED]
Question: Should I front Tomcat with Apache or IIS? Read Mladen Turk's article: http://www.apache.org/~mturk/docs/article/ftwai.html Tomcat can serve static as well as dynamic pages. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861101#3861101 Reply to the

[JBoss-user] [JBoss Getting Started Documentation] - jboss-4.0.1 and hypersonic via tcp connection.

2005-01-07 Thread megapter
Hi to all, I've installed jboss-4.0.1 and I have configured HSQL to run in client-server mode. I get an error at the jboss bootstrap (with jboss-4.0.0 all works fine). Can someone help me? An extract from the log follows: 17:09:33,972 ERROR [URLDeploymentScanner] Incomplete Deployment listing

[JBoss-user] [EJB/JBoss] - Re: DefaultJMSProvider not bound

2005-01-07 Thread HariV
We have used message beans in JBOSS3.2.3. There should be a file jms-ds.xml under the deploy/jms directory. This file defines the DefaultJMSProvider. I am not sure whether it is different in JBOSS3.2.1 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861078#386

[JBoss-user] [JCA/JBoss] - Re: problems deploying Tangosol JCA-Adapter with JBOSS 4

2005-01-07 Thread seanblood
I'm still not getting the service up and running but i've managed to get the rar installed and all of its dependents, ManagedConnectionPool, ManagedConnectionFactory etc. in a state of registered. They won't start because JBOSS is complaing that their dependancy,coherence-tx.rar, is not install

[JBoss-user] [HTTPD, Servlets & JSP] - Why Apache required even i can run application on tomcat in

2005-01-07 Thread alokbarnwal
Hi All, To Run my j2ee application I am using Apache,Tomcat and Jboss. Apache accpets httpd request coming on port 80 and redicet same to tomcat then tomcat forward that request to jboss. Now i wanted to know 1.What is role of Apache in that when ther is no static page we are using. 2.We can run

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Servlet deployment going haywire and now I'm confused :)

2005-01-07 Thread tissoft
I am having the same problem, I deleted files under the tmp folder, restarted my machine, cleared the paging file but nothing help. Totally Confused. Tariq View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861073#3861073 Reply to the post : http://www.jboss.

[JBoss-user] [Installation & Configuration] - not able to install jboss app server

2005-01-07 Thread rahuldude20
hi guys, am new to Jboss, I downloaded jboss 4.0.1 application server. but am not able to install that. It has extension like jboss-4.0.1RC1-src.tar.bz2. so windows is not recognizing the file. please let me know am I doing anything wrong? I have windows xp home. Rahul View the original post :

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

2005-01-07 Thread wmaidub
Hello, in the version 3.0.x of jboss, I could setting pool of connections to the data base, but version 3.2.5 in where she setting herself. In version 3.0.6 he was thus: 0 50 5000 15 ByContainer but in the version 3.2.5

[JBoss-user] [Nukes User] - Re: Static content in external directories

2005-01-07 Thread cnovara
Works the same way in Nukes. Add a context for your static rep. in jboss-service.xml | | | | | | | | | | | |

[JBoss-user] [Installation & Configuration] - Migration from 3.2.3 to 4.0.1

2005-01-07 Thread thunder
We are planning to upgrade our current JBoss 3.2.3 servers to JBoss 4.0.1 but some applications cannot find the hibernate.cfg.xml and other properties files any more that are just sitting on the root of the application. Example structure : | -com | ---abc | --def.class | ... | -a.

[JBoss-user] [JCA/JBoss] - Re: problems deploying Tangosol JCA-Adapter with JBOSS 4

2005-01-07 Thread seanblood
Seems like a catch 22 now. The rar installs if i put the archive name between the rar-name tags however in that instance it doesn't find the ManagedConnectionFactory and fails to start the service, if i change the rar-name tag to the ManagedConnectionFactory service name then it fails to instal

[JBoss-user] [Management, JMX/JBoss] - Web-console giving OutOfMemery exception when loading applet

2005-01-07 Thread tawbrey
I am getting an OutOfMemory error in my browser (IE & Firefox) when trying to use web-console on a 3.2.7RC1 & 3.2.4 server. I am using java version 1.4.2_06. It gets the error when loading the applet.jar in the left pane. Anyone seen this before and resolved it? thanks, Tony View the origina

[JBoss-user] [Installation & Configuration] - JAAS Security

2005-01-07 Thread sbuster
Can someone explain to me how the security credentials (Subject/Principal etc) are set on the HttpServletRequest object with respect to J2EE/JAAS? For example, most app servers use JAAS login modules to connect into an LDAP/Database. But once that authentication is done, how are those object po

[JBoss-user] [Beginners Corner] - JBoss and database connections

2005-01-07 Thread joycestack
Hello Everyone, Im running JBoss 3.2.3 at the moment. I am also using a Postgres 7.3 database. At the moment I have configured JBoss datasource for only 32 connections as this is the default maximum connections with Postgres. I am trying to start some load testing now so I need to increase this

[JBoss-user] [Messaging, JMS & JBossMQ] - DefaultJMSProvider not bound

2005-01-07 Thread chenna1978
Hi, I saw on google search about this problem. No one has solution to this. We are using Jboss-3.2.1 and EJB 2.0 I am trying to deploy Message driven bean into Jboss-3.2.1 server and getting the following error. Can any one help me why I am getting this error? WARN [ServiceController] Pr

[JBoss-user] [EJB/JBoss] - CMPClusteredInMemoryPersistenceManager

2005-01-07 Thread kantek
Hi, in jboss 3.2.3 the http session use a cmp for replication. The persistence manager used is CMPClusteredInMemoryPersistenceManager. I need to store some cmps in memory, is possible to use ejb 2.x (or 3.x) with this persistence manager ? I didn't see any code for this. This manager works fine

[JBoss-user] [Messaging, JMS & JBossMQ] - DefaultJMSProvider not bound

2005-01-07 Thread chenna1978
Hi, I saw on google search about this problem. No one has solution to this. We are using Jboss-3.2.1 and EJB 2.0 I am trying to deploy Message driven bean into Jboss-3.2.1 server and getting the following error. Can any one help me why I am getting this error? WARN [ServiceController] Pr

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS- or MBD- Tutorial

2005-01-07 Thread Killahcub
thx Genman, but I found another, where the whole Story is told: https://jsecom15d.sun.com/ECom/EComActionServlet;jsessionid=56C2C8D5584A67263B80585DB91D0F7E View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861055#3861055 Reply to the post : http://www.jboss.or

[JBoss-user] [JCA/JBoss] - Jboss 4.01 - Configure Pool Connection for MSSQL 2000

2005-01-07 Thread konrad1980
How Configure Connection Pool for MSSQLSERWER 2000? Documentaction for Jboss 4.01 is bad Becouse lack me many class in jboss-jca.jar which are describe in Documentation for Jboss 4.01 Example: org.jboss.resource.connectionmanager.NoTxConnectionManager Maby somebody have example of mssql-service.xm

[JBoss-user] [JCA/JBoss] - Re: problems deploying Tangosol JCA-Adapter with JBOSS 4

2005-01-07 Thread seanblood
You have a point but I wouldn't feel cool about updating the wiki until the rar is actually installing. That fixes the problem of finding the ManagedConnectionFactory using the -ds.xml descriptor but not the actual problem. So i'm not sure if thats the intended behaviour or if its a bug but i'l

[JBoss-user] [HTTPD, Servlets & JSP] - Virtual Host mywebsite.computer.com pointing to computer.com

2005-01-07 Thread ronaldmathies
I've got a website running under JBoss at location: http://vda00098/website (vda00098 is my computer name, Windows XP) Now i want to have a virtual host: http://website.vda00098 That points to: http://vda00098/website Is this possible? I've had virtual hosts running but i still have to add th

[JBoss-user] [JCA/JBoss] - Re: problems deploying Tangosol JCA-Adapter with JBOSS 4

2005-01-07 Thread darranl
If you see a problem with the information in the Wiki you can ammend it yourself. You should be able to see a 'Edit this page' link at the bottom of the Wiki page. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861047#3861047 Reply to the post : http://w

[JBoss-user] [JCA/JBoss] - Re: problems deploying Tangosol JCA-Adapter with JBOSS 4

2005-01-07 Thread seanblood
Maybe you should update your wiki http://www.jboss.org/wiki/Wiki.jsp?page=ConfigConnectionFactory as its really a bit of a bum steer Common parameters * - used to identify the RAR deployment, this is the archive name or the RAR maybe embedded in another deployment (jboss-4) e.g. jms-ra.r

[JBoss-user] [JCA/JBoss] - Re: problems deploying Tangosol JCA-Adapter with JBOSS 4

2005-01-07 Thread seanblood
Hi, I've noticed a problem in the datasource transformation connectionFactoryTemplate.xsl jboss.jca:service=RARDeployment,name='' so the new tag should have the same value as the old so CoherenceTx rather than the coherence-tx.rar I guess its not really a problem I just had difficulty inter

[JBoss-user] [EJB/JBoss] - RemoteInterface static variables : verifier spec violation

2005-01-07 Thread thomas.preston
I have this error: 12:14:24,943 WARN [verifier] EJB spec violation: Bean : FinderIndexHome Method : public abstract FinderIndex create() throws CreateException, RemoteException Section: 6.10.6 Warning: The method return values in the home interface must be of valid types for RMI/IIOP. When I

[JBoss-user] [Javassist user questions] - How to modify this statement with Javaassist?

2005-01-07 Thread Panzer_Kavalier
the original code: InputStream is = "".getClass().getResourceAsStream("/myfile"); DataInputStream dis = new DataInputStream(is); or other form: DataInputStream dis = new DataInputStream(getClass().getResourceAsStream("/myfile"); question: How can I use javaassist to modify th

[JBoss-user] [Security & JAAS/JBoss] - encrypted EJB call: enabling mutual authentication

2005-01-07 Thread baptiste
Hi, I have SSL-encrypted calls to a SLSB as described by JBoss admin guide. I created client and server keystores and imported the server certificate into the client keystore. The SSL debug info tells me the handshaking works OK. Now I'd like the server to authenticate its clients. I know it's

[JBoss-user] [JBossWS] - Re: JBoss.net or JBossWS

2005-01-07 Thread DaveyS
If you're using JBoss 4, I'd recommend JBossWS. If you're not using JBoss 4, I'd recommend upgrading to it and using JBossWS. ;) Seriously though, JBossWS is J2EE 1.4 standard and fairly straightforward to use when you get your head round it. I've used both JBoss.net and JBossWS and much prefer

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS, MDB in JBoss 4.0.0

2005-01-07 Thread nandipinto
Hi all, sorry if someone already posted the same thing, I've search the whole forums though. I'm using JBoss 4.0.0 with JDK 1.5 on Windows 2000 Professional. When trying to use JMS/MDB I keep getting this error message: 2005-01-07 16:56:43,872 WARN [org.jboss.ejb.plugins.jms.JMSContainerInvoke

[JBoss-user] [Messaging, JMS & JBossMQ] - Remote Topic.... Bug o wrong configuration?

2005-01-07 Thread craig1980
Hi all this is my scenario: i have a RemoteJMSProvider that sends some messages on a remote durable topic. Now i have tried your sample on this pc: Windows XP Home edition Service Pack2 ( this was my Remote JMS Provider ); on this pc there is: JBoss 3.2.5, jdk 1.4.2_06 My client were: 1) W

[JBoss-user] [Security & JAAS/JBoss] - Re: securing a remote client for a simple session bean

2005-01-07 Thread tcherel
This looks correct to me. com.sun.security.auth.login.ConfigFile is the default configturation provider that understands the auth.conf file format and location that you are defining. Without a stack trace, it is hard to further diagnose your problem. Thomas View the original post : http://www.

[JBoss-user] [EJB/JBoss] - Re: Stateful Session bean and java.sql.Connection problem

2005-01-07 Thread ter_d
I had the same error, but I don't want to close the connection in my ejb method, because if I do that, I can't work with my database. Is there any way to keep the connection open and close it manually outside the ejb method? Here's is my code: index.jsp | (...) | Connection conn=null; |

[JBoss-user] [Clustering/JBoss] - Re: Starting JBoss 4.0.1 Cluster in IBM AIX 5.2

2005-01-07 Thread wilwil
I finally solved it by adding "-D java.net.preferIPv4Stack=true" to the $JAVA_OPTS in the run.conf View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861031#3861031 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861031 -

[JBoss-user] [Installation & Configuration] - Connection Leakgaes Detection

2005-01-07 Thread srinivasbijjam
How to Config JBoss to show the Conncetion leakages? Do let me know ASAP View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861030#3861030 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861030

[JBoss-user] [Beginners Corner] - Re: my installed jboos up with error

2005-01-07 Thread hheeb
Mehdi How did you work around the problem? I have the same on a Linux system that a customer (who normally uses Windows :-) set up. Could it be a setup error in Linux? Are there restrictions on what the hostname can be? I always use lower case, but the customer used lower and upper and even und

[JBoss-user] [JBossWS] - Re: Problem with EJB Web service Client

2005-01-07 Thread gerhardo
I'm using this method to access a webservice from an EJB with metadata and portname set to null and it works. Here is the snippet: ServiceFactoryImpl factory = new ServiceFactoryImpl(); | Service svc = factory.createService( | new URL("http://localho

[JBoss-user] [Security & JAAS/JBoss] - SocketTimeoutException while using DatabaseServerLoginModule

2005-01-07 Thread diripu
Getting the following exception in the client side while accessing a stateless bean.And using the DatabaseServerLoginModule for authentication. Any comments ?? | javax.security.auth.login.LoginException: javax.naming.CommunicationException: R | eceive timed out [Root exception is java.n