[jboss-user] [EJB/JBoss] - Re: @TransactionAttribute ignored on generic interface metho

2006-08-11 Thread akovcic
Bug, for the status check http://jira.jboss.com/jira/browse/EJBTHREE-685 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964537#3964537 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964537 _

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

2006-08-11 Thread renat-zubairov
Hi Sure, just created: http://issues.apache.org/jira/browse/HIVEMIND-181 Watch it, vote for it :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964538#3964538 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964538 __

[jboss-user] [Beginners Corner] - could not dereference object

2006-08-11 Thread vitalstrike82
Hi, I'm using jboss4.0.3. I want to reference my jsp page to EJB but get a "could not dereference object" upon running the jsp with this as it went into the catch exception instead of looking up to the EJB: try { | Context initial = new InitialContext(); |

[jboss-user] [Installation, Configuration & Deployment] - Re: Update JBoss to maintain security?

2006-08-11 Thread MarauderMUC
"aq12ws" wrote : Hi , | Are you talking about securing the JBoss or upgrading ? | I intended to ask, if I should upgrade JBoss to the latest "patchlevel" for security reasons. E.g. It is recommended to upgrade apache 2.0.x to the latest version 2.0.58, because security-holes have be

[jboss-user] [JBoss Seam] - Re: Graceful logout and friendly login ? How to?

2006-08-11 Thread Basel
Update: I managed to get the view id using two independent approaches: The first approach gets the view id from the request parameter map using the key "jsf_viewid". I am not sure whether this key is standard or specific to an implementation of JSF. | @In(value="#{facesContext.externalContext.

[jboss-user] [Installation, Configuration & Deployment] - Re: external config directories in jboss

2006-08-11 Thread bettina
have you tried setting the java options differently? there is one called: jboss.server.config.url maybe you just need to set this option to whatever directory you like? I haven't tried it myself, but maybe it helps. For more possible options see the class: ServerConfig.java View the original p

[jboss-user] [JBoss Seam] - Re: The pageflow attribute of @Begin not always processed pr

2006-08-11 Thread Basel
No it is not a bug, here is a quote from the docs anonymous wrote : We "start" a jPDL-based pageflow by specifying the name of the process definition using a @Begin, @BeginTask or @StartTask annotation | @Begin(pageflow="numberguess") | public void begin() { ... } View the original post : h

[jboss-user] [Management, JMX/JBoss] - Re: Disabling or Securing the Tomcat Status page in the JMX-

2006-08-11 Thread pilhuhn
Just completely throw out ROOT.war. Btw.: the web-console will - if not secured - also show you at least all mbeans with all attributes. This is hidden in the management/ folder. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964546#3964546 Reply to the pos

[jboss-user] [JBoss jBPM] - Re: The process class loader issue

2006-08-11 Thread kukeltje
Yang, This is such a simple thing to try first, that we would appreciate that very much. If things go not as expected, please report back View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964548#3964548 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss jBPM] - Re: Error in node-->TaskNode

2006-08-11 Thread kukeltje
That is no problem, but I assume your understand java and that errors are in most cases displayed in stacktraces. Posting that would realy help us helping you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964549#3964549 Reply to the post : http://www.jboss

[jboss-user] [EJB 3.0] - Re: Starting embeddable EJB3 server

2006-08-11 Thread wolfc
You can find all downloads via www.jboss.org => EJB 3.0 Download etc. The functionality of the embedded stack is more limited than the full EJB3 stack, so if it works in embedded it should work in full. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964550#39

[jboss-user] [EJB 3.0] - Re: SocketException with an MDPOJO

2006-08-11 Thread yoggi06
Hello Malte, i have the same problem. Do you have meantime a solution ? greetings yog View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964552#3964552 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964552 _

[jboss-user] [JBoss jBPM] - Re: The process class loader issue

2006-08-11 Thread yxyang
"kukeltje" wrote : Yang, | | This is such a simple thing to try first, that we would appreciate that very much. If things go not as expected, please report back :-) I found that kukeltje has always blur response:) i will try of course. yang View the original post : http://www.jboss.com/i

[jboss-user] [Beginners Corner] - Proxy problem

2006-08-11 Thread qler
Hello! I've a little problem over here. I want to create a simple stand-alone client, which creates a bean and invokes a method on it. Here's the code for beans: package bean; | | import javax.ejb.Stateless; | | @Stateless | public class CreaterRemote implements Creater { |

[jboss-user] [JBoss Seam] - Re: The pageflow attribute of @Begin not always processed pr

2006-08-11 Thread rlhr
I agree with this. So in my example, if the jsp calls directly the delegate method that has the @begin(pageflow="..."), then the flow starts as expected. Now if the jsp calls the testOne method which in turn calls the delagate methods, then the pageflow is not started. This means that the flow

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Can actual and alias IP share the same port

2006-08-11 Thread ramesh.chennai
Hi, anonymous wrote : I am being stumped by http://dynamic.jboss.non-ssl:8080 application, Is there any way to run "dynamic.jboss.non-ssl" application without using the port 8080 in URL, like http://dynamic.jboss.non-ssl I just fixed this problem, referred by the following three UR

[jboss-user] [JBoss jBPM] - delegation for ActionHandler - what am I missing?

2006-08-11 Thread wasperen
I have the following node in my process: | | java:/cucumber/RulesEngine | news-sensor | | | The entire process deploys fine. The ActionHandler code is, simply: package com.paconsulting.cucumber.rules.impl; | | imports... | | p

[jboss-user] [EJB 3.0] - Displaying EJBs within JavaScript: what about the EntityMana

2006-08-11 Thread SmokingAPipe
Here's the scenario: I have a Servlet which uses JNDI to get a stateless session bean. That stateless session bean has a method like "load" which loads up one of my entities. So now my Servlet has gotten a hold of its entity bean. Let's say this entity is an Invoice which contains a List of I

[jboss-user] [JBoss jBPM] - Re: about process-state

2006-08-11 Thread erzed
Hi erverbody! I've got a similar problem. I've created to process definitions. One includes a process state that should start the other process. I deployed both definitions and I can see them in the database. However when I start the super process i get the followin message: [WARN ] [11 Aug 200

[jboss-user] [JBoss Seam] - Conversion Error

2006-08-11 Thread koriel
My user entity | @Entity | @Table(name="USERS") | public abstract class User implements Serializable | { | |private String password; |private List name; |private long id; | | |@Id |@GeneratedValue |public long getId() { | return id

[jboss-user] [Installation, Configuration & Deployment] - Re: Where is JBOSSWS??

2006-08-11 Thread visolvejboss
Hello, The latest download for JBossWS "jbossws-1.0.2.GA" can be found in the following link. http://labs.jboss.com/portal/jbossws/downloads And also refer the following pages. http://wiki.jboss.org/wiki/Wiki.jsp?page=WebServiceStacks http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWS Vi

[jboss-user] [JBoss Seam] - Re: Conversion Error

2006-08-11 Thread Basel
Do you have any component that is named "names" or "authorUser" using the @Name annotation? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964563#3964563 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964563 __

[jboss-user] [JBoss Seam] - Re: Conversion Error

2006-08-11 Thread koriel
I have The Names class named "names" but not the AuthorUser View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964565#3964565 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964565 ___

[jboss-user] [JBoss Seam] - Re: The pageflow attribute of @Begin not always processed pr

2006-08-11 Thread Basel
"rlhr" wrote : Now if the jsp calls the testOne method which in turn calls the delagate methods, then the pageflow is not started. Oops! I did not notice that the testOne method calls the delegate method. But even if that is the case, you are supposed to start the pageflow as a result of a page

[jboss-user] [Installation, Configuration & Deployment] - Re: EAR deployment issues

2006-08-11 Thread jaikiran
anonymous wrote : 2)I am placing WEB-INF/lib outside war in common.jar (EAR classloader level) but war can not find the required classes from coomon.jar You will have to add the following entry to application.xml file which is present in the META-INF directory: | Common.jar | View the

[jboss-user] [JBoss Seam] - Re: The pageflow attribute of @Begin not always processed pr

2006-08-11 Thread rlhr
Ok, so that explain why the flow would not start that way. Thanks for the explaination. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964569#3964569 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964569 __

[jboss-user] [JBoss Seam] - Re: Conversion Error

2006-08-11 Thread Basel
Try adding @Name("authorUser") to your entity. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964570#3964570 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964570 ___ jboss-us

[jboss-user] [Messaging, JMS & JBossMQ] - java.net.SocketException: socket closed

2006-08-11 Thread yoggi06
Hello together, i'm having following problem. I use: JBOSS jboss-4.0.4.GA and EJB3. see the ERROR-CODE: | java.io.IOException: Client is not connected | at org.jboss.mq.il.uil2.SocketManager.internalSendMessage(SocketManager.java:265) | at org.jboss.mq.il.uil2.SocketManager.sendR

[jboss-user] [Beginners Corner] - Re: Proxy problem

2006-08-11 Thread jaikiran
anonymous wrote : Caused by: java.lang.ClassNotFoundException: bean.Foo bean.Foo needs to be placed in the client's classpath. Make it (the class/jar) available in the client's classpath to resolve the issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39

[jboss-user] [Installation, Configuration & Deployment] - Re: EAR deployment issues

2006-08-11 Thread nancy.aggarwal
hello JaiKiran, I have placed this code inside the applicaton.xml.Even then i am getting noclassdefnfound error. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964574#3964574 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [Installation, Configuration & Deployment] - Re: EAR deployment issues

2006-08-11 Thread jaikiran
Post the exception stacktrace that you are seeing(Use the code button to wrap the contents in Code block, while posting) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964575#3964575 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [JBoss Seam] - Re: Entity Bean extends SelectItem

2006-08-11 Thread Basel
Let me clarify few things First, @Local is used to mark your local interface and @Entity is used to mark an implementation of the interface. So using them together does not make much sense. Second, SelectItem is a model that holds the state of a single item of a JSF component. It is meant for JS

[jboss-user] [Installation, Configuration & Deployment] - Re: Update JBoss to maintain security?

2006-08-11 Thread jyotsna.hcl
how to make session beans secure and entity beans insecure in jboss.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964578#3964578 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964578 ___

[jboss-user] [Beginners Corner] - Re: Proxy problem

2006-08-11 Thread qler
"jaikiran" wrote : bean.Foo needs to be placed in the client's classpath. Make it (the class/jar) available in the client's classpath to resolve the issue. | Yes, then it works - I've tried this. But what's the benefit of the client program then? It contains all the interfaces and implementat

[jboss-user] [Beginners Corner] - Re: Proxy problem

2006-08-11 Thread jaikiran
anonymous wrote : It contains all the interfaces and implementations like the bean itself No. The client classpath just has to have the interfaces of the bean and NOT the bean implementation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964581#3964581 Rep

[jboss-user] [JBoss jBPM] - process starts automatically or by some external application

2006-08-11 Thread yadav_manoj82
hi friends is it possible to start the process through some external application or we can configure such that process starts itself. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964583#3964583 Reply to the post : http://www.jboss.

[jboss-user] [Beginners Corner] - Re: Proxy problem

2006-08-11 Thread qler
"jaikiran" wrote : anonymous wrote : It contains all the interfaces and implementations like the bean itself | | No. The client classpath just has to have the interfaces of the bean and NOT the bean implementation. Yess... Sorry I misunderstood you :) Right, I've imported bean interfaces -

[jboss-user] [Beginners Corner] - Re: Proxy problem

2006-08-11 Thread jaikiran
anonymous wrote : As I understand the clent class must not know about bean implementation classes at all, but here we lookup implementation class CreaterRemote No. That's not the case. The name that you are specifying as the argument to the lookup method is the jndi name to which the bean is bo

[jboss-user] [JBossWS] - Re: JSR181 Web Service Client

2006-08-11 Thread chamillard
I actually do have the endpoint as an annotated stateless session bean; the problem appears to be on the client side when I try to consume the service using JAX-WS. Thanks, Tim View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964586#3964586 Reply to the post

[jboss-user] [Beginners Corner] - Re: Proxy problem

2006-08-11 Thread qler
Aha! Got it, thanks a lot! But I do not use xml deployment descriptors, but annotations. Maybe you can tell me, if I can specify the name for my interface before deployment and how I do it? Suppose I've changed remote interface's name, but for simplicity let it left as is now. But why then my

[jboss-user] [JBoss AOP] - unbound-bindings...

2006-08-11 Thread AdequateSystems
Hello, I'm trying to use aopc and nothing happens (I always get "unbound-binding" in aop-report.xml)... My jboss-aop.xml is: | | | | | | It should match all methods marked with the @com.adequate.entity.RemoteInvocation annotation. I have a class Person.java

[jboss-user] [JBoss Messaging] - Re: messages working only in one node of cluster

2006-08-11 Thread jaink
Clarification question. Are you using JBoss Messaging or JBoss MQ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964590#3964590 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964590

[jboss-user] [Beginners Corner] - Re: Proxy problem

2006-08-11 Thread jaikiran
anonymous wrote : But why then my program crashes? Post the exception stacktrace, lets see what the issue is. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964589#3964589 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [Beginners Corner] - Re: Proxy problem

2006-08-11 Thread qler
Here you are: Exception in thread "main" java.lang.reflect.UndeclaredThrowableException | at $Proxy0.create(Unknown Source) | at client.FooClient.main(FooClient.java:18) | Caused by: java.lang.ClassNotFoundException: bean.FooRemote | at java.net.URLClassLoader$1.run(Unknown Sour

[jboss-user] [JBoss Messaging] - Re: messages working only in one node of cluster

2006-08-11 Thread rudih
we're using JBoss MQ with JBoss 3.2. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964593#3964593 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964593 ___ jboss-user mailing

[jboss-user] [Beginners Corner] - Re: HELP: javax.naming.NameNotFoundException: comp not bound

2006-08-11 Thread cnbs
I just resolve it. :) Not the "comp not bound" but the "@Resource and @TimerService not working" problem. I always tried to work with TimerService or SessionContex in a constructor and got the NPE. All i had to do is to try this in a method not in the constructor :) View the original post :

[jboss-user] [JBoss Messaging] - Re: messages working only in one node of cluster

2006-08-11 Thread mskonda
whom are you asking the question? Me? JBossMessaging. Gone those days with MQ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964592#3964592 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964592

[jboss-user] [Management, JMX/JBoss] - Re: JBoss 4.0.4SP1/XP MBean AttributePersistenceService depe

2006-08-11 Thread mkleiderman
I'm happy to: | | | | | | jboss:service=AttributePersistenceService | | | Client Hosted Fax Service Inbound Configuration | | | | | com.xerox.client.hfs.management.ClientHFSInboundMonitor |

[jboss-user] [EJB 3.0] - Re: Persistence unit dependency failure on deploy

2006-08-11 Thread scotttam
I am not sure if this works or not as I have not tried it myself but according to the Burke EJB 3.0 book, you can add the element to the persistence.xml that will scan additional jar files for classes to add to the persistence set. If you have the book, see page 70. I'll be curious to wheth

[jboss-user] [JBoss jBPM] - Re: about process-state

2006-08-11 Thread kukeltje
the message you get is a WARNING and can be safely ignored. If you get an error, please post the stacktrace of that error, we cannot guess. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964598#3964598 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss jBPM] - Re: process starts automatically or by some external applica

2006-08-11 Thread kukeltje
yes View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964597#3964597 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964597 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [Beginners Corner] - Re: could not dereference object

2006-08-11 Thread vitalstrike82
"vitalstrike82" wrote : Hi, | I'm using jboss4.0.3. I want to reference my jsp page to EJB but get a "could not dereference object" upon running the jsp with this as it went into the catch exception instead of looking up to the EJB: | | try { | | | |

[jboss-user] [JBoss jBPM] - Re: delegation for ActionHandler - what am I missing?

2006-08-11 Thread kukeltje
if you have a junit test case for this I'll have a look, send it to ronald ( at ) jbpm . org One thing that you could try is making the variables public, but that should not be needed afaik. btw, what version of jbpm are you using View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [EJB/JBoss] - could not dereference object when running the EJB

2006-08-11 Thread vitalstrike82
Hi, I'm using jboss4.0.3. I want to reference my jsp page to EJB but get a "could not dereference object" upon running the jsp with this as it went into the catch exception instead of looking up to the EJB: try { | | objref = initial.lookup("java:

[jboss-user] [JBoss Seam] - Re: When can @Logger be used?

2006-08-11 Thread baz
Hello, would you be so kind to post the code of your bean for which you use the Logger annotation. Maybe, the stacktrace of the NPE will help also. There must be one, if your logger is uninitialized. Ciao, Carsten View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[jboss-user] [JBoss jBPM] - Re: delegation for ActionHandler - what am I missing?

2006-08-11 Thread wasperen
Ooops Maybe I should have deployed the new services jar Thanks for triggering that in my tired brain! Willem View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964605#3964605 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [Security & JAAS/JBoss] - DatabaseServerLoginModule caching credentials problem

2006-08-11 Thread lzdobylak
I'm using this login module to get user and roles, when "admin" changes "user" password, user can use both old and new password while login, until he first time use new password. old password is cached somewere (probably in sharedState object of loginModule), how can I force clearing this cache?

[jboss-user] [Security & JAAS/JBoss] - Re: DatabaseServerLoginModule caching credentials problem

2006-08-11 Thread lzdobylak
me again, I've read wiki about caching but: do i need to change securitydomain from jmx-console to my securitydomain? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964609#3964609 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [Beginners Corner] - Porting a simple RMI client-server app to JBoss

2006-08-11 Thread beastie2
Hello, zen fans of JBoss, I am pretty much new to JBoss. I have read a few articles, searched about the different alternatives and decided to give JBoss a real try. But, what I am trying to do is rather unusual, and it's a huge challenge to find documentation on that specific topic. I have an

[jboss-user] [JBoss Seam] - Re: Step-by-Step Seam Getting Started Guide

2006-08-11 Thread [EMAIL PROTECTED]
anonymous wrote : seam.sh is missing the following parameter that seam.bat has. | if [ "${seamtask}" = scaffold-wtp-project ] | then | ant new-project -Dproject.name=${projectname} -Dscaffold=true | fi Another good catch! I fixed seam.sh in seam-gen, so that won't screw up others. anony

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

2006-08-11 Thread CH
Well, we patched xalan ourselves and the leak is gone. I am a little bit surprised, that I did not get any answer here. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964613#3964613 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBossWS] - Re: JSR181 Web Service Client

2006-08-11 Thread chamillard
Hey Folks, I've resolved my problem. I apologize to all, because the problem was caused by the way I was trying to run the client rather than by anything to do with JBoss. I was trying to run the client using a straight java call rather than using the appclient.bat file provided by Sun (which d

[jboss-user] [Clustering/JBoss] - Clustering problem

2006-08-11 Thread earniedyke
Greetings all. We have two nodes, each on its own Win 2000 server, in our production environment. A couple of weeks ago we had to reboot the servers and restart the JBoss instances. Both instances started fine but they no longer see each other as a cluster. No changes where made to cluster-serv

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Explicit document source root using context/docbase

2006-08-11 Thread j2ee_junkie
check out http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingContextDotXML cgriffith View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964618#3964618 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964618 __

[jboss-user] [EJB 3.0] - Re: How to set default mapping to TEXT instead of VARCHAR(25

2006-08-11 Thread tigrou
I have the same problem (I have to store a VARCHAR(5000) on MySQL 4 (witch as WARCHAR limited to 255)). I'm not sure it will work but I have found that the mapping file is in : $JBOSS_HOME\serveur\default\conf\standardjbosscmp-jdbc.xml You have the mapping for each type of Bdd. For my case, I h

[jboss-user] [Security & JAAS/JBoss] - Re: JACC on the fly method permission changes not reflecting

2006-08-11 Thread j2ee_junkie
I had started to digest the JACC spec and how JBoss implements it a few months back, but have not looked at it recently. So this is pure speculation on what I think I know. The point I was trying to make is that you have been modifying the PolicyContext specified by contextID "kr.jar". That

[jboss-user] [JBoss Seam] - Re: When can @Logger be used?

2006-08-11 Thread appendix
Ok, I managed to get the @Logger working in the simple bean: | @Name("user1A6") | public class User1A6 { | | private String username; | private String password; | | @Logger private org.jboss.seam.log.Log log_seam; | | public User1A6() { |

[jboss-user] [JBoss jBPM] - Re: delegation for ActionHandler - what am I missing?

2006-08-11 Thread kukeltje
You're welcome :-) btw, services jar? You mean generic classes not included in the process archive? Did you deploy these on the classpath or some other way? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964623#3964623 Reply to the post : http://www.jboss.

[jboss-user] [JBossWS] - Reading cookies in a web service

2006-08-11 Thread DjHitItUp
I am new to JBoss and JBossWS. The problem i am having is I need to pull the cookie information from the HTTPRequest object ( or any other object) from within a web service. How do i do this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964624#3964624 Repl

[jboss-user] [Security & JAAS/JBoss] - Re: JAAS multi-threaded=true causing SecurityException princ

2006-08-11 Thread j2ee_junkie
sdegenaar, anonymous wrote : We have setup a seperate tomcat installation How does Tomcat's security system interface with JBoss' in your environment? Also you may want to read security chapter of server guide at http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch8.chapter.html cgriffith Vie

[jboss-user] [Security & JAAS/JBoss] - Re: Problems with my security proxy

2006-08-11 Thread j2ee_junkie
fosodquez, The ClientLoginModule does not have any authentication logic, so if that is your only login module, then you are not authenticating. cgriffith View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964627#3964627 Reply to the post : http://www.jboss.com

[jboss-user] [JBoss jBPM] - Re: The process class loader issue

2006-08-11 Thread kukeltje
Thank you ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964631#3964631 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964631 ___ jboss-user mailing list jboss-user@lists.

[jboss-user] [JBoss jBPM] - tag on

2006-08-11 Thread xiaolong974
I'm completly new at Jbpm I used a decision nodType and apply a condition on each transition resulting from the decision. So I used the following syntax materiel_garantie = "oui" The app does deploy correctly. But when I click on : Save and close button (default button of the Jbpm we

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Explicit document source root using context/docbase

2006-08-11 Thread gburcher
Thanks for the suggestion. I had already seen the UsingContextDotXML wiki entry. This entry presumes that I have a web-app root directory, say MyWebApp.war, located in the jboss-install\server\default\deploy\jbossweb-tomcat55.sar directory. The entry says to put the context.xml file in MyWebApp

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Hibernate and JBOSS JTA failed transactions

2006-08-11 Thread smithbstl
I am still dealing with this issue, does anyone have any ideas? its just weird because some transactions work, some fail. I would say about 25% work here are some shorter more recent server logs that illustrate the problem Unsuccessful Transaction 2006-08-10 11:55:54,031 INFO [STDOUT] Update C

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Explicit document source root using context/docbase

2006-08-11 Thread j2ee_junkie
If you don't want my help, I'll be happy to move on. In past versions of Tomcat, context elements were added to the server.xml config file. Now that is discouraged in favor of web-app specific context.xml files. However, in your case, I think you should add your context configuration inside T

[jboss-user] [Management, JMX/JBoss] - How do I receive JMS Message from the MBEAN .

2006-08-11 Thread niranjanc
How do I receive JMS Message from the MBEAN . Following code is throwing this Exception when I try to register with messageConsumer javax.jms.IllegalStateException: This method is not applicable inside the application server. See the J2EE spec, e.g. J2EE1.4 Section 6.6 | at org.jboss.resour

[jboss-user] [JBossCache] - JBoss Cache run from within an application WAR file...

2006-08-11 Thread astrien
This may belie me not understanding something basic about how Cache works with JBossAS, but here goes.. I'd like to run JBoss Cache on JBossAS, but package it within our application's WAR file. What I haven't been able to find in the wiki/docs/faqs is how to do this, and if you do, whether or

[jboss-user] [JBoss AOP] - Possible to advise EJB3 EntityBeans?

2006-08-11 Thread Luntain
Is it possible to advise EJB3 EntityBeans with JBoss AOP? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964641#3964641 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964641 _

[jboss-user] [JBoss AOP] - Re: Possible to advise EJB3 EntityBeans?

2006-08-11 Thread Luntain
I tried it without but got only a variety of exceptions. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964642#3964642 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964642 __

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Explicit document source root using context/docbase

2006-08-11 Thread gburcher
Sorry, I didn't mean to say that your help was not appreciated. The wiki entry that you cited was a useful suggestion. It's just that, at this point, I have read through that entry and all other config documentation that seems to be available, tried all the suggested techniques and none of it se

[jboss-user] [JBoss jBPM] - Re: tag on

2006-08-11 Thread xiaolong974
Actually the problem is more basic : I don't know how to work with the condition nodType how to write condition ona transition could be a good first exp ^^ thx thx : ) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964646#3964646 Reply to the post : http:/

[jboss-user] [JBoss jBPM] - Re: tag on

2006-08-11 Thread kukeltje
- Did you look at the examples as well? - You did look at the forum, but did you searched it? - Do you get an error? - what version of jBPM are you using? - Use preview to see if your post is correct (use code tags) I'm sure the first two items in my reply will help you out. View the original

[jboss-user] [EJB/JBoss] - EjB Entity

2006-08-11 Thread smix007
When running JBoss I found the folowing warning and error : Bean : EntityRef Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business methods in the element. Info : Class not found on 'com.spim.ejb.Entit

[jboss-user] [JBoss Seam] - Question about Seam dvd example and persistence

2006-08-11 Thread c_eric_ray
Why are some EM annotated with EXTENDED and some are not. It seems to me that you would choose an aproach and then use it consistently throughout the application. So the real question is, what does it buy you to have some EJBs that uses EXTENDED transactions and some that don't? Thanks. Eric Ra

[jboss-user] [JBoss jBPM] - Re: tag on

2006-08-11 Thread xiaolong974
I'm using a startkit : \jbpm-starters-kit-3.1 I"ve looked into the files contained in : jbpm\src\java.examples \jbpm\src I also looked at the websale example. Currently, my decision nodType just a task_variable. I inserted the following code : ${waranty} = "yes" between condition tag of the tran

[jboss-user] [JBoss Seam] - Re: Entities with one/many_to_many relationships and SEAM

2006-08-11 Thread trouby
Hey, Peter, back to this, I tried to use the additional code for multiple object selection, but for some reason I get the following error while trying to submit the form generated by JSF. 'Conversion Error setting value '1,2' for '#{customer.addresses}'. while '1,2' are the IDs of the sele

[jboss-user] [Clustering/JBoss] - Re: Clustering problem

2006-08-11 Thread [EMAIL PROTECTED]
Take a look at http://www.jgroups.org/javagroupsnew/docs/manual/html/ch03.html#ItDoesntWork Configure it to use the same multicast address and port as your cluster-service.xml. If you are using the -b switch on JBoss startup, use the bind_addr property the doc describes as well. If that does

[jboss-user] [Messaging, JMS & JBossMQ] - message driven beans with EJB3

2006-08-11 Thread morganr
Hi, I'm trying to get a message driven bean to work with ejb3 on jboss 4.0.4.GA I have looked at the trailblazer, the documentation and the wiki but i am not able to get the client to lookup to queue. When i look at the jmx consol at the jndi namespace the queue that i am listening to does not

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Incorrect SQL created by DynamicQL when using left-joins

2006-08-11 Thread cniermei
I am getting an SQLException from the SQL generated by a DynamicQL statement. I did not got this error until I added left-joins to my jbosscmp-jdbc.xml. I will try to explain as best I can the circumstances which have led to this error. I am using Jboss 4.0.3SP1 connecting to a PostgreSQL 8.0.4

[jboss-user] [EJB 3.0] - bean class has no local, webservice, or remote interfaces de

2006-08-11 Thread kamra
I too get the same problem when I try to implement EJB Style Webservice and Servlet Style Webservice in the same project (same ear). 2006-08-11 12:16:28,093 DEBUG [org.jboss.ejb3.Ejb3Module] Initialization failed jboss.j2ee:service=EJB3,module=RefDataServletModule-ejb.jar java.lang.RuntimeExce

[jboss-user] [EJB 3.0] - MDB and EJB3--Newbie Question

2006-08-11 Thread morganr
Hi, I'm trying to get a mdb working with jboss4.0.4.ga however i can't seam to get the examples to run. the ear file deploys but i do not see the queue that i indicate as the destination in the jndi namespace. and as a result i get a name not found exception when i do a context lookup. does

[jboss-user] [Remoting] - thread pool accepting connections

2006-08-11 Thread [EMAIL PROTECTED]
I haven't looked at the code on this yet - hoping its a quick and easy answer from someone :) I'm assuming there is a thread pool behind the server socket connection stuff (allowing a JBoss/Remoting server to process concurrent requests). Is there a way for me to specify my own custom thread po

[jboss-user] [Remoting] - Re: thread pool accepting connections

2006-08-11 Thread [EMAIL PROTECTED]
There is a thread pool associated with the socket server invoker, but not in a traditional sense. The threads in this pool are ServerThreads and are specialized due to their association/mangement of socket connections. Can find more details at http://labs.jboss.com/portal/jbossremoting/docs/g

[jboss-user] [Security & JAAS/JBoss] - Re: Problems with my security proxy

2006-08-11 Thread fosodguez
hi j2ee_junkie, I know ClientLofinModules hasn't any authenticacton logic, I'm following what it's said in this document, point 8.4.1: http://docs.jboss.org/jbossas/jboss4guide/r2/html/ch8.chapter.html Login client side has done sucessfully and after doing lc.login() () if I put this line lc.g

[jboss-user] [Messaging, JMS & JBossMQ] - Is it possible to bind Weblogic JMS Queue to jBoss JNDI Name

2006-08-11 Thread ask10001
I saw this on the wiki http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingWebSphereMQSeriesWithJBossASPartI which tells how to bind the Websphere MQ objects to jBoss JNDI Namespace. I s it possible to do something like that with WebLogic JMS queue/topic. I need to access the Weblogic JMS Queue with t

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Explicit document source root using context/docbase

2006-08-11 Thread j2ee_junkie
I have tried to get this to work too, but only been able to get static content to be made available. Sorry. cgriffith View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964669#3964669 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [JBoss Portal] - Best way to learn

2006-08-11 Thread rbreault
Whats the best way to learn how to write jboss portal apps/portlets? And are there any good books that would take a total beginner from scratch. Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964670#3964670 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss Portal] - CMS fails to start

2006-08-11 Thread thepriz
My Specs: JBoss: 4.0.4.GA JPortal: 2.4.0-CR3 MySQL: 5.0.21 JConnector: 5.0.3 I get the following in my server.log: | --- MBeans waiting for other MBeans --- | ObjectName: portal:service=CMS | State: FAILED | Reason: javax.jcr.RepositoryException: failed to load repository propertie

[jboss-user] [Remoting] - InstantiationException with client passed proxies

2006-08-11 Thread cdelashmutt
I;m trying to code up a little example using JBoss Remoting 1.4.4 in JBoss AS 4.0.4.GA, and JBoss Serialization. This example is based on the "Trasporters sample - proxy" example in the user guide. I've got an MBean that manages the lifecycle of a socket based Remoting server that has a few me

  1   2   >