[jboss-user] [JBoss Tools (users)] - Re: EJB3 Support

2008-10-21 Thread bershath27
Guys, This is not fixed as expected, ie as it was in JBossIDE-2.0.0.Beta2. I'm still using the said version for this EJB3 related problem hasn't been resolved in JBDS/JBossTools. I have noted that the EJB3 MDB/SessionBean creation are added but still EJB3 Project creation is missing. IOW,

[jboss-user] [JBoss Tools (users)] - Re: EJB3 Support

2008-10-21 Thread [EMAIL PROTECTED]
EJB3 project is not coming back since it was a broken setup. 1) Create a EJB, EAR or WAR project and point to the designated runtime which will provide you with the required libraries. 2) Rob will have to answer this one since JBIDE-911 was about these 3) They will if you do #1 Screendumps

[jboss-user] [JBoss AOP] - Re: Accessing call stack from invocation object

2008-10-21 Thread oenyinna
Thank you very much. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183386#4183386 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183386 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem creating service jboss.security:name=XMLLoginCon

2008-10-21 Thread jaikiran
Peter meant this: PeterJ wrote : | Another possibility: what is your build script doing? Is to deploying things other than that application? Perhaps your build script thinks it is still deploying to 3.0.0 and making changes to the configuration files that are no longer valid in 4.2.1.

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss 3.2.3 Bundled Tomcat configuration with Oracle 9i

2008-10-21 Thread jaikiran
This is a 4 year old thread and posting in this thread without providing any details about your setup and application might not get any answers. Please post additional details including JBoss version the Java vendor and version and the datasource configuration, the JDBC driver details and the

[jboss-user] [Security JAAS/JBoss] - LdapExtLoginModule, ActiveDirectory, memberOf chain

2008-10-21 Thread paoloyx
Hello to everybody, it's my first post in this forum, hope that you can help me...by the way, guys, you are doing a great work, thank you. :) Here's my problem: i'm trying to authenticate against an Active Directory using the LdapExtLoginModule. For example suppose that i've the following

[jboss-user] [EJB 3.0] - Re: War to remote EJB fails with ClassCastException

2008-10-21 Thread jaikiran
iwalberg wrote : | It worked! | Good to know it worked :-) iwalberg wrote : | In making sure that both servers were using the same class, I noticed that the common jar did not live inside the project ear deployed remotely, but instead was sitting standalone in the

[jboss-user] [JBoss Messaging] - Re: Duplicate message after recovery rollback

2008-10-21 Thread timfox
szhigunov wrote : | My understanding, that if transacted session is used, JMS guarantees that any given message delivered only once. | | Not quite. If you consume a message in a tx, *and that tx is committed* then the message is guaranteed to never be delivered again. But in your

[jboss-user] [JBoss Tools (users)] - Re: How to configure Hibernate console with entities in many

2008-10-21 Thread chawax
Well, I made several files for development organization reasons : many development teams will work on the project and they will rely on common entities for standard needs. At the end, all these projects are merged into one jar (t4-core-all) which will contain all entities and one unique

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: problem deploying app on JBoss-4.2.2 with upgraded hiber

2008-10-21 Thread jaikiran
sahaja1 wrote : | hibernate-annotations.jar - ver -3.3.0.GA | hibernate-commons-annotations.jar - ver-3.0.0.GA | hibernate-validator.jar - ver-3.1.0.GA | hibernate-search.jar - ver-3.1.0.Beta1 | hibernate3.jar ver-3.2.6.ga | hibernate-entitymanager.jar - ver-3.4.0.GA | | From

[jboss-user] [JBoss Tools (users)] - Re: EJB3 Support

2008-10-21 Thread bershath27
[EMAIL PROTECTED] wrote : EJB3 project is not coming back since it was a broken setup. | 1) Create a EJB, EAR or WAR project and point to the designated runtime which will provide you with the required libraries. | Why do I have to go through this route when my basic requirement is just to

[jboss-user] [JBoss Portal] - Re: How to use LDAP Authentication but Local DB Roles

2008-10-21 Thread jsports
You can use DBIdentifyLoginModule. use LDAP to check password-you should get the use information from ldap by yourself ,and use db to get roles . View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183400#4183400 Reply to the post :

[jboss-user] [JBoss Getting Started Documentation] - Getting Started v5 Chapter 6.2 Normal Exception?

2008-10-21 Thread Aahz
I tried Chapter 6.2 of the V5 Getting Started guide with jBoss 4.0.5 and get this stacktrace in the log. Is it an expected stacktrace? 2008-10-21 09:38:35,573 DEBUG [org.jboss.mq.il.uil2.SocketManager] Failed to handle: org.jboss.mq.il.uil2.msgs.CloseMsg16512736[msgType: m_connectionClosing,

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem creating service jboss.security:name=XMLLoginCon

2008-10-21 Thread Monadear
Thank you all. Here is what my batch file is doing. This is apart of batch file. rem JAVA 5 and jboss-4.2.1.GA USE rem THESE FOLLOWING ESI JARS MUST BE SET THERE IN ORDER TO TAKE PRECEDENCE OVER JBOSS JMS JARS rem ALL THE OTHER ESI JARS ARE AUTOMATICALLY COPIED INTO

[jboss-user] [Security JAAS/JBoss] - Re: Dynamic login config broken in JBoss 5 Beta4

2008-10-21 Thread alesj
[EMAIL PROTECTED] wrote : I am unsure why resources at the root of the ear are still working. It's due to this flag we added, specially for you. ;-) - EarStructure::includeEarRootInClasspath - http://anonsvn.jboss.org/repos/jbossas/trunk/server/src/main/org/jboss/deployment/EARStructure.java

[jboss-user] [JBoss Cache: Core Edition] - Re: java.io.NotSerializableException: java.util.concurrent.

2008-10-21 Thread guazi
Oh, I've never wanted to caching java.util.concurrent.FutureTask. I think it was used by jbossCache or jGroups. And when I was used cache mode LOCAL, there was no exception. could you help me? Thanks! View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: request.isRequestedSessionIdValid does not work

2008-10-21 Thread kjkoster
Dear kenzhang, Why not work around this issue as follows: try { | session.invalidate(); | } catch (IllegalStateException e) { | // yeah, yeah. | } The effect is that after this statement block the session is invalidated, regardless of whether it was before the block. View the

[jboss-user] [JBoss Cache: Core Edition] - Re: java.io.NotSerializableException: java.util.concurrent.

2008-10-21 Thread [EMAIL PROTECTED]
Could be something Spring or one of your other frameworks is doing. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183410#4183410 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183410

[jboss-user] [JBoss Cache: Core Edition] - Re: Selective Distributed Cache loading

2008-10-21 Thread [EMAIL PROTECTED]
Have a look at the TcpDelegatingCacheLoader. This could help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183411#4183411 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183411

[jboss-user] [JBoss Cache: Core Edition] - Re: Are calls to cache.getX methods asynchronized?

2008-10-21 Thread [EMAIL PROTECTED]
they are not synchronized, but internal locking is used to maintain consistency between concurrent readers and writers. Now to optimize for immutable state, as you suggested, there are 2 things you can do: 1. If you are using JBC 3.x, use MVCC. There is no cost to readers. Simple. 2. If

[jboss-user] [JBoss Cache: Core Edition] - Re: Patch available on JBOSS3.2.6 which will have Tomcat lat

2008-10-21 Thread [EMAIL PROTECTED]
This has nothing to do with JBC. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183413#4183413 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183413 ___ jboss-user mailing list

[jboss-user] [JBoss Cache: Core Edition] - Re: Cache corrupted by 64bit windows member

2008-10-21 Thread [EMAIL PROTECTED]
I doubt this is an OS problem, but just to prove it, do you see this issue if you had 1 windows and 1 linux machine in the cluster, and the other linux machine were to join? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183415#4183415 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Multiplexer

2008-10-21 Thread [EMAIL PROTECTED]
The multiplexer could help, otherwise using a shared transport is a more robust way to share network resources in JGroups while still having independent membership views, etc. See the JGroups docs not the shared transport. View the original post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Multiplexer

2008-10-21 Thread lovelyliatroim
Ok will have a look at it , thanks Manik. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183418#4183418 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183418 ___ jboss-user

[jboss-user] [JBoss Cache: Core Edition] - Re: Multiple Instances

2008-10-21 Thread [EMAIL PROTECTED]
Hi, The stack trace is weird, it shows an interruption during logging. Doesn't make a lot of sense. Regarding your architecture, it does make sense to some degree, although you are still sharing network resources for actual replication (bandwidth), etc. So you may be over-engineering things

[jboss-user] [JBoss Cache: Core Edition] - Re: Cache corrupted by 64bit windows member

2008-10-21 Thread wjm
[EMAIL PROTECTED] wrote : I doubt this is an OS problem, but just to prove it, do you see this issue if you had 1 windows and 1 linux machine in the cluster, and the other linux machine were to join? Thanks for the reply. We see this problem immediately after the 64bit machine put()s or

[jboss-user] [JBoss Cache: Core Edition] - Re: JBC 2.2.0 EvictionConfig not being recognized from confi

2008-10-21 Thread [EMAIL PROTECTED]
When pasting XML content please use the CODE button. Also, please refer to one of the sample cfg files which has eviction enabled. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183425#4183425 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - jboss:service=CorbaORB is not registered

2008-10-21 Thread FirstContact
Hi, I am using JBOSS-4.0.2 server for my J2EE application deployment. When i run the Jboss server, i am getting an Exception [org.jboss.web.tomcat.tc5.TomcatDeployer] Unable to retrieve orbjavax.management.InstanceNotFoundException: jboss:service=CorbaORB is not registered. at the startup.

[jboss-user] [JBoss Cache: Core Edition] - Re: Synchronous replication result with suspect member

2008-10-21 Thread [EMAIL PROTECTED]
afelle1 wrote : QUESTION: Whenever putting an attribute / node into the cache and a replication exception occurs due to time out or a remote machine being suspect, is the attribute / node put into the cache on the other machines that did respond? | | We have our cache configured for

[jboss-user] [JBoss Cache: Core Edition] - Re: Magic number 64

2008-10-21 Thread [EMAIL PROTECTED]
The stack trace you posted doesn't match the version of JGroups (2.6.2) shipped with JBossCache 2.2.0.GA. Did you upgrade JGroups ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183430#4183430 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: boot JBoss from Java

2008-10-21 Thread robert.geisler
hi, jaikiran, thank you for your reply. we tried it the way you suggested it and it turned out to be just a classpath issue. nevertheless we stepped back from starting JBoss from Java and now we are using run.bat again. thanks anyway. regards robert View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss:service=CorbaORB is not registered

2008-10-21 Thread jaikiran
anonymous wrote : 2008-09-15 21:16:58,224 DEBUG [org.jboss.web.tomcat.tc5.TomcatDeployer] Unable to retrieve orbjavax.management.InstanceNotFoundException: boss:service=CorbaORB is not registered. Its a DEBUG statement and you can ignore it. Having said that, i have seen this question being

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss:service=CorbaORB is not registered

2008-10-21 Thread jaikiran
Here's the JIRA i was looking for https://jira.jboss.org/jira/browse/JBAS-5199 and as per Adrian's comment in that JIRA: anonymous wrote : The CorbaORB logging just says you're not running the all configuration where it is defined so there will be no binding at java:comp/ORB View the

[jboss-user] [Installation, Configuration DEPLOYMENT] - [org.jboss.mx.util.JBossNotificationBroadcasterSupport] Ign

2008-10-21 Thread FirstContact
Hi, I am getting an Exception which i shutdown the JBoss application server. The exception is highlighted in the blow error log. Is there any configuration settings to eliminate this error? 2008-10-13 20:37:46,997 DEBUG [org.jboss.system.ServiceController] removing

[jboss-user] [Security JAAS/JBoss] - Re: Dynamic login config broken in JBoss 5 Beta4

2008-10-21 Thread jaikiran
[EMAIL PROTECTED] wrote : The resources need to go inside a jar under the EAR/lib directory. Anil, So does this mean that the dynamic login config xml file can no longer be packaged individually? It always has to be part of a jar file(inside the EAR/lib)? In general, assuming that in

[jboss-user] [JBoss Portal] - How to test role of a user?

2008-10-21 Thread natoine
Well i have tried to do renderRequest.isUserInRole(admin) but it returns false even if the user is admin... Thanks for your time. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183448#4183448 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: EJB3 Support

2008-10-21 Thread [EMAIL PROTECTED]
Did you even *try* creating a ejb utility jar ? There is zero difference afaik. It is one wizard that creates a jar using the actual jars that the runtime you are deploying to contains. The ejb3 project is *not* coming back; pointing to internal jars in the plugins is broken, wrong, dangereous

[jboss-user] [Installation, Configuration DEPLOYMENT] - How to spare authentication for some ip addresses

2008-10-21 Thread ramboid
Is there a waty to spare some ip addresses from having to authenticate? I have secured a web application with Basic Authentication (user and password) but I want to let some ip addresses to use the application without having to authenticate View the original post :

[jboss-user] [JBoss jBPM] - Re: classcast exception getting tasknode

2008-10-21 Thread AJanz
changed the code to ProcessInstance pi = jbpmContext.getProcessInstance(processid); | Task t = pi.getTaskMgmtInstance().getTaskMgmtDefinition().getTask(mytask); | now it

[jboss-user] [JBoss Tools (users)] - BIRT intergration

2008-10-21 Thread DZakharov
I read issue https://jira.jboss.org/jira/browse/JBIDE-2220. When I use EL-expression into tag birt:param name=sample value=#{sessionBean.name}/ I got this exception: | java.lang.NullPointerException | at java.net.URLEncoder.encode(Unknown Source) | at

[jboss-user] [EJB 3.0] - Re: Exception in Distributed transaction in EJB3.0

2008-10-21 Thread ajayks
If any one want I can provide/share my all source code.I am doing commit/rollback at only one place in my code. My question is that even if I am doing mistake in the managing the distributed transaction, JBOSS should simply rollback everything ; why is it throwing run time exception. can any

[jboss-user] [Installation, Configuration DEPLOYMENT] - jboss server stand alone with tomcat and apache

2008-10-21 Thread christian_gnoth
Hello, I have installed JBoss Server 4.2.3 and it is running. But now I have the question how to integrated JBoss in a already configured Apache - Tomcat Environment with mod_jk. I don't want use the tomcat which is comming with JBoss. is there any descriptiuon about the configuration which I

[jboss-user] [JBoss Cache: Core Edition] - Re: Magic number 64

2008-10-21 Thread janbols
Right, that could be it. We're using JBC together with gridgain. Both use JGroups as the underlying communication platform. However, JBC uses JGroups 2.6.2 while gridgain uses JGroups 2.6, so maven finally uses 2.6 I'll adapt the dependencies to use 2.6.2 instead. View the original post :

[jboss-user] [Advanced Documentation] - JBoss AS in production environment

2008-10-21 Thread [EMAIL PROTECTED]
Hi, I found very interesting conversation about JBoss AS on http://groups.google.com/group/Omaha-Java-Users-Group/browse_thread/thread/c3069ffeebd1a808 What is not true in this post?? Dave, I have seen people use JBoss

[jboss-user] [JBoss jBPM] - Re: classcast exception getting tasknode

2008-10-21 Thread kukeltje
but this is a 'different node'... it is the node from the processdefinition, not from the processinstance. You cannot (afaik) do anything runtime with it (unless you e.g. want the transitionnames) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183470#4183470

[jboss-user] [JBoss jBPM] - Re: classcast exception getting tasknode

2008-10-21 Thread AJanz
i need it to create a taskinstance | TaskInstance ti = pi.getTaskMgmtInstance() | .createTaskInstance(t,pi.getRootToken()); |

[jboss-user] [JBoss AOP] - Re: How to deploy a WebApplication in Tomcat with Jboss AOP?

2008-10-21 Thread [EMAIL PROTECTED]
You could probably push the urls of your classes into the AspectAnnotationLoader. Which of these two methods you want to use is up to you. The first one shows how to create a ClassFile: |public void deployInputStreamIterator(IteratorInputStream it) throws Exception |{ |

[jboss-user] [JBoss AOP] - Re: How to deploy a WebApplication in Tomcat with Jboss AOP?

2008-10-21 Thread [EMAIL PROTECTED]
When obtaining the InputStreams, you must not load the classes since then they will be loaded before the bindings are deployed, so no weaving can occur. If you get this to work, do you feel like contributing a small module for deploying things into Tomcat? :-) View the original post :

[jboss-user] [JBoss AOP] - Re: How to deploy a WebApplication in Tomcat with Jboss AOP?

2008-10-21 Thread DerMas
Ok thanks, so I guess I'll have to use XML Bindings and cant use Annotations? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183474#4183474 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183474

[jboss-user] [EJB/JBoss] - Transaction Demarcation

2008-10-21 Thread anupamkakade
Hi all, In my code a session bean(Bean Managed Txn) buisiness method is updating An Entity(CMP) Bean. I am using UserTransaction in session bean. The problem is that session bean method is updating many rows of a Table (in for loop) After the for loop completes then i am commiting the txn by

[jboss-user] [Javassist user questions] - Insert code just after catch

2008-10-21 Thread ad-rocha
Hi all, I've been trying (without success) insert code in specific places on method's body. I need to handle all exceptions using a specific class. Something like it: | method (param1, param2) { |try { | ... |} catch (IOException e) { | Myhandler.handler(e,

[jboss-user] [JBoss AOP] - Re: How to deploy a WebApplication in Tomcat with Jboss AOP?

2008-10-21 Thread DerMas
Ok thx. I think I am going to give the xml binding a try :) I am going to give you some feedback wether its working or not and how. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183484#4183484 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Are calls to cache.getX methods asynchronized?

2008-10-21 Thread chetanparekh
Thanks Manik View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183485#4183485 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183485 ___ jboss-user mailing list

[jboss-user] [Security JAAS/JBoss] - Re: Dynamic login config broken in JBoss 5 Beta4

2008-10-21 Thread alesj
[EMAIL PROTECTED] wrote : Do you know we scan there (I mean the ear classpath) for the beans? No, we only scan true deployments for metadata resources. Ear classpath != true deployment. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183491#4183491 Reply to

[jboss-user] [Security JAAS/JBoss] - Re: Dynamic login config broken in JBoss 5 Beta4

2008-10-21 Thread [EMAIL PROTECTED]
So, if an user wants to bundle beans inside EARs, where does he need to put? I personally deploy beans outside of the EARs (as a separate deployment). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183492#4183492 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: request.isRequestedSessionIdValid does not work

2008-10-21 Thread kenzhang
Hi Kess, Thanks for the suggestion. Yes of course that's one good work around, and I think most people will use that work around to get their work go on. But I just wonder the root cause.. there should be something/implementation about request and session that we do not know lying there

[jboss-user] [Security JAAS/JBoss] - JaasSecurityManager.doesUserHaveRole?

2008-10-21 Thread alegomes
Hi, in my code, an ESB Service, I have an user id read from an XML message whose roles I want to check using a published SecurityDomain (java:/jaas/mySecurityDomain). What's the best way? thanks a lot View the original post :

[jboss-user] [JBoss AOP] - Re: Do I need to have all the classes to run aopcompiler on

2008-10-21 Thread [EMAIL PROTECTED]
Can't remember about aop 1.5.x, but in aop 2.0.0.GA we support system properties in aop.xml. Here's an example from out testsuite: | aopc optimized=${optimized} compilerclasspathref=${aopc.task.classpath} | classpath refid=${aopc.task.classpath}/ | classpath

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: [org.jboss.mx.util.JBossNotificationBroadcasterSupport]

2008-10-21 Thread erasmomarciano
anonymous wrote : It's not necessarily a bug, by the way. Under a heavily loaded system, | sometimes transactions need to fail to prevent deadlocks. The | application needs to be able to recover from that case | you see http://www.caucho.com/support/resin-interest/0112/0025.html how do

[jboss-user] [JBoss Tools (users)] - Re: How to configure Hibernate Console in a Maven project ?

2008-10-21 Thread chawax
Hi, I had not used Hibernate console for a long time, but my problem with MySQL is back with MySQL ... I have the following stack trace : org.hibernate.exception.JDBCConnectionException: Getting database metadata | at

[jboss-user] [Advanced Documentation] - Re: JBoss AS in production environment

2008-10-21 Thread [EMAIL PROTECTED]
anonymous wrote : To cluster the JBoss app server is no easy feat. documenation lacks | substance All AS docs: http://www.jboss.org/jbossas/docs/index.html Including an ~110 pages clustering guide:

[jboss-user] [JBoss AOP] - Re: Do I need to have all the classes to run aopcompiler on

2008-10-21 Thread DerMas
Interesting question. I have the same problem with libs in my project. Aopc tries to weave them, which results in errors such as: | [aopc] Exception in thread main javassist.NotFoundException: org.somepackage.foo.Barclass | With loadtime weaving everything works fine with the vm argument:

[jboss-user] [Security JAAS/JBoss] - Re: Dynamic login config broken in JBoss 5 Beta4

2008-10-21 Thread [EMAIL PROTECTED]
Ales, if I put beans inside xxx-jboss-beans.xml and place it inside a jar in the EAR/lib, I saw that it was not getting deployed. Do you know we scan there (I mean the ear classpath) for the beans? View the original post :

[jboss-user] [Javassist user questions] - Obtaining method's body

2008-10-21 Thread ad-rocha
Hi all, Is there a way to obtain the string code in an existing method's body? Thanks, Andre View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183501#4183501 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183501

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss server stand alone with tomcat and apache

2008-10-21 Thread erasmomarciano
May you please explain? Do you want to configure Jboss with Apache , you use an external Tomcat? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183502#4183502 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183502

[jboss-user] [Security JAAS/JBoss] - Re: JaasSecurityManager.doesUserHaveRole?

2008-10-21 Thread alegomes
Actually, I was trying to check the user role using JaasSecurityManager.doesuserHaveRole(Principal principal, Principal role) but, as stated in javadoc [1,2], 'principal' argument is ignored, and as long as I don't have any authenticated user, I can't use this method. :-( [1]

[jboss-user] [Advanced Documentation] - Re: JBoss AS in production environment

2008-10-21 Thread [EMAIL PROTECTED]
Thank you for very fast replay:). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183504#4183504 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183504 ___ jboss-user mailing list

[jboss-user] [Advanced Documentation] - Re: JBoss AS in production environment

2008-10-21 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : Thank you for very fast replay:). sorry - reply not replay :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183505#4183505 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183505

[jboss-user] [JBoss jBPM] - Re: Invoke jBPM workflow from external app

2008-10-21 Thread ruchika
hi Ashish, Were u able to solve this problem (couldn't parse jbpm configuration from resource 'jbpm.cfg.xml')? If yes, can you provide me with the steps. I am trying to call it from external java standalone program. Any help will be greatly appreciated. Regards, Ruchika View the original post

[jboss-user] [Security JAAS/JBoss] - Re: Dynamic login config broken in JBoss 5 Beta4

2008-10-21 Thread alesj
[EMAIL PROTECTED] wrote : So, if an user wants to bundle beans inside EARs, where does he need to put? Plain jar inside ear? e.g. someapp.ear/my-beans.jar - META-INF/mybeans-jboss-beans.xml - com|org|net|si| ... View the original post :

[jboss-user] [JBoss jBPM] - Re: Java code and JBPM deployed in diferents servers

2008-10-21 Thread rafael_hernandez
Hi kukeltje, sorry for my insistence but, more than see a particular example i would like to read some tutorial related to this topic, for example there is some tutorial or doc where i can see the complete list of the commands i can invoke through a RemoteCommandService, and an explanation of

[jboss-user] [EJB 3.0] - Accessing jboss ejb3 (4.2.3) from tomcat 6.0.18 client

2008-10-21 Thread jahskee
Hi i want to access an EJB3 deployed in JBoss AS 4.2.3 from tomcat 6.0.18 client in which these two servers are installed on different machine...I cant find any documentation to this... Any Help! Thanks! View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - How do you do a where column in ( .... in EJB-QL

2008-10-21 Thread kasim
So not sure if this question should be in here or the EJB 3 section but i can't seem to find the answer to this if there is one. I basically have for my named query - select e from TABLE where column in (:stuff) ... now how do i populate stuff? It wont acccept an array, if i pass a comma

[jboss-user] [JBoss jBPM] - authorization, roles in jbpm

2008-10-21 Thread laszlo99
Hi I've downloaded jBPM-Suite and succesfully started jbpm-console under jboss. But I have to use another app server and I don't know how roles are passing to gravel (lib). I mean when I use jboss as app server, in login-config xml are defined rules like where roles should be taken from. Then

[jboss-user] [JBoss Messaging] - Re: Duplicate message after recovery rollback

2008-10-21 Thread szhigunov
I agree with what you said, but it is not what happened. In my scenario there were three delivery attempts. 1) The first one failed and was eventually rolled-back. 2) The second one committed. It happened as soon as JBM client started up after the failure and reconnected to the remote queue

[jboss-user] [JBoss AOP] - Re: How to deploy a WebApplication in Tomcat with Jboss AOP?

2008-10-21 Thread DerMas
Works with my sample Project with xml bindings :) | public class ContextListener implements ServletContextListener { | | public void contextInitialized(ServletContextEvent arg0) { | try { | AspectXmlLoader.deployXML(new

[jboss-user] [Advanced Documentation] - Re: JBoss AS in production environment

2008-10-21 Thread [EMAIL PROTECTED]
I want to ask a simple question to Sheng. Is BEA is so enterprise centric that it is not suitable to be run in his basement or its fee bit him (in spite of being an employee) that he had to go the FOSS route? I guess BEA has to resort to FUD on mailing lists (JBoss folks do not do it) because

[jboss-user] [Beginners Corner] - JBoss Cache

2008-10-21 Thread muddu_shafi
In my project some of the requests take almost 4 minutes to respond and it appears that there are too many requests made to the database. Upon reading some articles, It said that a good practice to store the results of a request in a cache, instead getting them from database. I have heard about

[jboss-user] [JNDI/Naming/Network] - Re: BMP Bean deployed but ClassCastException

2008-10-21 Thread jelid
Many thanks. I was almost desperate. The link is very useful!!! My situation was the following: Servlet client of the EJB and the EJB on the same Server (ClassLoading problem). I resolve the problem setting the Class-Path property in the MANIFEST of the Client including the original jar file

[jboss-user] [Microcontainer] - Re: jboss-classloading.xml module names

2008-10-21 Thread [EMAIL PROTECTED]
Am I correct in assuming that if jboss-classloading.xml is present, any osgi manifest will be ignored? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183542#4183542 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183542

[jboss-user] [Microcontainer] - Re: jboss-classloading.xml module names

2008-10-21 Thread alesj
[EMAIL PROTECTED] wrote : Am I correct in assuming that if jboss-classloading.xml is present, any osgi manifest will be ignored? It's all about how we write and order deployers at the end. ;-) But yes, if you ask me, we should consider our CLMD before anything else. View the original post :

[jboss-user] [JBoss AOP] - Re: Do I need to have all the classes to run aopcompiler on

2008-10-21 Thread DerMas
[EMAIL PROTECTED] wrote : Can't remember about aop 1.5.x, but in aop 2.0.0.GA we support system properties in aop.xml. Here's an example from our testsuite: [...] | Maybe I missunderstood your example, but in order to get my VM arguments: | -Djboss.aop.exclude=org |

[jboss-user] [JBossWS] - JBossWS 3.0.4 Released

2008-10-21 Thread [EMAIL PROTECTED]
I'm happy to announce the release of JBossWS 3.0.4 GA which includes Native, Metro and Apache CXF integration. For a list of the new features, improvements and bug fixes, please refer the release notes available here:

[jboss-user] [JNDI/Naming/Network] - Re: $Proxy67 cannot be cast to org.jbpm.ejb.LocalCommandServ

2008-10-21 Thread jelid
Follow this link suggested by Jaikiran: https://www.jboss.org/community/docs/DOC-9280 Just follow the indication. I hope this Help you too. good luck!!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183551#4183551 Reply to the post :

[jboss-user] [Beginners Corner] - Please answer

2008-10-21 Thread Silenius
I've never been to a forum where so many questions are left without an answer. It's really sad to see... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183561#4183561 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183561

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Not able to run Application on Jboss from remote machine

2008-10-21 Thread myforum
Thanks very much friends. I am able to solve problem. as per your say I changed my JDk to 1.5 and re install JBOSS then it works... Now I m able to bind the address also. Once again thanks very much... View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem creating service jboss.security:name=XMLLoginCon

2008-10-21 Thread PeterJ
I asked about the build script; what you posted is not the build script. Also, you never said what this batch file extract is. Is it part of run.bat or something else? Also, the batch file extract you posted shows several env vars being set, but not used so I have no idea of how this

[jboss-user] [JBoss Messaging] - Re: org.jboss.xb.binding.JBossXBRuntimeException: Failed to

2008-10-21 Thread ilangocal
Peter I did not realize I was posting in the wrong place. Thanks for pointing that out to me. I have not tried this one with JBoss 4. I did not post the full stack trace because I was naive. I thought there was too much to paste here. I am developing an EJB 3 application using MDBs. The

[jboss-user] [EJB 3.0] - Re: Exception in Distributed transaction in EJB3.0

2008-10-21 Thread jaikiran
I would suggest that you attach a debugger and try to step through the code and see what exactly is causing the exception. This, at this point, looks too specific to your application and oracle driver than EJB3. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss server stand alone with tomcat and apache

2008-10-21 Thread PeterJ
If I understand correctly, you want Tomcat to handle servlets and JSPs, and let JBossAS handle EJBs. There is no special configuration needed for either JBossAS or Tomcat to do this - all you really need is when a servlet looks it up an EJB in JNDI, the servlet needs to provide the JBossAS JNDI

[jboss-user] [JBoss jBPM] - Re: classcast exception getting tasknode

2008-10-21 Thread kukeltje
then it is indeed ok to use it from the definition. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183574#4183574 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183574 ___

[jboss-user] [EJB 3.0] - Re: Accessing jboss ejb3 (4.2.3) from tomcat 6.0.18 client

2008-10-21 Thread jaikiran
You will have to do the (usual) JNDI lookup and pass the correct JNDI properties (corresponding to JBoss) and the correct jndi-name. See if this helps http://www.jboss.com/index.html?module=bbop=viewtopict=135363 View the original post :

[jboss-user] [JBoss jBPM] - Re: Invoke jBPM workflow from external app

2008-10-21 Thread kukeltje
it is all just classpath issues the config file has to be available View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183575#4183575 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183575

[jboss-user] [JBoss jBPM] - Re: Java code and JBPM deployed in diferents servers

2008-10-21 Thread kukeltje
Ahhh tuturials... but that is not what you asked for. Sorry, this part is under development and no docs for this yet and certainly no tutorial. But, imo, the tests are very clear and you should be able to get lots of info from them View the original post :

[jboss-user] [JBoss Messaging] - [Problem]Jmx function of JBM is not found in certain server

2008-10-21 Thread hendra_netm
hi guys, Some times ago, I developed an application which tries to monitor jms queue by using the jmx function provided by jboss. Due to its limitation, I added some functions to fulfill my needs. The jboss messaging is installed on two virtual servers, lets call them A and B. Problem is, the

[jboss-user] [JBoss AOP] - AOP 2.0.0.GA released

2008-10-21 Thread [EMAIL PROTECTED]
See here for the details http://jbossaop.blogspot.com/2008/10/jboss-aop-200ga-released.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183587#4183587 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183587

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Unable to use a packaged jsp tag library(Jboss 4.2.2G.A)

2008-10-21 Thread mauroarc
Hi, i have a big problem in these days, i'm trying to move some jsp tag files from WEB-INF/tags directory in a standalone jar library, because i need to build a general utility library for use from various web applications. I followed Sun tutorial specs( i put the tag files in META/INF/tags and

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Unable to use a packaged jsp tag library(Jboss 4.2.2G.A)

2008-10-21 Thread PeterJ
I just now looked at jsf-impl.jar, which contains the JSF tag libraries. There, the tag classes are located in the base directory (with all the other classes), and the tld files are in META-INF. Perhaps you should try that structure. View the original post :

[jboss-user] [JBossWS] - Re: Several pictures on JBossWS doc page missing

2008-10-21 Thread [EMAIL PROTECTED]
I've created a jira issue for this, thanks. https://jira.jboss.org/jira/browse/JBWS-2366 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4183591#4183591 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4183591

[jboss-user] [Beginners Corner] - Re: Please answer

2008-10-21 Thread PeterJ
People answer posts when they are reasonably confident that they can provide some help. Several things will cause questions to remain unanswered: 1) Asking how to do something that is not possible. 2) Using a combination of outside components. For example, I am using X and Y and Z, but when I

  1   2   >