[JBoss-user] [JBoss Seam] - Re: Programatically setting the taskInstance of the current

2006-06-14 Thread [EMAIL PROTECTED]
Oh and then Process.instance().setTaskId() View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951032#3951032 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951032 ___ JBoss-user

[JBoss-user] [JBoss Seam] - Re: Programatically setting the taskInstance of the current

2006-06-14 Thread [EMAIL PROTECTED]
Process.instance().setProcessId(pid) Should work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951031#3951031 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951031 ___ JB

[JBoss-user] [JBoss Seam] - Re: s:validateAll or @NotNull bug

2006-06-14 Thread [EMAIL PROTECTED]
Yes, this is a limitation of JSF. It is not possible to validate nullness using a JSF validator. You need to use required=true. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951030#3951030 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[JBoss-user] [JBossCache] - Re: JBossCache 1.3.0.SP2 TreeCacheListener not getting event

2006-06-14 Thread var_4050
Dear Manik, We have stepped through the JBossCache code and these are our findings- 1. Optimistic locking does bring a layer of transaction workspace in between. However, the TransactionWorkspace takes care that the entries are added in the tree data structure starting from the root of the cach

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.0.GA Booking App: RegisterAction - Injected Use

2006-06-14 Thread [EMAIL PROTECTED]
"jagoh" wrote : Do you mean if already defined in ejb-jar.xml, at class level don't need to declare? Thanks. You should not need to, according to the spec, but try it anyway. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951028#3951028 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: Reload a portlet without restarting the server

2006-06-14 Thread jaymuthus
hai danny_hon Can you please explain me in detail how to create and deploy a SAR file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951027#3951027 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951027 __

[JBoss-user] [Security & JAAS/JBoss] - Re: ssl encrypted rmi/ejb still sending unencrypted data?

2006-06-14 Thread afjochnick
Hmm, I've done some more thinking and I might have a theory. In the client, I do an InitialContext, using the normal jndi port (1099) to look up home interfaces for the beans. I haven't configured anything special for the JNDI service, so that would probably mean that that information is sent

[JBoss-user] [Installation, Configuration & Deployment] - An Error occured when runs automatic install.

2006-06-14 Thread um2006
I've try to install JBoss 4.0.4 GA automatically. Then once I install JBoss by hand and save the data as autoinst.xml . After that, when I install JBoss again, following error occured. Is it OK ? java -jar jboss-4.0.4.GA-Patch1-installer.jar autoinst.xml - PackageListener, install.log=C:\ins

[JBoss-user] [JBoss jBPM] - Re: Simple class to close open tasks

2006-06-14 Thread hosierdm
Hey Shiv...do you threadjack just to be a troll? It's bad enough that you threadjack when you're issues are slightly related to the original post, but this one is hilarious. What the hell man? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951024#3951024 R

[JBoss-user] [EJB 3.0] - Re: EM query error

2006-06-14 Thread kingofhawks
Can anyone give some hint on this issue? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951021#3951021 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951021 ___ JBoss-

[JBoss-user] [Clustering/JBoss] - Active/passive configuration

2006-06-14 Thread vzilka
How do I configure a JBoss that runs my web application to access only one server in the cluster, and access another only if the first one fails? I need the second machine to be idle unless a crash occurs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951020

[JBoss-user] [JBoss Getting Started Documentation] - Re: JBossWeb - how do I configure?

2006-06-14 Thread kelbed
I just found out that the ports can be configured there : $JBOSS_HOME/server/default/deploy/jbossweb.sar/server.xml [q]What I don't see is how it it is configured to handle static content[/q] I guess all the requests that are not mapped to a servlet are handled automatically by the apache module.

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Where is Source Code for compliled JSP put under JBoss4.

2006-06-14 Thread kingofhawks
Hi: Great thanks.I have foune what i want:) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951018#3951018 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951018 ___ JBoss

[JBoss-user] [Security & JAAS/JBoss] - Re: ssl encrypted rmi/ejb still sending unencrypted data?

2006-06-14 Thread afjochnick
Oh maaan, is there noone with some input here? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951017#3951017 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951017 ___ JBoss-

[JBoss-user] [Installation, Configuration & Deployment] - Re: Classloader - Sharing common files between web and ejb t

2006-06-14 Thread logankiefer
Another way of putting it is that I want the common classes to not be shared between the servlets and ejbs, where the servlets and ejbs are in the same jvm. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951016#3951016 Reply to the post : http://www.jboss.co

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Where is Source Code for compliled JSP put under JBoss4.

2006-06-14 Thread visolvejboss
Hello, You can find the corresponding source and class file in the work directory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951015#3951015 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951015 _

[JBoss-user] [Installation, Configuration & Deployment] - Trying to reconnect to JMS provider

2006-06-14 Thread yayali
After running jboss print out: 16:09:11,765 INFO [JMSContainerInvoker] Trying to reconnect to JMS provider 16:09:11,765 INFO [EJBDeployer] Deployed: file:/D:/aboutjbuilder/jboss-4.0.1sp1 /server/default/deploy/lxctest.jar 16:09:19,312 ERROR [JMSContainerInvoker] Reconnect failed: JMS provider

[JBoss-user] [JBoss Getting Started Documentation] - Re: JBossWeb - how do I configure?

2006-06-14 Thread kelbed
Hi, Just copy the war into the default server deploy directory even if the server is running, it should work. I have a problem configuring the server itself so it s running as a daemon and also i want to change the default port to port 80. It s true there is no documentation about how to confi

[JBoss-user] [JBoss Messaging] - Trying to reconnect to JMS provider

2006-06-14 Thread yayali
After running jboss print out: 16:09:11,765 INFO [JMSContainerInvoker] Trying to reconnect to JMS provider 16:09:11,765 INFO [EJBDeployer] Deployed: file:/D:/aboutjbuilder/jboss-4.0.1sp1 /server/default/deploy/lxctest.jar 16:09:19,312 ERROR [JMSContainerInvoker] Reconnect failed: JMS provider

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.0.GA Booking App: RegisterAction - Injected Use

2006-06-14 Thread jagoh
Thomas, Do you mean if already defined in ejb-jar.xml, at class level don't need to declare? Thanks. JA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951011#3951011 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951

[JBoss-user] [Messaging, JMS & JBossMQ] - Trying to reconnect to JMS provider

2006-06-14 Thread yayali
After running jboss print out: 16:09:11,765 INFO [JMSContainerInvoker] Trying to reconnect to JMS provider 16:09:11,765 INFO [EJBDeployer] Deployed: file:/D:/aboutjbuilder/jboss-4.0.1sp1 /server/default/deploy/lxctest.jar 16:09:19,312 ERROR [JMSContainerInvoker] Reconnect failed: JMS provider

[JBoss-user] [Messaging, JMS & JBossMQ] - Trying to reconnect to JMS provider

2006-06-14 Thread yayali
After running jboss print out: 16:09:11,765 INFO [JMSContainerInvoker] Trying to reconnect to JMS provider 16:09:11,765 INFO [EJBDeployer] Deployed: file:/D:/aboutjbuilder/jboss-4.0.1sp1 /server/default/deploy/lxctest.jar 16:09:19,312 ERROR [JMSContainerInvoker] Reconnect failed: JMS provider

[JBoss-user] [Messaging, JMS & JBossMQ] - Trying to reconnect to JMS provider

2006-06-14 Thread yayali
After running jboss print out: 16:09:11,765 INFO [JMSContainerInvoker] Trying to reconnect to JMS provider 16:09:11,765 INFO [EJBDeployer] Deployed: file:/D:/aboutjbuilder/jboss-4.0.1sp1 /server/default/deploy/lxctest.jar 16:09:19,312 ERROR [JMSContainerInvoker] Reconnect failed: JMS provider

[JBoss-user] [EJB 3.0] - Possible EJB persistent timer bug?

2006-06-14 Thread scotto
Hello. I am using JBossAs 4.0.4.GA with EJB3.0 RC8 and Postgres, and have implemented a jBPM timer service as a SLSB in a similar way to this post: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=74691 However, after running for some time I get this exception: anonymous wrote : 2006-0

[JBoss-user] [Installation, Configuration & Deployment] - Classloader - Sharing common files between web and ejb tier

2006-06-14 Thread logankiefer
Is there a way to have shared libraries between war and ejb but have it so that the shared libraries are isolated in each tier. In other words if I had a shared class that the war classloader would load it and the ear classloader would load it, but any changes to that class in the web tier woul

[JBoss-user] [EJB 3.0] - how to configure @UniqueConstraint

2006-06-14 Thread eielk
how do you use an object in the uniqueconstraint configuration? i want the unique constraint to be based on the user-entity's id and the name column. is this possible with this attribute? | @Entity | @Table(name = "x", | uniqueConstraints = [EMAIL PROTECTED](columnNames={"user.name"

[JBoss-user] [JBossWS] - Missing multiref in SOAP Message

2006-06-14 Thread Gang.tao
Hi , I am now using Jboss4.0.4 GA and in my application, i need call an ohter webservice which is implemented with Axis1.4 I use wscompile to generate the client code and jaxrpc mapping, and I can not use wstools because the service use encoding which is not supported by wstools. I can call the

[JBoss-user] [JBoss jBPM] - Re: Simple class to close open tasks

2006-06-14 Thread mrudulam
Shannon, Try closing the jbpmContext. It will work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951002#3951002 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951002 ___ J

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Messages are delivered to JMS Clients Non uniformly - Jb

2006-06-14 Thread azhurakousky
I am not sure if I understand your problem correctly, but if you want to spread your load equaly to all the MDBs, you may want to change the default load balancing policy to RoundRobin. The following WIKI explains how to do it. We had similar problem with one of our clients and it works great.

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: annoying thing about fibo tutorial

2006-06-14 Thread sosaucily
Word, Thanks D.Marzo, worked great. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950993#3950993 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950993 ___ JBoss-user mailin

[JBoss-user] [EJB 3.0] - EM query error

2006-06-14 Thread kingofhawks
Hi: I have some classes like following: License references LicenseFile,LicenseFile references Product,Product references NEKey. When i issue Query q=em.createQuery("select l from License l where l.licenseFile.product.nekey=:NEKEY"); This will raise exceptions that property product doe

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Where is Source Code for compliled JSP put under JBoss4.0.4

2006-06-14 Thread kingofhawks
Hi: I used JBoss4.0.4 with boundled Tomcat.Where can i find the source code for compiled JSP pages? Thanks! Kingofhawks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950989#3950989 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[JBoss-user] [Beginners Corner] - Re: About conflict between deploy the site and upload new im

2006-06-14 Thread fxia459
Hi Peter, Thanks very much. That's what I want. I do appreciate your instant reply. Have a Nice day. Phil View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950987#3950987 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [Performance Tuning] - Re: Where can I download the jboss operations network module

2006-06-14 Thread PeterJ
JBoss ON is available only thru a JBoss subscription, and thus the page to access it is available to JBoss support subscribers only. If you attend a JBoss ON Road Show, you will get a CD with a limited time license. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[JBoss-user] [JBoss Seam] - Programatically setting the taskInstance of the current BUSI

2006-06-14 Thread slienert
Hi, Can anyone suggest a good way to programatically set the taskId of the current BUSINESS_PROCESS context in my Seam app ? i.e. I have a method that returns me the taskInstance and I need the next @BeginTask annotated method to begin processing this particular task. View the original post :

[JBoss-user] [Beginners Corner] - Re: About conflict between deploy the site and upload new im

2006-06-14 Thread PeterJ
Would something like what I proposed in http://www.jboss.com/index.html?module=bb&op=viewtopic&t=84440 help you? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950984#3950984 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [Beginners Corner] - Re: Url rewriting ?

2006-06-14 Thread PeterJ
The other part of the solution is to define a jboss-web.xml file and set the context-root to "/". See http://wiki.jboss.org/wiki/Wiki.jsp?page=ChangeTheContextOfAWAR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950983#3950983 Reply to the post : http://w

[JBoss-user] [JBoss Seam] - s:validateAll or @NotNull bug

2006-06-14 Thread [EMAIL PROTECTED]
There appears to be a bug in s:validateAll or @NotNull given the following behaviour: If you input a blank field which is enclosed in an s:validateAll tag and the associated getter field on the entity is annotated with @NotNull, then the application will throw an exception if the input field doe

[JBoss-user] [JBoss Getting Started Documentation] - Re: HTTP Status 404 - Servlet action is not available jboss

2006-06-14 Thread PeterJ
Based on the error message, I assume that you are using Struts. I think that somewhere (action within a web page or within code) you are referencing an action named "jboss" but no such action is defined in the struts-config.xml file. View the original post : http://www.jboss.com/index.html?mo

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.0.GA Booking App: RegisterAction - Injected Use

2006-06-14 Thread [EMAIL PROTECTED]
It seems like the Seam Interceptor doesn't intercept. Try to add @Interceptor(SeamInterceptor.class) at the class level and let us know. (It should be already defined in ejb-jar.xml though) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950978#3950978 Reply

[JBoss-user] [Beginners Corner] - About conflict between deploy the site and upload new images

2006-06-14 Thread fxia459
Hi there, I am new to Jboss. I am working on a site via Jboss. The question is below. I am uploading some new images to the jboss server and want to display the new images in HTML file. The web site need be deployed to find the new images. Even I can see the new images are there, without deploy

[JBoss-user] [EJB 3.0] - EJB 3.0 and WS-I

2006-06-14 Thread minamti
Does EJB 3.0 support stateless session beans to recv. any certificate through Web Services. Specifically, I want to call EJB with a certificate/kerb ticket using a web services client. I then want to extract this certificate from the EJB. Any words of wisdom on how I can do this. I can get a Pri

[JBoss-user] [JBoss Portal] - Re: Deploying 2.4 Portal Beta - Main Issues

2006-06-14 Thread ThorntonD
Is there a guesstimate when CVS will be updated with enhancements for the other issues? Danny View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950971#3950971 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950971 _

[JBoss-user] [JBoss Seam] - Re: Seam AJax Remoting and throwing of exceptions

2006-06-14 Thread andrew.vine
Ok. It is funky idea to have a seperatate callback on error. I think MochiKit allowed you to do this. I don't understand completely what you want to do but what is important to me is that I could still provide a message with my exception and have that displayed to the user. eg.. public BigDecim

[JBoss-user] [JBoss Messaging] - Re: Messages are delivered to JMS Clients Non uniformly - He

2006-06-14 Thread timfox
Are you using JBoss MQ or JBoss Messaging? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950969#3950969 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950969 ___ JBoss-user

[JBoss-user] [JBoss jBPM] - Re: Simple class to close open tasks

2006-06-14 Thread ssquare
I am not running the webapp at this time of error. May be that could be a problem... -Shiv View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950968#3950968 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950968

[JBoss-user] [JBoss jBPM] - Re: Simple class to close open tasks

2006-06-14 Thread ssquare
hi, I am getting this error- hope this helps: java.lang.NullPointerException org.jbpm.JbpmContext.getTaskList(JbpmContext.java:176) MyjbpmworkflowServlet.doGet(MyjbpmworkflowServlet.java:60) javax.servlet.http.HttpServlet.service(HttpServlet.java:689) javax.servlet

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Hibernate exceptions and container managed transaction

2006-06-14 Thread joris77
An interceptor in JBoss is a possible solution. Joris View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950965#3950965 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950965 __

[JBoss-user] [Installation, Configuration & Deployment] - Patched commons-logging.jar broke Log4JLogger API?

2006-06-14 Thread MichaelJara
I noticed, while migrating some code from JBoss 3.2.7 to JBoss 4.0.4.GA, that there's a problem with "commons-logging.jar". I tried building something, with the JBoss version of this jar in my classpath, and I got a "cannot resolve symbol" error. symbol : method getLogger () location: class or

[JBoss-user] [JCA/JBoss] - Re: Informix error -710 / invalid entries in prepared statem

2006-06-14 Thread [EMAIL PROTECTED]
So, what you are saying is that in the case of Informix, the statement should be attempted twice? This can be accomplished via coding. There is nothing to prevent your code from catching the exception, evaluating the code, and attempting to execute the statement a second time. JCA is agnostic

[JBoss-user] [JBoss jBPM] - jBPM Connectors

2006-06-14 Thread objectorange
Hello, I'm having difficulty finding documentation on connecting to and from jBPM. Are there API interfaces for connecting (both synchronous and asynchronous) to jBPM from another jvm application to instantiate new jBPM Process Instances and methods of notifying that jvm application that a jBPM

[JBoss-user] [JBoss jBPM] - Re: ProVision Modeler

2006-06-14 Thread thomchode
I discovered that ProVision can export in the xmi format (uml), which I can then take and use AndroMDA and that jBPM cartridge and convert over to my processdefinition.xml. Thanks for the help! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950961#3950961 R

[JBoss-user] [JCA/JBoss] - Re: Informix error -710 / invalid entries in prepared statem

2006-06-14 Thread lafr
If the reuse of a prepared statement fails because of this (tables or statistics for the tables used in the query have changed since prepare) the prepared statement should be thrown away first. JBoss should then try to create a new prepared statement then. If this also fails, there seems to be a

[JBoss-user] [Messaging, JMS & JBossMQ] - JBossMQ Recurrent Connection Failure

2006-06-14 Thread bsbodden
We have an application running on: JBoss 2.4.4 + Catalina OS: WIN 2K and we get this exception every once in while and eventually we see degradation of the JBoss JMS stack performance. Yes, we know this is an very old version of JBoss but we are stuck with it for the time being. This is how we

[JBoss-user] [JBossWS] - JBossWS 1.0.1.GA JSR181 and WebServiceHost property

2006-06-14 Thread pablojavierpy
Hi all, I was wondering if there is a simpler way to change de " WebServiceHost" property en JBossWS 1.0.1.GA. I need it because my WebService entry point is through an Apache HTTP Server that connects to JBoss 4.0.4 through JCA. I managed to do it by changed this zipped file contents: $JBOSS

[JBoss-user] [JBossWS] - JSR181 and Secure Endpoints

2006-06-14 Thread pablojavierpy
Hi, How can I specify that my endpoint is secure in JSR181? Is there a specific JBOSS annotation to do so? I have read: http://labs.jboss.com/portal/jbossws/user-guide/en/html/secure-ejb.html It says anonymous wrote : The easiest way is to add "https://"; to the SOAP Address entry But I can

[JBoss-user] [Installation, Configuration & Deployment] - Re: Cannot aquire datasource for database. Upgrading 3.2.6 t

2006-06-14 Thread AndrewBoyd
After the stack trace from above it seems that the datasource is getting bound: [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:name=MercuryDB,service=DataSourceBinding' to JNDI name 'java:MercuryDB' ERROR [MessageBodyServlet] javax.naming.NameNotFoundException: MercuryDB

[JBoss-user] [JBoss Seam] - Re: which IDE do you use to develop SEAM application?

2006-06-14 Thread jack70_chen
Cavani, thanks a lot View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950953#3950953 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950953 ___ JBoss-user mailing list JBoss-us

[JBoss-user] [JBoss AOP] - Re: adding interceptors to the

2006-06-14 Thread sbivol
Thank you for replying and pointing me to the test, even though I might not have started this thread in the right forum. - I included the aspectdomain-interceptors-aop.xml to the root of the ejb jar and deployed it within a ear; I also specified that the "Test Domain" inherits bindings from "St

[JBoss-user] [JBoss jBPM] - Re: jBPM BPEL 1.1 beta 1 released

2006-06-14 Thread [EMAIL PROTECTED]
Try the Eclipse BPEL designer. We recently got involved with that project for creating a runtime communication framework. http://eclipse.org/bpel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950951#3950951 Reply to the post : http://www.jboss.com/index.ht

[JBoss-user] [JBoss jBPM] - Re: BPEL Condition

2006-06-14 Thread [EMAIL PROTECTED]
Thanks for sharing your example with the community, Nick. I can't find how the expression in your last post differs from the previous one, tough. Am I missing something? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950949#3950949 Reply to the post : http:

[JBoss-user] [JBoss AOP] - EJB and

2006-06-14 Thread ad-rocha
Hello, I'd like to intercept a call to ParserInterface->call inside PropostaBusinessComponent->consultarProposta(..). PropostaBusinessComponent is a SessionBean, so I tried this code: | | | | | | The code is not intercepted, but if I use the code below, e

[JBoss-user] [JBossWS] - Re: EJB3 Webservice with JSR109

2006-06-14 Thread pablojavierpy
You can manually change de WSDL file in WebService with JSR181. Use the @WebService annotation like this: @WebService(name="JMSTransportPortType", | serviceName="JMSTransportService", | targetNamespace="http://example.org";, wsdlLocation="location of your wsdl") I go

[JBoss-user] [JBoss Seam] - Seam 1.0.0.GA Booking App: RegisterAction - Injected User In

2006-06-14 Thread rogerk
currently trying to get Seam 1.0.0.GA booking app running on Glassfish. Seems to deploy ok... When I go to register a new user (filling in username/password, ...) and clicking "Register", I get a NPE in RegisterAction --- due to the fact that the injected User instance is null. ?? View the

[JBoss-user] [JBossWS] - EJB3 Webservice with JSR109

2006-06-14 Thread jpremji
I have recently created and EJB3 session bean and exposed it as a webservice with JSR181. Is it possible to expose it using the JSR109 api instead or any way of changing the wsdl file in the JSR181. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950945#395094

[JBoss-user] [JBoss Portal] - Re: Changing Portal URL

2006-06-14 Thread [EMAIL PROTECTED]
The local.properties file exists only in the src distribution. To change the context path in the binaries, you need to change jboss-web.xml /portal This file is located in jboss-portal.sar/portal-server.war/WEB-INF View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[JBoss-user] [JBoss Portal] - Changing Portal URL

2006-06-14 Thread rflammer
Hi, I am using JBoss 4.03SP1 with JBoss Portal 2.2 using HSQLDB 1.8.0.4. I am trying to figure out how to change the URL to my portals. For example I have a portal called TestPortal. By default it maps to http://localhost:8080/portal/portal/TestPortal. What can I do to change that so it could

[JBoss-user] [Installation, Configuration & Deployment] - Re: Suggested configuration for Migration to JavaEE 5

2006-06-14 Thread [EMAIL PROTECTED]
Select "ejb3" profile when using installer. Latest installer drop is 1.2.0BETA1 (http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=193295). It includes AS 4.0.4GA, EJB3 CR8, and jbossws-1.0.1.GA which supports JSR-181. View the original post : http://www.jboss.com/index.ht

[JBoss-user] [JBoss Portal] - Re: Deploying 2.4 Portal Beta - Main Issues

2006-06-14 Thread [EMAIL PROTECTED]
anonymous wrote : Changes to the Management Portlet do not persist. Restarting the server goes back to the default-object.xml configuration. Changes made in the management portlet are persisted to the database. The default-object.xml is only used to provide an initial configuration. We are expl

[JBoss-user] [JBossCache] - Re: Does JBoss Cache and semaphores

2006-06-14 Thread [EMAIL PROTECTED]
JBoss Cache works on a completely peer based system, no server is given 'preference' over another. Locking is done on a per instance basis so (based on node locking scheme and isolation level used) only a single thread may access a piece of data at a given time. When replicating, this integ

[JBoss-user] [Beginners Corner] - Re: Url rewriting ?

2006-06-14 Thread osterday
If you are using the Apache web server in front of JBoss/Tomcat, this is fairly easy to do. Otherwise, I think you need to change your JBoss settings to run Tomcat on the standard http port 80 (if on Linux, has to run as root) and deploy your application as the ROOT context. Another option on

[JBoss-user] [JBossCache] - Does JBoss Cache and semaphores

2006-06-14 Thread bruce76
Hi, We're using JBoss cache to share data between two servers in a cluster. We would like only one of the servers to operate on data in the cache for certain use cases (in other use cases, we want both nodes to have access at the same time). Does JBoss cache provide a semaphore mechanism that

[JBoss-user] [JBoss Portal] - Re: Question on JBoss Portal in cluster

2006-06-14 Thread [EMAIL PROTECTED]
If your configuration uses Apache+Mod_JK+Tomcat, you might want to check the worker.properties file in apache/conf for the sticky session settings. This is explained in more detail here - http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss View the original post : http://www.jbos

[JBoss-user] [JBossWS] - webservice runs on JBoss 4.0.3, throws exception on JBoss on

2006-06-14 Thread phlogistic
I have a web service that runs correctly on JBoss 4.0.3, but on JBoss 4.0.4 / JBossWS 1.0.1, throws a stack trace. The web service's artifacts (port, service, etc.) are created using the wscompile tool of Sun's Java Web Services Developer Pack 1.6. The wscompile tool argument 'nodatabinding' i

[JBoss-user] [Beginners Corner] - Re: DeploymentException: No META-INF/application.xml found

2006-06-14 Thread drewcox
Ok, well, it looks like I have found my problem, which I expect to be unique. I was receiving this error message because I had a config file in my application's classpath called app.properties.ear. This was actually in an ejb-jar.jar file in the application ear file. JBoss seemed to get quit

[JBoss-user] [JBossCache] - Re: Is JBoss Cache the correct answer?

2006-06-14 Thread [EMAIL PROTECTED]
"sreelakshmiyadav" wrote : In this scenario is it advisable to go for JBoss cache?? Yes "sreelakshmiyadav" wrote : | If so, kindly guide me with references to implement it. | http://labs.jboss.com/portal/jbosscache/docs/index.html http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCacheAndWebLo

[JBoss-user] [JBossWS] - Does JBossWS use ws4ee-deployment.xml files?

2006-06-14 Thread phlogistic
Does JBossWS use ws4ee-deployment.xml files? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950932#3950932 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950932 ___ JBoss-us

[JBoss-user] [JBossCache] - Re: JBossCache 1.3.0.SP2 TreeCacheListener not getting event

2006-06-14 Thread [EMAIL PROTECTED]
One possibility is that notifications are only made when changes are made to the cache directly. Optimistic locking creates a layer - a 'workspace' - on which changes are applied to until transactions commit. Do you have any ongoing transactions (perhaps CMT) at the time, which may not be comm

[JBoss-user] [JBossWS] - Re: nodatabinding & jbossws-1.0.1GA on jboss 4.0.4.GA

2006-06-14 Thread phlogistic
OK, got the reason why for the exception. My included WSDL's namespace was the same as my schema's namespace. After creating a separate namespace for the schema and the WSDL, and importing the schema (instead of including it in the of the WSDL), the exception disappeared - replaced by a dif

[JBoss-user] [JBossWS] - JSR 181 POJO deployment fails

2006-06-14 Thread tallison
I am attempting to build a JSR-181 POJO using an existing WSDL. I specify wsdlLocation in my annotation: @WebService(wsdlLocation="META-INF/wsdl/MyService.wsdl") I package everything as a WAR and on deployment I get this: 10:33:03,695 ERROR [MainDeployer] Could not start deployment: file:/C:/

[JBoss-user] [JBoss.NET] - JWSDP 2.0 and JBoss

2006-06-14 Thread lilredheadgrl77
I am attempting to use JWSDP 2.0 to secure my SAAJ SOAP messages from within a servlet running on jboss4.0.3RC2 and jboss4.0.4GA with tomcat (5.5). The JWSDP 2.0 website states that this package only works with a special standalone version of tomcat 5.0 that is downloadable from the same site.

[JBoss-user] [JBossWS] - Re: ClassNotFoundException with jbossws1.0.1

2006-06-14 Thread dannox02
Yes it is exactly the same, I just copied from one directory to the other. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950926#3950926 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950926 __

[JBoss-user] [JNDI/Naming/Network] - Re: How to get client ip inside the server running?

2006-06-14 Thread AndrewBoyd
You might try HttpRequest.getRemoteHost() >From the javadoc: Returns the fully qualified name of the client that sent the request. If the engine cannot or chooses not to resolve the hostname (to improve performance), this method returns the dotted-string form of the IP address. For HTTP servlet

[JBoss-user] [JBoss jBPM] - Simple class to close open tasks

2006-06-14 Thread sparx
Hello all, I would like to create a simple class to cloase all open tasks for a user and signal the start of the next task in the process. Here's my code: | package org.jbpm.servlet; | | import javax.servlet.http.*; | import org.jbpm.JbpmContext; | import org.jbpm.JbpmConfiguration;

[JBoss-user] [JBossWS] - Re: ClassNotFoundException with jbossws1.0.1

2006-06-14 Thread pablojavierpy
It is the "EXACT SAME" jar/ear you are deploying? It seems to me that is a packagin' problem... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950921#3950921 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950921

[JBoss-user] [EJB 3.0] - Re: JBoss 4.0.4.GA (installer) behaviour swap Stateful <-> S

2006-06-14 Thread Kimba74
Not sure if I get your reply echon. According to my knowledge and to the SUN J EE specification the stateful beans should stay valid until destruction and the stateless beans should be reset after each method call and not vice-versa. For some reason in my current installation the stateless beans

[JBoss-user] [Installation, Configuration & Deployment] - Cannot aquire datasource for database. Upgrading 3.2.6 to 4.

2006-06-14 Thread AndrewBoyd
Hi All, I'm getting an exception when I start up JBoss 4.0.4: FATAL [SystemAlerts] Cannot aquire datasource for database. Exception was: MercuryDB not bound FATAL [DBCallEngineService] Cannot create DBCallEngine because it cannot lookup datasource with jndi name=java:/MercuryDB WARN [Service

[JBoss-user] [JBoss Portal] - Deploying 2.4 Portal Beta - Main Issues

2006-06-14 Thread ThorntonD
I pulled the CVS version of JBoss Portal on June 10th. The following is a list of the main issues I had. I'm running on MySQL 4, using both Windows XP and Linux. 1) New Users can not register and can not log in. 2) Changes to the Management Portlet do not persist. Restarting the server goe

[JBoss-user] [EJB 3.0] - Re: JBoss 4.0.4.GA (installer) behaviour swap Stateful <-> S

2006-06-14 Thread echon
this is definitly NO bug. Because Stateless SB have no "State" JBoss can recycle them after each call. Regards Peter View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950916#3950916 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[JBoss-user] [Installation, Configuration & Deployment] - Re: log4j email appender not working with jboss

2006-06-14 Thread krustyfur
"jelevy01" wrote : You haven't added the email appender to the root logger. | | | I would also take out the priority on their and set it per project/path. | | J Why? I am not using the root logger. I could just as easily take it out. Everything gets caught by other two categories. Th

[JBoss-user] [JBossWS] - ClassNotFoundException with jbossws1.0.1

2006-06-14 Thread dannox02
I've just upgraded my jbossws installation from jbossws1.0.0 GA to jbossws 1.0.1. My test service that worked fine on 1.0.0 (a jsr-181 POJO endpoint) deploys fine, but when I try to invoke an operation I get the following ClassNotFoundException. I am using JBoss 4.0.4 GA which was unzipped (I d

[JBoss-user] [EJB/JBoss] - 4.04GA CMP 2.x: Logging (log4j) transaction detail (trace)

2006-06-14 Thread nat101j
CMP 2.x on 4.04GA using 'default' server with sql trace logging: I need to track the details of my transactions. I was very surprised that either a) jboss does not do this even in debug mode or b)I simply don't know how to turn it on. Currently my jboss logs has all the sql statements details

[JBoss-user] [JBossWS] - Re: can anyone help me?

2006-06-14 Thread kvbisme
For ws4ee this may work, but we are using the 4.0.4-GA release and it does not deploy the ws4ee stack, and because of a problem with it I can not use it anyway. That being said can anyone point me to a good example or description on how to use the JbossWS in 4.0.4-GA from within an EJB3 Sessi

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: jboss ide seam skeleton app error

2006-06-14 Thread [EMAIL PROTECTED]
seam skeleton templates does not support composite keys yet. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950907#3950907 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950907

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.0.GA

2006-06-14 Thread [EMAIL PROTECTED]
aaa I suck! I thought I did that :-( Well, I'm doing a SP1 release tomorrow of the next day View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950906#3950906 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950906

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.0.GA: Deploying doesn't work

2006-06-14 Thread [EMAIL PROTECTED]
What user-defined interceptors do you have? eg. @LoggedIn? It looks to me more like a possible classloading problem. In CVS, I've fixed that exception message to be more informational. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950905#3950905 Reply to th

[JBoss-user] [JBoss jBPM] - Re: How can I confige the jbpm sample using my database

2006-06-14 Thread kukeltje
I would strongly advice to switch to Oracle. It is a much cheaper product. And I hear they have a great worklow solution as well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950904#3950904 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [Beginners Corner] - Re: Url rewriting ?

2006-06-14 Thread anthonyr
Yes sorry, I made a mistake. My enterprise has its own "shelterer" for web sites (I don't know the word in english) So I access the computer which "shelter" the web site : http://computer:8080/folder/.../WebModule/page.jsp I would like to make this page acccessible by entering this address

[JBoss-user] [JBoss jBPM] - Re: How can I confige the jbpm sample using my database

2006-06-14 Thread hosierdm
Read the User Guide, there is a whole section on setting jBPM up to use your own database. I think it is Section 8. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950902#3950902 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[JBoss-user] [Installation, Configuration & Deployment] - Suggested configuration for Migration to JavaEE 5

2006-06-14 Thread alxs
Hi, We're currently running an enterprise application using EJBs and webservices and want to slowly migrate to JavaEE 5. Where EJB 3 will have some time I would like to start with JSR-181 (annotated) webservices as soon as possible. When looking at the installer of current (4.0.4GA) jboss I rea

  1   2   3   >