[jboss-user] [JBoss Seam] - Re: Code generation problem - Seam

2006-10-10 Thread georgesberscheid
1. By default you have commons-logging.jar in your {jboss.home}/server/default/lib directory. Leave it there and the exception will be gone. Same for javax.servlet.jar. 2. When you create your Java project in Eclipse, create your source directory in /src and your output directory in /build. In

[jboss-user] [JBoss jBPM] - give back value of a previous task

2006-10-10 Thread antitrust1982
Hello, Do you know how get back the variable of an ended task? for example: | | | | | | | | | | | | | | | |

[jboss-user] [JBossWS] - Re: jboss does not recognize part accessor with null namespa

2006-10-10 Thread Adeel
sorry, the correct request and response message are: The request message jboss is sending is: | | | 123 | 12 | adeel | | | Response message from axis is: | | |

[jboss-user] [JBossWS] - jboss does not recognize part accessor with null namespace i

2006-10-10 Thread Adeel
I am invoking a rpc/lit service on apache axis from jboss. I get the following error: Caused by: org.jboss.ws.WSException: Content root name does not match element name: getPersonInfoReturn != {http://typespackage}getPersonInfoReturn at org.jboss.ws.soap.SOAPContentElement.expandToDOM(S

[jboss-user] [JNDI/Naming/Network] - Re: Getting JNDI context fails

2006-10-10 Thread tratswin
thanks, it solved my problem too! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977430#3977430 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977430 ___ jboss-user mailing li

[jboss-user] [Beginners Corner] - Re: Newbie Need Help :)

2006-10-10 Thread jaikiran
Having said all this, i am still not sure why your jboss-service.xml does not have mention of the ports. You mention that you are using JBoss-4.0.4GA. I have downloaded the same version and i can find the port numbers mentioned in that file. Are you sure that you are looking at the correct file

[jboss-user] [Beginners Corner] - Re: Newbie Need Help :)

2006-10-10 Thread jaikiran
You might have to reserve the ports as mentioned here: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=64248 There are tools like, Fport, which help in identfying which process is using a particular port: http://www.ibiblio.org/security/articles/fport.html And there are tools which ca

[jboss-user] [Clustering/JBoss] - Re: Cluster Membership after Network Failure

2006-10-10 Thread emailmsgbox
I tried using -Djgroups.marshalling.compatible=true on jgroups 2.4rc2 but it did not work is it on the latest build only? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977427#3977427 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [Installation, Configuration & Deployment] - Re: Windows 2003 - Ports In Use

2006-10-10 Thread scout1lacno
Does any one here found the solution yet? Im having same problems too Thankz :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977426#3977426 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977426 _

[jboss-user] [JBoss jBPM] - Re: Node instead of Fork

2006-10-10 Thread Saviola
Hi, pedrosacosta! EnhancerByCGLIB is something related to Hibernate. It is like a wrapper for the Node object. I hope this hint helps, you can read more from Hibernate docs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977425#3977425 Reply to the post : ht

[jboss-user] [JBoss jBPM] - Re: sessions and forks

2006-10-10 Thread Saviola
Look at the class Token. It has four methods for retrieving its child tokens. The code is your best friend. :) Regards, Saviola View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977424#3977424 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss jBPM] - Re: how can I get previous actorid in jBPM 3.1.2?

2006-10-10 Thread Saviola
Hi, ppxiaofei! AFAIN the id of the previous actor is not persisted in the datbase. You can use it just after reassigning the task instance. Look at the code for confirmation. Regards, Saviola View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977423#397

[jboss-user] [JBoss Portal] - Re: Firts time, installing JBoss Portal, full of errors

2006-10-10 Thread ThomasKundukulam
Could you please help me out to resolve this issue? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977422#3977422 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977422 ___ jbo

[jboss-user] [EJB/JBoss] - Re: Jdbc Driver config for CMP Bean

2006-10-10 Thread jaikiran
You will have to use a datasource. Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources http://wiki.jboss.org/wiki/Wiki.jsp?page=SetUpAMysqlDatasource View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977421#3977421 Reply to the post : ht

[jboss-user] [Installation, Configuration & Deployment] - Re: Please fix this bug!

2006-10-10 Thread jaikiran
anonymous wrote : Can someone help me out here and explain how the classpath is formed by jboss when an application is deployed? Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration View the ori

[jboss-user] [JBoss Portal] - Re: Firts time, installing JBoss Portal, full of errors

2006-10-10 Thread ThomasKundukulam
Hi, I am using Hibernate SQL Database. I am getting an exception as "java.sql.SQLException: You cannot commit during a managed transaction! at org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.jdbcCommit(BaseWrapperManagedConnection.java:543) at org.jboss.resource.ad

[jboss-user] [JBoss Seam] - SeamPhaseListener question for Seam newbie

2006-10-10 Thread whuang
On the SeamPhaseListener class, at the beginning for beforePhase() method, it calls Lifecycle.setPhaseId(event.getPhaseId()). Then at the end of the afterPhase() method, it calls Lifecycle.setPhaseId(null); What if the call Lifecycle.setPhaseId(null) is omitted or removed from the afterPhase()

[jboss-user] [J2EE Compliance] - Problem with struts 1.2.9 on jboss 4.0.4

2006-10-10 Thread redsea
I have a jsf-guessNumber.war file that I use as part of my initial testing. I drop this jsf-guessNumber.war into tomcat and it works. I drop this into jboss-4.0.4GA and it doesnt work I get the following error java.lang.NullPointerException at javax.faces.webapp.UIComponentTag.setupResponseWrite

[jboss-user] [JBoss Seam] - Re: Postback/form resubmission detection

2006-10-10 Thread [EMAIL PROTECTED]
Just set org.jboss.seam.NoConversation=. in your messages.properties file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977415#3977415 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977415

[jboss-user] [J2EE Compliance] - Could this be classpath problem?

2006-10-10 Thread redsea
My application bundles the sun jsf jars in my apps lib folder. jboss has the myfaces jars in its standard classpath. When my project is deployed can you tell me where my apps jars are placed in the classpath? If my jars are after the jboss jars then my app will link with the wrong jars. Can so

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Principals from and Message Bean

2006-10-10 Thread sappenin
Is this still true in the context of EJB3 and the RunAs annotation? anonymous wrote : Scott Stark: "No, an mdb can never call getCallerPrincipal. Doing a jaas login is equivalent to a dynamic run-as assignment." Thanks! David View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [Installation, Configuration & Deployment] - Could this be a classpath problem?

2006-10-10 Thread redsea
My application bundles the sun jsf jars in my apps lib folder. jboss has the myfaces jars in its standard classpath. When my project is deployed can you tell me where my apps jars are placed in the classpath? If my jars are after the jboss jars then my app will link with the wrong jars. Can

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - FlushMode.AUTO

2006-10-10 Thread lightbulb432
FlushMode.AUTO flushes changes (creates, updates, deletes) to the database upon a query being applied or an explicit flush or a commit of the transaction, correct? What counts as a query being applied? Is it just an EJB-QL query or would an EntityManager.find(anEntity) count as well? What othe

[jboss-user] [JBoss Seam] - Re: Postback/form resubmission detection

2006-10-10 Thread alpheratz-jb
I haven't yet actually tried the tags YET. I have with my input elements and in the page body... When I do a back-button/resubmit, I see no messages against any input element and only "No conversation" from the tag. I guess that the "you are not in a conversation" situation does not occur

[jboss-user] [EJB 3.0] - @PostLoad invoked before eagerly loaded property finishes lo

2006-10-10 Thread JLuv
I have an entity which has a Map set to load eagerly. When trying to access the map in a method annotated as PostLoad, I am getting a LazyInitializationException ("illegal access to loading collection") from AbstractPersistentCollection.java:341 | /** | * Initialize the collection, i

[jboss-user] [Installation, Configuration & Deployment] - Re: IllegalArgumentException

2006-10-10 Thread lightbulb432
Some new information to help in the diagnosis of this problem: I've discovered that the same problem occurs when a working JAR is deleted and re-deployed (using Ant) with the EXACT SAME JAR! I noticed that prior to deleting the JAR, the deployed TravelAgentBean (the session bean for which the e

[jboss-user] [JBoss and NetBeans] - Re: Newbie Need Help :)

2006-10-10 Thread scout1lacno
Thankz for the reply :) I have changed the ports already. When I run the server it went fine. But when I close it and run it for the 2nd time the error will then show up.. Maybe it cached some where? or hidden in the firewall? Hope some one can help me. :) Thankz View the original post : h

[jboss-user] [JBoss Seam] - Very strange exception

2006-10-10 Thread gus888
Hi all, I don't know what I did wrong recently. After I deployed codes to a running jboss server, I always got the exception shown below when I begin to run it, exception that I shut down server and restart. This is very boring exception. Every time when I modify codes and deploy it to server, I

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - MySQL 5 enum

2006-10-10 Thread lightbulb432
I've annotated something as EnumeratedValue(EnumType.STRING), but the DDL is generating a VARCHAR as opposed to an ENUM. Why is this happening, and how can I correct it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977402#3977402 Reply to the post : http:

[jboss-user] [Beginners Corner] - Re: Problems starting JBoss for a second ou third time

2006-10-10 Thread scout1lacno
Im running to similar problems also. Im using JBOSS-4.0.4.GA that came up along with NetBeans 5.5 Beta 2 JBOSS Bundle.. Has anyone here overcome this problem? I sometime solve this problem by using the "run.bat -b 182.xxx.x.xxx" but what about running the JBOSS server in NetBeans? it produce

[jboss-user] [Clustering/JBoss] - Re: Testing the JBoss clustering for session objects

2006-10-10 Thread [EMAIL PROTECTED]
Yes, clustered sessions are supported. See http://docs.jboss.org/jbossas/jboss4guide/r5/html/cluster.chapt.html#clustering-http . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977400#3977400 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss jBPM] - using apache tomcat as server instead of jboss in jbpm-bpel

2006-10-10 Thread amoeba
i am trying to use webservices in my workflow using jbpm-bpel-1.1.Beta2. The user guide mentions of using jboss as the server. Can i use apache tomcat instead? what changes do i need to make? is there any help available for it on the net? thanks. View the original post : http://www.jbo

[jboss-user] [JBoss Seam] - Re: Assigning an Actor for SEAM-jBPM integration

2006-10-10 Thread bsheward
petemuir, Thanks so much for your help. I've re-read the reference guide at http://docs.jboss.com/seam/latest/reference/en/html/tutorial.html#registration-example and I think I figured out where I was going wrong. I found this: anonymous wrote : | 1.3.2. How it works | | The first time

[jboss-user] [JBoss Seam] - Re: Transaction problem after upgrade

2006-10-10 Thread [EMAIL PROTECTED]
I don't have a full fix for this yet, but I do now have a quick workaround in CVS that will let you get past the exception. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977394#3977394 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [Beginners Corner] - Re: Newbie Need Help :)

2006-10-10 Thread scout1lacno
Hello, The MySQL DataSources are fine now.. But I have this re occuring error again. anonymous wrote : | Port 8083 already in use | Port 1098 already in use I can solve this by: anonymous wrote : run.bat -b 182.xxx.x.xxx on the command prompt. But when I start NB 5.5 Beta 2 JBOSS Bundle

[jboss-user] [Clustering/JBoss] - Testing the JBoss clustering for session objects

2006-10-10 Thread sudarshanra
Hi, I need to check whether JBoss clustering with Apache supports session object value will be retained in different nodes. For example if I need to carryout my user name through out the clustered nodes then will it be supported by clustering automatically. If not how I need to get the user ses

[jboss-user] [EJB 3.0] - ERROR: invalid byte sequence for encoding

2006-10-10 Thread dsailer
I am using EJB3/Hibernate in a query that gets the error in the subject line. The query is: + 19:39:06,199 INFO [JukeboxManagerEJB] looking for genre named 19:39:06,202 INFO [STDOUT] Hibernate: select genrepojo0_.genre_id as genre1_218_, genrepojo0_.name as name218

[jboss-user] [Installation, Configuration & Deployment] - Please fix this bug!

2006-10-10 Thread redsea
I have a jsf-guessNumber.war file that I use as part of my initial testing. I drop this jsf-guessNumber.war into tomcat and it works. I drop this into jboss-4.0.4GA and it doesnt work I get the following error java.lang.NullPointerException at javax.faces.webapp.UIComponentTag.setupResponseWr

[jboss-user] [JBoss Seam] - Re: Injection of FacesContext fails

2006-10-10 Thread tazly
Thanks! :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977388#3977388 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977388 ___ jboss-user mailing list jboss-user@lists.jbo

[jboss-user] [JBoss Seam] - Re: Injection of FacesContext fails

2006-10-10 Thread [EMAIL PROTECTED]
You have imported org.jboss.seam.core.FacesContext instead of javax.faces.context.FacesContext; View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977386#3977386 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977386 __

[jboss-user] [JBoss Seam] - Injection of FacesContext fails

2006-10-10 Thread tazly
I'm trying to inject the FacesContext because I need to log the user's IP address. Why doesn't the injection work? package tazly.rogr.actions; | | import static org.jboss.seam.ScopeType.EVENT; | import org.jboss.seam.annotations.In; | import org.jboss.seam.annotations.Logger; | import

[jboss-user] [Installation, Configuration & Deployment] - Getting error when migrating to JBoss-4.0.3 from JBoss.3.2.4

2006-10-10 Thread subramaniam.venkat
Hello, I have to migrate from the older version of Jboss-3.2.4 to the JBoss-4.0.3 But i am facing some extreme difficulties, I am getting the Error message will JBoss is trying to deploy one of the ejb-jar files. 23:20:32,680 WARN [EJBDeployer] Verify failed; continuing java.lang.NoClassDefFou

[jboss-user] [Beginners Corner] - Re: Migration from JBoss-3.2.4 to Jboss-4.0.3

2006-10-10 Thread subramaniam.venkat
Thanks alot for your response. I have one more question for use. did you move the ear-deployer and ejb-deployer.xml to the conf directory or you removed them completely. I am also getting one more error when i am deploying 23:40:38,423 WARN [EJBDeployer] Verify failed; continuing java.lang.N

[jboss-user] [JBossCache] - Re: Urgent- Socket error when adding object to DB using JDBC

2006-10-10 Thread [EMAIL PROTECTED]
Ah, here's a reason why - are you running your test within a transaction? Non-tx-related calls call cf.close(), which results in: | public void close(Connection con) | { | if(con != null && con != connection.get()) | { | try | { |

[jboss-user] [EJB 3.0] - Re: @SecurityDomain with custom login module fails with EJB3

2006-10-10 Thread [EMAIL PROTECTED]
take out "java:/jaas/" for the @SecurityDomain value. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977379#3977379 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977379 ___

[jboss-user] [EJB 3.0] - Re: Fail to deploy mdb

2006-10-10 Thread [EMAIL PROTECTED]
Are you using the @Resource annotation someplace in your MDB bean class? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977380#3977380 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977380 __

[jboss-user] [Beginners Corner] - Getting Error while trying to migrate to JBoss-4.0.3 from Jb

2006-10-10 Thread subramaniam.venkat
Hello, I have to migrate from the older version of Jboss-3.2.4 to the JBoss-4.0.3 But i am facing some extreme difficulties, I am getting the Error message will JBoss is trying to deploy one of the ejb-jar files. 23:20:32,680 WARN [EJBDeployer] Verify failed; continuing java.lang.NoClassDefFo

[jboss-user] [JBoss Seam] - Re: Postback/form resubmission detection

2006-10-10 Thread [EMAIL PROTECTED]
You can use the tag with , just like in the updated booking example in CVS, or just use . Or isn't that what you are asking? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977376#3977376 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [Installation, Configuration & Deployment] - Is the 4.0.4.GA org.jboss.varia.scheduler.Scheduler single t

2006-10-10 Thread fkhan
We use org.jboss.varia.scheduler.Scheduler to invoke variable intervaled background processes on our server, the goal is that the processes will seamless interleave because they are mutually independent. However looking through the logs it seems that the processes are blocking each other, only

[jboss-user] [JBoss Seam] - Re: Postback/form resubmission detection

2006-10-10 Thread alpheratz-jb
Looking forward to 1.1! Already like ... Any suggestions to how to handle the UI aspects of postback. At the moment, I can use to display "No conversation" at the bottom of the page but I'd like to be able to display something nicer. I guess also I'd like to be able to display a friendlier mes

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - How To make Jboss talk to tomcat in other server

2006-10-10 Thread mdonato
Hi all, Sorry for the question, but i don't know what to do? My environment is this: Jboss-4.0.2 with my enterprise application running sucessfuly, but, i will need to create another application and put it in other server with tomcat only. For only one reason, my problem is BusinessObject (Cry

[jboss-user] [JBossWS] - Re: JBWS-1138 - DOMEnvelopeBuilder misses global namespace d

2006-10-10 Thread vadim_s
RE: JIRA JBWS-1138 I have same question as above. The JBoss DOMEnvelopeBuilder seems to miss the global namespace declaration for complex objects. For example: | class Student | { | String getName(){return "test"}; | void setName(){//no-op}; | } | | @WebService bunch

[jboss-user] [JBoss Seam] - Re: Could not register Synchronization

2006-10-10 Thread [EMAIL PROTECTED]
This is a known bug in the exception handling in hibernate/ejb3 where the container hides an exception that occurs in your application. Use your debugger to the find the real cause. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977369#3977369 Reply to the p

[jboss-user] [JBoss Seam] - Could not register Synchronization

2006-10-10 Thread sjmenden
I have the java.lang.RuntimeException: org.hibernate.TransactionException: Could not register synchronization from time to time and I've fixed it by redeploying the app, but I am tired of doing that and I want to find a real solution. It is happening currently when I click view jobs to list ou

[jboss-user] [Security & JAAS/JBoss] - Bug in SecurityAssociation(?) - EJB3 MDB Calls a SLSB which

2006-10-10 Thread sappenin
I am running JBAS 4.0.4GA_Patch1. I have an annotated EJB3 MDB, with the following annotations: @SecurityDomain("myRealm") | @RunAs("system") | @RolesAllowed( { | "admin", "system" | }) | Inside of my MDB, I am calling a function on a SLSB (called "UserBean"). Inside of my SLSB

[jboss-user] [JBossWS] - Message style endpoint IN/OUT parameters

2006-10-10 Thread caldron68
Hi, I'm using JBossWS 1.0.3 to develop message style web services and have a question concerning the IN/OUT parameters of the message endpoint. I'm trying to follow the example from the user guide (Chapter 3) and have developed several endpoints, each of which takes a SOAPElement as an input a

[jboss-user] [JBossWS] - JBWS-1138 - DOMEnvelopeBuilder misses global namespace decla

2006-10-10 Thread RajeshRamchander
SOAP request that does not work: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:com="http://com.angel.api/";> [EMAIL PROTECTED] Rajesh Ramchander 703-270-2315 1234 EST

[jboss-user] [EJB 3.0] - Fail to deploy mdb

2006-10-10 Thread Dens
Can't find any documentation on the MDB deployment... Heres is my configuration: @MessageDriven(activationConfig = { @ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Queue"), @ActivationConfigProperty(propertyName = "destinatio

[jboss-user] [Installation, Configuration & Deployment] - Does JndiLoginInitialContextFactory in JBoss 3.2.7 exist?

2006-10-10 Thread jan.zitniak
Hello everybody, I got task transform the project from JBoss 4.0.4 to JBoss 3.2.7. In source code I'm using something like this: | | env.setProperty(Context.INITIAL_CONTEXT_FACTORY, "org.jboss.security.jndi.JndiLoginInitialContextFactory"); | env.setProperty(Context.PROVIDER_URL, "jnp:

[jboss-user] [Security & JAAS/JBoss] - EJB3 and remote client EJB access

2006-10-10 Thread dhartford
Hi all, Trying to use EJB3-9 patch to 4.0.4.GA. Trying to use LdapLoginModule and AppCallbackHandler. server-side error: | 15:47:55,783 ERROR [ServerThread] failed to process invocation. | java.io.NotSerializableException: com.sun.jndi.ldap.LdapCtx | ... | at org.jboss.remoting.

[jboss-user] [EJB/JBoss] - WebLogic to JBoss conversion - EJB Client jar file?

2006-10-10 Thread jrjarrett
I am porting an app from WebLogic 8.1 to JBoss. The app uses EJB 2.0. The application is deployed as an EAR containing the business logic and a WAR contatining the presentation layer. Under WebLogic, we used the ejbgen tool to create the deployment descriptors, Home and Remote interfaces, as w

[jboss-user] [EJB 3.0] - @SecurityDomain with custom login module fails with EJB3

2006-10-10 Thread Wolfgang Knauf
Hi everybody, I ran into a problem with an EJB using a custom security domain. My sample: -I created a custom login module (subclass of org.jboss.security.auth.spi.UsernamePasswordLoginModule). -"login-config.xml" at server\default\conf contains this application-policy:

[jboss-user] [JBoss jBPM] - Re: Is jbpm-bpel compatible with jbpm applications?

2006-10-10 Thread [EMAIL PROTECTED]
Regarding point (b), there is a document in the Wiki that describes a proposed syntax and semantics of web service invocations in jPDL. You might find the proposed design useful. Ronald Van Kuyk is working on a web services interface to jBPM. This should help you implement (c). The related foru

[jboss-user] [JBossWS] - Re: setting timeouts in clients

2006-10-10 Thread sb8888
... Stub stub = (org.jboss.webservice.client.Stub)port; stub.setTimeout(new Integer(100)); assertEquals(new Integer(100), stub.getTimeout()); ... Is the socket timeout value in milli-seconds or seconds? -Thanks View the original post : http://www.jboss.com/index

[jboss-user] [JBoss jBPM] - Re: jBPM BPEL: Process Performance and Workload ?

2006-10-10 Thread bertrand.njiipwo
Hi Alex, 1000 times thanks Alex for your contribution - . This make more than one thinks clear for me. Bertrand View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977354#3977354 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [EJB 3.0] - Re: + Limited the number of active Bean instances in JBoss e

2006-10-10 Thread sisepago
Thanks bill for the response, but in the distribution of Jboss ejb3 embedded there is a conf directory with config files and one files with the name ejb3-interceptors-aop.xml and in the file exist some domains with names Base Stateful Bean, Stateful Bean extends the Base, JACC Stateful Bean. Bec

[jboss-user] [Beginners Corner] - Re: Migration from JBoss-3.2.4 to Jboss-4.0.3

2006-10-10 Thread JTeknoslacker
I had to remove the ejb-deployer.xml and the ear-deployer.xml from the deploy directory to get rid of these errors when I migrated recently View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977349#3977349 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Seam] - Code generation problem - Seam

2006-10-10 Thread joe480
Hello I tried to follow the tutorial video for Seam which is in the Hibernate section on jboss.org. Everything went good only the starting of the server after the ant build proces showed me this: http://jp4e.netkosice.sk/temp/problem.txt Pls help... Btw. then you create a seam app with the hibe

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: got an unexpected EJBException during finder

2006-10-10 Thread ceh
I am getting the exact same eror. Running JBoss 4.0.2. The finder I am running is quite simple, searching for an object by its key field, "ID". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977344#3977344 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBossCache] - Re: Urgent- Socket error when adding object to DB using JDBC

2006-10-10 Thread malek256
"[EMAIL PROTECTED]" wrote : What does this change actually do? It just seems to create a new connection and store it in threadlocal when the cacheloader is constructed, and that's it. | | So all it does is store a conn for a particular thread (the one that starts the cache). Other thread

[jboss-user] [JBossCache] - Re: Hibernate/Cache conceptual mismatch

2006-10-10 Thread [EMAIL PROTECTED]
There was a brief off-line discussion on the topic of adding the ability to specify lock-types externally (maybe via Options) such that Hibernate could simply request that "this put only acquire a read lock". Here's the key point: "Manik Surtani" wrote : I don't think specifying lock types will

[jboss-user] [JBossWS] - WSDL issue???

2006-10-10 Thread sursha
Hi, I've an ejb3 exposed as web service in JBOSS 4.0.4GA patch1. I return an object as follows from the web service. public class A { String[][] strArray1; String[][] strArray2; String[][] strArray3; public A() { } ..getters and setters here... } It is generating the WSDL. But when I call the

[jboss-user] [JBoss Portal] - UserImpl needs to implement serializable??

2006-10-10 Thread neumann347
Hi, I am trying to build a set of portlets that can start a JBPM process. However, as specific processes can only started by certain roles, I had to add a table that maps the roles and the JBPM Processes. However, when I run this query, it throws an NonSerializable exception saying that org.jb

[jboss-user] [Installation, Configuration & Deployment] - Re: IllegalArgumentException

2006-10-10 Thread lightbulb432
Now the problem is occuring for changes to things other than the persistence.xml file. Now, changes to the classes results in the above error, which is solved by a restart of the server. What is causing this? What does "Wrong target" even mean? Please help, I'll waste an unreal amount of time

[jboss-user] [JBoss Seam] - Re: Transaction problem after upgrade

2006-10-10 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBSEAM-401 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977338#3977338 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977338 ___ jboss-user

[jboss-user] [JBoss Portal] - Portal memory consumption question

2006-10-10 Thread walbar
Hi, I am evaluating JBoss Portal and portlets technology in general to see if fulfills my needs. My current project is a web-portal with thousands of hits per second and it will be composed of many servers in a cluster. I am wondering about the usage of memory JBoss Portal performs, since to

[jboss-user] [JBoss Seam] - Re: Transaction problem after upgrade

2006-10-10 Thread [EMAIL PROTECTED]
OK, you said Seam CVS. So I think I found my breaking change. I'll add an issue to JIRA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977336#3977336 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977336 _

[jboss-user] [JBoss jBPM] - Re: JBPM and BPEL guide

2006-10-10 Thread [EMAIL PROTECTED]
OK, the JBoss.ORG docs link was broken, it is fixed now. Thanks for letting us know! -Alex View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977335#3977335 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977335 __

[jboss-user] [JBoss Seam] - Re: Transaction problem after upgrade

2006-10-10 Thread [EMAIL PROTECTED]
Sticking @Transactional on ManagedJbpmContext is not going to help you, because it is declared @Intercept(NEVER) ;-) Is this in the CVS version of Seam, or Seam 1.0.1? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977334#3977334 Reply to the post : http

[jboss-user] [JBoss Seam] - Re: Shared JAR files ?

2006-10-10 Thread [EMAIL PROTECTED]
We STRONGLY recommend the use of scoped classloading with Seam, like we use in all the example applications. Yes, we know all about the JBoss UCL. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977333#3977333 Reply to the post : http://www.jboss.com/index.ht

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

2006-10-10 Thread [EMAIL PROTECTED]
Um do you mind if I just steal that code and put it in org.jboss.seam.core? Actually, if I did that, I should probably do a whole Timezone/TimezoneSelector thingy like what we have for locales... I agree that the standard JSF behavior here is nuts. Or an alternative solution would be to in

[jboss-user] [JBoss Seam] - Re: Runtime specification of viewId in Redirect ?

2006-10-10 Thread lcoetzee
Jira. Will do. One possible solution for now is probably just to have different exceptions classes, each one annotated to point to a different viewId. Slightly cumbersome, but it will also do the trick (if you remember to throw the right exception in the right place ;-). Thanks L View the o

[jboss-user] [JBoss Seam] - Re: Postback/form resubmission detection

2006-10-10 Thread [EMAIL PROTECTED]
Cheers ;-) P.S. I think you'll like Seam 1.1 even better, when it finally gets born... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977328#3977328 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977328 ___

[jboss-user] [JBoss Seam] - Re: Runtime specification of viewId in Redirect ?

2006-10-10 Thread [EMAIL PROTECTED]
Not at this time, but add a feature request to CVS. I think the best way to implement this would be to have "exception rules", ie: /xxx.jsp | com.myapp.NAPException | /error.jsp | JSF should really have this built-in, but it seems the JSF spec group never considered exception handling as

[jboss-user] [JBoss Seam] - Re: Runtime specification of viewId in Redirect ?

2006-10-10 Thread [EMAIL PROTECTED]
I mean, add something to JIRA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977327#3977327 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977327 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: How can I create seam context etc in httpservlet

2006-10-10 Thread [EMAIL PROTECTED]
SeamServletFilter is the right way to go. Its not *only* for AJAX. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977322#3977322 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977322 ___

[jboss-user] [JBoss jBPM] - OutOfMemory error when running jbpm.db test suite

2006-10-10 Thread john.rojas
I am in the process of getting jBPM up and running with the hypersonic database and ran into an OutOfMemory exception while performing the build.xml junit tests. Setting VM arguments under the JRE tab in the eclipse run dialog was unsuccessful. These are the settings I tried. -Xms512M -Xmx512M

[jboss-user] [JBoss Seam] - Re: ManagedEntity class has gone

2006-10-10 Thread [EMAIL PROTECTED]
anonymous wrote : Is EntityHome finished enough to start using it? Yes, I think so. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977323#3977323 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977323 __

[jboss-user] [EJB 3.0] - custom mdb does not work in jboss-4.0.4.GA

2006-10-10 Thread koleinik
I have a custom message driven ejb3 with JCA 1.5 adaptor. It works fine in jboss-4.0.4.CR2. I have problems deploying it into jboss-4.0.4.GA and into jboss-4.0.4.GA with ejb3 CR9. It seems that jboss does not process annotations correctly and my JCA is not called mdb deployment. Here are annotat

[jboss-user] [J2EE Design Patterns] - Re: Online forum

2006-10-10 Thread nnaneme_i
Thanks! I 've gone to the specified url and already I've seen a basic 'features' outline. The source promises to be very helpful too! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977315#3977315 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss jBPM] - Re: Can I initiate BPEL process from PL/SQL?

2006-10-10 Thread [EMAIL PROTECTED]
Are stored procedures able to invoke web services? If they are, then they can call a BPEL process without further hassle. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977314#3977314 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [EJB/JBoss] - Jdbc Driver config for CMP Bean

2006-10-10 Thread ragghu001
Hi I think For CMP bean there is no need to load the jdbcdriver in the Bean when using J Boss as a Application Server. EJB Container will laod the driver if we gave appropriate path I am USing JBoss 4.04 Application server . I copied mySQl driver into the lib folder . My main question in whic

[jboss-user] [JBoss jBPM] - Re: JBPM and BPEL guide

2006-10-10 Thread [EMAIL PROTECTED]
The JBoss jBPM documentation page: http://www.jboss.com/products/jbpm/docs points you to http://docs.jboss.com/jbpm/v3/userguide/ and http://docs.jboss.com/jbpm/bpel/ I just tried them and they work. Are those the links you see broken? View the original post : http://www.jboss.com/index.html

[jboss-user] [JBossWS] - [WSSecurityHandler] Cannot obtain security configuration

2006-10-10 Thread thomasrynne
I get the following in the jboss log when trying to use a jbossws webservice with a security domain. i.e. @SecurityDomain("mydomain"): [java] 17:58:11,224 WARN [WSSecurityHandler] Cannot obtain security configuration [java] 17:58:11,240 ERROR [SOAPFaultExceptionHelper] SOAP request ex

[jboss-user] [EJB 3.0] - Re: + Limited the number of active Bean instances in JBoss e

2006-10-10 Thread [EMAIL PROTECTED]
the same way you do it with the application server. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977310#3977310 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977310 ___ jbo

[jboss-user] [Installation, Configuration & Deployment] - Re: Fresh install throws startup error

2006-10-10 Thread stevetee
Mea Culpa.I had initially downloaded jboss-4.0.4.GA.zip and unzipped it into place before I saw the "patch1" label on the binary version. I deleted the install, downloaded jboss-4.0.4.GA-Patch1-installer.jar and ran the installer to completion. Only the zip version is left on my box hence the e

[jboss-user] [EJB 3.0] - Re: Embedded EJB3 and .scanClasspath()

2006-10-10 Thread jc7442
Sorry previous questin was stupid ! Do you have the jar or the dir containg your service in java.class.path ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977304#3977304 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [EJB 3.0] - Re: Embedded EJB3 and .scanClasspath()

2006-10-10 Thread jc7442
Your service is in a jar or in a directory ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977303#3977303 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977303 ___ jboss-user

[jboss-user] [JBossCache] - Re: Urgent- Socket error when adding object to DB using JDBC

2006-10-10 Thread [EMAIL PROTECTED]
What does this change actually do? It just seems to create a new connection and store it in threadlocal when the cacheloader is constructed, and that's it. So all it does is store a conn for a particular thread (the one that starts the cache). Other threads will still have to call getConnecti

[jboss-user] [JBoss jBPM] - Re: Can I initiate BPEL process from PL/SQL?

2006-10-10 Thread falazar
We created a subset RMI package that has been put into Oracle for calling the regular jpdl processess, so yes that type of thing is possible, its not trivial work to get it done though. James View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977300#3977300 Rep

  1   2   3   >