[jboss-user] [JBoss Cache: Core Edition] - Need Help: Implementing JBoss Cache 3.0.0 BETA1 in Hibernat

2008-09-05 Thread kevingre
I've spent the better part of the evening trying to implement JBoss Cache 3.0.0 BETA1 in Hibernate (would prefer Hibernate 3.2.x). Has anyone had any success in this? Any directional guidance would be appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Failed to load JBOSS

2008-09-05 Thread [EMAIL PROTECTED]
Hi all I am a newbie to Jboss and I am trying to install Jboss jboss-4.0.1sp1, while installing jboss I get an error Failed to boot JBoss: org.jboss.deployment.DeploymentException: url file:/C:/SDA/jboss-4.0.1sp1/server/default/conf/jboss-service.xml could not be opened, does it exi

[jboss-user] [JBoss Tools (users)] - ¿Is it possible to make JBossTools3 on Eclipse 3.3.2?

2008-09-05 Thread Tequila_Burp
I know the tools are for 3.4, but is there any trick to make it work on 3.3.2? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174745#4174745 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174745

[jboss-user] [Management, JMX/JBoss] - Re: service URL

2008-09-05 Thread sk08
The above works with JBoss 4.2.2GA as well as long as you provide the -D..jmxremote.port= option View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174744#4174744 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174744 _

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Issue with the JBoss HelloWorldIPC portlet

2008-09-05 Thread apemberton
Brian: Thanks for the dilligence; I'm having a similar issue on JBoss Portal 2.6.5. Basically, if I have two portlets on PageA: PortletA and PortletB, PortletA can only access its own portlet window on the given page. So, the following code can access any page below PageA and PortletA itself:

[jboss-user] [JBoss Tools (users)] - Re: Where is the nightly build?

2008-09-05 Thread [EMAIL PROTECTED]
they are back again ;) Enjoy. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174735#4174735 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174735 ___ jboss-user mailing list j

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Is JDK 1.6 supported by JBoss ?

2008-09-05 Thread PeterJ
Wait a minute, are you seeing the UnsupportedOperationException at the client or at the server? If at the client, what JVM are you using there? Try running with the -showversion JVM option. What is your classpath set to? You could also run with the -verbose:class JVM option - that should tell y

[jira] Updated: (HADOOP-4077) Access permissions for setting access times and modification times for files

2008-09-05 Thread dhruba borthakur (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-4077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dhruba borthakur updated HADOOP-4077: - Affects Version/s: 0.19.0 Fix Version/s: 0.19.0 > Access permissions for setting

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Is JDK 1.6 supported by JBoss ?

2008-09-05 Thread PeterJ
What is JAVA_HOME set to? Look at the console log or boot.log and post these lines: 13:42:17,681 INFO [ServerInfo] Java version: 1.6.0_07,Sun Microsystems Inc. 13:42:17,681 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 10.0-b23,Sun Microsystems Inc. These identify the version of Java

[jboss-user] [EJB/JBoss] - Determining the source of an exception

2008-09-05 Thread leandroal
Consider the exception stack below, is it possible to configure JBoss to let me now the number of the line where the error ocurred? Note that it shows "Unknown Source". Any suggestion will be greatfully accepted. Thank you. Leandro. 16:58:32,913 ERROR [lifecycle] JSF1054: (Phase ID: INVOKE_APPL

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Is JDK 1.6 supported by JBoss ?

2008-09-05 Thread longbeach
well, i just upgraded to jre1.6update7 (JRE not JDK), and i still get the same error when trying to run my EJB 3 / Web Services client : Caused by: java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage at javax.xml.soap.SOAPMessage.setP

[jboss-user] [JBossMQ] - JMS Queue and Singleton MDB

2008-09-05 Thread tips09
I have some questions regarding the actual working of singleton MDB. We have JBoss 4.0.5 GA clustered environment with two nodes (server1 and server 2) in the cluster. We have implemented a singleton MDB. Given below is a brief about the steps that we followed 1. Defined a queue (SequentialQ) 2

[jboss-user] [JNDI/Naming/Network] - Re: JNDI lookup of DataSource failed

2008-09-05 Thread PeterJ
I haven't used the sql tags, but from doing some reading it would appear that you have to set the datasource on every JSP that uses those tags. If you have multiple sql tags, you can use sql:setDataSource to set it once. View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [EJB 3.0] - Re: Exception initializing interceptors (EJB3InterceptorsFac

2008-09-05 Thread pdeshmuk
Upon further digging, the root cause seems to be the PostConstruct annotated method not liking the ejbCreate method signature (the fact that it throws checked exceptions): Caused by: java.lang.RuntimeException: @javax.annotation.PostConstruct annotated method has the wrong signature - public vo

[jboss-user] [JNDI/Naming/Network] - Re: JNDI lookup of DataSource failed

2008-09-05 Thread braca
Thanks for advice! The deployment is now alright for the war, no exception is thrown. Unfortunately connecting to the dataSource still doesn't work. When requesting the page index.jspx with the sql:query, this exception is thrown: 20:28:10,462 ERROR [[jsp]] Servlet.service() for servlet jsp thre

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Is JDK 1.6 supported by JBoss ?

2008-09-05 Thread PeterJ
JBossAS 5.0.0.CR1 supports the latest JDK 6 (I think you need at least update 4 - earlier versions do not work). See https://jira.jboss.org/jira/browse/JBAS-4491 for the gory details. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174710#4174710 Reply to the

[jboss-user] [Clustering/JBoss] - Re: Is exploded ear directories possible in cluster ??

2008-09-05 Thread patwary_shiva
"patwary_shiva" wrote : we want to deploy ear in exploded format in cluster.we want to do because we ship the ear to our clients and whenever a request comes for hot fix we may have to modify jsps or styles etc.It would be easy if we th ear is exploded as suppot can easily overwrite existing jsp

[jboss-user] [Clustering/JBoss] - Is exploded ear directories possible in cluster ??

2008-09-05 Thread patwary_shiva
we want to deploy ear in exploded format in cluster.we want to do because we ship the ear to our clients and whenever a request comes for hot fix we may have to modify jsps or styles etc.It would be easy if we th ear is exploded as suppot can easily overwrite existing jsp with new one... is it

[jboss-user] [EJB 3.0] - Re: Exception initializing interceptors (EJB3InterceptorsFac

2008-09-05 Thread pdeshmuk
The EJB i.e. TrainingWebServiceBean is a stateless session bean (2.0) and implements the javax.ejb.SessionBean interface. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174706#4174706 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [Beginners Corner] - Re: Deployement error

2008-09-05 Thread PeterJ
It would appear that the application expects to be deployed in a clustering environment. I base this on two observations: 1) This error message (the jgroups library is used for clustering): 13:08:54,250 INFO [TomcatDeployer] deploy, ctxPath=/WebHealthNotifier, warUrl=.../tmp/deploy/tmp30751Web

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Is JDK 1.6 supported by JBoss ?

2008-09-05 Thread longbeach
Hi, Is JDK 1.6 supported by JBoss ? Especially JBoss 5. This page says no http://jbws.dyndns.org/mediawiki/index.php?title=Install_JBossWS#Using_JBossWS_with_JDK_6 but it's been a few months since the time of the writing of this page, so i am wondering if it has changed or not. Thanks for your

[jboss-user] [Performance Tuning] - VisualVM

2008-09-05 Thread PeterJ
Just a word of warning. I was playing around with VisualVM. I connected it to a running instance of JBossAS 5.0.0.CR1 that was not doing anything. Suddenly, the app server became active. The CPU usage was still relatively low, but every 20 seconds I was getting a garbage collection. Apparently,

[jboss-user] [JBoss Messaging] - Re: CourierServiceBindException

2008-09-05 Thread tpurn
Thanks for the hint. We'll take a look. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174695#4174695 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174695 ___ jboss-user ma

[jboss-user] [Beginners Corner] - Re: Deployement error

2008-09-05 Thread muddu_shafi
Thanks a lot for the replies, Sorry for being so dumb, I am a newbie Thanks once again. s_4_2_2_GA date=200710221139)] Started in 13s:77ms 13:08:54,250 INFO [TomcatDeployer] deploy, ctxPath=/WebHealthNotifier, warUrl=. ../tmp/deploy/tmp30751WebHealthNotifier-exp.war/ 13:08:55,578 WARN [Tomca

[jboss-user] [JBoss Messaging] - Re: Problem while publishing message to the Queue

2008-09-05 Thread [EMAIL PROTECTED]
It would be better if you could do some more investigation / debug and feed the forum with your own findings, then we could help you. I couldn't see anything wrong (at least not now.. but I'm not a virtual machine.. so I'm not 100% sure). The only thing I saw was... when you clod the connection

[jboss-user] [JBoss Messaging] - Re: global message interceptor

2008-09-05 Thread [EMAIL PROTECTED]
It is probably possible to change the interceptor's chain on AOP but I don't think it is an easy thing to be done.. so I don't know if I would suggest you going that path. That's something we're addressing on JBM 2. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [JBoss Messaging] - Re: CourierServiceBindException

2008-09-05 Thread [EMAIL PROTECTED]
This looks a JCA cache configuration. Or maybe you have JMS connections leaking somehow? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174690#4174690 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174690 _

[jboss-user] [JBoss Messaging] - Re: Problem with Asynchronous Communicatin

2008-09-05 Thread [EMAIL PROTECTED]
You just keep your VM running as long as you have a connection opened. Your problem was keeping the connection opened, while the VM was gone. The server tried to hit your client back, but you killed your client. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4

[jboss-user] [Beginners Corner] - Re: Deployement error

2008-09-05 Thread PeterJ
You posted debug statements and warnings from the server.log file, which is not what I asked for. Let's try this again. Follow these steps. 1) Stop the app server 2) Remove your application from the deploy directory. 3) Start the app server 4) Wait until you see the "Started in xxx seconds" mess

[jboss-user] [Beginners Corner] - Re: Deployement error

2008-09-05 Thread muddu_shafi
Linking security/securityMgr to JNDI name: java:/jaas/other 2008-09-05 08:22:39,035 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] AbstractWebContainer.parseWebAppDescriptors, End 2008-09-05 08:22:39,066 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] Using session cookies default settin

[jboss-user] [Beginners Corner] - Re: Deployement error

2008-09-05 Thread muddu_shafi
2008-09-05 08:22:29,301 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] Linking security/securityMgr to JNDI name: java:/jaas/other 2008-09-05 08:22:29,301 DEBUG [org.jboss.web.tomcat.service.TomcatDeployer] AbstractWebContainer.parseWebAppDescriptors, End 2008-09-05 08:22:29,332 DEBUG [org.

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JAAS Enabled Datasource

2008-09-05 Thread jplessinger
OK, so firefox subits the page when you hit enter or something. The above is my data source, This is my jass confguration | | | | true | true | | | | | | | true |

[jboss-user] [JBoss Cache: Core Edition] - Use DefaultPartition or DefaultPartition-SFSBCache as name o

2008-09-05 Thread jbmadair
I can't seem to set the partition name for my SFSBs to be "DefaultPartition-SFSBCache" even though this appears to be configured in my ejb3-clustered-sfsbcache-service.xml file. I can however set them to "DefaultPartition". The error on SFSB initialization is WARN [org.jboss.system.ServiceCo

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JAAS Enabled Datasource

2008-09-05 Thread jplessinger
Hi, I am using JAAS to pass the password and username of the user to the JDBC driver. The problem I get is I when the server starts it connects to the database but has no username or password and fails. Basically with this exception. | 10:55:57,197 WARN [org.jboss.resource.connectionmanag

[jboss-user] [JBoss Portal] - Re: Problem with JBoss Portal 2.6.6 WSRP Consumer

2008-09-05 Thread [EMAIL PROTECTED]
You're not doing anything wrong but it's just as is said on the console: JBoss Portal does not support WSRP portlets that use the GET method in forms so we exclude it from the list of available portlets as we wouldn't be able to properly interact with it. Please open a JIRA feature request if yo

[jboss-user] [Beginners Corner] - Re: Deployement error

2008-09-05 Thread PeterJ
Earlier in the console log there should be a stack trace, please post that. If there are multiple stack traces, post only the first. What you posted is the deployment failure report that is printed after all deployments have been done. This report typically does not provide any clues as to why

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss Deployment eroor

2008-09-05 Thread PeterJ
Pleas do not ask the same question in multiple forums. http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174663 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174666#4174666 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss/Spring Integration] - Spring EJB jar deployment error

2008-09-05 Thread muddu_shafi
I have a project CTiWebServices.ear which i am deploying on Jboss in default configuration. There are various other file in EAR like WebCommon, CTiwebservices, Webuser It has erpproxy.jar. Which has SpringEJB classes. It has all the DAO classes in it. While i am deploying ht eapplication it g

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Jboss Deployment eroor

2008-09-05 Thread muddu_shafi
I have a project CTiWebServices.ear which i am deploying on Jboss in default configuration. There are various other file in EAR like WebCommon, CTiwebservices, Webuser It has erpproxy.jar. Which has SpringEJB classes. It has all the DAO classes in it. While i am deploying ht eapplication it g

[jboss-user] [Beginners Corner] - Deployement error

2008-09-05 Thread muddu_shafi
I have a project CTiWebServices.ear which i am deploying on Jboss in default configuration. There are various other file in EAR like WebCommon, CTiwebservices, Webuser It has erpproxy.jar. Which has SpringEJB classes. It has all the DAO classes in it. While i am deploying ht eapplication it give

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Best Practices - data source / pooling configuration

2008-09-05 Thread PeterJ
The single data source is, in my opinion, the better option. Having a single data source enables the app server to better manage the available connections to the database. With a multiple data sources, you would have to determine the connection allowances for each app and enable that many conne

[jboss-user] [Performance Tuning] - Re: Single instance of utility per ejb service

2008-09-05 Thread PeterJ
Try using a factory to create the instance, where each EJB gives an identifier and the factory returns an instance based on that identifier. Sort of what the logging frameworks do when you lookup a logger. Another alternative would be to place your shared JAR file into an EAR and use an isolate

[jboss-user] [JBoss Cache: Core Edition] - Re: trouble with invalidation replication

2008-09-05 Thread shulok
Thanks for the reply, Manik. I guess I was assuming too much, then. When the entry is invalidated, I thought the cache would see this the next time the entry is referenced, and get an updated entry from another cache in the cluster (presumably one that has a non-invalidated entry). If I'm not

[jboss-user] [JBoss Portal] - Problem with JBoss Portal 2.6.6 WSRP Consumer

2008-09-05 Thread malmit
I created a JBoss WSRP consumer attempting to consume portlets from a Weblogic WSRP producer. During the consumer configuration, when I save the configuration for the weblogic producer, I get the following error message in the jboss portlet log file: 11:09:38,772 WARN [ProducerInfo] Portlet '

[jboss-user] [Management, JMX/JBoss] - Re: service URL

2008-09-05 Thread PeterJ
The service URL was provided via this JIRA: https://jira.jboss.org/jira/browse/JBAS-3885 The JIRA mentions 5.0 only. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174650#4174650 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss Messaging] - CourierServiceBindException

2008-09-05 Thread tpurn
I've got an application that was working with Couriers until we swapped our messaging from JbossMQ to JbossMessaging. The code looks like: Epr replyEpr = // a valid Epr MyResult result = // a valid MyResult Courier cur = CourierFactory.getCourier(replyEpr); Message esbMessage = MessageFactory.ge

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Scoped Deployment settings cuase LinkageError

2008-09-05 Thread Martinator
Hi Jaikiran, thanks for your reply/ No, we do not deploy another copy of servlet.jar. We put all of our jars into the jboss lib folder to keep the size of our deployments down. Any other ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174647#4174647 R

[jboss-user] [EJB/JBoss] - Creating rmi compressed sockets jboss 4.2.2...!

2008-09-05 Thread danixer_le
Hi..! I'm trying to create rmi compressed sockets , my jboss haven't any problen deploting but it never calls the methods compressioninputstream or compressionoutputstream, i don't know if it really work in that way, sory by my english and thanks..! :( Here is my .jar i've been created with the

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: login-config.xml parsing problem

2008-09-05 Thread patwary_shiva
i resolved it.it was unable to find sax parser. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174645#4174645 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174645 ___ jboss

[jboss-user] [EJB/JBoss] - Unified Invoker pooling

2008-09-05 Thread Nemi
I was using JBoss 4.0.2 and the PooledInvoker. I recently upgraded to 4.2.3 and want to use the UnifiedInvoker as long as it has pooling. I have searched the net and this forum but cannot find how to enable polling in the UnifiedInvoker. Can anyone throw me a bone? Thanks View the original post

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: HTTPConnection in startup servlet works only with hot de

2008-09-05 Thread PeterJ
Is http://static.xyz.com/cat/up.xml handled by the JBossAS you are starting up or by some other process (such as IIS or HTTPD)? If it is handled by JBossAS, then you have hit a timing hole - the app server is just not ready to service your request - you will have to wait until the app server i

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss Server Crashed ! ! !

2008-09-05 Thread gothemilan
Hi Friend, May be this information could help us to find the solutions. we only have 100 Max connection pool in this file defined, should we increase this coz as i already said before, we have more than 250 users at a time(concurrent). ---

[jboss-user] [JBoss Portal] - Re: remove JBossPortal blue header from page.jsp

2008-09-05 Thread PeterJ
The header background is applied using the stylesheet jboss-portal.sar/portal-core.war/themes/renaissance/portal_style.css. This stylesheet references the various GIFs in the co-located images directory. For more info see my JBossWorld presentation at http://jbossworld.com/downloads/presentatio

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: login-config.xml parsing problem

2008-09-05 Thread patwary_shiva
In the error it says Was expecting one of: ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174637#4174637 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174637

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss Server Crashed ! ! !

2008-09-05 Thread gothemilan
Hi, Thanks for your response. Can we increase min pool size to 400 and does this have anything to do with RAM(Memory) in the system. Currently we have 2GB of RAM in the system. Is this RAM enough to manupulate data for more than 250 users concurrent connection.Is this causing the issue? The v

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: shutting down jboss server running on a machine having m

2008-09-05 Thread erasmomarciano
Sorry try ./shutdown.sh -H X.X.X.108:1099 23233 the port 1099 is default JNDI View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174633#4174633 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174633 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - login-config.xml parsing problem

2008-09-05 Thread patwary_shiva
I am getting parsing excpetion all of a sudden. i am not sure if made any changes.Can some one point out what is wrong. Below is the error: 10:42:42,684 WARN [XMLLoginConfigImpl] End loadConfig, failed to load config: file:/E:/jboss_avaya/jboss-4.2.1.GA/server/servicelink/conf/login-co g.xml or

[jboss-user] [JNDI/Naming/Network] - Re: Connection Refused looking up jmx/rmi/RMIAdaptor on JBos

2008-09-05 Thread sk08
I know it is too late, but nevertheless someone might find it useful. My thought: Did you start jboss with -b option run -b ST-BLUMENXP or instead of inet address hostname, you could put localhost. I had a similar problem with Connection refused. I think JBoss doesn't allow all host/ip na

[jboss-user] [JBoss Portal] - Take 2 - What's the relationship between jboss-app.xml and *

2008-09-05 Thread nicolasduminil
Greetings, Here is the topic I posted several days ago and to which I didn't receive any answer. maybe a second time ? Many thanks in advance, anonymous wrote : Greetings, | | I'm using JBoss Portal 2.6 to deploy RichFaces Portelts. I used the JBoss Portlet Bridge via the maven's speciali

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss 4.2.1 throws NoClassDefFoundError's on boot on 64b

2008-09-05 Thread slotties
> Going by the earlier log message about the Sun JDK being used, i thought > you were explicitly pointing to a 64 bit JDK. Nono, I set "-d64" to use the 64 bit jdk instead of the 32 bit as the sparc 64 bit jdk is just an "overlay"/"patch" to the 32 bit jdk. > Could you try downloading the 64 b

[jboss-user] [JBoss Getting Started Documentation] - Re: Installin

2008-09-05 Thread jaikiran
"archit05" wrote : | i had also set the environ variables | -JAVA_HOME D:\Program Files\Java\jdk1.5.0_16\jre\bin; | -JBOSS_HOME D:\Jboss\jboss-4.2.2.GA; | | You have trailing semi-colon at the end of each of these environment variables. Remove those semi-colon. "archit05" wrote :

[jboss-user] [EJB/JBoss] - Re: JBoss 4.2.2 not reading standardjboss.xml

2008-09-05 Thread jaikiran
See this discussion http://www.jboss.com/index.html?module=bb&op=viewtopic&t=110104 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174623#4174623 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174623 __

[jboss-user] [EJB/JBoss] - Re: JBoss 4.2.2 not reading standardjboss.xml

2008-09-05 Thread shreyasshinde
Thanks jaikiran. Is it possible for you to tell me how the container pool size can be restricted without using per application configuration in jboss.xml? Thanks, Shreyas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174619#4174619 Reply to the post : ht

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss Server Crashed ! ! !

2008-09-05 Thread jaikiran
"gothemilan" wrote : | | Well, i'm not sure but i think so. It is happening after that 100,000 emails are sent. And also, it won't happen at the moment of email sent out. It will happen after 2/3 days of email send out. | | If you get hold of the server.log when this actually happen

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss Server Crashed ! ! !

2008-09-05 Thread jaikiran
"gothemilan" wrote : Hi, | | | As i already give you the min pool and block time out above,can we increase over that i mean we already have 300 min pool size, is there the limitation. | | You will have to check whether your application is leaking connections. See this wiki http://

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss 4.2.1 throws NoClassDefFoundError's on boot on 64b

2008-09-05 Thread jaikiran
Going by the earlier log message about the Sun JDK being used, i thought you were explicitly pointing to a 64 bit JDK. Could you try downloading the 64 bit version of JDK and point JBoss to use it? See if that works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss Server Crashed ! ! !

2008-09-05 Thread gothemilan
Hi Jaikiran, Sorry,I don't know your name.Thanks you so much for keep on responding. Do you have any idea how can we see the concurrent access in the jboss or any tools. And does it have to with the connection pool and all. Thanks. Milan Gothe. View the original post : http://www.jboss.com/

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss Server Crashed ! ! !

2008-09-05 Thread gothemilan
Hi, Well, i'm not sure but i think so. It is happening after that 100,000 emails are sent. And also, it won't happen at the moment of email sent out. It will happen after 2/3 days of email send out. As i already give you the min pool and block time out above,can we increase over that i mean

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss 4.2.1 throws NoClassDefFoundError's on boot on 64b

2008-09-05 Thread slotties
Without -d64 the 32bit vm will be used: | [...] | 15:14:08,853 INFO [Server] Patch URL: null | 15:14:08,854 INFO [Server] Server Name: pb-cms2 | 15:14:08,854 INFO [Server] Server Home Dir: /cms/jboss-4.2.1.GA_slimmed/server/pb-cms2 | 15:14:08,855 INFO [Server] Server Home URL: file

[jboss-user] [Beginners Corner] - Re: jBPM + WebServices + EJB 3.0

2008-09-05 Thread francis17101970
Hello, well as far as I know there's an API called JAX-WS that' about stateful Web Services https://jax-ws.dev.java.net/nonav/2.1/docs/statefulWebservice.html Anyway if you check the WS Stack http://jbws.dyndns.org/mediawiki/index.php?title=JBossWSGenerellStackComparison that's available only on

[jboss-user] [JNDI/Naming/Network] - Re: connecting not with localhost, but with real IP name

2008-09-05 Thread ChrJacob
Hi Jaikiran, I use JBoss 4.2.2.GA . To start it with the option -b 0.0.0.0 really helped. Many thanks for your help! Kind regards, Christian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174591#4174591 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [Beginners Corner] - Re: Need help with configuring message bridge from JBM-1.4.0

2008-09-05 Thread Karen.Kramer
Deployment error 19:14:03,179 INFO [Server] JBoss (MX MicroKernel) [4.3.0.GA (build: SVNTag=JBPAPP_4_3_0_GA date=200801031548)] Started in 1m:48s:744ms 19:26:49,180 ERROR [URLDeploymentScanner] Incomplete Deployment listing: --- MBeans waiting for other MBeans --- ObjectName: jboss.messaging:s

[jboss-user] [Beginners Corner] - Need help with configuring message bridge from JBM-1.4.03SP3

2008-09-05 Thread Karen.Kramer
We are deploying an application on JBoss EAP 4.3.0 using JBM 1.4.0 SP3 and have successfully deployed with multiple queues and can successfully send messages and process them using MDB's. We have one queue that needs to send messages to a queue that belongs to another internal application that i

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Jboss Mac OS Leopard Connection Issues

2008-09-05 Thread RogerSilva
Hi people, how are you? I'm trying to deploy an EJB3 app in Jboss 4.2.3 installed on Mac OS X 10.5 Server running on JVM 1.6. Besides, the server has no firewall, and the network environment doesn't have any proxy or firewall restrictions either. I have the same application deployed and running o

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss Server Crashed ! ! !

2008-09-05 Thread jaikiran
When you say JBoss crashes, do you actually mean the java.exe process is killed? As for this exception: anonymous wrote : 2008-09-04 16:14:11,559 INFO [STDOUT] Caused by: javax.resource.ResourceException: No ManagedConnections available within configured blocking timeout ( 3 [ms] ) See t

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Best Practices - data source / pooling configuration

2008-09-05 Thread jaand96
Hi all, I have a couple of questions about JBoss and data source configuration (connection pooling). We are planning to run 5-10 applications in our JBoss instance. They will all be working with the same database schema. That means we could setup one data source and all apps shared it. I'm gu

[jboss-user] [JBoss Getting Started Documentation] - Re: Simple HelloWorld fails with

2008-09-05 Thread francis17101970
Seems you have servlet-api-2.3.jar under WEB-INF/lib. This will conflict will Servlet classes already loaded by the container. Try removing it. Also post the JBoss version AND the JDK you're using. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174577#4174577

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss Server Crashed ! ! !

2008-09-05 Thread gothemilan
Hi, Thanks atleast someone replied. well, we are using linux machine RHEL4AS. And, we are sending email using Windows 2003 server SMTP server,no exchange server.And ofcourse, sending email using JAVA. is this anything has to do with. The jboss is throwing the following error in the log file "

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: HTTPConnection in startup servlet works only with hot de

2008-09-05 Thread skajotde
"venuwin" wrote : there is no question of some variable after deploy. The deployer hangs at the line where i try to read the input stream of XML URL. Your idea is ruled out. Please avoid giving vague answers . there was question about cause of problem. I give one of answer and asked are you usi

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: unable to find log4j.properties file in classpath

2008-09-05 Thread ashok.kadam
Hi Jaikiran, I have made following changes to my EAR file. And tested but still no use. | META-INF/ | META-INF/MANIFEST.MF | User_Form.war | User_Form_EJBClient.jar | APP-INF/ | APP-INF/lib/ | APP-INF/lib/log4j-1.2.15. | log4j.properties | User_Form_Utils.jar | User_Form_dao.

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss Server Crashed ! ! !

2008-09-05 Thread jaikiran
How do you send the emails? What does the server.log contain when the server is shutting down? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174562#4174562 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174562 __

[jboss-user] [JNDI/Naming/Network] - Re: connecting not with localhost, but with real IP name

2008-09-05 Thread jaikiran
Which version of JBoss do you use and how do you start JBoss? Do you use -b option to start JBoss? See this for details http://wiki.jboss.org/wiki/Wiki.jsp?page=JBoss42FAQ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174556#4174556 Reply to the post : htt

[jboss-user] [JBoss Getting Started Documentation] - Installin

2008-09-05 Thread archit05
hi -i have downloaded the 4.2.2 zip and unzipped it - when i try to run the run.bat from cmdline -it says the system cannot fine the path specified my OS is Windows XP thru D-drive i had also set the environ variables -JAVA_HOME D:\Program Files\Java\jdk1.5.0_16\jre\bin; -JBOSS_HOME D:\Jboss\j

[jboss-user] [JNDI/Naming/Network] - connecting not with localhost, but with real IP name

2008-09-05 Thread ChrJacob
Hi there, I've got the following problem: I want to call me session bean remotely. During development time, I have no problems in looking up the bean with the URL "jnp://localhost:1099". But, if I used the real IP name of my PC, I get the following exception: javax.naming.CommunicationException

[jboss-user] [JBoss Messaging] - Re: global message interceptor

2008-09-05 Thread bodrin
do u have such a thing? it will be helpful for monitoring/debuging/integration testing View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174548#4174548 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174548 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Explded ear deploymeny blocking jars

2008-09-05 Thread jaikiran
anonymous wrote : I dont want to explode all my 15 jars because probably it kills Eclipse So you are using Eclipse plugin(s) to deploy to JBoss? One other user seems to have the same problem with Eclipse plugin here http://www.jboss.com/index.html?module=bb&op=viewtopic&t=141827. In your case,

[jboss-user] [Security & JAAS/JBoss] - Re: After Login standalone client -> getCallerPrincipal on

2008-09-05 Thread noFreak
ok, i think i have fixed it... on the client login module i have used the SecurityAssociationAction (like in tht ClientLoginModule) like this: loginPrincipal = new SimplePrincipal(""); | SecurityAssociationActions.setPrincipalInfo(loginPrincipal, loginCredential, subje

[jboss-user] [Security & JAAS/JBoss] - Re: SSO on JBOSS with Kerberos

2008-09-05 Thread djzak
ok, ich habe auch gerade verzweifelt versucht eine pm zu schicken aber geht anscheinend wirklich nicht. danke für die infos. werde mir das ganze mal durchlesen. lg View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174542#4174542 Reply to the post : http://ww

[jboss-user] [JBossWS] - Re: error when using wsgen to generet wsdl

2008-09-05 Thread powerOn
I have got the same issue. Have anybody found a solution? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174543#4174543 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174543 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Explded ear deploymeny blocking jars

2008-09-05 Thread skajotde
Touching application.xml works but I cant *delete* old jar on Windows XP from Windows Explorer (other process is using this file) - when I stop JBossAS I can delete this jar from Windows Explorer. I dont want to explode all my 15 jars because probably it kills Eclipse - I'm using FileSynch Ecli

[jboss-user] [Beginners Corner] - Re: jBPM + WebServices + EJB 3.0

2008-09-05 Thread cdc08x
Hi Francesco (and who reads here)! I searched and read and searched again, after reading your very useful links, and my problem remained the same: WebService in EJB 3.0 must be deployed over StateLESS Session Beans, then there is no way to mantain the state of the current process running - apar

[jboss-user] [Performance Tuning] - Single instance of utility per ejb service

2008-09-05 Thread ashitre
Hi, I have a utility class placed in shared lib folder of profile. Each ejb instance will create one instance of this utility class, so one instance per ejb. But I want to have only one utility instace across one type of ejb instances in the jboss. For example there are 2 ejb servi

[jboss-user] [Security & JAAS/JBoss] - Re: SSO on JBOSS with Kerberos

2008-09-05 Thread noFreak
ok, is there even a way to sent a pm :)?... Dann kopiere ich das wesentliche mal hier rein, sorry für die formatierung, allerdings ist mir das jetzt zu viel arbeit, das alles ordentlcih aussehen zu lassen :) Single Sign-On Umsetzung mit Kerberos Nachdem wir alle benötigten Technologien

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Apache and JBoss Critical Issue

2008-09-05 Thread gothemilan
ah sorry for the late reply, yes i do have problem with connecting jboss and apache. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174536#4174536 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174536

[jboss-user] [Security & JAAS/JBoss] - Re: SSO on JBOSS with Kerberos

2008-09-05 Thread noFreak
No, i don't think it's a problem, cause AFAIK all the kerberos vendors have to implement the same 'interface' to implement the Kerberos protocoll. Please sent me a pm with your email and i will send you more information. View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss Messaging] - Problem while publishing message to the Queue

2008-09-05 Thread tpawankumar
Hi All, I am publishing the message to the Queue but second time when i publish the same message it is giving me the following exception | 15:23:22,184 ERROR [ClosedInterceptor] ClosedInterceptor.ClientSessionDelegate[7 | ]: method createObjectMessage() did not go through, the interceptor i

[jboss-user] [JBoss jBPM] - Re: Authorization in jBPM

2008-09-05 Thread francis17101970
well if you don't have a web front end for your application (and you directly managed your process via processId) you still could shield your JBPM DAO with an EJB that manages the authorization process. Otherwise you could perform authorization check inside the AssignMent handler eventually thro

[jboss-user] [JBossWS] - Re: No tests for @SchemaValidation annotation in 3.0.1 ?

2008-09-05 Thread ljgp
Hi Ana, I got your sample to deploy and it works as expected (i.e. exceptions returned to client). Comparing with my project, I think I know now what is the problem. See http://www.jboss.com/index.html?module=bb&op=viewtopic&t=141744 for further discussion / questions. Cheers, Luc. View the

[jboss-user] [JBossWS] - Re: schemavalidation: fault not returned to calling client

2008-09-05 Thread ljgp
Hi, I think I understand now what is happening. When a schema validation occurs on an input message, the client that sent the incorrect message _does_ get the Soap fault. When the service itself constructs an XML reply that does not meet the schema requirements, the SaxException only ends up in

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Jboss Server Crashed ! ! !

2008-09-05 Thread gothemilan
Hi, Is there any one who can support to resolve the issue? This is really stucking my life using Jboss server 4.0.3 SP 1. We've the application using JAVA/JSP and Jboss server to serve. And MSSQL server 2000 as a backend database server and MERLIA.jar to connect. Here, what we are experiencing

  1   2   >