[JBoss-user] [EJB/JBoss] - Re: RuntimeException in Timer

2005-10-14 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBAS-2357 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3901068#3901068 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3901068 --- This

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Prevent external access to the content of an EAR

2005-10-14 Thread [EMAIL PROTECTED]
FAQ: http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3901069#3901069 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Re: SecurityExcetion deploying AS 3.2 app in AS 4.0.2

2005-10-14 Thread [EMAIL PROTECTED]
This has nothing to do with JACC. You have to be running with a security manager to see this type of error. If you not comfortable configuration the jvm security policy, don't run with a security manager. If you need to run with a security manager you should understand how to configure the

[JBoss-user] [JBossCache] - Re: Cannot assign requested address: Datagram ....

2005-10-14 Thread RolfRolf
I think it's working now. I received those cache stats (see below) which shows that the second level cache is working but I still don't get your messages but remember I run your TreeCache on Weblogic maybe that could cause the fact that I'm not getting your messages

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Message Size?

2005-10-14 Thread [EMAIL PROTECTED]
There is no limit. Details of server version and jms configuration are needed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3901074#3901074 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3901074

[JBoss-user] [JCA/JBoss] - Re: Configuring legacy Message Queues

2005-10-14 Thread [EMAIL PROTECTED]
Tour the jms wiki: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMQ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3901076#3901076 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3901076

[JBoss-user] [Beginners Corner] - java.lang.ClassCastException:While Lookup

2005-10-14 Thread vijaypalsingh
Hi Everybody, I'am creating a example where my .ear file contains the following structure, 1.A war file(for login page anf dashboard) 2.A .par file(including 1 stateless and 3 entity bean and a persistence.xml) my example works excellent when i run it from a standalone client from eclipse.but

[JBoss-user] [JBossWS] - Re:

2005-10-14 Thread aagmon
now when i just switch wscompile to -f:rpcliteral instead of documentLiteral its working ... i there some issue or bug regarding this in 4.0.3 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3901079#3901079 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Re: login-config works, but not with MD5

2005-10-14 Thread sburkard
Put the flags out; it works! After switching from base64 to hex I also had to add the ignorePasswordCase with argument true because the hashed passwords in my database (generated by another system) uses uppercase characters in the hashes. Thanks a lot for your help! stefan View the original

[JBoss-user] [EJB/JBoss] - Calling an EJB from a Web Application using JBoss 4.0.2

2005-10-14 Thread giordano
Hi, I usually use JBuilder 2005 (and now 2006) to develop enterprise application. I developed a lot of application (simple demo applications and not). Usually I created a web application where a servlet or a bean calls an EJB to perform the business logic. I usually packed this enterprise

[JBoss-user] [Beginners Corner] - Re: java.lang.ClassCastException:While Lookup

2005-10-14 Thread vijaypalsingh
vijaypalsingh wrote : Hi Everybody, | I'am creating a example using ejb3 and jboss 4.0.2 where my .ear file contains the following structure, | 1.A war file(for login page anf dashboard) | 2.A .par file(including 1 stateless and 3 entity bean and a persistence.xml) | my example works

[JBoss-user] [JBossCache] - Re: is it possible to use treecacheaop as the second level c

2005-10-14 Thread [EMAIL PROTECTED]
Correct, that hibernate breaks down objects when storing them in the 2nd level cache. Not sure about whether they are broken down to primirives though, I'll get back to you on that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3901085#3901085 Reply to the

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

2005-10-14 Thread leagend
http://wiki.jboss.org/wiki/attach?page=ClusteringDemoUsingDukesBankJ2EE1.4%2Fjbossj2ee-src.zip View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3901086#3901086 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3901086

[JBoss-user] [JBossCache] - Re: maxNodes in region question

2005-10-14 Thread [EMAIL PROTECTED]
timeToLiveSeconds or maxAgeSeconds should be set (and should not be 0) otherwise the LRU policy will not evict anything. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3901088#3901088 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: (Unknown Source) when an error occures

2005-10-14 Thread sebastienclaude
I use ANT to do that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3901092#3901092 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3901092 --- This SF.Net email is

[JBoss-user] [Beginners Corner] - datasources and jboss seam

2005-10-14 Thread henderson_mk
Hi folks, I'm a bit of newbie to the jboss world and have been playing with seam. I'm having some problems with the datasource aspect of it. I've created a turn-around-ds.xml that looks like: | ?xml version=1.0 encoding=UTF-8? | datasources | local-tx-datasource |

[JBoss-user] [Security JAAS/JBoss] - Re: MBeanTrustPermission Error

2005-10-14 Thread deadrow
Did you get it working? I am running into the same problem with no luck! thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3901094#3901094 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3901094

[JBoss-user] [Beginners Corner] - Re: (Unknown Source) when an error occures

2005-10-14 Thread sebastienclaude
Ok, I have add the option debug=true in the build file and it works. Thanks a lot for your help. Seb View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3901097#3901097 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3901097

[JBoss-user] [The Lizzard's corner] - Re: @Marc Fleury: what's happening with jboss?

2005-10-14 Thread trebiani
[EMAIL PROTECTED] wrote : Secondly, I suspect, based from your tone and your additional post to another forum here, that you are really not interested in the answer or even asking a question you genuinely have. If you are merely just trying to stir up more hysteria, please go somewhere else to

[JBoss-user] [Messaging, JMS JBossMQ] - Poor performance of JMS + persistence in Oracle

2005-10-14 Thread khs
Hello, The problem we have concerns using JBossMQ with Oracle jdbc2 persistent store. We are suffering from very poor performance in such configuration. In manual transaction management calling Session.commit() method takes from about 50ms (for very small messages - ~100 bytes) to over second

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Message Size?

2005-10-14 Thread lxfsuccess
Thank you very much,Scott. server version : jboss-4.0.2 database: postgreSQL 7.4.6 In my application,I didn't use MDB,just created a jar package as a JMS server which defined a sender interface , a receiver interface and a start() method. Configuration details: (1)Expose the

[JBoss-user] [Beginners Corner] - Re: datasources and jboss seam

2005-10-14 Thread jaikiran
henderson_mk wrote : java:propertyDatasource Change this to: property name=connection.datasourcejava:/propertyDatasource/property Observe the '/' in java:/propertyDatasource was missing earlier I think this should work View the original post :

[JBoss-user] [JBossCache] - Can't get items from persisted TreeCacheAop

2005-10-14 Thread Motormind
Hi there, I am trying to obtain values from a TreCacheAop that I persisted. When the item is first cerated and then still in-memory, it appears to go fine. When I restart my application though and try to obtain someting from the cache, I get this stacktrace: |

[JBoss-user] [JBoss Portal] - Re: forward from processAction

2005-10-14 Thread poyge394
no samples ? ... i have a form in one jsp, when i push the button one portlet calls. from the portlet i whant to go to other jsp file. how do i do that plez View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3901109#3901109 Reply to the post :

[JBoss-user] [JBossCache] - Re: Can't get items from persisted TreeCacheAop

2005-10-14 Thread Motormind
Oh yeah, I am using the beta of 1.2.4, so this should probably go to that thread... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3901110#3901110 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3901110

[JBoss-user] [EJB/JBoss] - Re: JAXB NoClassDefFoundError

2005-10-14 Thread clairecostello
Are you binding your XML Schemas using separate xjc commands? To the same folder structure? If so, the final ObjectFactory class will not contain the required create methods to create the JAXB objects at runtime. Not sure if this relates to the original problem... View the original post :

[JBoss-user] [Beginners Corner] - Re: datasources and jboss seam

2005-10-14 Thread henderson_mk
Hi jaikiran, thanks for replying... changed that in the hibernate config and now getting: 10:17:10,784 ERROR [[/turn-around]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener org.hibernate.HibernateException: Could not find

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Message lost or are not pulled by MDB

2005-10-14 Thread bloodasp
Hi Dornus, Thanks for the tutorial. I haven't gone through the details of your tutorial but will later on. Right now, I just use log4j. Anyway, I have tweaked the number of timetolive of the messages and no messages are lost (as far as I've tested), but there are times when I increase the

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Sharing libraries in Tomcat embedded

2005-10-14 Thread ryandavid
Hello, I am using JBoss 3.2.3 AS with Tomcat embedded version. Because I have many Web Applications to deploy and all of them use Struts, I would like to place struts jar files in a single location. So I read the Struts User's Guide

[JBoss-user] [Installation, Configuration Deployment] - Sharing Libraries on Tomcat embedded

2005-10-14 Thread ryandavid
Hello, I am using JBoss 3.2.3 AS with Tomcat embedded version. Because I have many Web Applications to deploy and all of them use Struts, I would like to place struts jar files in a single location. So I read the Struts User's Guide

[JBoss-user] [Beginners Corner] - Re: datasources and jboss seam

2005-10-14 Thread jaikiran
Try out the following: http://localhost:8080/jmx-console In this search for : service=JNDIView. Click on it. Then on the page that gets displayed, click on Invoke button beside the list method. In the java: Namespace check whether you can find: propertyDatasource. This is to confirm that

[JBoss-user] [Installation, Configuration Deployment] - Error load Library with Jdom

2005-10-14 Thread tatilou5
Hi, I use in my application jdom-1.0 and my Jboss server contains jdom. I can't upgrade the library of Jboss. how can I force my ear to use its jdom-1.0. I include this library on the ear but Jboss still use his library jdom. Any idea please Thanks View the original post :

[JBoss-user] [Beginners Corner] - Re: datasources and jboss seam

2005-10-14 Thread jaikiran
Are you sure you have place the turn-around-ds.xml in /default/deploy directory? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3901129#3901129 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3901129

[JBoss-user] [Installation, Configuration Deployment] - Re: Error load Library with Jdom

2005-10-14 Thread jaikiran
Have a look at: http://www.jboss.com/index.html?module=bbop=viewtopict=69898 Also, http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases and http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Correct directory in JBoss where config files are hot-deploy

2005-10-14 Thread jaikiran
Hi, I have some application specific config files which can be changed by the user even when the server is up and running. I had initially placed these files in a jar file under my applications ear file. But since changes to these files would mean extracting that jar and then reconstructing

[JBoss-user] [Management, JMX/JBoss] - Synchronous stop

2005-10-14 Thread Denisius
Is it any method to shutdown JBoss synchronously? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3901139#3901139 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3901139 ---

[JBoss-user] [JBossCache] - Re: Treecache Lock Error

2005-10-14 Thread neotyk
Hi, I get following exception: server.log wrote : Caused by: org.jboss.cache.lock.TimeoutException: write lock for /RawFrameCache/40995 could not be acquired after 15000 ms. Lock map ownership Read lock owners: [] | Write lock owner: null:272101 | (caller= null:272112) | at

[JBoss-user] [Beginners Corner] - Re: datasources and jboss seam

2005-10-14 Thread henderson_mk
yea... I had indeed. got it sorted though... I stripped the war file right down... as it was including some other jboss jars in the web-inf/lib directory... and lo and behold it all seems to be working now... winner! cheers for your help dude! View the original post :

[JBoss-user] [Management, JMX/JBoss] - Re: Synchronous stop

2005-10-14 Thread vickyk
What do you mean by synchronous shutdown , can you explain this ? Regards Vicky View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3901145#3901145 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3901145

[JBoss-user] [JBoss Portal] - Re: forward from processAction

2005-10-14 Thread jlaskowski
Hi, I don't know about samples (which I guess should be a part of some kind of JBoss Portal tutorial) so I can't point you out to one, but... When the form is submitted, it executes processAction(). I assume that you use appropriate portlet:actionURL/ tag, otherwise it won't work. In

[JBoss-user] [Management, JMX/JBoss] - Re: Synchronous stop

2005-10-14 Thread Denisius
I must notify user that server stopped. So for example it should be like: server.synchStop(); // ivoke via RMIAdapter System.out.println(server stopped); // here i must be sure that jboss realy stopped . View the original post :

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Hibernate Support broken in JBoss 4.0.3? (UserTransaction no

2005-10-14 Thread ninan
Hi, i just deployed my hibernate driven application in jboss 4.0.3. Previously it ran on jboss 4.0.3RC2 very fine. As soon the server was up and i tried to open a database connection with Session.beginTransaction it throws an exception: UserTransaction not bound Looking in JNDIView.list()

[JBoss-user] [Management, JMX/JBoss] - Re: Synchronous stop

2005-10-14 Thread vickyk
I dont think there is any method to do so and it also does not make the logical sense also . Why don't you use the jmx-console to invoke the shutdown and then verify the same is done by refreshing the page . However I will investigate and see if there can be a way to do that , I got to check

[JBoss-user] [JBoss Portal] - Re: forward from processAction

2005-10-14 Thread poyge394
ok tanks. but how do i get the RenderRequst and RenderResponse object from the processAction method. i most have them for user RequestDispacher View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3901153#3901153 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: forward from processAction

2005-10-14 Thread poyge394
| public void processAction(ActionRequest req, ActionResponse res) | throws IOException, PortletException { | String calcAction = req.getParameter( calcAction ); | if( calcAction != null ) { | int nbr1 = Integer.parseInt(

[JBoss-user] [JBossWS] - SecureWS 4.0.3 - client certificate needed?

2005-10-14 Thread jjboss
At the moment I try to migrate my JBoss webervice client from 4.0.2 to 4.0.3 (becaus I saw that the webservice client of 4.0.3 should finally run with Java 1.5). But I am running into some other exceptions: | java.io.FileNotFoundException: C:\Dokumente und Einstellungen\MyProfile\.keystore

[JBoss-user] [Security JAAS/JBoss] - Re: Losing authentication information during session

2005-10-14 Thread lduperval
Yes. I use struts and it turns out that if the action doesn't appear correctly in the struts.xml and the web.xml, you can see this behaviour. In my case, I had an action that was called But in my web.xml it was called /MyComponentDelete.do. By changing the name to

[JBoss-user] [Security JAAS/JBoss] - Re: Losing authentication information during session

2005-10-14 Thread lduperval
Ugh. It should say: action path=/MyComponentDeleteAction type = my.DeleteAction View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3901159#3901159 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3901159

[JBoss-user] [JCA/JBoss] - JCA 1.5 and endpointActivation

2005-10-14 Thread dmitriyf
I'm developing a resource adapter (inbound) which has to be JCA 1.5 compliance (4.0.2). The resource adapter seems to be deployed ok and ResourceAdaptor.start() is called. I see nothing special in error log. But when I deploy ear with message-driven bean, no endpointActivation is called.

[JBoss-user] [JBoss Portal] - JBossPortal 2.0.1 RC1 - Displays java trace when calling it

2005-10-14 Thread johnda
There appears to be a serious error with JBosPortal 2.0.1 RC1 as it does not even show the index.jsp page when it is first called up. The database tables get created fine, in MS SQLServer 2000, and there are no errors shown on the JBoss log file. However, when it is URL-invoked (e.g., using

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: high performance (low level) jdbc access routines

2005-10-14 Thread dkuehner
One of my next steps was to upgrade to the latest of everything (java, jboss, etc.) I'll also look for more recent jdbc drivers. Does type 4 imply better performance or is there somewhere where I can get faster drivers? I've used the oracle odbc drivers (and ensured that they were the right

[JBoss-user] [EJB/JBoss] - Re: EJBException:Invalid invokation Exception while accessin

2005-10-14 Thread rfr
For me, the solution to the problem was to remove the client jar from the /WEB-INF/lib directory, as suggested in an other post. Normal or not? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3901173#3901173 Reply to the post :

[JBoss-user] [JBossCache] - Re: Can't get items from persisted TreeCacheAop

2005-10-14 Thread Motormind
BTW: I also get the idea that TreeCacheAop doesn't handle anonymous classes very well, since I also get this tracktrace on another set of objects: | Caused by: java.lang.IllegalArgumentException: TreeCacheAop.putObject(): Object type is neither aspectized nor Serializable. Object class name

[JBoss-user] [Installation, Configuration Deployment] - Re: Problem running multiple servers!!!

2005-10-14 Thread anguyen
Move the tmp directory to a local (not shared) path. | run.sh -c myserver -Djboss.server.temp.dir=/tmp/myserver | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3901174#3901174 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss 4.0 JMS Cluster Support

2005-10-14 Thread umeshs79
Thanks Kiran, I able to setup the cluster JMS for fail over. Now I have question regarding the load balanacing, which you also had earlier :) How this load balancing is working..? What basically the cdot.jboss.JBossMQProvider class does..? There is a comment You should use hajndi-jms-ds.xml

[JBoss-user] [JBossWS] - Re: JNDI Lookup returns Reference - causes ClassCastExceptio

2005-10-14 Thread craigpugsley
[EMAIL PROTECTED] wrote : ... The jndi.properties/env may need to contain a java.naming.factory.url.pkgs=org.jboss.naming.client:org.jboss.naming:org.jnp.interfaces setting. After finding and changing the 'jndi.properties' file in JBoss/server/default/conf/, I find that now, certain jndi names

[JBoss-user] [Clustering/JBoss] - Re: JMS

2005-10-14 Thread [EMAIL PROTECTED]
1. This is probably best posted on the JMS forums, not here. 2. The large delay when starting up the node can be caused by a HASingleton/JGroups misconfiguration. Perhaps some more info (JBoss version, JGroups version, config used, etc) would help. 3. Regarding moving production onto another

[JBoss-user] [Installation, Configuration Deployment] - Re: Problem running multiple servers!!!

2005-10-14 Thread java123
Than you that works great. Is it also possible to change the defauly /deploy/work and /server/myserver/log directories. I tried -Djboss.serverlog.dir=/mylocation/myserver/log and it didnt work. I assume the parameter must be different. View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Installation Problem with JBOSS 4.0.3

2005-10-14 Thread smohanty
I downloaded JBoss 4.0.3 using jboss-4.0.3-installer for windows xp professional. I noticed a different directory structure after installation. Only default server folder is present, not the other two -- all and minimal. Embedded Tomcat is not running. I have installed standalone Tomcat 5.5 and

[JBoss-user] [Clustering/JBoss] - Re: JMS

2005-10-14 Thread srinivas.chin
Hi manik, Jboss version is 3.2.5. I am not sure about Jgroups version. I also used Mysql as Jms database to store messages in case of any trips. Thanks Srinivas View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3901189#3901189 Reply to the post :

[JBoss-user] [Clustering/JBoss] - Re: JMS

2005-10-14 Thread srinivas.chin
To add further this is what is there in the deploy-hashsingleton-service.xml ?xml version=1.0 encoding=UTF-8? !-- $Id: deploy-hasingleton-service.xml,v 1.1.2.2 2004/03/16 15:39:30 ejort Exp $ -- !-- = -- !--

[JBoss-user] [Clustering/JBoss] - Re: JMS

2005-10-14 Thread srinivas.chin
Let me know how to get the JGroups version you wanted. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3901195#3901195 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3901195

[JBoss-user] [Clustering/JBoss] - Re: JMS

2005-10-14 Thread [EMAIL PROTECTED]
Hi, java -classpath jgroups.jar org.jgroups.Version java -classpath jboss-cache.jar org.jboss.cache.Version Also, could you pls post your jboss cache config. Thanks, Manik View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3901197#3901197 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: Problem running multiple servers!!!

2005-10-14 Thread palmanp
You should also add -Djboss.server.url (URL, not DIR!) I didn't found any reason why you had to specify both. when starting JBoss (run.sh) you can check the output's first few lines... it contains the settings for some parameters like the jboss.server.url etc... Make sure all these are ok

[JBoss-user] [JBossCache] - bdbje(sleepycat) version with jboss-cache 1.2.3

2005-10-14 Thread mserdur
Hi, We had a performance problem with version 1.2.3. Putting big objects to persistence cache was taking too much time and memory. I have figured out that the problem was originating from bdbje. The version of bdbje packaged with jboss cache was 1.7.0. When I tried to use the version 2.0.83 of

[JBoss-user] [Clustering/JBoss] - Re: JMS

2005-10-14 Thread srinivas.chin
C:\jboss-3.2.5\server\powersmarts\libjava -classpath jgroups.jar org.jgroups.Version Version:2.2.4 CVS:$Id: Version.java,v 1.5 2004/04/28 18:44:58 belaban Exp $ History:(see doc/history.txt for details) C:\jboss-3.2.5\server\powersmarts\libjava -classpath

[JBoss-user] [Clustering/JBoss] - Re: JMS

2005-10-14 Thread srinivas.chin
which location will this jboss cache config file located View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3901205#3901205 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3901205

[JBoss-user] [Installation, Configuration Deployment] - Re: How to send alerts to a mobile phone using SMS

2005-10-14 Thread palmanp
Since you're mailing the errors already, you might just send out one extra mail to an sms provider. I use http://www.clickatell.com/ for this. I just filter all the mails I receive with procmail and if certain errors occur I forward the message to a mailbox at clickatell. It will send me an

[JBoss-user] [JBoss Portal] - Re: how to switch Portal database?

2005-10-14 Thread ray_lukas
For PostgreSql, which is what I am using in the Jboss example. I created a file called portal-hibernate-ds.xml although I am pretty sure as was hinted to about I could have, and I should have, called it portal-postgresSQL-ds.xml. And it worked great.. So as long as the file looks like

[JBoss-user] [Installation, Configuration Deployment] - Re: Problem running multiple servers!!!

2005-10-14 Thread java123
If you look at the first post for this topic, I am trying to run same server config from two different physical machines. These two machine share mounted drive so I can literaly run the startup command to start the same Jboss server. Only problem I was having was the tmp directory

[JBoss-user] [JNDI/Naming/Network] - Re: Problem with JNDI security - please help

2005-10-14 Thread alexserbul
No. I want to hide my beans in JBoss from outside, but make them accessible inside JBoss. So, to test that they are not visible outside i list global JNDI context from remote client. As I understood, to make EJBs visible only inside JBoss server I need to deploy them in java: context. Is it

[JBoss-user] [Installation, Configuration Deployment] - Re: Problem running multiple servers!!!

2005-10-14 Thread darranl
If you look at the file {jboss.home}/server/default/conf/log4j.xml you can configure the log file locations there. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3901215#3901215 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - javax.jms.IllegalStateException: Session is closed.

2005-10-14 Thread viky4u
Hi, Iam using JBoss 4.0.2 and reading from a queue. the onMessage() seems to work, once that is done, the client is trying to acknowledge the server. Thats where i get this error. 2005-10-14 11:27:18,227|MessageListenerThread -

[JBoss-user] [JBossWS] - error reading C:\jboss-4.0.2\client\auth.conf; java.util.zip

2005-10-14 Thread chwang
Hi Folks, I donwloaded the samples-4.0.2.zip from http://www.jboss.org/wiki/Wiki.jsp?page=JBossWS and put them in c:\webservices I ant build.xml I got this zipexception. Coulr you tell mw what is wrong. Thank you very much. Chwang C:\webservicesant Buildfile:

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: jndi override WEB-INF/web.xml

2005-10-14 Thread [EMAIL PROTECTED]
FYI for those interested, this is feature was added as of 4.0.3. John Chase View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3901219#3901219 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3901219

[JBoss-user] [JBoss Portal] - Re: portlet layout in portal

2005-10-14 Thread ray_lukas
Well I am not an expert by any stretch.. Just started looking at portal stuff yesterday?. Actually I am trying to do the same thing as you are.. that is ?Figure out how to deploy a portlet into the portal?.. I changed the data source to PostgreSql without any trouble but a good deploy mechanism

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: jndi override WEB-INF/web.xml

2005-10-14 Thread [EMAIL PROTECTED]
Link to issue report: http://jira.jboss.com/jira/browse/JBAS-1826 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3901223#3901223 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3901223

[JBoss-user] [JBossWS] - how to obtain username of caller for a web service that is a

2005-10-14 Thread msumike55
I have deployed a POJO as a web service and am using BASIC http authentication. I am using the DatabaseServerLoginModule to validate the security credentials of the caller. Is there a way to obtain the caller (username) in the POJO web service? I would like to be able to store a record in the

[JBoss-user] [Clustering/JBoss] - Re: JMS

2005-10-14 Thread [EMAIL PROTECTED]
JBoss 3.2.5 seems to be the problem in your case. A few critical HASingleton bugs have been fixed in 3.2.7. One of those bugs prevented the singleton to fail-over immediately, and it looks to me this is exactly what you're experiencing. Before rushing to move to another application server,

[JBoss-user] [Clustering/JBoss] - Re: JMS

2005-10-14 Thread srinivas.chin
Hi, I already upgraded to 4.0.2RC on QA, and currently running my application on it, but I am facing another problem, when the server is stopped and my application still sends JMS messages to the JMS database queues. But when I restart the server I get the following exception and the messages

[JBoss-user] [Messaging, JMS JBossMQ] - Re: javax.jms.IllegalStateException: Session is closed.

2005-10-14 Thread viky4u
I forgot to tell that i have included log4j.appender.Default=org.apache.log4j.FileAppender log4j.appender.Default.File=jbossmq.log log4j.appender.Default.layout=org.apache.log4j.PatternLayout log4j.appender.Default.layout.ConversionPattern=%d %-5p [%c(1)] {%t} %m%n

[JBoss-user] [Clustering/JBoss] - Re: JMS

2005-10-14 Thread [EMAIL PROTECTED]
srinivas, Does anyone from Jboss care to answer to this question pls. I am facing this problem in Production servers As you can see, we'd love to help you out (manik and ovidieu are being true troopers here trying to help). But *please* keep in mind these forums are not actual support,

[JBoss-user] [Installation, Configuration Deployment] - Re: Problem running multiple servers!!!

2005-10-14 Thread palmanp
Sorry, I was misled and reading your topic too fast and thought you ment something i described in http://www.jboss.com/index.html?module=bbop=viewtopict=66887 My first idea was also to go look for the conf/log4j.xml file, but I'm afraid that's not the only place where logfiles are defined. I

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss 4.0 JMS Cluster Support

2005-10-14 Thread kiran222
I think the JBossMQReceiverImpl code will explain how the load balancing works. I haven't read that. I verified that when the messages are queued at a rate higher than Master node can handle, the other nodes in the cluster start receiving the messages. cdot.jboss.JBossMQProvider class is

[JBoss-user] [Clustering/JBoss] - Re: JMS

2005-10-14 Thread darranl
FYI 'RC' stands for release candidate - i.e. It might become a production release if no problems are found but then again it might not and a subsequent release candidate might be made. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3901232#3901232 Reply to the

[JBoss-user] [EMAIL PROTECTED] - Java Architect (Support Engineer)

2005-10-14 Thread [EMAIL PROTECTED]
JBoss Java Architect ? JBoss Support Team Come join one of the fastest growing enterprise software and services companies and the home of Professional Open Source?. This opportunity is a tremendous chance to become part of a fast-paced, leading edge company that is changing the way middleware

[JBoss-user] [Installation, Configuration Deployment] - Re: Problem running multiple servers!!!

2005-10-14 Thread darranl
Sorry I forgot the boot.log as well. The boot.log is defined in a file called local.properties in the run.jar located in the bin folder. The following page describes some of the steps required to run JBoss so it does not write to disk at all.

[JBoss-user] [JBossWS] - Re: error reading C:\jboss-4.0.2\client\auth.conf; java.util

2005-10-14 Thread chwang
But after I deleted the ${jboss.home}/clientauth.conf, ${jboss.home}/server/default/deploy/jboss-ws4ee.sar/axis-client-config.xml, axis-server-config.xml, jboss-services.xml there is no Zipexception, complie is passed. Of course the Jboss can not start correectly. What is wrong? View the

[JBoss-user] [Messaging, JMS JBossMQ] - What happens with JBoss4 JMS? And why no answers?

2005-10-14 Thread alexserbul
This happens some time with ordinary JMS on JBoss: And here are not resolved links on this problems in inet: http://jira.jboss.com/jira/browse/JBAS-1331 http://www.jboss.org/index.html?module=bbop=viewtopicp=3890921 2005-10-14 20:01:51,616 DEBUG [org.jboss.mq.il.uil2.ServerSocketManagerHandler]

[JBoss-user] [Clustering/JBoss] - Re: JMS

2005-10-14 Thread srinivas.chin
Dear friends, You got me wrong totally. Let me tell you that I have fought and convinced lot of people to go for Open Source AS like Jboss. I have told them by doing this you will be saving lot of money than using the Licensed Weblogic or Websphere. And I succeeded and deployed the app on

[JBoss-user] [Messaging, JMS JBossMQ] - Re: org.jboss.mq.SpyJMSException: OutOfMemoryError

2005-10-14 Thread huonghovan
Hi all, I got the same problem with you guys if i just close only the Session. But after i do the close for all include the Sender and Connection it looks OK. I was ran out of Memory after 1000 message post to the queue. Here is what i do with my sendObject: public static void

[JBoss-user] [Installation, Configuration Deployment] - Re: Problem running multiple servers!!!

2005-10-14 Thread anguyen
Ok, so I see two questions now. 1) How do I move the log directory? 2) How do I move the work directory? From what I've found, changing the log directory is a lot harder than it needs to be. There are two log files JBoss creates: boot.log and server.log. server.log is defined in

[JBoss-user] [Beginners Corner] - Can a jboss service archive load COM object dlls?

2005-10-14 Thread kc7bfi
I am tying to use a java-com bridge to load a COM object. I load the bridge with JNI but I cannot load the COM object. The program works as a standalone but not as a jboss service archive. Any ideas? David View the original post :

[JBoss-user] [Beginners Corner] - Custom Deployment Actions

2005-10-14 Thread Some1ne
Is there a method of specifying customized actions to occur whenever a webapp is deployed? For example, say I have a class the represents a hot-pluggable action that can be made available to other running webapps when it is deployed, but in order to make it available to these other webapps it

[JBoss-user] [Installation, Configuration Deployment] - Re: Problem running multiple servers!!!

2005-10-14 Thread java123
Thank you for the replied everyone. I think the solution anguyen provided seems very flexable. This will enable for me to run two Jboss instances from a same configuration. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3901255#3901255 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Can I define deployment scanner URL attribute from the Jboss

2005-10-14 Thread java123
I know that I can change the DeploymentScanner URL attribute in jboss-service.xml. But I do not want to hard code this in there because that location will change depnding on which server I will be starting. I know I should be able to pass in -Djboss.server.. to achive this but I can't find

[JBoss-user] [JBoss Portal] - Re: portlet layout in portal - WHAT FILES TO EDIT

2005-10-14 Thread bsmithjj
1.) \WEB-INF\portlet.xml - this is where you use the JSR 168 spec. to declare and configure your portlets to the portal. - this file is 'cross-platform' - the spec, .xsd, etc. are here Example: | portlet | portlet-nameMyPortlet/portlet-name |

[JBoss-user] [JBoss Portal] - Re: net.sourceforge.jtds.jdbc.Driver : CLASS NOT FOUND Excep

2005-10-14 Thread bsmithjj
If you simply cut-and-pasted the XML from my reply on how to change the datasource, that would be one cause of this error! ;-) Cheers! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3901259#3901259 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: LazyInitializationExceptions clicking through Portal

2005-10-14 Thread nebel
I will email you my .war file. I'm running on Windows XP Professional Version 2002 Service Pack 2, and with Java 1.5.0_04. The database is Oracle 9.2.0.3. Please let me know if you need any other information. Thanks. View the original post :

[JBoss-user] [J2EE Design Patterns] - fail to start jboss 3.2.2

2005-10-14 Thread chaman4110
hello, When I run jboss 3.2.2 within eclipse 2.1 with lomboz plugins it gives following error mess in console in log file:- (os- fedora core 4 j2sdk1.4.2_03) console - 23:32:55,707 WARN [NamingContext] Failed to connect to localhost:1099 javax.naming.CommunicationException:

  1   2   >