[JBoss-user] [Clustering/JBoss] - Re: Problem using HA-JNDI and Fail Over

2005-04-19 Thread roberto
ok. i do it asap. i must prepare a test case ear (i cannot attach my real application. The little one it's about 40 MB) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874569#3874569 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[JBoss-user] [EJB/JBoss] - Re: Deployment problem due to session facade

2005-04-19 Thread maruthi_cse
"maruthi_cse" wrote : Hi | I have a doubt.In our project we are using struts framework with jboss.Our project flow is | jsp to strtus form to struts action to session facade to ejb. | Now I tried to pass the form bean to a function in my session facade. | When i start the jboss it post

[JBoss-user] [EJB/JBoss] - Deployment problem due to session facade

2005-04-19 Thread maruthi_cse
Hi I have a doube.In our project we are using struts framework with jboss.Our project flow is jsp to strtus form to struts action to session facade to ejb. Now I tried to pass the form bean to a function in my session facade. When i start the jboss it post the following error as Noclassdeffound

[JBoss-user] [Management, JMX/JBoss] - Re: Incremental Hot Deployment

2005-04-19 Thread mmaia
Where can I find documentation on How to for expanded directory deployment(for development time) on JBoss? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874562#3874562 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=387

[JBoss-user] [JBossWS] - Re: EJB3 client to web services

2005-04-19 Thread [EMAIL PROTECTED]
Yes you want be able to do this till the appropriate annotations are added. You are free to use JWSDP as your client stack. I don't know which jars you need off of the top of my head. To get an idea which jars you need they have a wsdeploy tool that builds a war. In that war they stuff the appro

[JBoss-user] [JBossWS] - Re: Problems by deploying the WS-Wiki-Example

2005-04-19 Thread [EMAIL PROTECTED]
Do you have a type-o in your servlet-class tag? Is that class in the war? -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874560#3874560 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874560 ---

[JBoss-user] [JBossWS] - Re: migrating to 4.0.1sp1

2005-04-19 Thread [EMAIL PROTECTED]
port-uri used the deployment jar name to build the final uri. port-component-uri uses the context/port to build the uri. So in your case you would want the value to be: /my-context-that-i-want/myPortURI -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [Beginners Corner] - Hi, buddies, who can give me Jboss3.0.7 with Tomcat integrat

2005-04-19 Thread nancy.tian
I need to download Jboss with Tomcat integrated with it. where can i get the URL? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874558#3874558 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874558 --

[JBoss-user] [Clustering/JBoss] - how to bind mbean to ha-jndi in config file

2005-04-19 Thread Buster.Wang
hi,all I have deploy follow ds config file in deploy directory; cluster jdbc:oracle:thin:@localhost:1521:tdm oracle.jdbc.driver.OracleDriver test test now I can't only get this datasource from local jndi , that's port 1099; bu

[JBoss-user] [Installation & Configuration] - grr.. stupid classloaders!

2005-04-19 Thread anodos
I've had a very frustrating time with JBoss' ClassLoaders, and I just need to vent! It is currently IMPOSSIBLE to override libraries in your .wars or .ears that JBoss happens to use!! If you want to use a newer version of some commons-*.jar that JBoss happens to use, then you are out of luck!

[JBoss-user] [Messaging, JMS & JBossMQ] - Redundant queue server

2005-04-19 Thread ocean
Hi, I'm trying to determine how to setup a redundant JMS queue server: In the event the queue server fails there is an automatic failover to another queue, ie clients calling a queue are automatically redirected to a new queue. Is this functionality existing, or do we need to hand code? Vie

[JBoss-user] [Security & JAAS/JBoss] - List of users

2005-04-19 Thread avahldick
I developed a web application. I configure my login-config, web.xml, and other files. All its ok. The authentication all right. But, how can I obtain a list of users that can connect to my application? No matter if I use UsersRolesLoginModule or DatabaseServerLoginModule. Thanks Adilson Vahldi

[JBoss-user] [Security & JAAS/JBoss] - Jaas or securityfilter

2005-04-19 Thread soussou
Hi I would like to implemented a authentification module via LDAP directory. I have two solutions : 1- Use the internal security of the Jboss (Jaas api); or 2- Realize a external module the first solution is not flexible nor reusable because it depends on the configuration of each server (Jb

[JBoss-user] [Management, JMX/JBoss] - Has to be names jboss-service.xml in sar

2005-04-19 Thread yangju
I thought when we package a sar, the only requirement is that there is a META-INF directory and a xml file named like ***-service.xml inside the META-INF directory. But I always name it as jboss-service.xml. Until recently I found out that if I changed it from jboss-service.xml to something else

[JBoss-user] [Clustering/JBoss] - Failures in invoaction chain, is this a bug?

2005-04-19 Thread wildgeeza
I'm testing various cluster configurations in 4.0.0 line. I have everything working and have been simulating nodes failures by invoking 'stop' on the MBean associated with the EJBs I want to take offline. I subsequently restart by 'touch'ing the deployment unit to get clean hot-deploy. Everyt

[JBoss-user] [JBossCache] - Re: Does JBossCacheloader function async

2005-04-19 Thread christi_am
Thanks Bela for the prompt reply. Can you please tell me by when would it be available? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874539#3874539 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874539 -

[JBoss-user] [EJB/JBoss] - Re: Synchronization

2005-04-19 Thread robinroos
Ok, I was not quite correct. I could register a Synchronization instance with javax.transaction.Tramsaction, or I could have my session beans implement SessionSynchronization. However I don't see an equivalent "MessageDrivenSynchronization" capability for MDBs. My experience of registering

[JBoss-user] [JCA/JBoss] - Prepare statement cache

2005-04-19 Thread omrikessel
Hi, Does someone knows why the prepare statement caching is done only on prepareStatement(String sql) and not on the other prepareStatement methods such as prepareStatement(String sql, int resultSetType, int resultSetConcurrency) Thanks Omri View the original post : http://www.jboss.org/index.

[JBoss-user] [JBoss Getting Started Documentation] - Configuration Jboss and MySql

2005-04-19 Thread Newj2ee
Hello! I'm reading the tutorial guide of Jboss Greating Started, the chapteer 8, but finally the instructions the server console display this: | ObjectName: jboss.mq:service=InvocationLayer,type=UIL2 | state: CONFIGURED | I Depend On: jboss.mq:service=Invoker | | Depends On Me:

[JBoss-user] [JBossCache] - Re: Does JBossCacheloader function async

2005-04-19 Thread [EMAIL PROTECTED]
It is synchronous. An asynchronous adapter to *all* CacheLoaders is on the roadmap View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874530#3874530 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874530 -

[JBoss-user] [Management, JMX/JBoss] - Re: How to lookup a MBean from MBeanServer?

2005-04-19 Thread chetansanghi
Thanks a lot. That helps and thats what I was looking for. --Chetan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874528#3874528 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874528

[JBoss-user] [Beginners Corner] - does JBoss offer some sort of client framework?

2005-04-19 Thread Tzuriel
Does JBoss come with some sort of client framework? What I mean by this is say, I want to deploy something like agents on other nodes and didn't want to deploy a full fledged application server on those other nodes, something sort of light weight compared to JBoss I guess. I've deployed my own s

[JBoss-user] [EJB/JBoss] - Synchronization

2005-04-19 Thread robinroos
Hello I need to register a Synchronization object which will receive afterCompletion() invocations - or the equivalent - AFTER all resources in the transaction have been committed. I could register against the javax.transaction.Transaction instance or against the javax.ejb.UserTransaction in

[JBoss-user] [Clustering/JBoss] - Re: hot deployment not correctly working in cluster ?

2005-04-19 Thread lordsteve_666
here's the relevant part of the log file - quite lengthy, since it's in DEBUG mode, but that's what it's there for :) ... it all looks good to me, no exceptions, it just undeploys the current file, but never gets the new one. System: SuSE Linux 9.1, JBoss 3.2.6, no HTTP session clustering ... A

[JBoss-user] [JBossWS] - Unable to deserialize array as RPC/encoded input argument

2005-04-19 Thread cgdave
Hello, I've got a EJB with these two service-endpoint methods : public ContentArray getAllContents() public void updateAllContents(ContentArray contentArray) where ContentArray is : public class ContentArray { private Content[] contentArray; public Content[] getContent

[JBoss-user] [JBossCache] - Does JBossCacheloader function async

2005-04-19 Thread christi_am
Hi, we are using Treecache for caching purpose and would like to know whether jdbccacheloader uploads to db asynchronously or does it do synchronously? This is for just one treecache and a db. no replicated caches are invloved. I would really appreciate your input regarding this. Thanks View

[JBoss-user] [EJB/JBoss] - Re: ClassCastException invoking LocalHome finder methods on

2005-04-19 Thread felandres
Hi all, Since NOBODY reply my question, I'll answer it myself... the problem was caused by wrong use of (Home/Remote) interface pairs. If you're using LocalHome you MUST use the EJB's Local interface! I hope this could help somebody... View the original post : http://www.jboss.org/index

[JBoss-user] [JBossCache] - Re: Failed to aspectize class org.jboss.cache.TreeCache

2005-04-19 Thread junli10
JBoss-Cache1.2.2. I'm running under Solaris SPARC 5.8. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874511#3874511 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874511 -

[JBoss-user] [Management, JMX/JBoss] - RMIAdapterExt not found

2005-04-19 Thread danl_thompson
I love it when I solve my own problems. Thank you JBoss for making it so easy. Just the wrong jar file. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874508#3874508 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38745

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

2005-04-19 Thread disrael
Move the connection = cf.createConnection(); outside of the send. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874503#3874503 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874503 ---

[JBoss-user] [Management, JMX/JBoss] - Re: Where I can get more info about Exposing MBean Events vi

2005-04-19 Thread [EMAIL PROTECTED]
To understand how the mapping works, have a look at http://www.jboss.org/wiki/Wiki.jsp?page=JBossSNMPAdapter To enable hearbeat, just set the HeartBeatPeriod to a different value (number of seconds), it's disabled by default: at deploy/snmp-adaptor.sar/META-INF/jboss-service.xml | 0 |

[JBoss-user] [Installation & Configuration] - Unable to Deploy a WAR file

2005-04-19 Thread vvangara
Hello All, My JBoss is all of a sudden giving this error at startup when ever i try to deploy a WAR file. It is working fine with EAR files. Recently i have changed my JMS default database from Hypersonic to Informix Database. Otherthan that i haven't made any changes. This is what the error i

[JBoss-user] [Management, JMX/JBoss] - Where I can get more info about Exposing MBean Events via SN

2005-04-19 Thread mikek753
Hello all, I use JBoss 4.0.0. And snmp-adaptor.sar in my deploy folder. In trap viewer I can see just one trap type "coldstart", but I don't see "heartbeat" - I didn't get any "heartbeat". I have / read jboss4guide/html/ch2.chapter.html#ch2.trap.fig , but that isn't enough for me. Where I can g

[JBoss-user] [JBossCache] - Re: Failed to aspectize class org.jboss.cache.TreeCache

2005-04-19 Thread [EMAIL PROTECTED]
Which version this is? And are you running under cygwin or Linux? -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874499#3874499 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874499 -

[JBoss-user] [JBossCache] - Re: JBoss 3.2.7' JBoss Cache and Hibernate 3.0

2005-04-19 Thread [EMAIL PROTECTED]
That should be it, AFAIK. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874498#3874498 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874498 --- This SF.Net e

[JBoss-user] [JBossCache] - Re: Cache deadlock problem when using TreeCache as 2LC for h

2005-04-19 Thread [EMAIL PROTECTED]
Supposedly using Hibernate3.0 and JBossCache1.2.2 should resolve this. We have someone still reported that query cache is still problematic. So we are invetigating now. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874497#3874497 Reply to the post :

[JBoss-user] [Clustering/JBoss] - Re: Problem using HA-JNDI and Fail Over

2005-04-19 Thread [EMAIL PROTECTED]
Roberto, Sounds like a problem. Would you go to jira.jboss.com and open a bug against the application server. You can assign it to me. If you can, please attached your sample war and ear files. Thanks, -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=387

[JBoss-user] [Clustering/JBoss] - Re: jboss clustering can`t work in linux

2005-04-19 Thread [EMAIL PROTECTED]
Please make sure the mcast work first by going thru the jgroups troubleshooting steps. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874494#3874494 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874494 ---

[JBoss-user] [Clustering/JBoss] - Re: hot deployment not correctly working in cluster ?

2005-04-19 Thread [EMAIL PROTECTED]
If you have any stack trace or log, please post it here. Thanks, -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874493#3874493 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874493 -

[JBoss-user] [Installation & Configuration] - Re: Web app outside of deploy folder

2005-04-19 Thread samokhin
Sorry. I'm using JBoss 4.0.1, but not 4.0.1SP1 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874491#3874491 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874491 --

[JBoss-user] [Beginners Corner] - Re: Running JBoss

2005-04-19 Thread [EMAIL PROTECTED]
Get a more recent of jboss. java5 did not exist when 3.2.1 was released. http://www.jboss.org/wiki/Wiki.jsp?page=JBossVsJavaJDKVersionMatrix View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874490#3874490 Reply to the post : http://www.jboss.org/index.html?mo

[JBoss-user] [Installation & Configuration] - Web app outside of deploy folder

2005-04-19 Thread samokhin
Hello, I'm trying to make JBoss 4.0.1SP1 working with web app without putting it into deploy folder. If I put appropriate tag into sever.xml it gives me a lot of errors when I try to open my jsp files. The errors are about a packages that cannot be found. This works fine with Tomcat 5.0.28 wi

[JBoss-user] [JBossWS] - Re: HTTPS : java.net.SocketTimeoutException: Read timed out

2005-04-19 Thread jobor
Hello, I'm getting tired but debugging in Eclipse shows that the characters ÃÂ in the word SloveniÃÂ are correct translated to Ã. Because a test with a lot bigger result coming with the same characters gives a good result over https. So for me it is a mystery why you can see that after 2 second

[JBoss-user] [Clustering/JBoss] - hot deployment not correctly working in cluster ?

2005-04-19 Thread lordsteve_666
Hi folks, I've got an interesting issue at hand: 4 nodes, running JBoss in a cluster. I have consistent problems deploying my applications: Once I deploy a new version of an existing app (e.g. replace the respective file in $JBOSS_HOME/server/all/farm), the file gets correctly deleted on all o

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS MessageListener using different instace of object

2005-04-19 Thread mjgreene550
Hi, I'm having a very strange problem here. I have an instance of an object that is initially and only constructed from a Servlet. However, this object has a MessageListener to recieve messages from a queue. The problem is this: When I debug this class, I notice that the memory ID's in the deb

[JBoss-user] [Beginners Corner] - Running JBoss

2005-04-19 Thread rtriance
I have jdk (1.5.01) and set up JAVA_HOME - all works. I have installed JBoss -3.2.1. I am running XP Professional. On running run.bat I get errors starting - 09:42:41,504 ERROR [Server] Failed to start javax.management.InstanceNotFoundException: JMImplementation:service=LoaderRepository,name=Defau

[JBoss-user] [JBoss Getting Started Documentation] - Re: Could not find jboss-build.properties under j2ee tutoria

2005-04-19 Thread [EMAIL PROTECTED]
I didn't check the URL, but I do know that many people make a mistake at that point and take out the service internal hypersonic service, causing the dependency to break. That should definitely be more clear, as many people seem confused about it. But, it does work... View the original post

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

2005-04-19 Thread regenwetter
The JMS Client does not use connection pooling. It does something like that: | public void send(...){ | lookupJMSResourcen(); | connection = cf.createConnection(); | session = connection.createSession(false,Session.AUTO_ACKNOWLEDGE); | ... | } | | private static void lookupJMSRes

[JBoss-user] [Security & JAAS/JBoss] - Re: Intercept requests before JAAS kicks in?

2005-04-19 Thread [EMAIL PROTECTED]
No. A custom authenticator or valve is required. Its an ambiguous aspect of the servlet spec as to whether filters should be engaged in authorization paths and currently tomcat treats filters as application level components that apply after the standard security checks. View the original post :

[JBoss-user] [EJB/JBoss] - Re: ejbStore doesn't seem to be called in BMP Bean

2005-04-19 Thread hb_jan
Found the error: Seems that I forgot an important '@ejb.persistence'-Tag before some getXXX-Methods to indicate that an ejbStore() is necessary. Not it's working. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874479#3874479 Reply to the post : http://www.j

[JBoss-user] [Persistence & CMP/JBoss] - Re: problem with '/' in ejb-name

2005-04-19 Thread [EMAIL PROTECTED]
The ejb-2.1 spec states that the ejb-name must be a valid java identifier. This excludes the use of '/': anonymous wrote : | 10.3.13 The Bean Provider?s View of the Deployment Descriptor | | The persistent fields (cmp-fields) and relationships (cmr-fields) of an entity bean must be decla

[JBoss-user] [Management, JMX/JBoss] - Re: How to lookup a MBean from MBeanServer?

2005-04-19 Thread [EMAIL PROTECTED]
Read the FAQ: http://www.jboss.org/wiki/Wiki.jsp?page=HowCanAnEJBCallAnMBean View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874477#3874477 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874477 ---

[JBoss-user] [Beginners Corner] - How to make jboss-build.xml tell jar command to "use no ZIP

2005-04-19 Thread laughtonjackson
I have a jboss-build.xml all ready to go except one thing... How do I change this line to make the jar command "use no ZIP compression"...you know, the -0 option... jar jarfile="${deploy.dir}/${war.file}" basedir="${war.dir}" Thanks, Laughton View the original post : http://www.jboss.or

[JBoss-user] [Management, JMX/JBoss] - Re: How to lookup a MBean from MBeanServer?

2005-04-19 Thread chetansanghi
Again thanks for the reply. So is it possible within same JBoss can a MBean locate another MBean and call method on it? --Chetan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874474#3874474 Reply to the post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Installation & Configuration] - How to turn off DTD validation in 4.0.1sp1

2005-04-19 Thread Rubbish
I get this error: Caused by: org.dom4j.DocumentException: Server returned HTTP response code: 401 for URL: http://hibernate.sourceforge.net/hibernate-mapping-2.0.dtd Nested exception: Server returned HTTP response code: 401 for URL: http://hibernate.sourceforge.net/hibernate-mapping-2.0.dtd Is

[JBoss-user] [JBossWS] - Re: HTTPS : java.net.SocketTimeoutException: Read timed out

2005-04-19 Thread jobor
Hello, Also a test with Axis 1.1 stubs, just as we are using now, the reader gets the time out exception when used over https. Johan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874472#3874472 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [JBoss Getting Started Documentation] - Re: Could not find jboss-build.properties under j2ee tutoria

2005-04-19 Thread cehjohnson
anonymous wrote : Yes, please try and use the correct version. If you do, everything will work. Err... not quite. At least not for me and this other guy. The configuration + configuration instructions for hsqldb-ds.xml seem to be wrong. See http://tinyurl.com/796dt If you need further clarific

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: NullPointerException while using Singleton MDB as Consum

2005-04-19 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBAS-1373 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874468#3874468 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874468 --- T

[JBoss-user] [JBossCache] - Re: How does JbossCache relate to JavaGroup??

2005-04-19 Thread balteo
Thanks for the reply. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874467#3874467 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874467 --- This SF.Net email is sp

[JBoss-user] [Management, JMX/JBoss] - Re: How to lookup a MBean from MBeanServer?

2005-04-19 Thread [EMAIL PROTECTED]
Well, your original post implies that you want to somehow find a way to do so via the MBeanServer API. I'm simply saying there is no way. JMX API specifically is designed to avoid allowing what you want (irrespective of the fact that you have the ObjectName - that doesn't matter). You cannot

[JBoss-user] [Management, JMX/JBoss] - Re: How to lookup a MBean from MBeanServer?

2005-04-19 Thread [EMAIL PROTECTED]
No, such access defeats one of the primary design goals of jmx. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874465#3874465 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874465

[JBoss-user] [Management, JMX/JBoss] - Re: How to lookup a MBean from MBeanServer?

2005-04-19 Thread chetansanghi
Thanks for the reply. I understand that. But is there another way to do get the object reference of the MBean registered with MBeanServer? Our purpose is to get the object reference and make a method call on that object. If there is a way to do this please let me know. --Chetan View the orig

[JBoss-user] [Management, JMX/JBoss] - Re: Service Binding Manager and Log4jService

2005-04-19 Thread [EMAIL PROTECTED]
If you can refactor it to make it more extensible, without breaking the existing bindings, that would be great. Register that in JIRA as a feature request and submit the patch there. Thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874462#3874462 Repl

[JBoss-user] [JBossCache] - Re: How does JbossCache relate to JavaGroup??

2005-04-19 Thread [EMAIL PROTECTED]
JBossCache is a transactional caching solution built on top of JGroups. JGroups is a reliable multicast toolkit. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874461#3874461 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [JBossCache] - How does JbossCache relate to JavaGroup??

2005-04-19 Thread balteo
Hello, Forgive my naiveness but I am trying to ascertain what the difference is between JbossCache and JavaGroups. Can anyone give me a clue? Thanks in advance, Julien View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874460#3874460 Reply to the post : http://w

[JBoss-user] [Installation & Configuration] - Loading order of ears and wars in JBoss 3.2.3 and JBoss 3.2.

2005-04-19 Thread gscott40
I want to specify the loading order (deployment order) of ear and war files in JBoss 3.2.3 and JBoss 3.2.5. I don't find any helpful hints at the Jboss.org site, JBoss documentation or general googling. In addition, I prefer not to change the class loader of JBoss. Any helpful hints will be a

[JBoss-user] [EJB/JBoss] - lots of BMP ejbLoad with CMT and commit option B

2005-04-19 Thread anthavio
Hello, i've just profiled our application and I spotted that after switching from JBoss 3.2.6 default commit option A for BMP to commit option B, ejbLoad is invoked before every method invocation on BMP entity bean. All methods invocations are made from one method of Stateless Session Bean with

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Max Message limit

2005-04-19 Thread wikey
Hi schrouf, Thnx for reply. can JBOSS handling something web logic http://e-docs.bea.com/wls/docs81/ConsoleHelp/domain_jmsconnectionfactory_config_flowcontrol.html BTW, anyone has a better idea to control this, pls post here. View the original post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Persistence & CMP/JBoss] - Re: Migrating to JBoss from Weblogic

2005-04-19 Thread rafcio
"Xjava2001" wrote : 3) How do I specify | TRANSACTION_READ_COMMITTED in jboss? is this Default value? IN DataSource configuration file. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874456#3874456 Reply to the post : http://www.jboss.org/index.html?mod

[JBoss-user] [EJB/JBoss] - CMP - Local EJBs are making distinct calls to the database w

2005-04-19 Thread scswarga
I am using JBoss 3.2.5 (xdoclet based) with MySQL 4.1 I have been load testing my application and have found that separate database calls are being made to retrieve the persistent field values. The ejb finders are making a single call to retrieve all the field values. Is there a way to make the lo

[JBoss-user] [Management, JMX/JBoss] - Re: Service Binding Manager and Log4jService

2005-04-19 Thread anguyen
Dimitris, you're a genius! Changing the order worked, but as I expected, the XSLTFileDelegate didn't work. I'm gonna try my hand at implementing XSLTURLDelegate. Should be very similar to the file delegate. It's unfortunate that the binding delegates aren't setup well to be extended. They p

[JBoss-user] [JBossWS] - Re: migrating to 4.0.1sp1

2005-04-19 Thread sonic-dre
my jboss.xml code before was the old for JBoss 4.0.0 the exception is caught by this jboss.xml during deployment on Jboss 4.0.1sp1 . . . myPort /myPortURI BASIC thanks for every helpfull hint: dre View the original post : http://www.jboss.org/index.html?modu

[JBoss-user] [Installation & Configuration] - JDBCAppender sample

2005-04-19 Thread VV
Can anyone please give a sample JDBCAPPender that can be used for writing to log4j.xml View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874452#3874452 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874452 -

[JBoss-user] [JBossWS] - migrating to 4.0.1sp1

2005-04-19 Thread sonic-dre
Hi there I mirgrate my JBossWS EJBs from 4.0.0 to 4.0.1sp1. I changed the Tag in the jboss.xml descriptor to , during the deployment IÂve got this Exception: | 14:03:55,765 ERROR [URLDeploymentScanner] Incomplete Deployment listing: | Incompletely deployed packages: | [EMAIL PROTECTED]

[JBoss-user] [JBossWS] - Classloading and WS

2005-04-19 Thread jofi
I have an application deployed inVM through a simple JMX wrapper. The application itself deploys its own modules from a repository independent of jboss, lets say: c:\myapp\deploy. To get this working i add the urls to the modules in myapp\deploy to the mbeans RepositoryClassLoader, and set that

[JBoss-user] [Persistence & CMP/JBoss] - How to insert an Order Detail ??????

2005-04-19 Thread warx_sg
Hi, i have a classic scenario : and Order with a lot of details. I created them with JBuilder and i defined a relashionship between them : one order has more details. I have noticd that the Order entity has inside a collection of details. Well, when i have to insert or update and order i pass to

[JBoss-user] [JNDI/Naming/Network] - Re: java.rmi.connectException

2005-04-19 Thread darranl
Is the remote server running Linux? Have you specified the IP address in /etc/hosts? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874447#3874447 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874447 -

[JBoss-user] [JNDI/Naming/Network] - java.rmi.connectException

2005-04-19 Thread pavana
hi, I am trying to connect to a remote system on which Jboss server is running. when i run the client program to connect to remote server i am gettting the following error Exception in thread "main" javax.naming.CommunicationException [Root exception is java.rmi.ConnectException: Connection r

[JBoss-user] [Beginners Corner] - Error with The Duke's Bank application

2005-04-19 Thread cserra
I get several errors when tring to compile de Duke's Bank Application. The problem is that the compiler canÂt find classes inside the package javax.servlet.jsp.tagext. I discovered that the file that contains this package is jsp-api.jar in the directory \server\all\deploy\jbossweb-tomcat50.sar

[JBoss-user] [Security & JAAS/JBoss] - Re: Access MySQL as user root

2005-04-19 Thread darranl
This may help you: - http://www.jboss.org/wiki/Wiki.jsp?page=EncryptingDataSourcePasswords View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=387#387 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=387 -

[JBoss-user] [Security & JAAS/JBoss] - Re: j_security_check

2005-04-19 Thread ricardoarguello
"jaejong" wrote : When I call IsUserInRole("admin"), it returns true on 3.2.6 but false on 4.0.0. | Are there deferences between two versions? That's a known 4.0.0 bug, please try 4.0.1 or 4.0.1SP1, the latest release. Ricardo Arguello View the original post : http://www.jboss.org/index.htm

[JBoss-user] [Persistence & CMP/JBoss] - Re: Unable to passivate due to ctx lock

2005-04-19 Thread cbradbury
Actually I managed to reproduce the problem even after removing the relationship (i.e. only setting fields that were not part of the relationship), so this is not the reason at all. Please ignore my last post. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=387

[JBoss-user] [Security & JAAS/JBoss] - Access MySQL as user root

2005-04-19 Thread plutus
Hi, I write an MBean DatabaseStatus that I'd like to manage with my JMX client. I wrote the following method: public List showSlaveStatus(String rootPassword) throws BusinessException; and I would like to make a mysql-connection to my DB as user root. What are the steps I have to follow? I sup

[JBoss-user] [JBoss Getting Started Documentation] - Re: Could not find jboss-build.properties under j2ee tutoria

2005-04-19 Thread [EMAIL PROTECTED]
Yes, please try and use the correct version. If you do, everything will work. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874439#3874439 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874439 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Newbie: can't resolve javax.jms

2005-04-19 Thread imm102
Hi, Im trying to get my first MDB and test client up and running. Im adding these external jars to the build path (im following the jboss guide) concurrent.jar, jbossmq-client.jar, jboss-common-client.jar, jboss-system-client.jar, jnp-client.jar and log4j.jar. But I can't resolve the javax.jms

[JBoss-user] [Messaging, JMS & JBossMQ] - NullPointerException while using Singleton MDB as Consumer

2005-04-19 Thread kvrans
I am using a Singleton MDB as the consumer for a queue. It works fine when there are limited no. of messages. But when the no. of messages > 100 there is a NullPointer Exception thrown and rest of the messages are not consumed. Also this problem occured in jboss-4.0.1sp1 only. It works perfectl

[JBoss-user] [Persistence & CMP/JBoss] - Re: Unable to passivate due to ctx lock

2005-04-19 Thread cbradbury
I've reviewed our code and the problem is occuring because we are defining the properties of an Entity as a one-to-many relationship between the Entity CMP bean and EntityProperty CMP beans: | | | Order-OrderProperty | | property-associated-with-order

[JBoss-user] [Beginners Corner] - Virual Host

2005-04-19 Thread thiruchenthil
Hi Folks! I need a help in definign virtual host in Jboss 4. The server should respond with a page if it is callled like "vhost.server.com" and "server.com". for that i have changed server.xml of jbosswebtomcat.sar. In that i have changed the attribute and Document base. When i try to do so

[JBoss-user] [Security & JAAS/JBoss] - Re: j_security_check

2005-04-19 Thread jaejong
response.sendRedirect("CONTEXT_ROOT/j_security_check") will not work on jboss-4.0.0 with tomcat-5.0.28 but jboss-3.2.6 with tomcat-5.0.28 work well. I can see 'GenericPrincipal[admin(admin,user)] in both versions. When I call IsUserInRole("admin"), it returns true on 3.2.6 but false on 4.0.0. Ar

[JBoss-user] [Beginners Corner] - Where can I find jbossj2ee-src.zip?

2005-04-19 Thread thoern
It's necessary to build Dukes Bank application. Thanks, thoern View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874430#3874430 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874430

[JBoss-user] [JBoss Getting Started Documentation] - Re: Could not find jboss-build.properties under j2ee tutoria

2005-04-19 Thread cehjohnson
anonymous wrote : Perhaps we've got the wrong archive(s) Indeed it looks as though we have! For JBoss 4 you need to use this: PDF + code View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874429#3874429 Reply to the post : http://www.jboss.org/index.html?module

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Max Message limit

2005-04-19 Thread schrouf
There is only an absolut maximum message count, but no messages per second limitation. If you encounter OutOfMemory-Exceptions may be you should reconfigure your JVM memory setting and tune the JMS MessageCache settings ! View the original post : http://www.jboss.org/index.html?module=bb&op=vi

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS Max Message limit

2005-04-19 Thread wikey
Hi, Does anyone know how to set the limit of JMS message queue receiving per second? Say 100 messages per second. This is to avoid too much processing from JBOSS that will lead a out of memory issue. TQ. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=387442

[JBoss-user] [JBossCache] - Re: Cache deadlock problem when using TreeCache as 2LC for h

2005-04-19 Thread milx
Hello Just wondering; does this mean that I have to disable the cache for my project? I have (as everyone) concurrent access (admin and batch updates, combinded with customer read access) and had used a transactional cache for common entities. I keep getting timeouts upon concurrent access to th

[JBoss-user] [JBoss Getting Started Documentation] - Re: Could not find jboss-build.properties under j2ee tutoria

2005-04-19 Thread cehjohnson
The whole thing looks like a mess. Perhaps we've got the wrong archive(s) but that's just one of the problems i've found too. This is part of what i was intending to post somewhere: (Quoting from http://docs.jboss.org/jbossas/getting_started/startguide40/dukesbank.html#d0e1044) Before we can b

[JBoss-user] [Installation & Configuration] - Re: Application properties outside the ear package in 4.0

2005-04-19 Thread mikesg
Thanks for the quick reply, Dimitris, I implemented a simple filter that uses DeploymentFilter as default filter and excludes .properties itself (code is after the message), and I got rid of the 'Failed to add deployable jar' message. However the bundle still is not on the classpath because I ge

[JBoss-user] [Nukes User] - how to open new window to display a stream?

2005-04-19 Thread greg_gl
I'm using nukes and JasperReports. I have a nukes module that create a jasper reports. I do not want save the report on the server. So i just have a stream (a byte array) and i want to display this in a new window. How can I o that? It is possible to do that? | public class Report extends Mo

[JBoss-user] [Installation & Configuration] - Re: modify memory quota of jvm

2005-04-19 Thread darranl
That is right if you using the run.bat batch script to start JBoss. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874418#3874418 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874418 -

[JBoss-user] [Installation & Configuration] - Re: Application properties outside the ear package in 4.0

2005-04-19 Thread [EMAIL PROTECTED]
Isn't this because the URLDeploymentScanner recurses into the 'hallo' subdir, then attempts to deploy 'hallo.properties' file using the JARDeployer? I guess the solution is to configure the Scanner to ignore the .properties extension (i.e. add .properites to the suffixes list below): |

[JBoss-user] [Installation & Configuration] - Re: modify memory quota of jvm

2005-04-19 Thread zhebincong
thanks for your answer i have found following two lines in the "run.bat" file: rem Sun JVM memory allocation pool parameters. Modify as appropriate. set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m is that right??? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3

  1   2   >