[jboss-user] [JBoss jBPM] - Re: monitoring piece of default webapp not displaying the co

2006-08-01 Thread kukeltje
anonymous wrote : So one child token goes to a "node" while the other still goes to a "task-node". And then I added the action to the node instead of the event "node-enter". But I still see the same results. ok, thanks for trying anonymous wrote : i.e. If I manually (via the webapp) "Save and

[jboss-user] [Installation, Configuration & Deployment] - Error occurred during initialization of VM

2006-08-01 Thread jklanka
Error occurred d Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit hi everyone completely new to this jboss asked to install and configure installed jboss-4.0.2.tar.gz after gunzipped and tarred got jboss-4.0.2 diretory after changing the directory to /

[jboss-user] [Beginners Corner] - Redeploying Servlet

2006-08-01 Thread kalun
Hi everyone, I am new the whole J2EE and JBoss-Tomcat technology. I am currently trying to deploy my first application (just a simple HttpServlet) to JBoss and it works. But then when I try to change the HttpServlet, redeploy it, the changes does not show up. Could anyone please give me adv

[jboss-user] [EJB/JBoss] - Re: How to get the current user in a SessionBean from the Se

2006-08-01 Thread heinrich
hey, thanks alot! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962360#3962360 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962360 ___ jboss-user mailing list jboss-user@li

[jboss-user] [EJB 3.0] - Default Implementation for PersistenceProvider

2006-08-01 Thread javidnia
I am going to test my persistence layer outside of Java EE server. Using jboss embedded ejb server, I write a persistence.xml with the following: provider> org.hibernate.ejb.HibernatePersistence RESOURCE_LOCAL Is there any default ORM in jboss server or reference implementation, so I can

[jboss-user] [JBoss Seam] - @WebRemote: problem with client site instantiation of object

2006-08-01 Thread rlhr
Hello, I use a remoting method define as following: @WebRemote | public List getMyList(String id); | On the client side, I get back a array of Object of the right size, but all the object are empty. It seam that the javascript client didn't know how to implement the SelectItem object. Ther

[jboss-user] [JBoss Seam] - Unique validation?

2006-08-01 Thread andrew.rw.robinson
I would like to have unique validation for a user object's username in a JSF page. Ideally, it will create a faces message and mark the UI input component as not valid when not unique. It should allow the value if the object is the same and the property hasn't changed (the user found in the data

[jboss-user] [JBoss jBPM] - Re: clean handoff

2006-08-01 Thread genman
I have a general sense of agreement with what you wrote, since I've worked with process editors at m-Qube and we've taken a similar approach. See http://m-qube.com/html/prodServ/studio.html One interesting thing is the editor tool is a Java applet and the process logic is stored on the server.

[jboss-user] [EJB 3.0] - Re: Why isn't @Predestory honored in @Stateless beans as wel

2006-08-01 Thread asack
Uggh, shall I file a JIRA incident on this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962355#3962355 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962355 ___ jboss-user

[jboss-user] [JBossCache] - Eviction Policy and configuration issues

2006-08-01 Thread Spievak
Hi, i´m having some problems with cache eviction. I have used the TreeCache implementation with the following configuration: | | | | | | | | | jboss:service=Naming | jboss:service=TransactionManager | | REPEATABLE_READ |

[jboss-user] [JBossWS] - Incomplete Deployment when EJB turn into webservices

2006-08-01 Thread [EMAIL PROTECTED]
i converted EJB to webservices when i am runing jboss-4.0.2, at the time of deployment jboss successfully deploy all EJBs except that EJB, which i converted into webservices. it shows in log 16:15:54,421 INFO [EjbModule] Deploying ITransferMgr 16:15:54,437 INFO [EjbModule] Deploying IMMaintMgr

[jboss-user] [JBossWS] - Incomplete Deployment when EJB turn into webservices

2006-08-01 Thread [EMAIL PROTECTED]
i converted EJB to webservices when i am runing jboss-4.0.2, at the time of deployment jboss successfully deploy all EJBs except that EJB, which i converted into webservices. it shows in log 16:15:54,421 INFO [EjbModule] Deploying ITransferMgr 16:15:54,437 INFO [EjbModule] Deploying IMMaintMgr

[jboss-user] [JNDI/Naming/Network] - Re: another java:comp name space problem

2006-08-01 Thread anil_pathak
Adding on above, How do i make my EJB to be avilable only to the Web application deployed in same EAR. Thanks and Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962351#3962351 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [JBoss.NET] - Axis WebService Array Problem

2006-08-01 Thread vishnu_vsv
Hello, I am getting following exception in JBoss: org.jboss.ws.WSException: Cannot obtain attribute: {http://schemas.xmlsoap.org/soap/encoding/}arrayType This error is related to Array in WSDL. My WSDL code is like this: http://www.w3.org/2001/XMLSchema";> | |http://xml.apache.org/

[jboss-user] [Installation, Configuration & Deployment] - is there any server setting to check sessions

2006-08-01 Thread [EMAIL PROTECTED]
hi All, Iam using Ireports to create reports for my application. On the fly it will generate a PDF/HTML file and put this into my application folder. after that I will open it in seperate window by http://:// is there any server setting to check sessions before opening it Thanks in advance

[jboss-user] [Beginners Corner] - jboss threading

2006-08-01 Thread rejopt
Hi all, need to know something about how jboss created threads for each user login/operation in an application. does jboss create different users for the same user for differect functionalities like view, download, search etc. ? For each login is a new thread created ? also, what exactly trig

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - jboss threading

2006-08-01 Thread rejopt
Hi all, need to know something about how jboss created threads for each user login/operation in an application. does jboss create different users for the same user for differect functionalities like view, download, search etc. ? For each login is a new thread created ? also, what exactly trig

[jboss-user] [Installation, Configuration & Deployment] - Upgrading log4j version in JBoss 4.0.3SP1

2006-08-01 Thread arunkrishnank
I need to use TRACE log level in my EJB application. So I upgraded log4j version to 1.2.13, and copied it to server/default/lib. During deployment this JAR file is not detected by JBoss. I think it is using the log4j-boot.jar file. Is there anything else to be done to make JBoss 4 detect my new

[jboss-user] [JBoss Seam] - Re: null component check in the view -- how does it work?

2006-08-01 Thread Holger Prause
Well as far as i understand it works like this: first, seam looks if a object for this variable exists, in all scopes, if none was found, seams looks if a component with such a name exists -> (the code u posted) if yes , it will be created. currentUser would only be never null when u write some

[jboss-user] [JBoss jBPM] - Re: monitoring piece of default webapp not displaying the co

2006-08-01 Thread unome
Ronald, This is what I attempted: I changed the "State" node "StateA" to a "node" node. i.e: So one child token goes to a "node" while the other still goes to a "task-node". And then I added the action to the node instead of the event "node-enter". But I still see the same results. i.e. If I

[jboss-user] [Installation, Configuration & Deployment] - Multiple Instances of the same WAR???

2006-08-01 Thread mct
This question has been asked in this forum a few times and has never been answered, nor is there any obvious documentation covering it. It's a simple question re a simple scenario: is it possible in JBoss, as it is in a native Tomcat setup, to have several instances of the same web app (war), e

[jboss-user] [EJB 3.0] - Re: How to store information about many-to-many relationship

2006-08-01 Thread dbatcn
Thanks to both Emmanuel and Scott. I initially resisted this but after further reflection I think you're right. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962337#3962337 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [Javassist user questions] - Re: AccessControlException on generated classes due to missi

2006-08-01 Thread jkuhnert
If anyone from jboss knows how I can fix this in a more permanent manner in Tapestry 4.1 itself let me know. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962336#3962336 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss Seam] - Re: Could not instantiate Seam component:

2006-08-01 Thread pasmith
Hi Sateesh, Thanks again for your reply. I checked under the JNDIView service from the JMX Console and invoked the "list" operation. (Did I do that right?) I looked under Global JNDI Namespace and got this: | +- EventDispatcher (class: org.jboss.ws.eventing.mgmt.DispatcherDelegate) | +- U

[jboss-user] [JBossWS] - JSR 181 EJB + WS Endpoint Authentication Problem

2006-08-01 Thread sappenin
I'm encountering a strange authentication/authorization issue. I'm running JBAS 4.0.4GA_Patch1 and JBossWS1.0.2GA. I have a JSR181 EJB endpoint exposed as a web-service. My Port annotation looks thus: @PortComponent( transportGuarantee="NONE", contextRoot = "/sample", u

[jboss-user] [JBossWS] - Re: JBossWS 1.0.1GA JSR181 and WS-Security

2006-08-01 Thread yi_zhang
One of my co-workers has reported this problem to JBoss. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962333#3962333 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962333 _

[jboss-user] [JBoss Seam] - Re: Problem with SFSB passivation

2006-08-01 Thread chlabreu
I think it may be related to this issue http://jira.jboss.org/jira/browse/JBSEAM-279 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962331#3962331 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962331

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Http Session Timeout does not work properly

2006-08-01 Thread [EMAIL PROTECTED]
Ales, Perhaps you can do an experiment: If you look at StandardSession.isValid(), you'll see a session will not expire if field accessCount > 0. The accessCount field will be > 0 if a call to access() is made without a corresponding call to endAccess(). Looking at ApplicationDispatcher (TC's

[jboss-user] [JBossCache] - Re: Pojo (Tree Cache) locking question

2006-08-01 Thread [EMAIL PROTECTED]
Re: 2. No, it is not in your sense. Locking is again done on local node first before commit. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962328#3962328 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962328 _

[jboss-user] [JBoss Seam] - where is going?

2006-08-01 Thread dbatcn
I realize that this is probably a n00b mistake and if it were a snake it prob'ly woulda bit me, but I hope an answer to this will help others too. I've spent a couple of days on this but cannot see what's wrong; I tried to search for similar issues but didn't find anything and I don't see what'

[jboss-user] [JBoss jBPM] - Re: Creating a timer doesn't save to the database

2006-08-01 Thread brado
The code which wraps the execution of this business process saves the process instance both before the business process is executed and after. Here is the code: | JbpmContext jbpmContext = jbpmConfiguration.createJbpmContext(); | try { | log.debug("[solicit]: Getting graph session.");

[jboss-user] [Security & JAAS/JBoss] - Why are some security domains visible in JNDIView and others

2006-08-01 Thread fhh
In the default jboss-configuration quite a lot of security domains are defined. However, looking at JNDIView I can see only four: | +- jaas (class: javax.naming.Context) | | +- JmsXARealm (class:org.jboss.security.plugins.SecurityDomainContext) | | +- jbossmq (class: org.jboss.sec

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Transactional sending of a message with XA queue?

2006-08-01 Thread nlmarco
Hello genman, thanks a lot for the clarification! After some further research, I stumbled over http://www.odi.ch/weblog/posting.php?posting=210 Your hint and that document in conjunction with http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQDB solved my problem. Now, it seems to be worki

[jboss-user] [JBossWS] - Re: Problem with SOAP Attachments using EJB 2.1 Web Service

2006-08-01 Thread mnorthu
Ok, I found some samples for jbossws 1.0.1 GA. It would be nice to see a working sample where the Server returns an attachment to the Client. The example which I have shown seems to indicate that there may be a bug in this scenario. It would be great if we could return arbitrary content types

[jboss-user] [Remoting] - connection validator warn message

2006-08-01 Thread [EMAIL PROTECTED]
I am seeing the following WARN message appear after I shutdown one side of my remoting app: anonymous wrote : 18:58:38,778 WARN [ConnectionValidator] ConnectionValidator could not successfully ping server (InvokerLocator [socket://127.0.0.1:1616 | 3] Can someone tell me what this means? Is

[jboss-user] [JBoss jBPM] - Re: Task priority problem

2006-08-01 Thread kukeltje
and I read again, and see that you indeed mention the PD, not PI, so sorry. So it seams right. You can set it designtime in the PD but it is not stored in the db. Setting it runtime does work? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962317#3962317 Re

[jboss-user] [JBoss jBPM] - Re: a fast solution

2006-08-01 Thread jainer
ahhh ya entendí... then it wasn't a fast solution Thank you very much, Ronald View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962316#3962316 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962316

[jboss-user] [JBoss Portal] - Confusing personalize security-constraint behavior

2006-08-01 Thread knovoselov
Confusing personalize security-constraint behavior Hi, I am playing with personalize permissions in Portal 2.4 CR2. I granted personalizerecursive permission to Admin for News page in Portal Admin and verified that portal does not have personalizerecursive set. Admin user personalizes portle

[jboss-user] [JBoss Seam] - Help injecting the SessionContext

2006-08-01 Thread c_eric_ray
I need the SessionContext an this isn't working @In(required=false,value="sessionContext") private SessionContext sessionContext; I get the following error. In fact, I get this error everytime I use @In(required=false) regardless of what property it's annotating. | javax.ejb.EJBException

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Transactional sending of a message with XA queue?

2006-08-01 Thread genman
It's not that there is any XA or non-XA queue, but the connection factory and associated session is XA or non-XA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962313#3962313 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss jBPM] - Re: a fast solution

2006-08-01 Thread kukeltje
ahhh... now you are indeed more explicit. And yes, it helps to be explicit upfront. Saves a lot of time and sometimes frustration (on both sides, but you will surely find some examples on that in this forum ;-)) AFAIK, it is a 'bug' in the jBPM 3.1 webapp, not showing the pooled actors. The 3.1

[jboss-user] [JBoss jBPM] - Re: A timer associated to a process instance ?

2006-08-01 Thread kukeltje
uhhmm... by saving the action? Learn a little how hibernate works. Lots of info on this (very generic) hibernate error. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962311#3962311 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss jBPM] - Re: a fast solution

2006-08-01 Thread jainer
Hi ronald, you do not believe that it is by laziness, i understand that when a task ends, the next task is assigned to the next actor and shows the message: "A new task has been assigned to", and using code in the process definition like this one: | | | |

[jboss-user] [JBoss AOP] - Re: interceptor not executing in jboss4.0.4GA

2006-08-01 Thread chelaru.viorel
| | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962309#3962309 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962309 ___ jboss-user mailing

[jboss-user] [JBoss AOP] - the aop xml

2006-08-01 Thread chelaru.viorel
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962307#3962307 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962307 ___ jboss-user mailing list jboss-user

[jboss-user] [JBoss jBPM] - Re: Task priority problem

2006-08-01 Thread kukeltje
hmm. I looked into this a little and came to the conclusion (should have seen that directly) that your hbm file is for the the task in the process definition, org.jbpm.taskmgmt.def.Task. Task instances are in org.jbpm.taskmgmt.exe.TaskInstance. The accompanying hbm file contains the priorit

[jboss-user] [JBoss AOP] - Re: interceptor not executing in jboss4.0.4GA

2006-08-01 Thread chelaru.viorel
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962306#3962306 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962306 ___ jboss-user mailing list jboss-user

[jboss-user] [JBoss AOP] - interceptor not executing in jboss4.0.4GA

2006-08-01 Thread chelaru.viorel
hi, i know this is a newbie question but i've searched the forum for posts that give the solution of making aop work on jboss4.0.4GA but non works for me; so i have jboss4.0.4GA, config all,jdk5; -in \jboss-aop.deployer\META-INF\jboss-service.xml i 've set EnableLoadtimeWeaving to true -in jbos

[jboss-user] [JBoss jBPM] - Re: monitoring piece of default webapp not displaying the co

2006-08-01 Thread kukeltje
I looked at your code and see that you use a static for the JbpmConfigiration. Good, so that part is optimized. It could still be that since your code runs on the node-enter, that the async stuff is to quick and tries signalling the node/token while it is not persisted. Strange behaviour could

[jboss-user] [JBoss jBPM] - Re: Task priority problem

2006-08-01 Thread michaelholtzman
Currently using 3.1, but I hope to migrate to 3.1.2 in the next few weeks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962303#3962303 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962303

[jboss-user] [JBoss jBPM] - Re: monitoring piece of default webapp not displaying the co

2006-08-01 Thread kukeltje
creating the JbpmConfiguration each time is SLOW and should not be done. That is why I said that if you want ASYNC functionality look at what jBPM provides for you there, either custom or JMS based. That is optimized! View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBoss jBPM] - Re: jbpm-server crashes on start

2006-08-01 Thread kukeltje
David is right, for that reason there is a start batchfile which does exactely that View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962301#3962301 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962301 __

[jboss-user] [JBoss jBPM] - Re: Creating a timer doesn't save to the database

2006-08-01 Thread kukeltje
uhhm could it be that nothing is saved because nothing is saved. I mean, use the appropriate mechanisms e.g. the save(taskinstance) method on a jbpmContext View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962300#3962300 Reply to the post : http://www.jbos

[jboss-user] [JBoss jBPM] - Re: LazyInitializationException with ExtensionsFilter

2006-08-01 Thread kukeltje
jbpm itself has a path in the web.xml it says /faces/* Besides that, the jBPM context filter should also do its work. Turn on debug logging of org.jbpm and see if the context is not loaded while saving What I mean is that on a post from JSF the jBPMContextFilter SHOULD be triggered. Besides

[jboss-user] [EJB 3.0] - Re: @Local and @Remote version of the same interface?

2006-08-01 Thread lhoriman
"epbernard" wrote : I think it's against the J2EE compliance. But there might be a flag I'm not aware of Yep, I'm pretty sure that optimization would violate the J2EE spec... but that's what I like about JBoss, it usually does the smart thing instead of the stupid Sun-approved thing :-) Jeff

[jboss-user] [JBoss jBPM] - Re: hibernate.LazyInitializationException with jBPM websale

2006-08-01 Thread kukeltje
One thing to find te solution is to at least post a stacktrace. It's difficult to help at all if we have no info. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962296#3962296 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss jBPM] - Re: jbpm-server crashes on start

2006-08-01 Thread hosierdm
I think you need to specify the configuration you are using as an argument to the server. Under the server directory, you probably have some other directory besides default, like jbpm maybe. Whatever that directory is, do this run.sh -c jbpm (or whatever the directory is). View the original p

[jboss-user] [JBoss jBPM] - Re: a fast solution

2006-08-01 Thread kukeltje
Learn JSF, jBPM, play with it, look at the source, find out things yourself, bang your had sometimes because we do not respond, look some furter and find the solution. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962295#3962295 Reply to the post : http

[jboss-user] [JBoss jBPM] - Re: Task priority problem

2006-08-01 Thread kukeltje
hmm.. the testcase itself does probably not use persistency, so it works as long as persistency is not involved. I reopend this issue. Lets see what Tom thinks about it. What version of jBPM are you using btw? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=396

[jboss-user] [JBoss jBPM] - Re: jbpm-server crashes on start

2006-08-01 Thread fernandogamba
another problem found: /home/fgamba/jboss/jbpm-starters-kit-3.1/jbpm-server/server/default/conf/ does not exist, what can i do to fix that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962293#3962293 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss jBPM] - Re: jbpm-server crashes on start

2006-08-01 Thread fernandogamba
I check the JAVA_HOME but it seams to be ok, but i check the run.jar and inside this file does not appear any /lib directory what am i missing? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962292#3962292 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [JBoss Seam] - Re: Could not instantiate Seam component:

2006-08-01 Thread klsateesh
Hi , Check the JNDIView from the JMX Console to see how your EJB is bound.. That might help.. Hope the name of the ear file is projectMgmt.ear Sateesh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962291#3962291 Reply to the post : http://www.jboss

[jboss-user] [JBoss Seam] - Re: Problem with SFSB passivation

2006-08-01 Thread chlabreu
17:56:25,453 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception javax.faces.FacesException: Error calling action method of component with id cadastro:_id21 at org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:74)

[jboss-user] [EJB 3.0] - How to set default mapping to TEXT instead of VARCHAR(255)

2006-08-01 Thread matt10
How do I set the default mapping of entity bean fields of type String to VARCHAR or TEXT instead of VARCHAR(255) on PostgreSQL and MySQL databases? I do not want an arbitrary 255 char limit to the length of a varchar string. I read a post which suggested using an annotation to set the @Length to

[jboss-user] [Installation, Configuration & Deployment] - JBoss Portal LDAP Authentication

2006-08-01 Thread joelryan2k
I have JBoss portal (2.2.1-SP3-bundled) authenticating correctly against an OpenLDAP server. When I login with a *valid* username/password, though, subsequent pages fail with the error listed below. Is the problem that the user 'jduke' needs to be in JBoss's user database as well as in LDAP?

[jboss-user] [EJB 3.0] - Programmatically query @RolesAllowed or if caller can access

2006-08-01 Thread matt10
How do I find out programmatically which other methods can be called on a session bean by an authenticated user from in a bean method? >From a client I'm trying to query what methods the user can call on the >session bean, in order to enable and disable menu items and functionality as >appropri

[jboss-user] [JBossWS] - Re: WS-Security: a standalone client ?

2006-08-01 Thread acxjbertr
See: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962284#3962284 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962287#3962287 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962287

[jboss-user] [JBossWS] - Re: WS-Security Signing for EJB

2006-08-01 Thread acxjbertr
See: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962284#3962284 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962285#3962285 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962285

[jboss-user] [JBossWS] - Re: Using WSSecurityHandlerOutbound in a DII client

2006-08-01 Thread acxjbertr
I got it working. Here is the DII code: package com.mycompany.client.test.ws; | | import java.net.MalformedURLException; | import java.net.URL; | import java.rmi.RemoteException; | import java.util.ArrayList; | import java.util.List; | | import javax.xml.namespace.QName; | impo

[jboss-user] [JCA/JBoss] - MQ on JBoss 4.0.4

2006-08-01 Thread svasan123
What happened to jdbc3 persistence manager in jbossmq.jar in 4.0.4. To make my previous configuration work I had to copy over the jbossmq.jar from 4.0.2. Any reason why this was dropped. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962283#3962283 Reply to

[jboss-user] [JBoss Seam] - Re: Partial validation

2006-08-01 Thread ZeddMaxim
"[EMAIL PROTECTED]" wrote : Actually, if you use , you don't need a tag on each input, just one that surrounds all the inputs you want to validate. | | by the way, I am migrating the Seam examples away from @IfInvalid. It was a nice experiment, but experience has show it is not the best app

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Automatic redirect to primary domain name?

2006-08-01 Thread flarosa
Hi, My customer has registered several different domain names that all point to their web site, and all work interchangeably as far as normal HTTP requests are concerned. However, their SSL certificate was issued only against one of these names, and if you attempt to hit their site via HTTPS o

[jboss-user] [JBoss Seam] - Re: Problem with SFSB passivation

2006-08-01 Thread bfo81
Please show the exception and its stacktrace ;). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962280#3962280 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962280 ___ jboss-

[jboss-user] [JBoss Seam] - Re: Could not instantiate Seam component:

2006-08-01 Thread pasmith
Hi Sateesh, Thanks for your reply. In both cases (either using seam.properties, or an empty seam.properties and the information in web.xml) we encounter the same error. javax.naming.NameNotFoundException: projectMgmt not bound | at org.jnp.server.NamingServer.getBinding(NamingServer.j

[jboss-user] [JBoss jBPM] - Creating a timer doesn't save to the database

2006-08-01 Thread brado
Hello, I am trying to create a timer in a business process, and save it to the scheduler. I get no errors when creating or saving the timer. However, it does not appear that anything is getting saved to the database. The JBPM_TIMER table is empty. Here is the code I am executing inside of my b

[jboss-user] [JBoss Seam] - Re: @Remote still shown as

2006-08-01 Thread [EMAIL PROTECTED]
If what you mean is that *Seam* is using /local, well, that is because that is what is specified in org.jboss.seam.core.init.jndiPattern View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961665#3961665 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Problem with JMSQueue and JMSReceiver

2006-08-01 Thread namitak
Thanks for your response jaikiran but my problem has not been resolved yet. I am still getting the same error. I want to optimize speed of message queing and receiving. To achieve this i am passing a collection of messages to JMSQueue and JMSReceiver is responsible to parse the object and send

[jboss-user] [JBoss Seam] - Re: Problem with decrementing dates

2006-08-01 Thread bfo81
No one had to deal with that problem before? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962279#3962279 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962279 ___ jboss-user

[jboss-user] [JBoss Seam] - Problem with SFSB passivation

2006-08-01 Thread chlabreu
I'm using SFSB as action listeners. If the user stops acting on the system for while, the action listener enters in passivation. Then, when the user come back and performs an action, the call to the SFSB causes a exception, with a long stack trace. The user session is still valid, but seems lik

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - AbstractMethodError: prepareStatement

2006-08-01 Thread frontline2
I began to get the error "AbstractMethodError: prepareStatement" when I switched to jboss 4.0.4 (from 4.0.3.sp1). I then replaced the jar jboss-common-jdbc-wrapper.jar from the old jboss version, and things started to work again. What has changed in these classes (org.jboss.resource.adapter.jdbc

[jboss-user] [JBossWS] - SOAP Intermediary Forwarding

2006-08-01 Thread acxsjones
I need examples of code that acts as a SOAP Intermediary and forwards the message. Anyone have examples Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962275#3962275 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [Security & JAAS/JBoss] - Re: can username be UTF-8

2006-08-01 Thread trulore
Well, even if I create a JUnit test case...would that really help if you guys don't have the same JBoss configuration as I do on the back-end? (Unless I zip up my whole WAR and my JBoss config and send that too?) Here are some more details on the simplest way to reproduce this problem: 1) I've

[jboss-user] [Beginners Corner] - Re: comp not bound

2006-08-01 Thread raysonliu
You are right Peter, it's my mistake. Thank you all for your help! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962273#3962273 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962273

[jboss-user] [JBoss Seam] - Re: Cannot get @In to work

2006-08-01 Thread c_eric_ray
No luck resolving the exception when using @In(required=false) Any ideas on what is wrong. Thanks. Eric Ray View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962272#3962272 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss Seam] - Re: Could not instantiate Seam component:

2006-08-01 Thread klsateesh
Hi, Does your sema.properties file should have the Value projectMgmt/#{ejbName}/local instead of #{ejbName}/local . It should follow the convention earFileName/#{ejbName}/local unless you are using some other server. If this doesn't work uncomment the below in web.xml and have an empty

[jboss-user] [JBoss jBPM] - Re: a fast solution

2006-08-01 Thread jainer
Hi newbie, i knew this code (TaskBean), maybe i don't make myself to understand ... sorry. I need to know what is necessary in the process definition to show that message, that is, with respect to the assignment, how to assign??? thank you anyway! Regards! jainer e. View the original post :

[jboss-user] [JBoss Seam] - null component check in the view -- how does it work?

2006-08-01 Thread allonrauer
in the dvd store example, i notice that some of the view 'code' checks for null component values (e.g., ). however, it looks like the SeamVariableResolver automatically creates a component when resolving a name: public Object resolveVariable(FacesContext facesContext, String name) throws Eva

[jboss-user] [JBoss jBPM] - Re: jbpm-server crashes on start

2006-08-01 Thread unome
You might have already done this, but it wouldn't hurt to check if you have JAVA_HOME env variable set. It's looking for tools.jar which resides in the $JAVA_HOME/lib directory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962267#3962267 Reply to the pos

[jboss-user] [JBoss jBPM] - Re: hibernate.LazyInitializationException with jBPM websale

2006-08-01 Thread DerJohannes
Oh my... There must be another reason for the hibernate.LazyInitializationException: I've removed everything from web.xml that i had added, i've also removed everthing from the jsps and the beans that had anything to to with commons-fileupload, but NOW, the hibernate.LazyInitializationException

[jboss-user] [JBoss jBPM] - jbpm-server crashes on start

2006-08-01 Thread fernandogamba
hi, i downloaded the starter kit and when i want to run the example in jbpm-server/run.sh it gave the following error: run.sh: Missing file: /lib/tools.jar run.sh: Unexpected results may occur. Make sure JAVA_HOME points to a JDK and not a JRE. ==

[jboss-user] [Beginners Corner] - Re: comp not bound

2006-08-01 Thread PeterJ
You apparently compiled some of your code with the 5.0 JVM and are now trying to run it with the 1.4.2 JVM. Either recompile (and redeploy) using 1.4.2, or run using 5.0. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962264#3962264 Reply to the post : htt

[jboss-user] [EJB 3.0] - Re: @Local and @Remote version of the same interface?

2006-08-01 Thread epbernard
I think it's against the J2EE compliance. But there might be a flag I'm not aware of View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962263#3962263 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962263 _

[jboss-user] [JBoss Eclipse IDE (users)] - can't create a process definition project with the assistant

2006-08-01 Thread fernandogamba
hi, i have eclipse 3.1 running on debian etch kernel 2.6.16 and when i try to create a process definition project with the assistant, it cause a problem. here is the log: An unexpected error has been detected by HotSpot Virtual Machine: # # SIGSEGV (0xb) at pc=0xa77fea19, pid=10402, tid=2112199

[jboss-user] [JBoss Seam] - Re: Could not instantiate Seam component:

2006-08-01 Thread pasmith
Here is some more information on our configuration: Web.xml: | | http://java.sun.com/xml/ns/j2ee"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";> | | |

[jboss-user] [JBoss Seam] - Could not instantiate Seam component:

2006-08-01 Thread pasmith
Hi Everyone, We are making a Seam application and we started with configuration files very similar to those in the booking and registration examples. To start off we are creating a simple login screen very similar to the one found in the registration example. However, when the login button we g

[jboss-user] [Beginners Corner] - Re: comp not bound

2006-08-01 Thread raysonliu
Thanks, but it's becoming worse, the JVM launcher crashed and I got the following error: | java.lang.UnsupportedClassVersionError: converter/ConverterHome (Unsupported major.minor version 49.0) | at java.lang.ClassLoader.defineClass0(Native Method) | at java.lang.ClassLoader.defin

[jboss-user] [JBoss Seam] - Re: Cannot get @In to work

2006-08-01 Thread c_eric_ray
Tried that already and got the following exception... | javax.ejb.EJBException: java.lang.IllegalArgumentException: could not set field value: packages.delete | at org.jboss.ejb3.tx.Ejb3TxPolicy.handleExceptionInOurTx(Ejb3TxPolicy.java:69) | at org.jboss.aspects.tx.TxPolicy.invokeI

[jboss-user] [JBoss Seam] - seam application error safter deployment- ejb-jar.xml must e

2006-08-01 Thread ssniazi
seam application successfully deployed. . Here is what;s going wrong Build Seam by running "ant" the Seam root directory...this is successful Build and deploy the example by running "ant" in the Seam "examples/booking" directory...this is successful Started JBoss AS by typing "bin/run.sh"

[jboss-user] [JBoss Seam] - Re: Cannot get @In to work

2006-08-01 Thread [EMAIL PROTECTED]
@In(required=false) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962255#3962255 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962255 ___ jboss-user mailing list jboss-user@

[jboss-user] [JBoss Seam] - Cannot get @In to work

2006-08-01 Thread c_eric_ray
code snippet... | @In @Out(scope=ScopeType.SESSION) | private boolean delete = false; | jsf snippet... | | | | | | | exception... | javax.ejb.EJBException: org.jboss.seam.RequiredException: In attribute requires v

  1   2   3   >