[JBoss-user] [Installation Configuration] - Re: Namespace jdbc not bound in JNDI

2004-07-10 Thread rdebay
When I get back to work Monday I will try that. How does calling list(java:/) to see what's bound differ from using the JMXconsole? Everything that I get back I can lookup() and use. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841615#3841615 Reply to the

[JBoss-user] [Installation Configuration] - Re: Namespace jdbc not bound in JNDI

2004-07-10 Thread rdebay
BTW, since there's no appropriate forum I'll kvetch here. You'd think that JBoss would use a decent logon-filter, but after logging on while trying to post, it sent me to the home page. And after that, it failed as I had cookies turned off. URL rewriting should be the standard here, after all

[JBoss-user] [Installation Configuration] - cache-invalidation-service.xml

2004-07-10 Thread rlau
I am trying to setup two jboss servers (serverA and serverB) with cache-invalidation-service.xml because both servers container configuration is Standard CMP 2.x EntityBean with cache invalidation. I have verified that serverA successfully sends the message via JMSCacheInvalidationBridge topic.

[JBoss-user] [Persistence CMP/JBoss] - Re: data source access

2004-07-10 Thread loubyansky
It's unlikely the problem is in JBossCMP. Describe how you are using JDBC. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841619#3841619 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841619

RE: [JBoss-user] Problem with cascade-delete

2004-07-10 Thread Alexey Loubyansky
It maybe because of complex relationships. You would need to post deployment descriptors and describe relationships among real instances. But could you try 3.2.5 first? and batch-cascade-delete? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Maykel

[JBoss-user] [EJB/JBoss] - Re: EBJ QL question

2004-07-10 Thread loubyansky
There shouldn't be difference. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841620#3841620 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841620 --- This SF.Net email

[JBoss-user] [Beginners Corner] - Re: Cascade deleting BMP

2004-07-10 Thread loubyansky
Isn't it done transparent to your BMP beans by the database? You should use commit option C in this case to minimize cache inconsistency issues. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841622#3841622 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: how to add/remove data from many-to-many CMR?

2004-07-10 Thread loubyansky
You should read a paragraph in EJB2.x spec. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841623#3841623 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841623 --- This

[JBoss-user] [Messaging, JMS JBossMQ] - Re: javax.jms.InvalidDestinationException

2004-07-10 Thread pankilshah82
hi amit, I tried the code, but it doesn't work. I am not able to get the remote machine MessageDrivenBean Reference. I would like to clarify that i am having two JBoss servers running. on first server there is a MDB and on the second server there is a Session Bean which sends the message to the

[JBoss-user] [Persistence CMP/JBoss] - Re: CMP bean hangs on second request

2004-07-10 Thread loubyansky
Can you increase log level to TRACE? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841624#3841624 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841624 --- This SF.Net

[JBoss-user] [Persistence CMP/JBoss] - Re: strange generated query by calling get-method

2004-07-10 Thread loubyansky
You should put this into transaction. Check free on-line docs. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841625#3841625 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841625

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

2004-07-10 Thread loubyansky
Seems like you are right. Theoretically locking the 'blind' side is not required in this case unless the blind side has a foreign key which is modified. In fact, uni- and bidirectional relationships are managed in the same way. And the blind side still holds the state of the relationship as

[JBoss-user] [Installation Configuration] - how to get the jsp name and request parameters

2004-07-10 Thread HihelloAll
Hi all, I am using jboss 3.0.7 with tomcat-4.1.x. I am using struts 1.0. I want to know how to get the jsp name and the request information in the jboss console. --Sriram View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841628#3841628 Reply to the post :

[JBoss-user] [JBoss Getting Started Documentation] - Re: javax.servlet.jar missing in 3.2.5?

2004-07-10 Thread tiredofworkingfortheman
Thanks, but I don't think it's my JAVA_HOME. I just started using a mac so the JAVA_HOME ENV is a little odd, but I'm pretty certain it's right. I'm going to dig on it a while and see if I can't solve it. If I can't, I'll post again with a better Subject line as I think my problem with the

[JBoss-user] [Messaging, JMS JBossMQ] - Re: how to get the managed jms connectionfactory outside the

2004-07-10 Thread yxyang
Hi, Thanks for andrian. I read through the FAQ for several times, i still cannot find which is directly related my question :(. The QueueConnectionFactory got by ctx.lookup(java:/Jms) cannot be used to createQueueConnection:

[JBoss-user] [Security JAAS/JBoss] - Re: I need SRPPrincipal?

2004-07-10 Thread [EMAIL PROTECTED]
If your using SRP you should to be combining the org.jboss.security.srp.jaas.SRPLoginModule and org.jboss.security.ClientLoginModule with password-stacking=useFirstPass so that the ClientLoginModule simply accepts whatever type of Principal has been set in the sharedState map under the

[JBoss-user] [Security JAAS/JBoss] - Re: Custom login module

2004-07-10 Thread [EMAIL PROTECTED]
The realm delegates to a security manager that uses a timed cache by default. See the security chapter in the admin/devl guide for details on configuring, flushing, etc: http://www.jboss.org/docs/index View the original post :

[JBoss-user] [Security JAAS/JBoss] - Re: Can't get it working

2004-07-10 Thread [EMAIL PROTECTED]
I don't see any mention of a jboss.xml file in the ejb jar META-INF directory with: | jboss | security-domainjava:/jaas/mBuddy/security-domain | | ... | /jboss | | View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841634#3841634 Reply to

[JBoss-user] [Security JAAS/JBoss] - Re: RMI Invoker Adaptor Security

2004-07-10 Thread [EMAIL PROTECTED]
http://www.jboss.org/wiki/Edit.jsp?page=SecureTheInvokers Read the jmx chapter for examples of adding security to xmbeans via interceptors and check out the org.jboss.jmx.connector.invoker.AuthenticationInterceptor used by the current xmbean deployment of the jmx-invoker-adaptor-server.sar:

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

2004-07-10 Thread [EMAIL PROTECTED]
Start with the JAAS Howto sticky post in this forum. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841636#3841636 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841636

[JBoss-user] [EJB/JBoss] - Re: EBJ QL question

2004-07-10 Thread Reinaerde
Made a stupid mistake. The app was 1.1 compliant. Made some changes to support 2.0 and now it works. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841637#3841637 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841637

[JBoss-user] [Security JAAS/JBoss] - Re: How to share JAAS login context for multiple EJB calls?

2004-07-10 Thread [EMAIL PROTECTED]
The security context is a property of the call and has to be established every time. A LoginContext is just the mechanism used to associate the incoming security context with the container. You cannot share LoginContexts in a multi-threaded multi-user envrionment like a server. The default

[JBoss-user] [Beginners Corner] - Installation Tutorial

2004-07-10 Thread sampaw
Is there one??? I'd love to try your product, but the lack of decent docs makes it impossible to even get jboss to load, much less use it. I have a zillion errors, mostly involving UnknownHostException. I'm pretty sure it has something to do with setting ${jboss.server.url} - among others.

[JBoss-user] [Security JAAS/JBoss] - Re: application-policy doesn't work - always default securit

2004-07-10 Thread [EMAIL PROTECTED]
The security-domain element syntax for the default security manager is java:/jaas/ + jaas-login-config-name, so you need to use: | security-domainjava:/jaas/TestSecDomain/security-domain | View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841640#3841640

[JBoss-user] [Security JAAS/JBoss] - Re: Authentication when running JBoss as a service

2004-07-10 Thread [EMAIL PROTECTED]
The bin directory will not be in the service path unless you have configured the service to run in that directory so this will not be usable for resources. The server/conf directory should, as its resolved relative to the conf/jboss-service.xml location, so perhaps this is not working as

[JBoss-user] [Security JAAS/JBoss] - Re: connection username password

2004-07-10 Thread [EMAIL PROTECTED]
Use a datasource security configuration that uses the CallerIdentityLoginModule so that the connection automatically uses the caller's credentials. You then obtain the connection without passing any arguments and the jca layer does it for you. View the original post :

[JBoss-user] [Installation Configuration] - Re: Jboss 3.2.5 Error in

2004-07-10 Thread [EMAIL PROTECTED]
The entities are defined in the jboss_xmbean_1_1.dtd referenced by the DOCTYPE of the TransactionManagerService-xmbean.xml. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841643#3841643 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: Web Console not working in JBoss 3.2.3

2004-07-10 Thread mthoma
Hi Dheeraj Have you already found a solution for this problem? I'm encountering the same thing. Regards Martin View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841644#3841644 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: Web Console not working in JBoss 3.2.3

2004-07-10 Thread [EMAIL PROTECTED]
You need a 1.4.1+ JRE plugin for the web-console. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841645#3841645 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841645 ---

[JBoss-user] [JBoss Getting Started Documentation] - why would ebank.wsr fail after restart server

2004-07-10 Thread icheung
I have deployed ebank.wsr JBossDukeBank.ear and both run-client and run-ws-client target works fine. But after I shutdown jboss and then restart only JBossDukeBank.ear get deployed ebank.wsr has the following error [EMAIL PROTECTED] { url=file:/C:/PF/jboss-3.2.3_tomc

[JBoss-user] [Messaging, JMS JBossMQ] - JBossMQ, JMS Message in transaction?

2004-07-10 Thread iamapony
I have a MDB attached to QueueA, in a SessionBean method I write a record to the database and then send a message to QueueA to do something with that database record. The onMessage in the MDB then fails because it can't find the message, showing me that the JMS message is not participating in

[JBoss-user] [EJB/JBoss] - EJB QL performance

2004-07-10 Thread Reinaerde
Hello all, I have a find method in an entity bean that returns 4 references. In a session facade the initial findAllXXX takes 2 seconds. Then a transfer object is created for each eb. On the eb 5 get methods are called. in this loop over the 4 results, the calling of the get method takes 12!

[JBoss-user] [Beginners Corner] - Re: Why compiled JSPs get deleted after restart?

2004-07-10 Thread mikefinn
Mauro, I (selfishly) was thinking TC4. Sorry. Sure enough, it's not in the TC5 wrapper MBean. Seems it got left out, but it should be there. I'd try posting a bug for it. If Remy co don't think it should be there, they'll explain why. mike View the original post :

[JBoss-user] [Beginners Corner] - Re: Installation Tutorial

2004-07-10 Thread mikefinn
It is unusual that starting from a freshly unpacked distro does not work. Did you change the config? If so, what? Maybe a more practical way to ask this would be to post your errors/log, JBoss version, platform, and the changes you made to the config, if any. Also, check the FAQ forum. mike

[JBoss-user] [Persistence CMP/JBoss] - Re: CMR constant join in compound primary key

2004-07-10 Thread lc
For the 2nd key mapping, I would like to be able to map to an integer constant (like the number 3) instead of mapping to a column. Does that make sense? I know that the type for this relationship is always 3. View the original post :

[JBoss-user] [JBoss.NET SOAP] - Re: how to get start to learn JBoss.NETSOAP

2004-07-10 Thread tdiesler
Have you tried the wiki? http://www.jboss.org/wiki/Wiki.jsp?page=JBoss.NET View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841654#3841654 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841654

[JBoss-user] [Clustering/JBoss] - Re: Is jbossha.jar fixed in jboss-3.2.5?

2004-07-10 Thread tbauer
FIRST of all, I wasn't complaining...read my original post...I was ASKING the question of whether 3.2.5 included the fixes...There were not release notes to be found so I didn't know..jeez us View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841655#3841655

[JBoss-user] [O'Reilly JBoss 3.0 Workbook] - Enterprise JavaBeans 4th edition - JBoss Workbook example co

2004-07-10 Thread swagle1
As per the book, the downloadable example code is available at http://www.oreilly.com/catalog/entjbeans4/workbooks/index.html This URL results in a 404. Does anyone know where the example code is available? View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: javax.jms.InvalidDestinationException

2004-07-10 Thread pankilshah82
Hi all, I got some information about getting access to the remote JMS provider. We have to configure the jms-ds.xml of the local JBoss server to listen to the remote JBoss Server Topic. This would enable the session bean on the local server to send the message to MDB of the remote sever. But i