[JBoss-user] [JCA/JBoss] - Re: Help with error from my log file

2004-11-18 Thread [EMAIL PROTECTED]
I agree, but: 1) I cannot reproduce it in my test environment. It only happens when the application is used by mutiple users and runs about a day (on the production machine, same db, versions etc...). (So if I did something wrong in the code, I would have this always, no?) 2) It sometimes happ

[JBoss-user] [Messaging, JMS & JBossMQ] - Original thread still exists

2004-11-18 Thread rhand
The original thread still exists: http://jboss.com/index.html?module=bb&op=viewtopic&t=39049 ... it doesn't look as if it's been deleted after all. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855694#3855694 Reply to the post : http://www.jboss.org/index.

[JBoss-user] [EJB/JBoss] - Re: InitialContext(JNDI) not found

2004-11-18 Thread adicko
You got it! Another VM (older) preceded. Thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855693#3855693 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855693 ---

[JBoss-user] [EJB/JBoss] - Re: Please Help ME:javax.naming.CommunicationException [Root

2004-11-18 Thread kalyan120
Do a : System.setSecurityManager(new RMISecurityManager()) in your client code. Also include a policy file with "all" permissions. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855692#3855692 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [JBoss Getting Started Documentation] - Re: Web services : Class not found com.jboss.ebank.ArrayOf_x

2004-11-18 Thread dstovall1
I had added the empty class to the src dir, recompiled, reassembled and redeployed multiple times and recieved multiple failures. I then tried shutting down and restarting the JBoss server. The shutdown and restart did the trick as there is no errors or warning message in the server log or t

[JBoss-user] [Persistence & CMP/JBoss] - Persistence problem in JBoss

2004-11-18 Thread ashishabrol
Hi All I have a very serious problem and would really appreciate if anyone can help me out with this. The problem is a very weird one. When i call the retrieveaddress() function below i get 2 different values for the CandidateId that i am printing before and after running the Ejb-Ql. I have

[JBoss-user] [JBoss.NET] - No such Operation Error

2004-11-18 Thread shubhu
I want to invoke a EJB as a web service. But it is giving me an error "No such operation : "authenticate". I wrote the web-services.xml for it as follows:- http://xml.apache.org/axis/wsdd/"; targetNamespace="http://net.jboss.org/service1"; xmlns:service1="http://net.jboss.org/se

[JBoss-user] [JCA/JBoss] - Connection creation at the startup

2004-11-18 Thread kalyan120
Hi, I'm accessing a relational database using JBoss JCA. In the *-ds.xml I have mentioned the min-pool-size to be 5. But I notice that these connections not are created until a query is executed for the first time (that requires a connection from this connection pool). I have a situation wher

[JBoss-user] [Persistence & CMP/JBoss] - Re: Transaction isolation on 3.2.x with CMT (not CMP) using

2004-11-18 Thread heapstor
Does anyone have any advice for me on my previous post? I guess I could have been imagining things, but I know there have been other posts about this problem. The posts I remember are older (stating that tx isolation levels could only be set at the data source level I believe). Right now we are

[JBoss-user] [Security & JAAS/JBoss] - DatabaseServerLoginModule - getUserPrincipal returns role...

2004-11-18 Thread luxmatic
As far as I can tell, I've met the requirements per the documentation for using this module. I can authenticate without issue, but when I call request.getUserPrincipal I am returned one of the roles associated with the user instead of the user name. I'm likely missing something very subtle her

[JBoss-user] [JCA/JBoss] - Re: JCAResource is not undeployed

2004-11-18 Thread [EMAIL PROTECTED]
Looks like a bug to me: http://cvs.sourceforge.net/viewcvs.py/jboss/jboss-management/src/main/org/jboss/management/j2ee/factory/JCAResourceFactory.java?rev=1.1.2.3&view=markup The destroy doesn't do anything. You can report it at www.sf.net/projects/jboss View the original post : http://www.jbos

[JBoss-user] [JCA/JBoss] - Re: Propertes get not set on ManagedConnectionFactory

2004-11-18 Thread [EMAIL PROTECTED]
Fixed for 3.2.7 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855680#3855680 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855680 --- This SF.Net email is sponsore

[JBoss-user] [JCA/JBoss] - Re: Help with error from my log file

2004-11-18 Thread [EMAIL PROTECTED]
Somebody has already marked for the transaction for rollback. You should be throwing exceptions all the way back to the transaction boundary, not catching exceptions and trying to continue. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855679#3855679 Reply t

[JBoss-user] [JCA/JBoss] - Re: network device communicate thru JCA 1.5

2004-11-18 Thread [EMAIL PROTECTED]
http://www.jboss.org/wiki/Wiki.jsp?page=JBossJCAMessageInflowExample View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855678#3855678 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855678

[JBoss-user] [Clustering/JBoss] - Re: java.net.NoRouteToHostException: No route to host

2004-11-18 Thread bela
Yes, if you run on the VPN route, then kill the VPN session while you are still connected. You could set the interface (NIC) to use explicitly by setting UDP(bind_addr="1.2.3.4") or -Dbind.address=1.2.3.4 Bela View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [Management, JMX/JBoss] - Database drivers can't be found by MBean

2004-11-18 Thread muhr
On JBoss 4.0.0 I have an MBean that I want to manually create and manage database connections through a custom pooling object (I know JBoss has facilities to handle this, but I need to be doing things this way). This MBean is meant to broker activity between ejbs and the database. I have creat

[JBoss-user] [Nukes User] - Re: Problem deploying nukes.ear

2004-11-18 Thread hayes_philip
yes, I needed to install JDK 1.4.2_05, I was using 1.3.1_12 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855675#3855675 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855675 ---

[JBoss-user] [Installation & Configuration] - Re: JBoss 4: bug in SecurityAssociationValve?

2004-11-18 Thread [EMAIL PROTECTED]
If you have a testcase that illustrates the problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855674#3855674 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855674

[JBoss-user] [The Lizzard's corner] - Re: I think I found a bug in jboss 3.2.5

2004-11-18 Thread [EMAIL PROTECTED]
Read about class loading in jboss: http://www.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases http://www.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855672#3855672 Reply to the post : http://ww

[JBoss-user] [Beginners Corner] - Re: Get instance of logging service.

2004-11-18 Thread [EMAIL PROTECTED]
The logging service just configures the logging subsystem which is log4j by default so you would simply use whatever factory method the configured logging subsystem provides. The logging service itself has no logging facilities. | import org.apache.log4j.Logger; | | | |Logg

[JBoss-user] [Security & JAAS/JBoss] - Re: 'Roles' in rolesQuery (login-config.xml)

2004-11-18 Thread [EMAIL PROTECTED]
Read chapter 8 of the online admin/devel guide. http://www.jboss.org/docs/index View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855670#3855670 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855670 -

[JBoss-user] [Installation & Configuration] - Re: JBoss 4: bug in SecurityAssociationValve?

2004-11-18 Thread [EMAIL PROTECTED]
Create a bug report on sourceforge with an example as the originally referenced stack trace is invalid. http://sourceforge.net/tracker/?group_id=22866&atid=376685 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855669#3855669 Reply to the post : http://www.j

[JBoss-user] [Beginners Corner] - How to view http header debug info?

2004-11-18 Thread dpasiuk
Hello, Friends, I need to view/log the http request information being sent when I am moving between pages in my application, specifically the header info. Is there a logging debug or http debug setting I can try? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=vi

[JBoss-user] [JBoss Getting Started Documentation] - Re: Web services : Class not found com.jboss.ebank.ArrayOf_x

2004-11-18 Thread nrichards
When I add src/com/jboss/ebank/ArrayOf_xsd_string.java, the message goes away. Is that what you have done? I've added this class, and it will be in the next release of the getting started guide. (probably this weekend) View the original post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Messaging, JMS & JBossMQ] - StateManage, Oracle and Ldap login module

2004-11-18 Thread mpaquin
I use Oracle persistence manager and a custom ldap login module. With this setup, the stateManager seems to do nothing. But if I try to remove it I got an exception 15:39:13,700 ERROR [DestinationManager] Starting failed jboss.mq:service=DestinationManager | javax.management.InstanceNotFoundEx

[JBoss-user] [Security & JAAS/JBoss] - Re: Filters not applied to form-login-page

2004-11-18 Thread coby
Thanks for the quick reply, however the issue for my webapp isn't that a Filter is not being applied to j_security_check, it's that the Filter is not being applied to the login-form-page (the page that does a POST to j_security_check). Regardless, it sounds like this is a tomcat issue, and not a

[JBoss-user] [Installation & Configuration] - Re: How to activate http-invoker.sar in Jboss4.0

2004-11-18 Thread WebSel
copy the all/deploy/jbossha-httpsession.sar to the default/deploy dir copy the all/lib/jbossha.jar to the default/lib dir now the class loader error is fixed. It still want's to cluster though.. anyone else a good cookbook for activating the http-invoker on the default jboss server is welcome :-)

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Dynamically starting and stoping MDB from consuming mess

2004-11-18 Thread ithamar
Where i can found the code to activate/deactivate a Message Driven Bean. I have been looking in wiky. But i have not found anything yet. Thanxs in advance View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855661#3855661 Reply to the post : http://www.jboss.org

[JBoss-user] [Beginners Corner] - Re: Error running JBoss 3.2.6 with '-c minimal'

2004-11-18 Thread [EMAIL PROTECTED]
There is a trival mod to get the minimal config to run. Copy the default/lib/jboss.jar to the minimal/lib/jboss-minimal.jar and minimal will startup fine. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855660#3855660 Reply to the post : http://www.jboss.org

[JBoss-user] [Security & JAAS/JBoss] - Re: Filters not applied to form-login-page

2004-11-18 Thread [EMAIL PROTECTED]
This is a feature of tomcat. Read this long discussion which concludes that anonymous wrote : | I received a clarification from Yutaka Yoshida (lead for the 2.4 spec) with this clarification: | | "In regards to this issue, servlet EG had a consensus that Filter must not be applied for

[JBoss-user] [Installation & Configuration] - Re: Preventing log file truncation on jboss restart

2004-11-18 Thread [EMAIL PROTECTED]
edit the conf/log4j.xml file and set the Append parameter to true: | http://jakarta.apache.org/log4j/"; debug="false"> | | | | | | | | | | | ... | View the original post : http://www.jboss.org/index.html?module=bb&op=viewto

[JBoss-user] [Nukes User] - Re: JBoss 4.0 and Nukes with MySQL

2004-11-18 Thread harta
Thanks, View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855657#3855657 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855657 --- This SF.Net email is sponsored by: In

[JBoss-user] [JBoss Getting Started Documentation] - Re: Web services : Class not found com.jboss.ebank.ArrayOf_x

2004-11-18 Thread dstovall1
I am having the same warning. I tried adding an empty file named ArrayOf_xsd_string.class with no avail. I then created a ArrayOf_xsd_string.java which even had a constructor. It compiles, and it is in my bankws-ejb.jar in the com\jboss\ebank package. The server log still contains the folll

[JBoss-user] [Nukes User] - Re: JBoss 4.0 and Nukes with MySQL

2004-11-18 Thread theute
i said 3.2.3 ;) (no it won't work with 3.2.5 or 3.2.6) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855654#3855654 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855654 -

[JBoss-user] [Installation & Configuration] - Preventing log file truncation on jboss restart

2004-11-18 Thread stand
I'm unable to find any help on this subject either from the jboss forums or in log4j documentation. I'm trying to prevent log files from getting truncating when I restart jboss. I have the default log4j configuration set up. I don't have to do it often, but on occasion I have to restart jboss.

[JBoss-user] [Beginners Corner] - NoInitialContextException & could not create deployment:

2004-11-18 Thread avinash4you
Hi Iam getting this error when running the client. Client jar file is deployed successfully. "11:09:39,350 INFO [STDOUT] javax.naming.NoInitialContextException: Cannot insta ntiate class: org.jnp.interfaces.NamingcontextFactory. Root exception is

[JBoss-user] [Nukes User] - Re: JBoss 4.0 and Nukes with MySQL

2004-11-18 Thread harta
Thanks. You said 3.2.3, what about 3.2.6 or 3.2.5? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855650#3855650 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855650 ---

[JBoss-user] [Nukes User] - Re: JBoss 4.0 and Nukes with MySQL

2004-11-18 Thread theute
Nukes 1 works with Jboss AS 3.2.3 JBoss Portal (aka Nukes 2) works with JBoss AS 4.0.0 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855647#3855647 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855647 -

[JBoss-user] [Nukes User] - Re: Problem adding html content with swedish characters

2004-11-18 Thread theute
I am pretty this has been solved in the CVS, i just can't find which file was involved right now. Messages related to your problem has been posted on this forum (I can't find them though) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855646#3855646 Reply t

[JBoss-user] [Persistence & CMP/JBoss] - Re: TransactionRolledbackLocalException while creating bean

2004-11-18 Thread redBeard15
I tried wrapping the 'addchild()' method with a 'RequiresNew' transaction attribute -- no avail. Here's what I did to resolve this issue: 1) I created a 'UNIQUE INDEX (entityId, parentKey)' in the (child) entity bean. This will prohibit bad data being slammed into the table underneath the

[JBoss-user] [Nukes User] - JBoss 4.0 and Nukes with MySQL

2004-11-18 Thread harta
Does Nukes for MySQL work with JBoss 4.0? If so, I've had many issues installing it. I've overcome all of the dbms issues thus far, but now I'm getting the following exception: could not create deployment: file:/usr/local/jboss/jboss-4.0.0/server/all/deploy/nukes.ear org.jboss.deployment.Deplo

[JBoss-user] [JCA/JBoss] - Re: network device communicate thru JCA 1.5

2004-11-18 Thread [EMAIL PROTECTED]
There has to be a client of a JCA layer you would write. If you can model your scenario to something similar to JMS, then JCA should not be in the picture. Instead, you could create an invoker to deliver the events to an MDB, MBean or the like. View the original post : http://www.jboss.org/ind

[JBoss-user] [Security & JAAS/JBoss] - Filters not applied to form-login-page

2004-11-18 Thread coby
Hi, I am porting a wepapp from Weblogic to JBoss that needs all requests to pass through a Filter (for various reasons). The webapp uses FORM based authentication. So, when an un-authenticated user requests a secured page, they are forwarded to the form-login-page. However the request to the

[JBoss-user] [JBoss.NET] - JBoss-net.sar changed in 3.2.6 Final

2004-11-18 Thread efrinmn
Hello, I noticed that JBoss-net.sar is different in JBoss 3.2.6 final (axis.jar has been replaced with axis-ws4ee.jar). I was able to get my RPC-style webservice (.ear) to work correctly, however I am having difficulties with my Message-style/Java Web Service webservice (.wsr). I think I need

[JBoss-user] [JBoss Getting Started Documentation] - Re: startDatabaseManager failing

2004-11-18 Thread Elam
Tech, I'm having the exact same problem. Same setup except for a different JDK. Have you found a solution yet? I'm still looking. Elam View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855636#3855636 Reply to the post : http://www.jboss.org/index.html?module

[JBoss-user] [Installation & Configuration] - How to activate http-invoker.sar in Jboss4.0

2004-11-18 Thread WebSel
Hi, I'm running Jboss 4.0 and I want to use the http-invoker for jndi & jms. In the old Jboss 3.x it was already running. I've found the http-invoker.sar in the All server and copied it into the default/deploy directory but now it fails complaining: No ClassLoader found for org.jboss.invocation.h

[JBoss-user] [Installation & Configuration] - Re: deploying axis 1.2 client to jboss 3.2.3

2004-11-18 Thread acervi_01
that seems to work ok so far. now i get a different error but unrelated to axis i believe. thanks for your help!!! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855634#3855634 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=r

[JBoss-user] [Persistence & CMP/JBoss] - Re: Locking behaviour unclear

2004-11-18 Thread PhilC
In the situation where 2 transactions set a unidirectional relationship on the same object, the second transaction will lock-up until it timeout. maybe this is the normal CMP behaviour, but it seems like this operation should be possible. The case I'm working on has 2 Tx happen that execute on

[JBoss-user] [Management, JMX/JBoss] - Re: ClassLoader can not find a MBean class that sits in the

2004-11-18 Thread vitaly1
Thanks a lot! The above MX4J stuff got in by accident, but the bigger issue was that I left a older sar under /lib so, I kept trying and trying not realizing that JBoss was actually running my older code! I appreciate your help Thanks, -Vitaly View the original post : http://www.jboss.org/in

[JBoss-user] [Security & JAAS/JBoss] - Re: Automatic login timeout/expiration?

2004-11-18 Thread Darknight
I gave up on modifying the loginmodule, I circumvented the problem this way: the client will perform a mandatory post-create initialization which will perform all additional required checks. It seemed cleaner to me to perform every check in one place but it turned out far too difficult and clums

[JBoss-user] [Clustering/JBoss] - Re: java.net.NoRouteToHostException: No route to host

2004-11-18 Thread aayyala
thank you bela. loopback attribute is set to true. But, the machine is connected to vpn sometimes. Could this cause the problem? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855628#3855628 Reply to the post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [Security & JAAS/JBoss] - Re: User: Null is NOT authenticated

2004-11-18 Thread millerm1
I am getting this same problem. I am using Postgres instead of Oracle. We are upgrading from JBoss 3.2.3 to 4.0.0, and everything worked fine in 3.2.3, but now I get this exception when creating a topic connection. Did you or anyone else figure out what your problem was? Thanks in advance, M

[JBoss-user] [Persistence & CMP/JBoss] - Re: More than one datasource possible?

2004-11-18 Thread heapstor
We are using JBoss 3.2.x, and are currently connecting to two different databases in our EJB project. I believe that at JBoss 3.2.x only requires that the file containing your data sources be names as *-ds.xml. This file needs to be accessible from whereever your JBoss server scans for deploymen

[JBoss-user] [Persistence & CMP/JBoss] - Re: hibernate + JTA error

2004-11-18 Thread bernardpatteeuw
Did you happen to find the solution to this problem ? ... I 'm having it too. Working with Oracle 9.2... and jboss 3.2.5. A stacktracke like this: net.sf.hibernate.TransactionException: could not register synchronization with JTA TransactionManager at net.sf.hibernate.impl.SessionImpl.c

[JBoss-user] [Javassist user questions] - Move constructor to a method?

2004-11-18 Thread Squeak
There doesn't seem to be any API's that allow you to take a constructor (in my case, the static init) and move the code from that into a new method. Am I missing something? Is there a way to do this that I am not seeing? Thanks! View the original post : http://www.jboss.org/index.html?module=

[JBoss-user] [Installation & Configuration] - Defining Resource References

2004-11-18 Thread sbuster
Can someone tell me how to define a resource reference in JBOSS 4.0? I have an EJB that needs to get a URL from the container but I don't know how to define one. Needs to be a URL type. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855616#3855616 Reply t

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Regd : JMS Configuration

2004-11-18 Thread arvind_pv
this is the first application status message after that i should display the second application status message but it's not displaying it. JBoss is extracting the second application files to the folder,but when I'm accessing it, it showing it as 404 status message 19:11:42,700 INFO [EJBDeploye

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

2004-11-18 Thread tassies
Hi there, I was wondering if anyone else has experienced this before, I'm busy writing a servlet and Hot deployed the servlet a good number of times when all of a sudden the code changes I make does not reflect anymore. At first I thought that JBoss must cache clases somewhere, but found out i

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Regd : JMS Configuration

2004-11-18 Thread kalyan120
What's the exception it gives while deploying the second one? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855609#3855609 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855609 ---

[JBoss-user] [Installation & Configuration] - Re: Again the old question ;-) LocalTXCM

2004-11-18 Thread ltexier
http://www.jboss.org/?module=bb&op=viewtopic&p=3834645 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855608#3855608 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855608 --

[JBoss-user] [Beginners Corner] - Regd : my application jar path problem

2004-11-18 Thread arvind_pv
Hi all, I'm deploying ear file in JBoss and in that ear file we have a war file and the servlets and other classes are put into a jar file and placed it in the WEB-INF/lib directory, when I'm testing my web application, it's giving error and the error is java.lang.NoClassDefFoundError error.

[JBoss-user] [Messaging, JMS & JBossMQ] - HAJMS: SpyJMSException after fail-over of master node

2004-11-18 Thread ckmod
Hi, we are using a cluster of 2 jboss 3.2.6 server running hajms. Everything works fine until the master node is shutdown. The other server is taking over and starts the jms server correctly. But when I try to put a message in the queue I get the following error. Here is the code I use to put t

[JBoss-user] [Installation & Configuration] - Again the old question ;-) LocalTXCM

2004-11-18 Thread [EMAIL PROTECTED]
Hello, sorry for these question again, but i`m searching the net and forums since one week and i`m going to be crazy Duke`s Bank example and many other beans are running quite good. But i have trouble with Message Driven Beans: if i deploy such beans, the following reports in logs seem:

[JBoss-user] [Installation & Configuration] - Re: JBoss with JDK 5

2004-11-18 Thread ltexier
http://www.jboss.org/wiki/Wiki.jsp?page=JBossVsJavaJDKVersionMatrix View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855598#3855598 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855598 -

[JBoss-user] [Messaging, JMS & JBossMQ] - Regd : JMS Configuration

2004-11-18 Thread arvind_pv
Hi all, I'm deploying two applications in JBoss 4.0. Each application has got 3 MDB and their type is Queue. this is code present in ejb-jar.xml MailSenderEJB com.applabs.ghx.globalbrowser.beans.MailSenderBean Container javax.jms.Queue and this is the code present in jboss.xml file MailS

[JBoss-user] [Management, JMX/JBoss] - Re: Getting started with jsr-88

2004-11-18 Thread [EMAIL PROTECTED]
AFAIK, jsr88 support is not feature complete. If you look into the implementation it comes down to using the MainDeployer's deploy(URL)/undeploy(URL) methods for deploying modules that exist on the local filesystem. Something that maybe interesting but I don't know how it could be made is to u

[JBoss-user] [Security & JAAS/JBoss] - Re: Automatic login timeout/expiration?

2004-11-18 Thread Darknight
That worked! As soon as the cache expires the client is kicked from jboss. So I have narrowed the problem and will go on trying to fix it. My question is: why a cache? Or rather, why do you need to re-auth after some time? I think this is related to web sessions and the like and makes little sens

[JBoss-user] [Management, JMX/JBoss] - Getting started with jsr-88

2004-11-18 Thread jardia
Hello. The J2EE1.4 TCK used jsr-88 to deploy/undeploy apps. If i would also like to use it for deploying our applications, where would i start? - are there any open-source tools? - command-line utils? Another question i have is on the integration of jsr-88 with the old jboss (hot)deployment m

[JBoss-user] [Installation & Configuration] - Re: unable to createTopicConnection using jms client with jb

2004-11-18 Thread Sandervankolck
Im haveing the same problem too. Ive tryed it on win2k and winXP, nothing works. Ive used protforwarding and opening ports and that also doesnt work. Can someone please help me? Kind regard View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855589#3855589 Repl

[JBoss-user] [Installation & Configuration] - Re: problem with installation on linux

2004-11-18 Thread lalaith
Make sure your hostname can be resolved using DNS (e.g. add it to /etc/hosts). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855588#3855588 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855588

[JBoss-user] [Installation & Configuration] - Re: jboss 4.0 + postgresql 7.4.5

2004-11-18 Thread beyarecords
Hi, I am using postgreSQL 8 and Jboss 4.0.0 and struggled with the problem you mentioned. The problem stems from the file /deploy/ejb-deployer.xml: | | create table TIMERS ( |TIMERID varchar(50) not null, |TARGETID varchar(50) not null, |

[JBoss-user] [Persistence & CMP/JBoss] - Re: More than one datasource possible?

2004-11-18 Thread abrynils
You can define datasources for the individual entity beans in the jbosscmp-jdbc.xml file or for each deployment unit using the default clause in the same file. I have no personal experience with this but it is listed in one of my books, "JBoss 3.0 Deployment and Administrator handbook" published

[JBoss-user] [EJB/JBoss] - Re: InitialContext(JNDI) not found

2004-11-18 Thread fire
Which JDK do you use?? Could it be, that you have installed different Versions?? Check in Console with: java -version If Environment-Variable JAVA_HOME is set to a different version of JDK as Eclispe uses, this should be the Problem! View the original post : http://www.jboss.org/index.html?modul

[JBoss-user] [Installation & Configuration] - Re: Deploying application in JBoss 4.0.0 - Spec Violation pr

2004-11-18 Thread noseya
LoginEJB com.peteslater.template.business.ejb.login.LoginHome com.peteslater.template.business.ejb.login.LoginRemote com.peteslater.template.business.ejb.login.LoginEJB You should put Home & Remote in its own tag XXX or whatever Jordi Domingo View the original post : http://www.jboss.org/i

[JBoss-user] [EJB/JBoss] - TransactionRollback

2004-11-18 Thread fire
IÂve got 2 CMP-EntityBeans with a simple CMR. Im using them with many Clients over jnp and the RemoteInterface of a SessionBean. Transactions are set to required and Transaction Isolation Level is set to READ_COMMITED. The Problem is, that some Clients get a TransactionRollbackException, because

[JBoss-user] [Persistence & CMP/JBoss] - Re: URGENT!!!! Problem in XML FILES

2004-11-18 Thread triathlon98
You need to switch on DEBUG logging on the org.jboss.ejb.plugins.cmp package. This will allow you to figure out the SQL query which causes the problems. If you can't solve the problem immediately using that info, then post that SQL query for us to look at. Joachim View the original post : htt

[JBoss-user] [Performance Tuning] - Error running JBoss 3.2.6 with '-c minimal'

2004-11-18 Thread viecili
To Help please go to http://www.jboss.org/index.html?module=bb&op=viewtopic&t=56645 in Beginners Corner Thanks, Henrique Viecili[/url] View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855579#3855579 Reply to the post : http://www.jboss.org/index.html?module=

[JBoss-user] [Beginners Corner] - Error running JBoss 3.2.6 with '-c minimal'

2004-11-18 Thread viecili
Hi all, on my first attempt to run JBoss 3.2.6 with the minimal configuration (-c minimal) and i got java.lang.NoClassDefFoundError: org/jboss/invocation/jrmp/server/JRMPProxyFactoryMBean. So whatÂs up? BTW, what features are not essential in the default configuration? Thanks, Henrique Viecili

[JBoss-user] [Javassist user questions] - Can Javassist be used in J2SE5.0, Thanks!

2004-11-18 Thread maplet
I don't know if the last release of Javassist can be used in J2SE5.0 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855577#3855577 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855577

[JBoss-user] [JCA/JBoss] - Delays observed servicing connection requests from pool with

2004-11-18 Thread randal
Does anyone have any ideas why there appears to be a delay when getting connections from the connection pool in the logs below (it seems to happen at busy times throughout the day)? The pool size is believed to be sufficient to service the maximium load on the system. Any help appreciated. Th

[JBoss-user] [Security & JAAS/JBoss] - Re: Automatic login timeout/expiration?

2004-11-18 Thread _alex
Darknight wrote : I have set DefaultCacheTimeout to 300 via JMX console I am not sure that this particular modifications, which are done through JMX console, will change the actual timeout of the security cache. Change the timeout in the xml file and restart the server. Alexander View the orig

[JBoss-user] [Security & JAAS/JBoss] - Re: Automatic login timeout/expiration?

2004-11-18 Thread Darknight
Maybe, but unfortunately the times do not coincide. I have set DefaultCacheTimeout to 300 via JMX console and the problem still occurs after 20-30 minutes. Right now I'm trying to find a different route to solve the problem since I can't track it's root (namely, I'm toying with my custom loginmo

[JBoss-user] [Persistence & CMP/JBoss] - More than one datasource possible?

2004-11-18 Thread lefou
I want to migrate an existing EJB project, but it uses tree different datasources in the deployment descriptor. Now my Question: Is it possible to use more than one datasource under JBoss? My feeling is "no", because in jaws.xml you can only define a java:/MySqlDS | mySQL and it seems, there

[JBoss-user] [Installation & Configuration] - Re: uil2.SocketManager -> exiting on unexpected error

2004-11-18 Thread jschanz
Hi, thanks for this reply. We're running here several clients. It's a production environment. We add every day 5-20 new clients to the server. We have to add about 2000 clients which should communicate via JMS with the server. I've asked our programmers. They open a connection to the server a

[JBoss-user] [Management, JMX/JBoss] - Re: ClassLoader can not find a MBean class that sits in the

2004-11-18 Thread [EMAIL PROTECTED]
Could you be a little more careful (or just buy some JBoss support)? Your configuration file tries to load mx4j classes. If you comment that out, it works. | Caused by: java.lang.ClassNotFoundException: No ClassLoaders found for: mx4j.too | ls.adaptor.http.HttpAdaptor | at org.jb

[JBoss-user] [EJB/JBoss] - Please Help ME:javax.naming.CommunicationException [Root exc

2004-11-18 Thread craig1980
Hi All; i have this problem; i have a pc where there is an EJB; i want to use this ejb on another pc... in order to this in my web app i use this web.xml anonymous wrote : | http://java.sun.com/dtd/web-app_2_3.dtd";> | | TestEjbCall | | Cocoon | Cocoon | Cocoon

[JBoss-user] [Security & JAAS/JBoss] - Re: Automatic login timeout/expiration?

2004-11-18 Thread Annegret
The JAASSecurityManager has a standard cachetimeout. I'm not sure to which values it is set by default. You can change it by adding a value in jboss-service.xml | | | com.tenovis.oam.i33.as.security.JaasSecurityManager | | 7200 | | After thi

[JBoss-user] [Security & JAAS/JBoss] - Re: Automatic login timeout/expiration?

2004-11-18 Thread Darknight
Thank you for replying. I have investigated more and I assume that the security cache timeout occurs even if the authed client makes access to one bean while another is inactive, I still have to be sure about this and will try to look in the cache with JMX console. And yes, the "already logged"

[JBoss-user] [Persistence & CMP/JBoss] - CMP error when deploying in Jboss4 (works in Jboss3.2.5)

2004-11-18 Thread abrynils
Hi I have an application developed for and running on JBoss 3.2.5. When i deploy it in JBoss4.0 i get an exception (TransactionRolledbackLocalException) when i try to retrive a CMP attribute, see Code and output below. I can include more code and trace if neccesary to solve the problem but i li

[JBoss-user] [Installation & Configuration] - Re: deploying axis 1.2 client to jboss 3.2.3

2004-11-18 Thread shieroi
to integrate axis with Jboss, you have to use Jboss.net. Try the following: Copy the jboss-net.sar from %JBOSS_HOME%/server/all/deploy in %JBOSS_HOME%/server/default/deploy and copy all axis jars to jboss-net.sar. Hope this helps. View the original post : http://www.jboss.org/index.html?module

[JBoss-user] [Installation & Configuration] - Re: java.lang.NoClassDefFoundError

2004-11-18 Thread darranl
You will need to describe fully what your application is and how it is packaged and deployed. This is highly surprising to me that JBOSS 3.2.5 is not able to pick up standard J2EE classes. - It is very likely that this is caused by a packaging / deployment issue. View the original post : htt

[JBoss-user] [Clustering/JBoss] - Re: java.net.NoRouteToHostException: No route to host

2004-11-18 Thread bela
This means the routing table changed *while* you were running JBoss. Did you pull a plug ? On Windows, 'media sense' will unplumb that interface. You can set UDP(loopback="true";...) to work around the problem. Bela View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic

[JBoss-user] [Security & JAAS/JBoss] - Re: Automatic login timeout/expiration?

2004-11-18 Thread _alex
anonymous wrote : What happens is that after some time the login data seems to be lost and the client needs to re-auth, IMHO: check that the client calls the secured beans in the security domain; check periodically the contents of the security cahce through JMX console; anonymous wrote : howeve

[JBoss-user] [Installation & Configuration] - Re: java.lang.NoClassDefFoundError

2004-11-18 Thread amit_sangal
My app does not contain any j2ee resource. Looks like, there is some class loading problem behind this issue. I would really appericiate further inputs. Regards, Amit View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=385#385 Reply to the post : http:

[JBoss-user] [Nukes User] - Problem adding html content with swedish characters

2004-11-18 Thread Fredrik
Hi I edit an html page using the 'manage html' screen, and I type in some swedish characters such as Ã.à or à (hopefully these will be displayed correctly here) and submit the page. When I display the page again, the content is cut short directly after the last occurence of a swedish character.

[JBoss-user] [Installation & Configuration] - JBoss 3.2.6 and JDataStore DB

2004-11-18 Thread giordano
Hello, Im trying to develope a sample ejb applications with JBuilder 2005 and JBoss 3.2.6. I would like to develope a simple Entity Bean using a database included in JBuilder distribution. The database is JDataStore. I have copied the jar file in the server/default/lib folder. I have copied the

[JBoss-user] [Persistence & CMP/JBoss] - URGENT!!!! Problem in XML FILES

2004-11-18 Thread raval_bhargav
hi all. I am getting one error and due to that i wont be able to create my table with relationship. I am surprised why this error comes. If i remove this code then it works fine. Can any body help me out it is urgent. The error goes like this. If anybody wants to see the xml files then i am rea