[JBoss-user] [Clustering/JBoss] - Re: jms cluster problem need help

2006-05-25 Thread bbkaneda
Many thanks for answering I start on fresh jboss installation and i deploy my application in singleton directory but i have the same error on detination ... i want to deploy my application in this way: I have an'apache web server configurated in load balancing mode on a cluster with 2 nodes wi

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Is it possible to change the associated table name for a CMP

2006-05-25 Thread c96mud
Is it possible to dynamically retrieve and change the configuration for a CMP entity bean? I need to dynamically change the associated table name of a given EJB (defined in jbosscmp-jdbc.xml). If not, is there any functionality similar to Hibernate's NamingStrategy for CMP EJBs? View the orig

[JBoss-user] [JBossWS] - ServiceLifeCycle Question

2006-05-25 Thread burrsutter
I was experimenting with the ServiceLifeCycle in my 181 WS and it would appear that the session is recreated with every invocation/operation. Perhaps there is something in a config file that I need to setup. If so then the doc doesn't mention that fact: http://labs.jboss.com/portal/jbossws/use

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: How to force the Container to call ejbStore();

2006-05-25 Thread chaituu
"chaituu" wrote : "bhupendra.yaduvenshi" wrote : their is tag in standerdjboss.xml in set this paramete as u want this will called ejb pasivate in 1 sec or wht do u want that is the proper way. | | | | Bhupendra | | after setting as 1 sec still container is not calling ejbStore()

[JBoss-user] [JBossWS] - Re: Lame question about the WS problem with receiving of SOA

2006-05-25 Thread burrsutter
JBossWS doesn't like the "ns1:" prefix on the operation or parameter names. I found this with using the MSFT SoapToolkit. Burr View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946720#3946720 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[JBoss-user] [JBossWS] - Re: POJO Complex Type mappings

2006-05-25 Thread burrsutter
Here is one sample that I worked up for the server-side: | package org.jboss.samples; //note: not part of anything official | | import javax.jws.WebMethod; | import javax.jws.WebService; | import javax.jws.soap.SOAPBinding; | import javax.jws.soap.SOAPBinding.Use; | | @WebServi

[JBoss-user] [JBossWS] - Re: [newbie] ant file needed

2006-05-25 Thread burrsutter
I've been thinking about that lately. True newbies (meaning not been through the joys of WS4EE) would be better served with the 181 WebServices from the WAR concept. And you are correct that the little tutorial doesn't address Java-based clients. I'll have to see if there is a way to include

[JBoss-user] [JBoss jBPM] - JBPM deployment problem

2006-05-25 Thread kanishkavatsa
hi all , i am using ECLIPSE 3.1 with jbpm-gpd-site-3.0.9.1 and jbpm-starters-kit-3.1.1 . i have made a simple example using demo given in the site. after saving the project i tried to deploy the project. The server connection was tested and it was showing the connection to be successful. but when

[JBoss-user] [JBossWS] - Re: run webservices in Eclipse

2006-05-25 Thread burrsutter
What do you mean by running on the Eclipse? Some folks are looking at running JUnit test cases from within Eclipse that execute/exercise/validate various EJB3 related components. However, I've not seen any documentation related to the steps involved. Related to EJB3 Unit Testing: http://docs

[JBoss-user] [EJB 3.0] - Re: jnp+http[s] != invocation via http - bug ?

2006-05-25 Thread elkner
"[EMAIL PROTECTED]" wrote : The ejb transport is independent of the naming service transport. | OK, but it is involved/used to create the InvokerLocation for the ejb transport. That's what I wanna tweak wrt. the request. anonymous wrote : The ejb remote binding being looked up has to be confi

[JBoss-user] [JBossWS] - Re: RPC/Encoded support

2006-05-25 Thread burrsutter
This may sound like an odd question but I?m curious to know how many Web Services do you/your corporation provide? The number of different WSDLs might be the easiest way to measure it. I?ve been asking a number of enterprise architects for large corporations to get a feel for the overall exp

[JBoss-user] [JBossWS] - Re: Java EE 5 Web Services Standards Support

2006-05-25 Thread burrsutter
http://labs.jboss.com/portal/jbossws/user-guide/en/html/index.html It seems to me that JBossWS that is part of 4.0.4.GA with the EJB3 profile (using the installer, not just unzipping) has the 181 stuff well covered. However, the team has posted that JAXB2.0 and JAX-WS 2.0 are still incomplete

[JBoss-user] [Installation, Configuration & Deployment] - Re: Can't connect to X11 window server

2006-05-25 Thread visolvejboss
Hello, You told that, Jboss 4.1sp3 with jdk1.5 running under solaris 10. First, I want to know that Is solaris 10 your Destop system or a Server? If It is your Server, Then, The solution for your problem is, To set the DISPLAY Variable. Syntax is, #export DISPLAY=:0 Thanks, -VisolveJBossT

[JBoss-user] [JBossWS] - Re: service not bound

2006-05-25 Thread gduan2000
i thought the jsr181 does not need jaxrpc-mapping.xml anymore... check out this thread where thomas' comment stated http://www.jboss.com/index.html?module=bb&op=viewtopic&t=83501 "[EMAIL PROTECTED]" wrote : The jaxrpc-mapping.xml is not used - full stop. | It is a JSR109 artifact and does not en

[JBoss-user] [Security & JAAS/JBoss] - Re: Problem in persisting session data

2006-05-25 Thread Er. Ashish
Now the problem is become more complicated. Suppose the user is on Page A and clicking on some link here should take him to Page B. But since the session has expired, the server will first take the user to the login screen (I am using JBoss/JAAS for authentication). The login screen appears bec

[JBoss-user] [EJB/JBoss] - Re: talking to remote jboss instance from within jboss

2006-05-25 Thread [EMAIL PROTECTED]
If an EJB is deployed in the same JVM as the caller, JBoss will always optimize the call to the local EJB. If you don't want this behavior, you need to replace org.jboss.invocation.InvokerInterceptor with your own implementation. Simplest way to do that is to subclass it and override the isLoc

[JBoss-user] [JBoss Seam] - Re: Hibernate Validator Issue in jboss-seam-1.0.0.CR3 on JBo

2006-05-25 Thread [EMAIL PROTECTED]
Shouldn't it be message="#{messages['invalid.username']}" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946705#3946705 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946705 ---

[JBoss-user] [Installation, Configuration & Deployment] - 4.0.4GA bug port conflict snmp

2006-05-25 Thread chrisbitmead
I'm having a problem that looks exactly like this bug: http://jira.jboss.com/jira/browse/JBAS-2911 Except that I'm using the binding manager to map ports instead of the -b flag with multiple IP addresses, and I'm getting the port conflict on snmp. Is this a known problem? Anybody else seeing

[JBoss-user] [Performance Tuning] - Re: High CPU Utilization While JBoss Idle

2006-05-25 Thread [EMAIL PROTECTED]
a thread dump is going to be more useful in your case (idle). If this is true (the sockets consuming time), something must be wrong in your OS configuration, as a socket accept or socket read shouldn't take any CPU time at al. Use some OS tools to figure out what's going on in your OS. View t

[JBoss-user] [JBossWS] - Re: Standalone client for JBoss hosted Web Service [using JB

2006-05-25 Thread vink
Even if your client app is a servlet, if you want to access web service you need to generate artifacts. As these artifacts will enable you to communicate with web service. The ant task available with JBoss 4.0.4.GA is not working at my system. So, I've used the commandline utility for generatio

[JBoss-user] [JBoss Seam] - Re: NullPointerException - rg.jboss.seam.contexts.PageContex

2006-05-25 Thread littlesuns
I have got the samiliar exception in my app,i was use the jsf-impl of sun and did not specified the faces-config.xml in my web.xml: also can't find the other listener in my app,but i was use the noEjb and deployed a .war file,here is my stack trace: | java.lang.NullPointerException | a

[JBoss-user] [EJB/JBoss] - Re: Talking to two separate jboss instances at the same time

2006-05-25 Thread jahlborn
So, i found a solution to this problem while tracking down related issues with cross-jboss communication. It boils down to the fact that if you need communicate between distinct jboss clusters, they *must* have distinct partition names. we were using only the mcast_addr and mcast_port to keep

[JBoss-user] [JBoss Seam] - jbossIDE1.6GA and seam CRUD

2006-05-25 Thread jaejong
I want to create reversed seam app by CRUD tool, but I got following exception. I have tryed this jbossIDE1.5 with several nightly build and I got same exception. Expression field.value.typeName is undefined on line 35, column 6 in seam/find.jsp.ftl. The problematic instruction: -- ==>

[JBoss-user] [EJB/JBoss] - Re: talking to remote jboss instance from within jboss

2006-05-25 Thread jahlborn
Clickable http://jira.jboss.org/jira/browse/JBAS-3241 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946698#3946698 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946698 ---

[JBoss-user] [EJB/JBoss] - Re: talking to remote jboss instance from within jboss

2006-05-25 Thread jahlborn
Just to let anyone know who happens upon this topic, i have opened a bug related to this situation here: http://jira.jboss.org/jira/browse/JBAS-3241 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946697#3946697 Reply to the post : http://www.jboss.com/index

[JBoss-user] [JBoss jBPM] - jBPM BPEL how to undeploy

2006-05-25 Thread fwshk
Hi all, I would like to know how to undeploy a process from jBPM BPEL ? (Q1) Besides, which database is preferred for jBPM BPEL persistent ? (Q2) In the previous version (alpha3), I found Oracle is the best. However, Oracle is not preferred in my situration. In addition, where should I got docum

[JBoss-user] [EJB 3.0] - EJB3.0 RC7 warning

2006-05-25 Thread gduan2000
I am getting this warning when deploying after upgrading from RC6 to RC7 anonymous wrote : Hibernate does not support SequenceGenerator.initialValue() I use sequence generator but I don't set the initialvalue. Don't know why this warning shows up. for example, this is my sequence generator defi

[JBoss-user] [Beginners Corner] - JBossProxy

2006-05-25 Thread chane
If there is a more appropriate place to ask this question, please let me know I am using EJB3/Seam and need to access the annotations on a SFSB. When I retrieve the object, the getClass() methods tells me that it is a Proxy object. I have access to the Local interfaces annotations, just no

[JBoss-user] [JBoss Seam] - Hibernate Validator Issue in jboss-seam-1.0.0.CR3 on JBossAS

2006-05-25 Thread [EMAIL PROTECTED]
I was trying to do the following: 1. Add a message resource bundle to SEAM's registration example app faces.config.xml | messages | | en | en | | 2. Make sure that messages_en.properties is in WEB-INF/classes 3. Tweak the User.getUser

[JBoss-user] [JBoss Portal] - HOW to close window

2006-05-25 Thread kevnlin
the porlet window state normal max min Help me How to close window and open (crate ) the portlet window state View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946691#3946691 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Configuring UI2Service

2006-05-25 Thread josey
P.S. I am running jboss4.04GA with the all and clustered EJB3 configurations. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946688#3946688 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946688 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Configuring UI2Service

2006-05-25 Thread josey
Anyone find a solution to this one? I am running into this same issue. ${jboss.bind.address} resolves to the loopback address for JMS clients requesting a connection unless I hardcode the ip address. Setting a system property does not work as indicated in one of the posts above. Note: this i

[JBoss-user] [EJB 3.0] - Re: StackOverflowError Looking Up Stateless EJB3 Bean

2006-05-25 Thread bdecoste
You can use @EJB injection without an ear, but you need to specify the global jndi binding of the target bean with the mappedName param. Do you have a corresponding jboss.xml where the 's are specified for the ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [EJB 3.0] - Re: Unable to catch persist exception

2006-05-25 Thread voidhawc
And I'm using JBossAS 4.0.3SP1. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946685#3946685 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946685 --- All the advan

[JBoss-user] [EJB 3.0] - Re: Singleton Message Driven Bean

2006-05-25 Thread bdecoste
You can limit the number of MDB instances in the pool to 1 with: @MessageDriven(activationConfig = { ... @ActivationConfigProperty(propertyName="maxPoolSize", propertyValue="1") } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946684#3946684 Reply to

[JBoss-user] [EJB 3.0] - Unable to catch persist exception

2006-05-25 Thread voidhawc
Hi, I'm currently developing an application where we want to handle all the exceptions within the application. When calling a persist on an entity which violates a unique constraint in the entity, I'm unable to catch it with the following code. try { // Use the Entity M

[JBoss-user] [JBoss Portal] - Re: Passing request paramter between page

2006-05-25 Thread IvanLatysh
I am using WebModels framework that does all dirty work for you so you can focus on development. That ease action handling and rendering. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946680#3946680 Reply to the post : http://www.jboss.com/index.html?module

[JBoss-user] [JBoss Portal] - Re: Object not found for root page on new install

2006-05-25 Thread jrb2460
I just did a reinstallation with Jboss 4.0.4GA using configuration "All" I'm seeing this now: | 2006-05-25 19:32:46,306 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment listing: | | --- MBeans waiting for other MBeans --- | ObjectName: portal:policy=Porta

[JBoss-user] [JBoss Seam] - Re: Inject object that is outjected from a stateless ejb.

2006-05-25 Thread liudan2005
Thanks Gavin. It works only if I put @Begin annotation in my stateless bean's method. I wonder what gets instantiated when stateless bean 's @Begin method is invoked? Does it actually start a conversation? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=394667

[JBoss-user] [JBoss Seam] - Re: Error deploying seam-booking exmple

2006-05-25 Thread meye1ric
I used the JBoss installer and that worked. Thank you! -Rick View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946677#3946677 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946677 --

[JBoss-user] [Beginners Corner] - Re: JBoss, Drools & the World...

2006-05-25 Thread [EMAIL PROTECTED]
Mailing lists and real time chat details are all available on the JBoss Rules section at JBoss Labs. http://labs.jboss.com/portal/jbossrules good luck Mark View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946675#3946675 Reply to the post : http://www.jboss.

[JBoss-user] [Management, JMX/JBoss] - Re: Same JNDI Lookup from different MBeans (but same ClassLo

2006-05-25 Thread [EMAIL PROTECTED]
There is more than one createMBean signature. Think about those that take a loaderName. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946674#3946674 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946674

[JBoss-user] [Security & JAAS/JBoss] - Re: tracking roles and users

2006-05-25 Thread [EMAIL PROTECTED]
HttpServletRequest.isUserInRole("member"), etc. is the only supported check for querying a user to role relationship. You can get the associated Subject and look at the principals set java.security.acl.Group instance named "Roles" to see all of the caller roles. This is jboss specific logic. Vi

[JBoss-user] [Security & JAAS/JBoss] - Re: tracking roles and users

2006-05-25 Thread wizumwalt
I think I understand what your saying about URL access based on roles, but it sort of seems like added complexity, waste of page work, lots of duplication to me. For example, I have a common menu bar for all users with only minor changes to the available menu items. This menu bar is a single pag

[JBoss-user] [JBoss Portal] - Re: Passing request paramter between page

2006-05-25 Thread craig1980
Hi. First of all thanks for your help. By some few words you have opened my mind...you are right i didn't think to the fact that every portlet is an applicationso my approach to the problem was really incorrectthanks; i'll try to use your suggestion. Bye. View the original post : http:

[JBoss-user] [JBoss Messaging] - Re: Fails to commit transaction

2006-05-25 Thread edc
Thanks again for the reply, point taken about using HSQL. As for my code, there is a commit after each read; therefor there is only one record to a transaction, the posted code shows this. What I am finding is that things just do not work if there are a lot of meesages in the queue with HSQL,

[JBoss-user] [JBoss Seam] - Re: Error deploying seam-booking exmple

2006-05-25 Thread [EMAIL PROTECTED]
Use the JBoss installer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946668#3946668 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946668 --- All the advantages o

[JBoss-user] [JBoss Seam] - Re: @SelectItems and @SelectItemsSelection annotations?

2006-05-25 Thread CptnKirk
Sry, isDirty() == false, then no binding? Binary dyslexia. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946667#3946667 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946667 -

[JBoss-user] [JBoss Seam] - Re: Error deploying seam-booking exmple

2006-05-25 Thread meye1ric
No. I didn't install EJB3 profile. I couldn't find any docs that explain how to do that. -Rick View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=394#394 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=394

[JBoss-user] [Performance Tuning] - Re: High CPU Utilization While JBoss Idle

2006-05-25 Thread tweise
We are investigating a similar issue with different setup (Apache2/mod_jk 1.2.15, JBoss 3.2.7, jdk 1.5.0_06) During testing with jmeter our server is busy but we don't get the app throughput we expect. We have a 4 CPU box and top shows all of them 90+ % busy. HPROF reports what we perceive t

[JBoss-user] [JBoss Seam] - Re: Error deploying seam-booking exmple

2006-05-25 Thread [EMAIL PROTECTED]
Did you install the EJB3 profile? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946664#3946664 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946664 --- All the adv

[JBoss-user] [JBoss Seam] - Error deploying seam-booking exmple

2006-05-25 Thread meye1ric
I get the following error when deploying the booking example (and the dvdstore example). I'm using a fresh installation of jboss-4.0.4.GA & jboss-seam-1.0.0.CR3, and following the 'Getting Started' instructions on the Seam Quick Start Web site. 2006-05-25 17:02:53,779 ERROR [org.jboss.deploym

[JBoss-user] [JBoss Portal] - Re: Passing request parameter between pages

2006-05-25 Thread IvanLatysh
You see, you should accept that each portlet is a separate application. In your case, if I understood your question correctly, you went the wrong way. You should not write a separate portlet to display the details, your portlet should render different view based on your selection. Here is a simpl

[JBoss-user] [JBossWS] - Cannot obtain java type mapping for: {http://org.mazurek.ws/

2006-05-25 Thread adamzrk
I have deployed ws - endpoint is ejb3 component, which has method: public long numOfBooksByAuthor(Author author) ... Author is an entity bean. After I have deployed ws I can see the wsdl file and then I include it to my client application, but when I invoke ws i get exception: Exception in threa

[JBoss-user] [JBossWS] - Re: Is something like java2wsdl in jbossws?

2006-05-25 Thread adamzrk
I have solved this problem - after ws is deployed i look at the list of deployed ws and I can see wsdl file :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946659#3946659 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [JBoss jBPM] - public ProcessInstance(ProcessDefinition processDefinition)

2006-05-25 Thread marcoferraz
Hi.. when we go to the JBPM portal and make the login with a user.. we have the option to start one chosen process.. my question is: How the JBPM nows what process is? The process instanciation is made on witch method and where it is located?

[JBoss-user] [JBoss Seam] - Re: @SelectItems and @SelectItemsSelection annotations?

2006-05-25 Thread CptnKirk
I see the CVS addition. And if isDirty() is true, Seam then doesn't call the wrap/unwrap methods? I'd suggest that the annotation be passed through to this method as well. No telling what original information might be beneficial to DataBinder writers down the road. For example, what if someo

[JBoss-user] [JBoss Portal] - Re: Passing request paramter between page

2006-05-25 Thread craig1980
Hi all. I really am not able to understand how this is possible. Let's image that i have page where there is a portlet that shows a list of objects. Let's image that this page is in a three columns layout. Well i want to see the detail of one of this item in a two column layout; the first and the

[JBoss-user] [JBoss jBPM] - Re: Eclipse core commands

2006-05-25 Thread hosierdm
Well, at least Ronald isn't a JBoss employee...and he's not as bad as Adrian, who I've seen shred people constantly in other JBoss forums. :p View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946654#3946654 Reply to the post : http://www.jboss.com/index.html?m

[JBoss-user] [JBossCache] - Re: Query cache lock contention

2006-05-25 Thread [EMAIL PROTECTED]
Having a look, high on my list of prio's. Expect more from me here, very soon. Cheers, Manik View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946653#3946653 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946653 --

[JBoss-user] [Clustering/JBoss] - Re: Jboss Session Replication Problem

2006-05-25 Thread rayhon1014
you are right. I forget this part. Now we have 2 boxes that are at the same partition. Is there an easy way we can find out that the session is really get replicated without putting the load balancer into the picture to test it out? thanks View the original post : http://www.jboss.com/index.

[JBoss-user] [JBoss Eclipse IDE (users)] - Cannot use breakpoint inside class (EnhancerByCGLIB)

2006-05-25 Thread lhaskins
I'm trying to debug a class in Eclipse using JBossIDE-1.5M3-ALL on a 4.0.3SP1 (and I've tried it on 4.0.3 non-SP1) EJB3 application. When I try to set a breakpoint inside this class, and either hit the breakpoint (unlikely) or just end up executing this class's code (more likely), I get a popu

[JBoss-user] [JBoss jBPM] - Re: how to assign a task with multiple users?

2006-05-25 Thread kukeltje
as pointed out in another thread of this same day, it could be that you need to use a different method to retrieve the pooled actors tasklist. http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946405 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946

[JBoss-user] [JBoss jBPM] - Re: how to do jbpm run on tomcat?

2006-05-25 Thread markroy
Just noticed -- META-INF\context.xml not required -- it's left over from my attempts to get JNDI configured. Also, the mysql-...jar would be replaced by whatever db driver you need. Again, not necessarily the optimal deployment, but working for me, which is good enough for now. View the origin

[JBoss-user] [Security & JAAS/JBoss] - JBOSSWORLD [LAS VEGAS] Presentations

2006-05-25 Thread [EMAIL PROTECTED]
There are two presentations at the next JBoss World in Las Vegas http://www.jbossworld.com that are related to Security. One is on JBoss Security and the other is on JBoss SSO. Please have a look at the agenda for Wednesday and Thursday of JBW. http://www.jbossworld.com/agenda_events.htm#wed Th

[JBoss-user] [Security & JAAS/JBoss] - Setup & Configuration of JBOSS (HTTPS)

2006-05-25 Thread pander
Hi all, Does anybody know if there is a step by step guide on exactly how to setup JBOSS with HTTPS instead of the standard HTTP? Kind Regards, Paul. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946646#3946646 Reply to the post : http://www.jboss.com/ind

[JBoss-user] [JBoss jBPM] - Re: how to do jbpm run on tomcat?

2006-05-25 Thread markroy
After much trial and error, I got it to work (on Windows XP, btw). Two things: I couldn't get Hibernate to work with Tomcat JNDI (not sure why, I've gotten JNDI working with another app) and, I had to put all of the jars in WEB-INF/lib. I was getting some bizarre errors when I initially put the

[JBoss-user] [JBossWS] - Re: WSTools Errors

2006-05-25 Thread asacamano
"parikhm" wrote : jboss-4.0.4.GA with jdk 1.5 | | Running WSTools from the command line , I get | | log4j:WARN No appenders could be found for logger (org.jboss.ws.tools.WSTools). | log4j:WARN Please initialize the log4j system properly. | Exception in thread "main" org.jboss.xb.bi

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS Active Directory Login Obscure Serialization Error

2006-05-25 Thread schuller007
Anyone? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946643#3946643 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946643 --- All the advantages of Linux Managed H

[JBoss-user] [Security & JAAS/JBoss] - Re: problem 'timing out' JAAS jboss login

2006-05-25 Thread j2ee_junkie
Just so I can understand your environment... Your standalone Swing client performs a JAAS login which includes your custom LDAP LoginModule then JBoss' ClientServerLoginModule. This allows the user to be authenticated/authorized to your client, as well as have the username and password propogat

[JBoss-user] [Management, JMX/JBoss] - Re: Same JNDI Lookup from different MBeans (but same ClassLo

2006-05-25 Thread jpyorre
The monologue continues: I have managed to resolve that the problem is in the context class loader. When invoking methods in MBeans deployed by the SARDeployer the context class loader is UnifiedClassLoader3 instance defined by the loader-repository element in jboss-service.xml. When an MBean

[JBoss-user] [Beginners Corner] - JBoss, Drools & the World...

2006-05-25 Thread Jim.Gupta
Hi, I'm new to drools & JBoss. I want to know if there is a forum specifically for Drools (3.0). If not, where do I post questions (or bugs)? Any help would be appreciated. Thanks in advance, /jim View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946640#3946

[JBoss-user] [JBoss Seam] - Re: conversationStack / conversationList

2006-05-25 Thread [EMAIL PROTECTED]
You would need to define the page description in pages.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946639#3946639 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946639 -

[JBoss-user] [JBoss Seam] - conversationStack / conversationList

2006-05-25 Thread rdewell
I've been using @Begin and @End for a while now, in what I consider very basic ways. All works relatively well. In an effort to get a deeper understanding of conversations and perhaps use them in a more advanced way, I tried to see what was going on under the covers: | #{conversation.id}

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss Hot Redeployment

2006-05-25 Thread elindfor
Is there any other way to get around you propose for this scenario ?Because we dont want to redeploy the Static.ear,as it runs in production environment on a 24*7 basis. Hi Hari, Another way to round this problem would be to set up a kind of secondary server. You should assign the client to se

[JBoss-user] [Security & JAAS/JBoss] - Re: tracking roles and users

2006-05-25 Thread j2ee_junkie
William, Following the Java Enterprise Edition's container managed security spec, you can set (in your web.xml) what url's can be accessed by users with certain roles. This is all external to your application. Your original post only mentions restricting pages to roles. To use your example.

[JBoss-user] [Security & JAAS/JBoss] - Re: problem 'timing out' JAAS jboss login

2006-05-25 Thread afjochnick
junkie, thanks for that info. I have just started looking at securing things w LDAP and wasn't sure on the session thing. Reason i'm asking is that I want a login-procedure in the client, and a timeout-behaviour like what you'd get on a webpage and an http-session. It would be great if you h

[JBoss-user] [JBoss Seam] - Re: Trouble with @Out and @DataModel getting to the Facelet

2006-05-25 Thread vlewis
Well, as I guessed I was missing something obvious. In case anyone else has this problem it turns out that this behavior is caused by not having an ejb-jar.xml that has this in it | | | | * | org.jboss.seam.ejb.SeamInterceptor | | |

[JBoss-user] [EJB 3.0] - Re: Problems in deploying EJBs on embeddable-alpha 5

2006-05-25 Thread bdecoste
You need to set the kernel in the deployer before you create() ... deployer.setKernel(EJB3StandaloneBootstrap.getKernel()); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946633#3946633 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[JBoss-user] [EJB 3.0] - Re: how to redeploy common ejb3 jar for many applications wi

2006-05-25 Thread bdecoste
There is no way to automatically redeploy all the dependent modules. When you redeploy dependent modules, you need to redeploy them all. The suggestion is to deploy all of your dependent modules in a single ear. If your ejb interfaces are stable, you could deploy the interface classes (e.g. in l

[JBoss-user] [JBoss Seam] - Re: Newbie: Need help to start using seam

2006-05-25 Thread supernovasoftware.com
There are numerous example apps of varing complexity and functionality. Are they broken? They help me quite a bit when I was getting started. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946631#3946631 Reply to the post : http://www.jboss.com/index.html?

[JBoss-user] [Security & JAAS/JBoss] - Using java.net.Authenticator with JBoss

2006-05-25 Thread spovlot
(I hope this is the right place to post this) I want to create a java.net.Authenticator subclass so that I can provide a secured username/password that will be sent to the proxy when a network connection is made. I will use code such as Authenticator.setDefault(new secureAuthenticator() ); Wi

[JBoss-user] [JBossWS] - static stub client inside jboss

2006-05-25 Thread new4jboss
Hello, I need to program a client for a web service running outside jboss 4.03sp1. The client will be a POJO included in a deployed ejb-jar. For performance reasons I think it would be better to use static clients, instead of dynamic ones. However, I'm anaware of any jboss tool that allows the

[JBoss-user] [JBoss jBPM] - Re: Eclipse core commands

2006-05-25 Thread hosierdm
It was more entertaining when you guys were verbally bitch slapping each other. I still don't get the three letter acronym thing eitherI have my ideas, but I'm not sure. ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946619#3946619 Reply to the post

[JBoss-user] [JBoss Seam] - Re: @SelectItems and @SelectItemsSelection annotations?

2006-05-25 Thread CptnKirk
I didn't want to try and have a conversation about dirty checking within JIRA... What are your thoughts on dirty checking? Seam could keep track of field/method access and then simply not call the DataBinder methods if there haven't been any changes since the previous wrap/unwrap invocations.

[JBoss-user] [JBossWS] - Is something like java2wsdl in jbossws?

2006-05-25 Thread adamzrk
I don't want to write wsdl files - I need something like java2wsdl in apache axis. Is there anything similiar to that tool in jbossws? Would java2wsdl from axis produce wsdl files that will be work good in jboss? Adam View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[JBoss-user] [JBoss jBPM] - Re: Eclipse core commands

2006-05-25 Thread [EMAIL PROTECTED]
David, That's part of the JBoss history... And it uses to happen sooner or later to every open source developer so it seems :-)) Hint: the lacking word is 'my'. Cheers, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946628#3946628 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: @SelectItems and @SelectItemsSelection annotations?

2006-05-25 Thread [EMAIL PROTECTED]
I implemented that in CVS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946627#3946627 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946627 --- All the advantages

[JBoss-user] [JBoss Seam] - Newbie: Need help to start using seam

2006-05-25 Thread peibol
I just need a tutorial or an example on building a simple application using Seam, something easy, like a login page, with a diferent page flow depending on the user. In the wiki knowledge base page there's a link "Build a webapp in 10 minutes" http://docs.jboss.com/TrailBlazer/seam-booking/Seam.

[JBoss-user] [Installation, Configuration & Deployment] - Re: DeploymentException: Trying to install an already regist

2006-05-25 Thread PeterJ
You wrote that this happened after your deployed a second web app. Did that second app have a data source deployed along with the app? If so, is it named jdbc/dna_ds? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946625#3946625 Reply to the post : http

[JBoss-user] [JBossWS] - Re: Compiling Many Web service

2006-05-25 Thread CBax007
How did you resolve this issue? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946621#3946621 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946621 --- All the advan

[JBoss-user] [EJB 3.0] - Cannot delete child in oneToMany association

2006-05-25 Thread abronson
I have a class that is the parent to 2 other sets of objects. In my parent class I use this code to set up the relationship: @OneToMany(cascade=CascadeType.ALL,fetch=FetchType.EAGER) set ChildOne @OneToMany(cascade=CascadeType.ALL,fetch=FetchType.EAGER) set ChildTwo In my SessionBean I get an

[JBoss-user] [JBoss Seam] - Re: @SelectItems and @SelectItemsSelection annotations?

2006-05-25 Thread [EMAIL PROTECTED]
I don't think this level is necessary or desirable. It would be better to simply let the DataBinder decide if the thing is dirty. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946623#3946623 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[JBoss-user] [Installation, Configuration & Deployment] - DeploymentException: Trying to install an already registered

2006-05-25 Thread sonaseth
Hi, I have been deploying a web-app on JBoss 4.0.2 installation on Linux for a while with no problems. The web-app uses a datasource defined in a mysql-ds.xml file in the deploy dir /usr/local/jboss-4.0.2/server/default/deploy/mysql-ds.xml. At one point, after stopping and restarting JBoss (a

[JBoss-user] [EJB 3.0] - Re: Embedded EJB 3.0 JUnit Frustrations

2006-05-25 Thread sdawson
For future reference, removing the current directory from your classpath will solve this issue ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946613#3946613 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946613 --

[JBoss-user] [JBossWS] - WS4EE - Enpoint URL modified at deploy time

2006-05-25 Thread ybh6336
Hello all, Looks like I'm missing some configuration here. I've exposed an EJB as a web service in my application using ws4ee approach (including a ws4ee-deployment.xml, webservices.xml and jaxrpc-mapping.xml). I included a WSDL file in my EJB jar and referred it in webservices.xml. The WSDL de

[JBoss-user] [EJB/JBoss] - Re: How to know if a bean instance is accessed by a local or

2006-05-25 Thread upankar
Performace is definitely one thing. But more than that, i am just curious to know if there is a straightforward way to getting to know the access type (local or remote) in the bean instance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946610#3946610 Reply

[JBoss-user] [EJB/JBoss] - Re: Bind or deploy local interfaces in JBoss 4.0.2

2006-05-25 Thread [EMAIL PROTECTED]
FAQ: http://wiki.jboss.org/wiki/Wiki.jsp?page=WhyDoesTheLocalNameContainARandomNumber View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946582#3946582 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946582 ---

[JBoss-user] [Beginners Corner] - Re: How To Query a jmx.Queue

2006-05-25 Thread PeterJ
I don't have a ready-made answer, but here is how I would approach the problem. First, run JBoss and use the jmx-console (http://localhost:8080/jmx-console) to find the MBean for the Queue in which you are interested (it will be in the jboss.mq.destination section). Once you have found it, clic

[JBoss-user] [JBoss jBPM] - Re: Eclipse core commands

2006-05-25 Thread kukeltje
Love, Peace, Understanding, not part of a 'normal' society (at least not if the 'normal society is the (still larger?) closed source society), loving good music... we MUST be hippies :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946608#3946608 Reply to

  1   2   3   >