[jboss-user] [Installation, Configuration Deployment] - Re: Programmatic Deployment using JSR 88

2006-09-25 Thread janapoornavel
kishore, jboss-jsr 88 deployment api is not complete ,specifically from the aspect of providing support for interactive configuration.please understand the fact the jsr-88 doesnt eliminate the need for app-server specific deployment descriptors,for more understanding please visit

[jboss-user] [JBossCache] - Re: replicating pojocache

2006-09-25 Thread noamg
The interceptor works fine on both ServerA and ServerB, and getTotal returns the correct value. The problem I was having was in ClientB - In the client, the interceptor sees that the object is not connected to the cache (The private field is transient, so in the client it is null), and returns

[jboss-user] [Security JAAS/JBoss] - Re: Can't get access right from Java Client

2006-09-25 Thread jaikiran
As per the documentation of ClientLoginModule (http://wiki.jboss.org/wiki/Wiki.jsp?page=ClientLoginModule) : anonymous wrote : Note that this login module does not perform any authentication. It merely copies the login information provided to it into the JBoss server EJB invocation layer for

[jboss-user] [Beginners Corner] - Re: Doubt in Packaging of Application

2006-09-25 Thread jaikiran
You can either go for archived ear or an exploded ear. Both will work. However as you mention that you will be using this in a development environment, i would suggest the exploded form since changing files in the exploded form is easier as compared to the archived form and also the

[jboss-user] [Management, JMX/JBoss] - Re: Programmatic Deployment using JSR 88

2006-09-25 Thread janapoornavel
hi kishore, sorry to double post,but still to make things clear. it is not very much incomplete.it has stuff except for supporting configuration by interaction,which i dont how jboss folks are going to do ? but other than that if you take up the code from the cvs ,it should

[jboss-user] [EJB/JBoss] - Re: Run some code after deployment

2006-09-25 Thread jaikiran
Use a MBean and add a depends tag for your session bean. Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=HowCanAnMBeanDependOnASessionBean View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973802#3973802 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Using the @Factory annotation and stateless session bean

2006-09-25 Thread CptnKirk
anonymous wrote : I assumed that because the init method has been annotated with a Factory annotation and the testVar component is initially null - that this would cause the init method (i.e. method annotated with the Factory annotation) to be invoked whenever one invokes any business method in

[jboss-user] [JBoss Seam] - Re: Drop Down Menu Using Seam and Facelets

2006-09-25 Thread yj4jboss
Hello Denis, I had declared getModel() in the interface.I could only get your code to work by doing the following changes: | | public MapString,Object model = new TreeMapString,Object(); | | // Instead of public MapString,Object model; | | |

[jboss-user] [JBoss Seam] - Re: Seam Object in JSP Scriptlet

2006-09-25 Thread mrohad
what about ENUM ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973805#3973805 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973805 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration Deployment] - deploying a connector using jsr-88

2006-09-25 Thread janapoornavel
hi , i was able to deploy the usual jee application artifacts like (*.ear,*.jar and *.war) using the jboss-jsr 88 deployment support ,but i could not do that for the Connectors.the deployment plan which got created for *.ears,*.jars and *.wars were understood by the API and it

[jboss-user] [JBoss jBPM] - Inbox to integrate with JBPM

2006-09-25 Thread srikanth_nadhamuni
An important component of most workflow systems is the ability to distribute items-of-work to the various actors(account holders) through an Inbox mechanism. Since you need to control the flow, and SMTP based email client will not cut it (since multiple copies can be sent out breaking the

[jboss-user] [Clustering/JBoss] - Re: Fail-over and fail-back behaviour with 4.0.4

2006-09-25 Thread [EMAIL PROTECTED]
Apache mod_jk plus JBossWeb (Tomcat inside of JBoss) would allow you to do this, but with some manual intervention: - You have nodes 1 and 2 - Configure node 2 to be backup, so no traffic is sent to it (disabled=true in workers.properties) - Configure node 1 to have node 2 as failover - When

[jboss-user] [JBossCache] - Re: PojoCache and getObject()

2006-09-25 Thread sphinxmember
HI, I am using Jboss Cache 1.4 Buddy replication is not configured , My application requirement is such that I need nodeVisited event triggered on getObject call on pojo cache. Kindly let me know how to configure it without starting buddy replication. Thx View the original post :

[jboss-user] [JBoss Messaging] - Poor performance after replacing JBossMQ

2006-09-25 Thread omerlin
Hello, Trying to improve the performance on our application, i tried to replace the plumbering - as i saw the performance should be signifantly better with JBossMessaging. We use the JBoss4.0.4GA . I followed the How-to wiki and had to change some lines of code (I should open a minor bug on the

[jboss-user] [JBoss Seam] - Re: 1.0.1 GA

2006-09-25 Thread ge0ffrey
Good to hear it's fixed for 1.0.2 :) Also I noticed that I had to deploy the dvd-ds.xml manually to my deploy dir. ant deploy didn't do that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973812#3973812 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Can't see log message or system.out.print from servlet,

2006-09-25 Thread jaikiran
What logs were you expecting on the console? Were they some specific log messages from your application? What was the level of the log messages, was it DEBUG? The server.log file in the %JBOSS_HOME%/server/default/logs folder will have all the additional log messages that you might be

[jboss-user] [JBoss jBPM] - Re: jBPM with JBoss vs. without JBoss

2006-09-25 Thread kukeltje
no, jBPM can run on a standalone tomcat as well. AFAIK, the only thing you will not have is the enterprise grade async messaging. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973815#3973815 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Inbox to integrate with JBPM

2006-09-25 Thread kukeltje
uhh did you look at the jbpm webapp? There is a personal and group tasklist in there View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973816#3973816 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973816

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss3.2.5 earlier with JDK5

2006-09-25 Thread jaikiran
anonymous wrote : 2) If an application(on JBoss AS 3.2.5 or earlier) compiles run under JDK5 is it still ok? If your application is not dependent on some JMX stuff, the application should run fine on JBossAS - 3.2.x with JDK5 View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: Deploy and register Web Services

2006-09-25 Thread _roberto
Nobody knows it? :-(( My english is not correct enougth and nobody understand what I mean? :-( Bye, Roberto. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973819#3973819 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Faces FAILED load unsupported major.minor version

2006-09-25 Thread jaikiran
Which version of JDK are you using with JBoss. Looks like(just a guess), the Alfresco is compiled using some other version Java. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973820#3973820 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: Deploy and register Web Services

2006-09-25 Thread jaikiran
Roberto, I havent worked with webservices, but see if this chapter from JBoss is going to help: http://docs.jboss.org/jbossas/jboss4guide/r2/html/ch12.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973821#3973821 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: problem in looking up EJB 2.0 in JBoss4.0.4.GA

2006-09-25 Thread jaikiran
Is your bean's interfaces (remote/local or localhome/remotehome) packaged in more than one places(may be in the war and then in some jar). If yes, then remove it from the war and maintain it in only one single jar file. Also, have a look at:

[jboss-user] [Installation, Configuration Deployment] - Jboss 4.0.4 POST parameters los when unsing AJP1.3

2006-09-25 Thread alukovic
I use Apache WS for static content and I integrated it with Jboss (Tomcat) using AJP1.3 connector. From the static page I am passing some parameters to the dynamic content using POST method and it all worked fine until Jboss 4.0.4 (last working version I tried it on was Jboss 4.0.3SP1). Since I

[jboss-user] [JBossWS] - WSDL-first message-style ws?

2006-09-25 Thread omatzura
Hi! I want to implement a WSDL-first web-service but want to do the databinding myself.. wscompile has a nodatabinding option for this when generating server-side artifacts.. wstools/wsdl-java does not seem to have this option.. Can I use the jaxrpc-mapping file generated by wscompile

[jboss-user] [JBoss Messaging] - Re: IllegalStateException with ejb3

2006-09-25 Thread mwelss
No. We had it several times that one day, but not since then. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973825#3973825 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973825

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - ejb3 referential integrity problem

2006-09-25 Thread pvelarde
Hi everybody, I've got two ejb3 beans A and B, related with a ManyToOne from A to B. The system allows me to delete bean B without raising an error. It seems no referential integrity is been checked. Does anybody knows why there is no referential integrity¿? Am I doing something wrong or need

[jboss-user] [Testimonials] - Re: ATG on JBoss - How good is ATG stuff

2006-09-25 Thread cunparis
I'm not surprised that you don't find anything. Very few projects are using it, and you can forget any idea of getting support on the internet. I'm searching for a way to get ATG, JBOSS, Eclipse working together so that I don't have to create deploy an EAR every time a change a JSP! ATG is

[jboss-user] [Installation, Configuration Deployment] - Re: Problem in deploying web modules

2006-09-25 Thread JagaG
There was a mistake in the jar file only. Resolved now. Thanks Peter. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973828#3973828 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973828

[jboss-user] [JBoss Portal] - Re: Facing problem in getting the portal

2006-09-25 Thread raj.shanmug
I checked whether the external db port is listening and that it works fine. Then i have one major doubt. They have given the Instance name as MSSQLSERVER. So do i need to change my ds name in the portal-mssql-ds.xml from PortalDS to MSSQLSERVER. Then i have configured the standardjaws.xml

[jboss-user] [Installation, Configuration Deployment] - Re: Deploy and register Web Services

2006-09-25 Thread _roberto
I watch it immediately ! :-) Thank youuu! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973830#3973830 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973830 ___ jboss-user

[jboss-user] [JBoss AOP] - howto hotswap ?

2006-09-25 Thread waffels
i've been doing a lot of reading on hotswapping, but i can't find an example of hotswapping anywhere. I have written some code with someaspects, and i'd like to be able to hotswap the aspects, I'm using the eclipse IDE, Is there anyone that can help me on my way , or that has a link to a

[jboss-user] [Installation, Configuration Deployment] - how to use JBoss Eclipse with ATG

2006-09-25 Thread cunparis
I know there is a 0.001% chance but I'm looking for input on using ATG with Eclipse JBoss. The recommended ATG approach is to run their script which generates an EAR, deploys it to jboss, and then runs jboss. The problem is they want us to do that for every change, including modifying some

[jboss-user] [Installation, Configuration Deployment] - Re: how to use JBoss Eclipse with ATG

2006-09-25 Thread jaikiran
This does not look specific to ATG. As per me, what you are looking for is redeploying your application whenever there are some changes to your code/jsps(correct?) Exploded deployment looks like an option for you. These links from the JBoss wiki might help you in deciding your approach:

[jboss-user] [Installation, Configuration Deployment] - Re: Log4jRepositorySelector undeployment problem

2006-09-25 Thread wberkel
I also ran into this problem and I am sorry to say phanir's solution does not work for me. I still get the same error. I did find some additional information on this problem at: http://www.mail-archive.com/log4j-user@logging.apache.org/msg07198.html View the original post :

[jboss-user] [JBoss Seam] - JBPM and Seam integration. What am I doing wrong?

2006-09-25 Thread Jump
So I created a process by means of the @CreateProcess annotation @Stateful @Name(createOrder) public class CreateOrderImpl implements CreateOrder, Serializable { @Logger Log log; @CreateProcess(definition=order issuing)

[jboss-user] [Clustering/JBoss] - Re: Some Issues with clustering on JBoss 4.0.4 and EJB stub

2006-09-25 Thread MarcReis
I would also like to know about that :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973838#3973838 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973838 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Beginners Problem: Stateful component was removed...

2006-09-25 Thread petemuir
Is this the first exception to appear? It appears that the (EJB3 persistence) transaction you are using is broken from the exception. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973839#3973839 Reply to the post :

[jboss-user] [JBoss Seam] - Re: problems with ms sql

2006-09-25 Thread petemuir
I would suggest asking on the hibernate.org forum or in the JBoss EJB3 forum. Seam is only wrapping EJB3 persistence (to provide support for long-runing conversations) in it's transaction management. View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Clustered SSO

2006-09-25 Thread MarcReis
I have run some tests for performance measurements and have noticed that in a cluster of two 4.0.4GA (Apache 2.0, mod_jk 2.0.55, Sticky Sessions) when simulating a failure (shutting down the server, to which the connection has been assigned) and then failing over to the other node of the

[jboss-user] [JBoss jBPM] - BPEL beta2 - com.sun.tools.javac.Main - Java 1.5.0_07

2006-09-25 Thread KVAK_TNT
For anyone who will get the same error while starting wscompile in BPEL beta 2 - here is the error and following up the sollution: ERROR if you use Java 1.5.0_07 Buildfile: C:\EWorkspace\bpel-beta2\jbpm.bpel\doc\examples\atm\build.xml | wscompile: | [wscompile] command line: wscompile

[jboss-user] [JBoss jBPM] - Re: BPEL beta2 - com.sun.tools.javac.Main - Java 1.5.0_07

2006-09-25 Thread KVAK_TNT
Hi again! maybe another reason for the failure: Eclipse: Window \ Preferences \ Ant \ Runtime \Global Entries: There is actually my jdk 1.5.0_06\lib\tools.jar added. Maybe this has been the failure. Greetings Claus View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: Partly annotated MDB

2006-09-25 Thread S0d0
Tha BrokerURL doesn't work either. I though it works because in Sonic JCA Adapter, when BrokerURL is null, it is defaulted to tcp://localhost:2506 and on my devel server SonicMQ is installed to default port I noticed this when I tried to run app on production server where SonicMQ is running

[jboss-user] [EJB 3.0] - Custom/Tagged merge (XPost)

2006-09-25 Thread fatbatman
XPost - http://forum.hibernate.org/viewtopic.php?t=965178 Hi, Is there any way to annotate specific entity properties with tag(s) such as @merge(fromClient) public String getMessage(){ return message; } and then perform a em.customMerge(obj,fromClient); that will only merge the fields

[jboss-user] [Management, JMX/JBoss] - Multiple depends

2006-09-25 Thread jactor
I am trying to develop a service which is using a stateless session bean (EJB3). So I am dependent of this bean, but this bean is dependent on a persistence unit which seems to be deployed. ObjectName: jboss.j2ee:jar=concept.jar,name=EntityServiceBean,service=EJB3 | State: NOTYETINSTALLED

[jboss-user] [Management, JMX/JBoss] - Re: Multiple depends

2006-09-25 Thread jactor
... I had a typo... anonymous wrote : this bean is dependent on a persistence unit which seems NOT to be deployed. | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973851#3973851 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Compile the tutorial examples

2006-09-25 Thread zetzioni
cool, thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973852#3973852 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973852 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - Re: Compile the tutorial examples

2006-09-25 Thread zetzioni
cool, thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973853#3973853 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973853 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - Re: Compile the tutorial examples

2006-09-25 Thread zetzioni
cool, thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973852#3973852 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973852 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration Deployment] - Problems facing Installation of JBoss

2006-09-25 Thread raj.shanmug
Could you help further in going ahead with this installation. I have followed the following steps. From Binary 1. I have downloaded the jboss AS 4.0.2.zip and extracted the same in my E:/Server and renamed the same folder as E:/Server/jboss 2. Then I downloaded the jboss portal

[jboss-user] [JBoss jBPM] - Bpel + EJB

2006-09-25 Thread matconejero
Hi I´m working with bpel and i´d like to know if is possible use EJB to build a Bpel file. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973856#3973856 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973856

[jboss-user] [Beginners Corner] - Caching large volumes of entities

2006-09-25 Thread ihunter
Hi Folks, We have a server designed to serve 'live' database data. We have now been asked to provide a facility for querying 'historical' database data from the database. I *think* that serving up large volumes of historical data would consume resources and slow down the live service. [I

[jboss-user] [JBoss Portal] - Re: Security constraints for portlets

2006-09-25 Thread franco12
I got the same problem ACL are working for 'pages' but not for 'windows'. I'm also unable to find the link to create a user. I'm using JBoss Portal 2.4.0-GA (bundle with AS) on Windows View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973859#3973859 Reply

[jboss-user] [JBoss Portal] - Re: Security constraints for portlets

2006-09-25 Thread franco12
anonymous wrote : I'm also unable to find the link to create a user. sorry ! I found it :) François View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973862#3973862 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973862

[jboss-user] [JBoss Seam] - Developing an extensible web app

2006-09-25 Thread SpecialAgent
Hi all, I am new to 2EE/J EE 5. I want to develop an extensible web application, which supports hot plug/in functionality. So, like the Eclipse Rich Client Framework (RCP) my web app should offer some extension points and all the stuff surrounding this topic to develop an independent plug in

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - STart Servlet

2006-09-25 Thread golanbln
Hello everybody... i have an Application and dleployed under JBoss4.0.1sp1...everything work fine now i configured apache with mod_jk.. my quistion is how can i start a servlet that i have some thing like this: to start the application i have wo write: www..com/index.jsp what i need is:

[jboss-user] [EJB 3.0] - EJB versions

2006-09-25 Thread jimcarrey
Hi, I'm a beginner so please bare with me on this. My question is on the versioning of the EJB 3.0 releases. What does EJB 3.0 RC 8 mean? Is this purely a JBoss only style? What does the RC mean? Also how do I know what version of hibernate this supports? Many thanks Jim View the original post

[jboss-user] [Beginners Corner] - HOw to start my Application???

2006-09-25 Thread golanbln
Hello everybody... i have an Application and dleployed under JBoss4.0.1sp1...everything work fine now i configured apache with mod_jk.. my quistion is how can i start a servlet that i have some thing like this: to start the application i have wo write: www..com/index.jsp what i need is:

[jboss-user] [JBoss Portal] - how can i start my application??

2006-09-25 Thread golanbln
Hello everybody... i have an Application and dleployed under JBoss4.0.1sp1...everything work fine now i configured apache with mod_jk.. my quistion is how can i start a servlet that i have some thing like this: to start the application i have wo write: www..com/index.jsp what i need is:

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Deploy project on JBossq

2006-09-25 Thread Iznogoud
Nevermind, I figured it out. Moderator: please delete this thread. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973875#3973875 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973875

[jboss-user] [Beginners Corner] - Re: Will there be a JBoss 3.2.x with Xalan 2.7?

2006-09-25 Thread jcostian
Can You post the patch to me? Or can You point out the bug in the xalan 2.6? Thanks, Janne View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973876#3973876 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973876

[jboss-user] [JBoss Seam] - Re: dvd store example

2006-09-25 Thread [EMAIL PROTECTED]
Eeek, my bad, I guess i broke it when I upgraded jBPM. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973880#3973880 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973880 ___

[jboss-user] [JBoss Seam] - Re: JBPM and Seam integration. What am I doing wrong?

2006-09-25 Thread [EMAIL PROTECTED]
Are you passing the task id in the taskId request parameter when you call startTask() ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973882#3973882 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973882

[jboss-user] [JBoss Seam] - Re: Could not find Stateful bean

2006-09-25 Thread carojas
yes, I am deploying my application as ficitec.ear View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973883#3973883 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973883 ___

[jboss-user] [JBoss Seam] - Automatic Entity merge

2006-09-25 Thread McLoud
While looking at the examples considering if I'm going to switch from spring opensessioninview to seam I noticed something: @Begin public String selectHotel() { hotel = em.merge( hotelSearch.getSelectedHotel() ); return hotel; } That is called when a second view is about

[jboss-user] [JBoss Portal] - LoginModule calling external applications

2006-09-25 Thread den74
Hi all, i have to integrate an external application for users validation, and i'm not sure about the best XXXLoginModule to extend and the methods that have to be overided? I think I just need to re-write methods for user validation and user Roles retrive, but i don't know which they are.

[jboss-user] [Installation, Configuration Deployment] - org.jboss.util.Scheduler: in what JAR!?!?!?

2006-09-25 Thread galo.navarro
I can't get the Scheduler examples working and I can't find the JAR where this class is! help anybody? org.jboss.deployment.DeploymentException: No ClassLoaders found for: org.jboss.util.Scheduler; - nested throwable: (java.lang.ClassNotFoundException: No ClassLoaders found for:

[jboss-user] [JBoss Seam] - Re: Beginners Problem: Stateful component was removed...

2006-09-25 Thread petemuir
I suspect the component is removed because of the transaction error. Most likely you've got an error starting the pageflow and the exception is being swallowed. Try using start-state rather than start-page View the original post :

[jboss-user] [Security JAAS/JBoss] - request.isUserInRole(

2006-09-25 Thread carlosgyn
Hi, I am not getting role an user, in my application. Where this the mistake? I am making the authentication in LDAP and getting to bring user and roles her that he belongs. I am using Struts. = web.xml== security-role PV role-nameWAR0001/role-name /security-role

[jboss-user] [Installation, Configuration Deployment] - Service bindings - service locations

2006-09-25 Thread kipper3d
Hello, I have been reading up on: http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringMultipleJBossInstancesOnOneMachine About multiple jboss services on one server. My question is can one have jboss running as jboss user and then have the different services running under different users in

[jboss-user] [JBoss Seam] - Re: JBPM and Seam integration. What am I doing wrong?

2006-09-25 Thread Jump
Well, actually I didnt. But pooledTask.assignToCurrentActor worked fine, does not that mean, that somebody already outjected taskId variable? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973890#3973890 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Automatic Entity merge

2006-09-25 Thread petemuir
It depends whether the entity is detached or managed by the container. As long as the entity is managed then unless you have transactions disabled or automatic flushing turned off then updates will be persisted by the container. View the original post :

[jboss-user] [Installation, Configuration Deployment] - JBoss 4.0.4 has always a SQLException: Table already exists:

2006-09-25 Thread mrimbeau
Enviroment: jboss 4.0.4 with ejb3 (jboss-4.0.4.GA-Patch1-installer.jar) jdk 1.5.0_07 Windows XP After installing and starting jboss 4.0.4 (without any further configurations)there is always a SQLException: Table already exists: JMS_MESSAGES This failure appears also when i changed the data

[jboss-user] [JBoss Seam] - Re: JBPM and Seam integration. What am I doing wrong?

2006-09-25 Thread Jump
And by the way, are there any ways to pass taskId when I call endTask(). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973894#3973894 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973894

[jboss-user] [EJB 3.0] - Re: Bidirectional one-to-many resulting in multiple (identic

2006-09-25 Thread swenbarth
I can also confirm this problem for JBoss 4.0.4GA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973896#3973896 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973896 ___

[jboss-user] [JBoss Seam] - Re: Problem testing seam using EntityManager

2006-09-25 Thread c_eric_ray
no. i gave up on it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973898#3973898 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973898 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration Deployment] - Re: Service bindings - service locations

2006-09-25 Thread kipper3d
Ah you cant edit posts here... I've been following through deeper into docs regarding service bindings and im a bit confused. I'll come back when i have my questions refined. But if you have some info such as a good direction to point me to - please dont hesitate! Thanks! View the

[jboss-user] [JBossCache] - Re: Replication Problem When Nodes Have Gone Away

2006-09-25 Thread jbirkenmaier
Is there any way to solve #1 by using REPL_SYNC? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973902#3973902 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973902 ___ jboss-user

[jboss-user] [EJB 3.0] - Re: RC9 is out

2006-09-25 Thread jimcarrey
Why does it not say what version of hibernate is shipped with RC9 in the release notes? Where canI go to recommend this should be done. The reason is I want to be able to debug and see what is going on in some complex persistence use cases. If I can be 100% sure what version of hibernate is

[jboss-user] [JBoss Messaging] - Re: Poor performance after replacing JBossMQ

2006-09-25 Thread timfox
Having multiple consumers with selectors on a queue is normally an anti-pattern (http://jira.jboss.com/jira/browse/JBAS-1348), and will always have poor performance compare to using selectors with topics. This will be true for any JMS implementation. However I am surprised there is such a

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Clustered SSO

2006-09-25 Thread [EMAIL PROTECTED]
Perhaps you are seeing http://jira.jboss.com/jira/browse/JBAS-3096? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973904#3973904 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973904

[jboss-user] [JBossWS] - Re: EJB3 SessionBean endpoint and security

2006-09-25 Thread boby
I have the same problem, whereas with Axis 1.4, that works. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973905#3973905 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973905 ___

[jboss-user] [Clustering/JBoss] - Re: Some Issues with clustering on JBoss 4.0.4 and EJB stub

2006-09-25 Thread [EMAIL PROTECTED]
Are your beans marked clusteredtrue/clustered in jboss.xml? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973906#3973906 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973906

[jboss-user] [JBoss Seam] - Re: Drop Down Menu Using Seam and Facelets

2006-09-25 Thread denis-karpov
Do not call fillMaps(); in a getter. I think it will solve all of your problems. Good place to call it in the factory method or like that. Then, I think you misunderstand this line model.put((Empty),-1); // Add EMPTY element if needed It is EMPTY element. It is needed to

[jboss-user] [EJB 3.0] - Difference in EJB 3.0

2006-09-25 Thread jimcarrey
Apologies for the stupid question, what is the difference between the EJB 3.0 shipped with Sun and JBoss? Is it a case that if I am using JBoss app server I must always use the JBoss EJB 3.0 or something? View the original post :

[jboss-user] [JBoss Portal] - programmatically disabling caching

2006-09-25 Thread jlacy
Hello, Has anybody experienced any problems trying to programmatically disable caching? We have a set of portlets that are configured to normally perform caching. However, for a certain class of user we need to disable caching. I have tried the following without any luck: public void

[jboss-user] [JBoss jBPM] - Re: jBPM with JBoss vs. without JBoss

2006-09-25 Thread brado
Ronald, Thanks for the reply. Can you expound on what you mean by enterprise grade async messaging? Are you basically saying that JMS won't be available? Thanks, Brad View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973911#3973911 Reply to the post :

[jboss-user] [Beginners Corner] - Persisting data in Web Applications

2006-09-25 Thread jontkwon
Hi, I was wondering what the best practice was if I have a web application that needs to persist some information to a local flat file, where to save that flat file to so that I can retrieve on subsequent restarts of the web app? Thanks, Jon View the original post :

[jboss-user] [Security JAAS/JBoss] - using a porta page within form-login-page

2006-09-25 Thread hubertg
hi, i want to implement the following behaviour: 0. user is not logged in 1. user clicks on protected resource's url 2. portal redirects to a special portal page which contains a portlet which contains itself a form pointing to j_security_check 3. user inputs user/pwd, if authentication

[jboss-user] [JBoss Eclipse IDE (users)] - DRLRuleEditor without DroolsIDEPlugin

2006-09-25 Thread tortois
Is it possible to use DRLRuleEditor without DroolsIDEPlugin being installed? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973914#3973914 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973914

[jboss-user] [JBoss Messaging] - Re: Poor performance after replacing JBossMQ

2006-09-25 Thread omerlin
I'm using the 1.0.1CR4. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973915#3973915 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973915 ___ jboss-user mailing list

[jboss-user] [JBoss Eclipse IDE (users)] - Re: DRLRuleEditor without DroolsIDEPlugin

2006-09-25 Thread [EMAIL PROTECTED]
why would you want that ? It is the DroolsIDEPlugin that provides the DRLRuleEditor. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973916#3973916 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973916

[jboss-user] [JBoss Seam] - Re: Using the @Factory annotation and stateless session bean

2006-09-25 Thread chuckadams
If you want something run on every invocation in a SLSB (or anything else for that matter), you're looking for an interceptor. Check out the @LoggedIn interceptor in the booking example for a simple implementation. The manual covers this interceptor in section 2.6 All @Factory does is

[jboss-user] [EJB/JBoss] - Re: Stateless Session Beans Memory Leak

2006-09-25 Thread mdonato
Hi All, I'm Facing the same problem. I'm using jboss 4.0.2 and the creation of stateless session bean increments over max size of 100, and the remove method is never called by the container. There are a lot of user's using my application, and it become unstable, couse memory leaks and give me

[jboss-user] [JBossWS] - Inject EJB problem in web service method !!

2006-09-25 Thread boby
Hello, I try to inject an EJB with @EJB in WebMethod, but that does not works, whereas with InitialContext is ok. Is it possible to inject an EJB in a web service method ??? Regards, Joan Bordeau View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973920#3973920

[jboss-user] [Clustering/JBoss] - Re: Some Issues with clustering on JBoss 4.0.4 and EJB stub

2006-09-25 Thread [EMAIL PROTECTED]
Sorry, I saw the 1st post in this thread and replied; didn't see the rest of the thread. I'll assume your beans are marked clustered, either via annotation or in the xml. RetryInterceptor is not yet available in EJB3. Don't think it would solve your problem though. I'd need to know more

[jboss-user] [EJB/JBoss] - Re: serious leak container doesnt call ejb remove() -- urgen

2006-09-25 Thread mdonato
Hi all, I have the same problem. I'm using jboss-4.0.2 and a lot of StateLess Session Bean. Using my application a long period of time, the memory leaks and throws an Out Of Memory Exception. And i saw, in web-console that my beans are only created and never removed. Reading docs and

[jboss-user] [JBoss Seam] - Re: Using the @Factory annotation and stateless session bean

2006-09-25 Thread CptnKirk
The difference between @Factory and @Unwrap is that @Unwrap only works on components. @Factory can work on contextual variables as well, like the String example given. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973923#3973923 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Security constraints for portlets

2006-09-25 Thread [EMAIL PROTECTED]
Yes ACL is not effective for windows. You should rather use ACL for instances. We made that choice to keep security configuration not redundant. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973924#3973924 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: Stateless Session Beans Memory Leak

2006-09-25 Thread jaikiran
anonymous wrote : and the remove method is never called by the container Its the client which has to call the remove method and not the server. Have a look at: http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/EJBConcepts9.html Here's an extract from that url: anonymous wrote : At the end of the

  1   2   3   >