[JBoss-user] [Messaging, JMS & JBossMQ] - Help! Log4j properties in .war???

2005-04-08 Thread mortsahl
Help! I've written a custom Log4J appender. My appender code is in my log file. Since Jboss 4.01 reads the log4j.xml file before my war is deployed it can't find my appender class. How do I get the system to read my log4j.properties file instead? View the original post : http://www.jboss.

[JBoss-user] [Security & JAAS/JBoss] - JMS + Security

2005-04-08 Thread elkner
I've setup an application, which uses JMS Topics to inform stand-alone clients about certain state change. So the client subscribe to the well known topic and receive messages. Now I want to secure the topic, so that authenticated clients are able to subscribe to the topics, only. I've an appli

[JBoss-user] [Security & JAAS/JBoss] - Re: How to config JBoss to support https

2005-04-08 Thread jiwils
"liqundu" wrote : Hi, I am new to JBoss, and would like someone to help me to figure out how to configurate JBoss so it can support https. http://docs.jboss.org/jbossas/jboss4guide/r2/html/ch9.chapt.html#d0e22416 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [JBossCache] - Re: Use of Fetch Flags for Cache Loaders

2005-04-08 Thread jiwils
"jiwils" wrote : Oops! I meant to ask about the CacheLoaderFetchTransientState attribute not the CacheLoaderFetchPersistentState attribute. I must have copy/pasted the wrong thing. When using CacheLoaderFetchTransientState set to true, the cache loader never has anything added to it when join

[JBoss-user] [JCA/JBoss] - Re: Using JBoss jms-ra.rar in another application server

2005-04-08 Thread disrael
I'm having problems with multiple class loaders: Properties environment = new Properties(); | environment.put("java.naming.factory.initial", "org.jnp.interfaces.NamingContextFactory"); | environment.put("java.naming.provider.url", jnpUrl); | environment.put("java.naming.factory.url.pkgs",

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Concurrency with Oracle AQ

2005-04-08 Thread Andrew_WOT
Is there actually a way to accomplish that concurrency directly on AQ queue besides using message bridge by copying AQ messages to Jboss MQ queue for actual *concurrent* processing? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873304#3873304 Reply

[JBoss-user] [JBossWS] - Re: Web services in clustered environment

2005-04-08 Thread [EMAIL PROTECTED]
md5george, Thanks for assisting others in the forums, we appreciate your help! -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873303#3873303 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873303

[JBoss-user] [JBossWS] - Re: Does anybody know...

2005-04-08 Thread [EMAIL PROTECTED]
When you modify the message it still has to be legitimate xml, so you really cant just gzip the entire xml section. The exception to this is attachments, those can be binary because the xml is sent in a multipart/related bundle. You are free to compress the data, then base64 it and put it in the

[JBoss-user] [Clustering/JBoss] - Re: mod_jk2 with Apache 2 and JBoss 4

2005-04-08 Thread abitha
We have mod jk 1.2 with JBoss 3.2.6. I have a question for those of you who have implemented this. Even though two nodes are in the cluster, and they are loadbalanced via mod jk, I am finding that the requests always go to the first node on the list. Is there anyway to make them alternate, or b

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Automatic topic/queue creation

2005-04-08 Thread apinto
We were trying to replicate the original problem in a test environment, but no "dummy" queue is created! Originally, we thought that the replacement queue was being created because of the connection loss, but removing the network cable from the machine where the MDB and the JMS proxy is running,

[JBoss-user] [Installation & Configuration] - JRockit 5.0 not compatible with JBoss 4.0.1sp1?

2005-04-08 Thread SolW
When running JBoss 4.0.1sp1 using JRockit 5.0 on Windows XP, the following error appears. Running with Sun JDK 1.5.0 is fine. Has anybody used JRockit 5.0 successfully? 14:53:12,023 WARN [XMLLoginConfigImpl] End loadConfig, failed to load config: file:/C:/cvs_views/jboss-4.0.1sp1/server/defaul

[JBoss-user] [Security & JAAS/JBoss] - Re: Flex + JBoss

2005-04-08 Thread jwisetech
Yes, what I was missing, until you provided me some clues, was the exchange between the client and the container. I got all hung up with the LoginModule instead of just letting the container handle how that was defined within the login-config.xml for JBoss. Thanks for your pointers and patience

[JBoss-user] [JBossCache] - Error adding a cached object as an HttpSession attribute

2005-04-08 Thread monocongo
I have some code in which I first fetch a cached HashMap from a TreeCacheAop using getObject(). I then wrap the HashMap as an object of another class which provides getters and setters to access the HashMap values. Next I add the object to an HttpSession as an attribute. The wrapper object's

[JBoss-user] [Security & JAAS/JBoss] - Re: Flex + JBoss

2005-04-08 Thread fanchlelay
did you check EmployeeAccess.java in his classes? Does that look like what you're looking for? | package examples; | | import flashgateway.Gateway; | | import javax.servlet.http.HttpServletRequest; | import java.security.Principal; | | /** | * Object that only users in role

[JBoss-user] [EJB/JBoss] - Is 4.01 or 4.02 j2ee 1.4 certified?

2005-04-08 Thread wei_jiang
Hi, jboss 4.0.0 is j2ee 1.4 certified. When I installed jboss 4.00, I can see there is a directory "server\standard" which is for certified configuration. I find j2ee 1.4 related services. Good. When I installed 4.01 or 4.02, I do not see the directory "standard" and can not find some service

[JBoss-user] [EJB/JBoss] - context.listBindings("") bug?

2005-04-08 Thread wei_jiang
Hi, I want list all jndi names. When context.listBindings("") is called from a stand-alone client, if an ejb class is not on CLASSPATH, there will be an exception, the methord does not return anything. I see there are two problems: 1. listBinding("") shoud list jndi names only, should not try t

[JBoss-user] [Messaging, JMS & JBossMQ] - MDB retrieves duplicate messages

2005-04-08 Thread clw7
I am wondering if this is a known problem, I had a MDB listening on a MQ series queue. The queue was writtern some messages periodically by other application that runs MQ series. It was running okay. Recently I had another queue setup which accepted messages from another application. When I

[JBoss-user] [EJB/JBoss] - setRollbackOnly not rolling back

2005-04-08 Thread mjgreene550
I'm using JBoss 4.0.1 with MySQL 4.1.8. I also checked to make sure all my tables were InnoDB. For some reason or another, the following code does not rollback changes made to the myEJB entity bean: | /** | * @ejb.interface-method view-type = "both" | * @ejb.transaction type = "Require

[JBoss-user] [Security & JAAS/JBoss] - Re: Flex + JBoss

2005-04-08 Thread jwisetech
Something else...I have reviewed Brian's tutorial but I am missing something in the translation ( at this point, I feel like I am issing more than just that too...like a frontal lobe :))..anyway, what I see is that he sets the dataService.setUsernamePassword()...after that, regardless of the Log

[JBoss-user] [Security & JAAS/JBoss] - Re: Flex + JBoss

2005-04-08 Thread fanchlelay
In Brian Deitte's tutorial there's a logon popup window in Flex, are you using the same samples or is it something else you're doing? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873284#3873284 Reply to the post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [Security & JAAS/JBoss] - Re: Flex + JBoss

2005-04-08 Thread jwisetech
Thanks on the doc links...I've read those many, many times...what I am not getting where do i pass the username/password to the Login Modules...or is it as simple as using flex's setUsernamePassword() method...and let the container handle it? Thanks for the blog url too. View the original post

[JBoss-user] [Security & JAAS/JBoss] - Re: Flex + JBoss

2005-04-08 Thread fanchlelay
Well I guess using the LDAP can be done as explainedhttp://docs.jboss.org/jbossas/jboss4guide/r2/html/ch8.chapter.html#d0e19198. I finished writing my tutorial to do MySQL auth http://www.mfworx.com/index.php?blogid=1&archive=2005-04 View the original post : http://www.jboss.org/index.html?m

[JBoss-user] [Installation & Configuration] - Re: How do i set the depends for a mbean in user-service.xml

2005-04-08 Thread [EMAIL PROTECTED]
Hi, I finally got it working. If i set the service to DataSourceBinding then it works. Thanks jboss.jca:service=DataSourceBinding,name=xactly-dataSource-oraclePool View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873280#3873280 Reply to the post : http://www

[JBoss-user] [Installation & Configuration] - Re: How do i set the depends for a mbean in user-service.xml

2005-04-08 Thread [EMAIL PROTECTED]
Hi, The startup service is invoked before the binding of the datasource and hence my application cannot resolve the datasource. My problem is that my startupclass need to initialize and needs to reference the datasource. In 3.2.4 the user services [user-service.xml] is called after all other se

[JBoss-user] [Clustering/JBoss] - Re: Local EJB in Clustered environment

2005-04-08 Thread sbudewig
Exception issue is resolved. The AIX JVM was upgraded from 1.4.0 to 1.4.2. Node B no longer throws that weird exception. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873277#3873277 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[JBoss-user] [Installation & Configuration] - Re: How do i set the depends for a mbean in user-service.xml

2005-04-08 Thread anguyen
Or rather: | jboss.jca:service=LocalTxCM,name=xactly-dataSource-oraclePool | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873275#3873275 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873275

[JBoss-user] [Installation & Configuration] - Re: How do i set the depends for a mbean in user-service.xml

2005-04-08 Thread anguyen
Try this: | jboss.jca:service=LocalTxCM,name=xactly-dataSource-oraclePool | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873274#3873274 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873274 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Is JBoss 4.0.1sp1 using JMS 1.1?

2005-04-08 Thread cjudd
Woops. I did not notice the path was to my JBoss 3.2.3 installation. Thanks for the wake up call. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873273#3873273 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873273 --

[JBoss-user] [Installation & Configuration] - How do i set the depends for a mbean in user-service.xml

2005-04-08 Thread [EMAIL PROTECTED]
I have a startup class which is defined in the user-service.xml. I also have a oracle-ds.xml which defines a datasource. My startup class depend on the datasource defined in the oracle-ds.xml. When the server starts up and is trying to invoke the user-service.xml it throws an error saying the d

[JBoss-user] [Security & JAAS/JBoss] - Re: Flex + JBoss

2005-04-08 Thread jwisetech
I'm attempting to do this exact same thing, but am new to JBoss. I'm attempting to use the LdapLoginModule via a custom login form but am really struggling with how to interact with the LdapLoginModule...I have all the descriptor entries that you have above, but again am struggling with the cod

[JBoss-user] [Clustering/JBoss] - Local EJB in Clustered environment

2005-04-08 Thread sbudewig
Hi, Are there any issues with using local CMP EB in JBoss 4.0.2RC1? I have a two-node cluster application that uses many local CMP EB [with configuration: run.sh -c all]. If node A is the only node up, my JUnit test passes. If node B is up at all [or the only node], the JUnit test fails (

[JBoss-user] [Security & JAAS/JBoss] - How to config JBoss to support https

2005-04-08 Thread liqundu
Hi, I am new to JBoss, and would like someone to help me to figure out how to configurate JBoss so it can support https. Thanks! -Liqun View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873268#3873268 Reply to the post : http://www.jboss.org/index.html?module=

[JBoss-user] [Installation & Configuration] - Re: CVS for jboss-head is broken.

2005-04-08 Thread [EMAIL PROTECTED]
http://sourceforge.net/tracker/?func=add&group_id=1&atid=21 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873266#3873266 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873266 -

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Is JBoss 4.0.1sp1 using JMS 1.1?

2005-04-08 Thread [EMAIL PROTECTED]
Don't pass go, don't collect $200 | [EMAIL PROTECTED] temp]$ cd jboss-4.0.1sp1/client/ | [EMAIL PROTECTED] client]$ javap -classpath jboss-j2ee.jar javax.jms.ConnectionFactory | Compiled from "ConnectionFactory.java" | interface javax.jms.ConnectionFactory{ | public abstract ja

[JBoss-user] [Installation & Configuration] - Re: CVS for jboss-head is broken.

2005-04-08 Thread rimmeraj
Great. Now can we get it fixed? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873264#3873264 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873264 --- SF email is s

[JBoss-user] [Messaging, JMS & JBossMQ] - Is JBoss 4.0.1sp1 using JMS 1.1?

2005-04-08 Thread cjudd
I thought JBoss 4.0.1sp1 implemented the J2EE 1.4 spec. According to the J2EE 1.4 spec, JMS 1.1 is required. But when I look at the classes in the jbossall-client.jar and the jboss-j2ee.jar files, I don't see JMS 1.1 methods on the classes. For example, the ConnectionFactory interfaces does not

[JBoss-user] [Installation & Configuration] - Re: CVS for jboss-head is broken.

2005-04-08 Thread mentiro
I received the same message yesterday. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873262#3873262 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873262 --- SF ema

[JBoss-user] [Performance Tuning] - JBoss occaisionally

2005-04-08 Thread vikas.malla
On my server (Win2003) JBoss will occaisionally stop servicing requests for one particular application context (though I can still get to other JBoss pages in other contexts). HTTP connections go into "ESTABLISHED" state, but no response is given from the server. Going to the JBoss console an

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

2005-04-08 Thread asdasdasd
How did you fix it? I'm having the same problem View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873260#3873260 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873260 --

[JBoss-user] [Installation & Configuration] - Re: NameNotFound Exception when refering to DataSource in JB

2005-04-08 Thread [EMAIL PROTECTED]
Hi, I am using a user-service.xml as a startup class. The datasource is specified in oracle-ds.xml and both the files are in the deploy directory. How do i specify the depends in the user-service.xml | | | | | | | | | | | | | | | | |

[JBoss-user] [Performance Tuning] - Probelm with the default instance of JBoss 4

2005-04-08 Thread sanjuthomas
Hi all, I have a typical problem with the JBoss 4 default instance. My application is running perfect in the JBoss 4 standard instance. But when I run the application in the J2EE certified instance my application is misbehaving. The piece of code that is not working in the default instance. ( T

[JBoss-user] [EJB/JBoss] - Probelm with the default instance of JBoss 4

2005-04-08 Thread sanjuthomas
Hi all, I have a typical problem with the JBoss 4 default instance. My application is running perfect in the JBoss 4 standard instance. But when I run the application in the J2EE certified instance my application is misbehaving. The piece of code that is not working in the default instance. ( T

[JBoss-user] [Installation & Configuration] - Problem with JBoss 4 Default instance

2005-04-08 Thread sanjuthomas
Hi all, I have a typical problem with the JBoss 4 default instance. My application is running perfect in the JBoss 4 standard instance. But when I run the application in the J2EE certified instance my application is misbehaving. The piece of code that is not working in the default instance. ( T

[JBoss-user] [JCA/JBoss] - Re: JBOSS 4.0 does not load all classes in thje RAR file

2005-04-08 Thread copperman
Another interesting twist is that UnifiedClassLoader3 some times finds the class but give UnsupportedEncodingException and sometimes it is not class def found error. When you look into the classes loaded by this class, some times it has more number of classes loaded and sometimes less within the

[JBoss-user] [Security & JAAS/JBoss] - LDAP Newbie - LdapLoginModule

2005-04-08 Thread jwisetech
I know, I know...I should just be able to read the docs to find this out...but...can someone explain to me how this all works? My login-config.xml is setup as follows: com.sun.jndi.ldap.LdapCtxFactory ldap://localhost:3

[JBoss-user] [Installation & Configuration] - CVS for jboss-head is broken.

2005-04-08 Thread rimmeraj
I am trying to cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/jboss co -d jboss jboss-head I get the following cvs [checkout aborted]: cannot make directory CVS in admin-console/src/main/org/jboss/admin/console/web: No space left on device This is a server side message not a client one. (There is

[JBoss-user] [J2EE Design Patterns] - Best pattern to vend and update data from as webserivce usin

2005-04-08 Thread czednick
All, First thanks for reading this post! I have a webservice that vends very complex types; complex types that have arrays of other complex types etc... , _which works_ like a charm. The problem I'm having is doing said process in a elegant manor. I'm using CMP for persistence, howev

[JBoss-user] [JCA/JBoss] - JBOSS 4.0 does not load all classes in thje RAR file

2005-04-08 Thread copperman
we have an jca adptor to connect to tuxedo. The .rar is deployed correctly and i can get the EIS connection . But when i tried to create interaction from the connection, (CCI implemtation) i get a NoClassDefFoundError. The rar file has the jar that contains all the classes required. When I look

[JBoss-user] [EJB/JBoss] - Getting information about the server in an EJB

2005-04-08 Thread stefanfreyr
Hello. I'm wondering whether there's any easy way of getting information about the container from within an EJB. I tried calling the getEnvironment() method in SessionContext but all I got was this error: | 15:15:41,636 ERROR [LogInterceptor] EJBException in method: public abstract is.althi

[JBoss-user] [EJB/JBoss] - Re: Problems with JDOM + XPath in JBoss 4.0.1

2005-04-08 Thread smapjb
I have exactly the same problem.. I have tried to solve this by isolating my classloader using the jboss-app.xml file in my EAR but this kicked up all sorts of errors.. dot.com:loader=unique-archive-name Just curious to know whether you got any further with this? or found anothe

[JBoss-user] [Clustering/JBoss] - Re: Shared JNDI between cluster nodes

2005-04-08 Thread anguyen
Ok, so let me just make sure I understand what you're doing. Yo have a JSP that binds some object to JNDI by doing something like: | ... | InitialContext context = new InitialContext(); | context.rebind("myObject", myObject); | ... | Then, in your EJB, you are looking up this object, w

[JBoss-user] [Management, JMX/JBoss] - Re: addNotificationListener on Tomcat final start?

2005-04-08 Thread jivkoto
Yes, deadlock occurs. And I am looking for an elegant resolve for this problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873242#3873242 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873242 -

[JBoss-user] [EJB/JBoss] - Excellent answer!

2005-04-08 Thread spoonman464
Nice work, Vishal. I will give that a try. Just like everything else in J2EE, there's probably some downside to going this route. I'll check out the doc but do you know of anything 'bad' about using this technique? Spoon View the original post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [Security & JAAS/JBoss] - keystore password

2005-04-08 Thread omrikessel
Hi, Is it possible to hide the keystore password. since the keystore contains the trusted authority is it possible to other users to use the provided password to sign jars all over again? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873239#3873239

[JBoss-user] [EJB/JBoss] - I think there is a deployment descriptor for this problem

2005-04-08 Thread spoonman464
In the jboss.xml file there is a "loader-repository" element designed to permit two EARs with similar contents to be deployed without interference. The modules inside an application often contain compiled Java classes. EJB-JARs always have classes in them. Maintaining uniqueness among class na

[JBoss-user] [Installation & Configuration] - Re: how to use jboss-4.0.1sp1 in eclipse?

2005-04-08 Thread darranl
Please stop spamming the forums, you only need to ask your question once. If someone understands your problem they will send you a reply. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873236#3873236 Reply to the post : http://www.jboss.org/index.html?modul

[JBoss-user] [Security & JAAS/JBoss] - JAAS on Tomcat 5 & Jboss 4

2005-04-08 Thread Legga
Hi all, we integrate two formerly independent systems - web application on Tomcat 5 and application logic on JBoss 4 (adding web-interface to allready existing business logic). Each of these systems use JAAS to determine access to web pages and to EJB methods. Both systems are deployed in diffe

[JBoss-user] [JBoss.NET] - Re: Element return web service jboss4

2005-04-08 Thread tomerbd2
I have upgraded from jboss4.0.1sp1 to jboss4.0.2RC1 and the problem was fixed. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873232#3873232 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873232 --

[JBoss-user] [Installation & Configuration] - how to use jboss-4.0.1sp1 in eclipse?

2005-04-08 Thread zhangyubin
I downloaded the lomboz plugin and update eclipse ide with it,but i found that the lomboz can only support jboss 2.44,not jboss-4.0.1sp1,how to selove this problem?thank you View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873229#3873229 Reply to the post

[JBoss-user] [Beginners Corner] - how to use jboss-4.0.1sp1 in eclipse?

2005-04-08 Thread zhangyubin
I downloaded the lomboz plugin and update eclipse ide with it,but i found that the lomboz can only support jboss 2.44,not jboss-4.0.1sp1,how to selove this problem?thank you View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873228#3873228 Reply to the post

[JBoss-user] [The Lizzard's corner] - how to use jboss-4.0.1sp1 in eclipse?

2005-04-08 Thread zhangyubin
I downloaded the lomboz plugin and update eclipse ide with it,but i found that the lomboz can only support jboss 2.44,not jboss-4.0.1sp1,how to selove this problem?thank you View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873227#3873227 Reply to the post

[JBoss-user] [J2EE Design Patterns] - Re: how to use jboss-4.0.1sp1 in eclipse?

2005-04-08 Thread zhangyubin
i want to develop EJB with eclipse... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873226#3873226 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873226 --- SF emai

[JBoss-user] [J2EE Design Patterns] - Re: how to use jboss-4.0.1sp1 in eclipse?

2005-04-08 Thread zhangyubin
i know, we can write a file to solve the problem of jboss 4.0,but i don kown how to write the file,please help me,thank you View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873225#3873225 Reply to the post : http://www.jboss.org/index.html?module=bb&op=postin

[JBoss-user] [J2EE Design Patterns] - how to use jboss-4.0.1sp1 in eclipse?

2005-04-08 Thread zhangyubin
I downloaded the lomboz plugin and update eclipse ide with it,but i found that the lomboz can only support jboss 2.44,not jboss-4.0.1sp1,how to selove this problem?thank you View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873224#3873224 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: accessing different instances of a database

2005-04-08 Thread hmae
Thank you for your replies. I tried deploying two different EAR files with two different datasources. The two EAR file has one bean that have the same name. When I tried to deploy it on the same machine, it returned an error javax.management.InstanceAlreadyExistsException For my problem, since

[JBoss-user] [J2EE Design Patterns] - Re: send messages from Statefull to anoteher one.

2005-04-08 Thread jamesstrachan
I don't know why you need two stateful session beans. Most design problems resolve themselves to stateless session beans that invoke operations on (or send messages to) entity beans that represent the business data. You should be able to send messages to the consumer session bean B by producer

[JBoss-user] [JNDI/Naming/Network] - Re: client cannot reconnect after server restart

2005-04-08 Thread elmizmo
Ok found it ! I looks like I had to close the Initialcontext first. Works nicely now. cya Henk View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873220#3873220 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873220

[JBoss-user] [Performance Tuning] - Re: Which JVM to use

2005-04-08 Thread radl01
1.5 Sun JDK is very good in both systems (Linux and Windows) Jan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873218#3873218 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873218 ---

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

2005-04-08 Thread dalmo
Hi, i'm getting this error when one of my node go down, anyone knows why this occurs? after the error clears and he reconnects to the JMS everything continues ok, the session is ok and i continue with the aplication on but the node delay a lot for getting up... | 2005-04-08 09:16:41,734 WARN

[JBoss-user] [Beginners Corner] - could not compile jsp error

2005-04-08 Thread gemino
it seems to me like a beginners question but i never got this thing working even if i deploy to jboss already a few months. i always have to restart my jboss server to correctly deploy my war file. otherwise i always get this annoying "org.apache.jasper.JasperException: Unable to compile class f

[JBoss-user] [Installation & Configuration] - Re: No ManagedConnections available

2005-04-08 Thread schrouf
Upgrade to at least 3.2.6 as all previous JBoss versions have a connection leak bug within the ManagedConnectionPool code. Regrads Ulf View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873212#3873212 Reply to the post : http://www.jboss.org/index.html?module=b

[JBoss-user] [Persistence & CMP/JBoss] - No hibernate transaction are supported in MBeans

2005-04-08 Thread ramses
I use a Hibernate session in a MBean method in the following way: | InitialContext context = new InitialContext(); | SessionFactory factory = (SessionFactory) context.lookup(SESSION_FACTORY_JNDI_NAME); | session = factory.openSession(); | Transaction tx = session.beginTransaction(); |

[JBoss-user] [Beginners Corner] - Re: how to deploy my application

2005-04-08 Thread vashistvishal
This is not a JBoss specific problem and its more with yr assignment.. Please make sure u raise relevant problems in these forums concerning to JBoss. Anyway send yr e-mail via my blog and see if i can help you :-) http://vashistvishal.blogspot.com View the original post : http://www.jboss.org

[JBoss-user] [Beginners Corner] - Re: how to deploy my application

2005-04-08 Thread ritusharma07
i tried understanding that tutorial but its quite complex well my assignment is The application you are going to create is entering an employee into a database and getting a list of employees from database. The user will be required to enter an employee's name, age, and department Name and

[JBoss-user] [JNDI/Naming/Network] - client cannot reconnect after server restart

2005-04-08 Thread elmizmo
Hi, I have a jms client program that runs as a daemon. In order to survive a jboss restart, I used the ExceptionListener. All the jndi stuff is in a helper class, which is used by the client. When an exception is encoutered, the helper notifies the client and the client closes all connections

[JBoss-user] [Persistence & CMP/JBoss] - Re: Why does JBoss load each column separately?

2005-04-08 Thread ottoberg
I think that starting with JBoss 3.2.3 the CMP engine has undergone more or less drastic changes in order to accommodate more and more performance tuning switches. I have the _impression_ that as a side-effect JBoss does not honor some settings in standardjbosscmp-jdbc.xml anymore. We managed

[JBoss-user] [Performance Tuning] - Which JVM to use

2005-04-08 Thread sanjuthomas
Hi all, Which is the best JVM for JBoss 4.0.1 sp1 ( for better memory management and performance). We need to deploy a middle rangle application in Linux box. (1 GB of memory, 2 GHZ Processor). Thanx in advance. Sanju View the original post : http://www.jboss.org/index.html?module=bb&op=vie

[JBoss-user] [EJB/JBoss] - Client EJB under RMI+SSL

2005-04-08 Thread viguera79
Hello everybody, I have an EJB and I want to run under SSL. I configured Jboss to use SSL, but I don't know what changes I have to do in my client code. I supose that I have to say to client that the communication will be under SSL, but I don't know how. Can anybody help me? Thanks and regards

[JBoss-user] [Security & JAAS/JBoss] - Client EJB under RMI+SSL

2005-04-08 Thread viguera79
Hello everybody, I have an EJB and I want to run under SSL. I configured Jboss to use SSL, but I don't know what changes I have to do in my client code. I supose that I have to say to client that the communication will be under SSL, but I don't know how. Can anybody help me? Thanks and regards

[JBoss-user] [Persistence & CMP/JBoss] - Re: Problem with Postgresql boolen type with Jboss

2005-04-08 Thread petertje
You're probably using postgres 8.0, aren't you? The default PostgreSQL mapping in the standardjbosscmp-jdbc.xml does not apply for postgres 8.0 Change the following fragment in the type-mapping for PostgreSQL java.lang.Boolean CHAR BOOLEAN i

[JBoss-user] [EJB/JBoss] - Re: EJB deployment problems

2005-04-08 Thread vashistvishal
This is the classical classloading problem disccused in JBoss Admin Guide under section. 2.2.2.1. ClassCastExceptions - I'm Not Your Type It says and solution is provided. anonymous wrote : This type of error is common when redeploying an application to which other applications are holding refer

[JBoss-user] [Installation & Configuration] - Troubles reading package version info.

2005-04-08 Thread mcwillin
While porting an application from WebLogic server to 4.0.0, I've noticed a strange feature of the server's classloader. Well, it was hard to miss a NullPointerException raised deep inside an EJB method call ;) In brief, the problem is this: if jar file with my.test.package classes is stored

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

2005-04-08 Thread mikesg
I still cannot get to a solution for this. Can someone please guide me what parts of the documentation could contain information on this issue, or what keywords to search, it seems I am searching in the wrong direction. Thanks Mike View the original post : http://www.jboss.org/index.html?mod

[JBoss-user] [JBossCache] - Re: Transactional Replication with SimpleJTA

2005-04-08 Thread [EMAIL PROTECTED]
Can you try with 1.2.3 beta (CVS module "JBossCache") ? I live in Kreuzlingen... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873185#3873185 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873185

[JBoss-user] [Javassist user questions] - Use JavAssist to obtain class annotation-list

2005-04-08 Thread giladha
Hi All, I am currently working of a project which involves applying bytecode manipulation via Javassist to a set of annotation-marked methods. We do so by traversing & loading all relevant classes, going through all of its methods and use reflection to examine their annotation list, i.e.:

[JBoss-user] [Security & JAAS/JBoss] - Re: Flex + JBoss

2005-04-08 Thread fanchlelay
Problem fixed. In FLEX_HOME/resources/security/TomcatLogin you will find two jars to add capabilities to JBoss' embedded Tomcat server: - Put flex-tomcat-common.jar in JBOSS_HOME/server/default/lib - Put flex-tomcat-server.jar in JBOSS_HOME/server/default/deploy/jbossweb-tomcat50.sar - Add a va

[JBoss-user] [Persistence & CMP/JBoss] - Re: Entity Beans not portable between diffirent DB

2005-04-08 Thread tpaterson
Not a 100% solution -- but I'm pretty sure you can use some kind of variable names in your xdoclet tags, and then setup your ANT build file and xdoclet task to replace those as required, e.g. * @jboss.entity-command name="${entity-command-name}" * @jboss.entity-command-attribute name="sequence"

[JBoss-user] [JBossCache] - Re: Transactional Replication with SimpleJTA

2005-04-08 Thread larshuber
I'm working with version 1.2.1 By the way, where are you working at the moment? At NeuchÃtel, Zurich or somwhere else? I'm working at "University of Applied Sciences of Central Switzerland (Lucerne) - Institute for secure Softwaresystems". I saw that JBoss has an Headquarter-Office in NeuchÃtel.

[JBoss-user] [Installation & Configuration] - Re: NameNotFound Exception when refering to DataSource in JB

2005-04-08 Thread darranl
anonymous wrote : The code to lookup the DataSource is in a startup class and this works fine in JBoss3.2.4. At what point is the error occuring? Are you deploying the datasource first then deploying the service? Or are you deploying them both at the same time / restarting the server? When

[JBoss-user] [Installation & Configuration] - Re: is there a default administrator user in JBoss applicati

2005-04-08 Thread darranl
By default JBoss is not secured. Information on securing JBoss can be found at: - http://www.jboss.org/wiki/Wiki.jsp?page=SecureJBoss View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873178#3873178 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [EJB/JBoss] - Re: stateless seesion beans RemoveCount alwayes be zero,caus

2005-04-08 Thread darranl
Your bean instances are not causing a leak, they are being retained in a pool to service further requests. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873177#3873177 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=387

[JBoss-user] [JBossCache] - Re: Transactional Replication with SimpleJTA

2005-04-08 Thread [EMAIL PROTECTED]
what version of JBossCache ? Can you try with the latest from CVS head ? Version: java -jar jboss-cache.jar or java org.jboss.cache.Version View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873176#3873176 Reply to the post : http://www.jboss.org/index.html?modul

[JBoss-user] [Security & JAAS/JBoss] - Authentication Exception on JBoss Server Startup

2005-04-08 Thread g_cm77
I am getting the following exception while starting the JBoss Server. [SecurityInterceptor] Authentication exception, principal=null 12:26:09,000 ERROR [LogInterceptor] EJBException, causedBy: java.lang.SecurityException: Authentication exception, principal=null at org.jboss.ejb.plugins.S

[JBoss-user] [JBossCache] - Transactional Replication with SimpleJTA

2005-04-08 Thread larshuber
On committing the UserTransaction i'm receiving an error. I've got two Treecaches in the same cluster. That means: two vm's on the same machine.. I'm using the TransactionManager "simplejta-0.84". Without transaction the replication works correctly. Also in case of one Treecache and a JDBC Da

[JBoss-user] [JNDI/Naming/Network] - Re: Getting JNDI Context from remote machine per https

2005-04-08 Thread justkeys
http://jira.jboss.com/jira/browse/JBAS-1442 ... says it's fixed in JBossAS-4.0.2RC1 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873172#3873172 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873172 ---