[JBoss-user] [Management, JMX/JBoss] - Re: Start an MBean in another server

2006-05-08 Thread jaleyba
Please, could somebody help me in this matter ? Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942078#3942078 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942078

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: JNDI lookup is null?

2006-05-08 Thread mroosendaal
either try without java:/ or use port 1100. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942077#3942077 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942077 --- U

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: [JNDI] NameNotFoundException: Database not bound

2006-05-08 Thread mroosendaal
try: localhost:1100 which is the JNDI port View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942076#3942076 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942076 --- Us

[JBoss-user] [JBoss jBPM] - Re: Required indexes missing in JBPM DB script. (Take 2 - De

2006-05-08 Thread the_dude
@Eric, could you please share the code snippets before and after fixing the bug? This would help me and the rest of the newbies resolving that kind of problem. Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942075#3942075 Reply to the post

[JBoss-user] [JBoss jBPM] - Using Decision Successfully....

2006-05-08 Thread logicalsid
Hi, i have trying to use the decision node wherein if the entered value is "less" it goes to a task node and does something or if its "greater" , it goes to a different one This is the code | | | | | | | | | | | | |

[JBoss-user] [Beginners Corner] - Need Help

2006-05-08 Thread sajid08
Hello All, I am completely new bee to JBoss, JEMS and even to java, was previously working on mostly microsoft things like .net and have some knowledge of biztalk server. I am now in to learning and getting a hands on JEMS, so that later on we can use it to integrate our applications. Here are

[JBoss-user] [JBoss Seam] - nested dataTable -- one-to-many relations

2006-05-08 Thread ralphbca
Hi, I have the following one-to-many relations: ExceptionReport -* PartAffected -* LotNumber I want to provide the user with a summary page that lists an ExceptionReport with all the PartsAffected and the LotNumbers for each PartAffected. The user sees a list of ExceptionReports and clicks on

[JBoss-user] [JBoss jBPM] - Re: jBPM 3.1.1 Released

2006-05-08 Thread hosierdm
And no, I didn't find any JIRA issues when I searched for both "mappedName" and "mapped-name" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942071#3942071 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942071 --

[JBoss-user] [JBoss Portal] - Accessing username from session

2006-05-08 Thread msimanga
Hi, I would like to include the username within the CMS. Basically I would like to be able to include a tag such as username within text. Secondly I would like to use the username in a hyperlink. I would like to embed a link that opens a new window, but I need to send the username as a paramete

[JBoss-user] [JBoss jBPM] - Re: jBPM 3.1.1 Released

2006-05-08 Thread hosierdm
Actually, you yourself acknowledged the bug and said it would be fixed in this release http://jboss.org/index.html?module=bb&op=viewtopic&t=81735 I just tested it on 3.0.9 at home, and saw mappedName show up in a freshly created task. Then I installed 3.0.9.1 and created a new task again, and

[JBoss-user] [JBoss jBPM] - Re: JBPM with portlets

2006-05-08 Thread mohan514
hi, i have seen the following in one article to invoke the Business Process which is running on another JVM other than the client JVM. The jBPM service archive: The deploy directory contains a service archive that creates a JbpmSessionFactory at startup of the server and puts it in JNDI. To m

[JBoss-user] [Security & JAAS/JBoss] - Re: How to enable 3 login parameters

2006-05-08 Thread jrosenbl
Hi This is the actual problem we are encountering. We are using Jaas for login to the web container and to the ejb container. I have used the DatabaseServerLoginModule without any changes up to now. The initial logon page causes the DatabaseServerLoginModule to be called and then the first call

[JBoss-user] [JBoss jBPM] - Re: jbpm Interface

2006-05-08 Thread mohan514
hi, i have seen the following in one article to invoke the Business Process which is running on another JVM other than the client JVM. The jBPM service archive: The deploy directory contains a service archive that creates a JbpmSessionFactory at startup of the server and puts it in JNDI. To m

[JBoss-user] [JBoss jBPM] - Re: Intergration of JBPM in Jboss Portal

2006-05-08 Thread mohan514
hi, i have seen the following in one article to invoke the Business Process which is running on another JVM other than the client JVM. The jBPM service archive: The deploy directory contains a service archive that creates a JbpmSessionFactory at startup of the server and puts it in JNDI. To mak

[JBoss-user] [JBoss jBPM] - is "actorId" refers to a specified user or role ?

2006-05-08 Thread lakemove
i am confused. does swimlane mean "actorId" ? when running a task instance, i can get "actorId" , is this actorId stands for a user in task or a kind of user ? i am not an English speaking guy, may you can understand what i say :) any help is appriciated :) View the original post : http://ww

[JBoss-user] [EJB 3.0] - Re: Entity Beans in 3.0 not persisting property changes

2006-05-08 Thread epbernard
"raygeeknyc" wrote : I have an entity bean that I am deploying in CR2, I am finding that the beans I instantiate via the EntityManager (ie a query returns them) are kept in sync with the database but when I create new instances outside of the persistence context and then use the Entity Manager p

[JBoss-user] [EJB 3.0] - Re: Entity Beans in 3.0 not persisting property changes

2006-05-08 Thread raygeeknyc
Thanks, I've seen that but based on my experience with other Persistence frameworks I expected the bean to be kept in sync with the database once it was persisted. It seems that in EJB3.0 obtaining a bean from the database (via find) is not the same as introducing a bean to the database (via me

[JBoss-user] [JBoss jBPM] - help?about jbpm3.1 support spring question!

2006-05-08 Thread firedrake
how to do make jbpm3.1 support spring ?if some one afford code ,i really thank you! 1.jbpm3.1 session : can i close hibernate session ? 2:how manager hibernate session? jbpm manager hibernate session itselft? thanks ! View the original post : http://www.jboss.com/index.html?module=bb&op=view

[JBoss-user] [JBoss Seam] - Re: Seam Remote to Stateful Session-Scope Beans

2006-05-08 Thread sbryzak2
What do we need to do to support this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942058#3942058 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942058 --- Using

[JBoss-user] [JBoss Portal] - Re: Adding a Forum or Post

2006-05-08 Thread siew_wai_w
same here i'm running portal 2.2.1 with forum 2.2.1, and i see no admin panel as shown in the document. am i missing something? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942057#3942057 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[JBoss-user] [JBoss Portal] - Re: jboss 4.0.3 jboss portal 2.2.1

2006-05-08 Thread hanzpk
compiere is an erp platform running using either webservice, java application or java webstart application pentaho is an bi platform both uses jboss for application server, pentaho uses jboss portal for its portal View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[JBoss-user] [Installation, Configuration & Deployment] - JBoss 4.0.4CR2 Clustering and Caching Off

2006-05-08 Thread khoyaraaz
How do I turn JBoss 4.0.4CR2's Clustering and Caching Off. I installed the "EJB3 Clustering" config. I have a production Server running JBossSP1, and until I migrate my code over to JBoss 4.0.4CR2 I'd like the development server and production server not to try and communicate. Please help, Tha

[JBoss-user] [JBoss Portal] - Re: Any Reference sites using JBoss Portal??

2006-05-08 Thread littlefish
Sorry about the wrong post! THX all! This is all i would like to know!^^ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942051#3942051 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942051

[JBoss-user] [JBoss jBPM] - Re: about jbpm' persistence

2006-05-08 Thread hosierdm
Almost all of the examples that come with the jbpm distribution do exactly this, take a look at those. Under src/java.examples after you unpack the jbpm distribution. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942050#3942050 Reply to the post : http://

[JBoss-user] [JBoss jBPM] - about jbpm' persistence

2006-05-08 Thread tansdale
thx very much. i can using the processState successfully. now, i want to ask another question. the question is about jbpm's persistence. i wonder if i Can we use jbpm without jbpm' persistence. i means i dont want to save the processdefinition and processinstance into db, just creat, run an

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

2006-05-08 Thread brianleonard
Of Seam or JBoss or both? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942047#3942047 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942047 --- Using Tomcat but n

[JBoss-user] [JBossWS] - Re: WSDL mapping error? (in JBoss-Head)

2006-05-08 Thread msell
An additional observation, it appears that the "/jboss-head/server/src/main/org/jboss/webservice/metadata/jaxrpcmapping" directory is empty in my local copy of the CVS repository. Missing file perhaps? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942046#39

[JBoss-user] Hello??

2006-05-08 Thread Andrew English
Hi, I posted a message requesting some questions I had with Jboss. If no one here is knowledgeable enough to answer them just let me know so I can find a more knowledgeable mailing list. Thanks! Regards, Andrew English Computer Technology Officer AutoSoldNow www.autosoldnow.com Tel. 905.947.

[JBoss-user] [Clustering/JBoss] - Scheduler Problem in Clustered Environment

2006-05-08 Thread jinsongyang
Hi - I have a scheduler MBean deployed in a two node cluster, and I need to change the schedule properties at runtime. The problem is that when I change the properties (e.g. schedule period), the change is not sync-ed between the two nodes - One of the node is still running the scheduled task u

[JBoss-user] [JBossWS] - WSDL mapping error? (in JBoss-Head)

2006-05-08 Thread msell
I've been using a build of JBoss 5 from sources checked out on Feb 16, 2006 with success. Today I built JBoss from JBoss-Head and encountered the following error on deployment (using JSR-181 annotations): 2006-05-08 17:11:14,821 DEBUG [org.jboss.ws.tools.JavaToWSDL] generate [endpoint=com.fluke

[JBoss-user] [Remoting] - Re:

2006-05-08 Thread [EMAIL PROTECTED]
Yes, all transports now support 'timeout' property and the 'socketTimeout' property that was only supported in socket invoker has been removed - http://jira.jboss.com/jira/browse/JBREM-329. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942043#3942043 Reply

[JBoss-user] [Beginners Corner] - Hypersonic in Jboss 3.2.2

2006-05-08 Thread erinedison
Hi I am using Jboss 3.2.2 and following the tuturial of TUSC.I could not find service = Hypersonic and stuck in my learning process.I find only TUSC is useful for beginners. Pls do give me a solution. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39420

[JBoss-user] [JBoss Seam] - import.sql file runs twice with jBPM

2006-05-08 Thread drapierwim
It seems that the import.sql file is executed twice and messing up my foreign keys after installing jBPM is there a workaround for this problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942040#3942040 Reply to the post : http://www.jboss.com/index.html

[JBoss-user] [JBoss jBPM] - Re: How to change the index page of jBPM

2006-05-08 Thread kukeltje
step 1: download the source step 2: change the jsp step 3: run the ant task to build the webapp step 4: run the ant task to deploy the webapp Or any combination or other means View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942037#3942037 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: Why is Designer 3.0.9 not available from eclipse update

2006-05-08 Thread kukeltje
What updatesite? The jbpm downloadsite? That is the same as an 'eclipse plugin update site' View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942036#3942036 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942036

[JBoss-user] [JBossWS] - Re: @WebService @Stateless: Not running @PostActvate

2006-05-08 Thread dkrizic
Hi! I found the very simple reason for the above code not to work: The @PostActivate and @PrePassivate is only being run for Stateful Session Beans. Changing them to @PostConstruct and @PreDestroy everything works! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[JBoss-user] [Security & JAAS/JBoss] - Re: How to enable 3 login parameters

2006-05-08 Thread [EMAIL PROTECTED]
A way to do this, starting 4.0.4.GA is to provide your own authenticator for FORM based authentication. http://wiki.jboss.org/wiki/Wiki.jsp?page=ExternalizeTomcatAuthenticators Your authenticator can weave in authentication to include the 3rd parameter, along with the standard authentication.

[JBoss-user] [JBoss Messaging] - Re: What's this JMSRecoverable?

2006-05-08 Thread mskonda
update: I posted the implementation details on the design forum /K View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942032#3942032 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942032 -

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss-4.0.3SP1 startup errors

2006-05-08 Thread nraok2000
I found a way to disable automatic clustering in 'all' server configuration. http://wiki.jboss.org/wiki/Wiki.jsp?page=TwoClustersSameNetwork View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942031#3942031 Reply to the post : http://www.jboss.com/index.html?mo

[JBoss-user] [JBoss jBPM] - Re: Junit Test failed: NamingContextFactory can't be instant

2006-05-08 Thread [EMAIL PROTECTED]
Bertrand, This is not a problem with jBPM BPEL. Dealing with classpath exceptions is a basic Java programming skill. Adding every library you can find will not solve the problem. The org.jnp.interfaces.NamingContextFactory class resides in the jnp-client.jar. Your favorite archive utility can

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss-4.0.3SP1 startup errors

2006-05-08 Thread nraok2000
dimitri, Thanks for quick response. I don't have another Jboss version jar files in the classpath; it seems to be connecting to another Jboss instance in the network. I don't want my instance to connect to another instance in the network, any configuration setting to achieve this? Also I am g

[JBoss-user] [JBoss Seam] - Re: value found for In attribute has the wrong type

2006-05-08 Thread [EMAIL PROTECTED]
Seems like a simple packaging problem. Take a look at how we package the example applications. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942024#3942024 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942024 -

[JBoss-user] [JBoss jBPM] - Re: jBPM 3.1.1 Released

2006-05-08 Thread [EMAIL PROTECTED]
Hm, I don't think the bug is fixed... Is there already a JIRA issue about this? If not, would you care to create one, otherwise we lose track of these things. And no, database upgrades are not necessary for maintenance releases. Regards, Koen View the original post : http://www.jboss.com/index.

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss-4.0.3SP1 startup errors

2006-05-08 Thread [EMAIL PROTECTED]
there is another jboss instance in your network, probably of different version and they are trying to form a cluster, when running the all configuraiton. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942020#3942020 Reply to the post : http://www.jboss.com/i

[JBoss-user] [JBossWS] - Re: Jbossws-1.0.0.GA samples test fail

2006-05-08 Thread elsisack
hi, have you got any news about this issue. Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942019#3942019 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942019 --

[JBoss-user] [Installation, Configuration & Deployment] - JBoss-4.0.3SP1 startup errors

2006-05-08 Thread nraok2000
Hi, I have extracted the Jboss-4.0.3SP1.zip into one directory and tried to start "all" server instance (run -c all), it is giving following exception. The default server instance is working fine. Tried with both jdk1.4.2 and jdk1.5.0_04, problem remains the same. I didn't deploy any applicati

[JBoss-user] [JBoss Seam] - value found for In attribute has the wrong type

2006-05-08 Thread javajedi
I'm just getting started with my first Seam app. I can't get the first page to work because I'm running into the error message in the subject. I opened up the code and added some debugging to figure out what the underlying problem was, and tracked it down to the isInstance() method of Componen

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

2006-05-08 Thread [EMAIL PROTECTED]
have you tried current CVS? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942016#3942016 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942016 --- Using Tomcat but

[JBoss-user] [JBoss Seam] - NullPointerException - rg.jboss.seam.contexts.PageContext.ge

2006-05-08 Thread brianleonard
Hi, I'm attempting to use Seam, but I'm stuck at this NullPointerException java.lang.NullPointerException org.jboss.seam.contexts.PageContext.getCurrentReadableMap(PageContext.java:62) org.jboss.seam.contexts.PageContext.get(PageContext.java:52) org.jboss.seam.core.Manage

[JBoss-user] [Remoting] - Re: eclipse project missing junit

2006-05-08 Thread [EMAIL PROTECTED]
It does help. The .project and .classpath files are all correct and do seem to setup the project's build path correctly. The problem is the built-in ANT that comes with Eclipse probably doesn't have this optional jar. I'll have to put it in there myself probably or just add it to the project'

[JBoss-user] [Security & JAAS/JBoss] - Re: How to enable 3 login parameters

2006-05-08 Thread hillel
Hi, So you are saying there are no configuration files to enable this and we have to find a way to include the customer name in the username if we want to use J2EE standard specified container based security? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[JBoss-user] [JBoss jBPM] - Junit Test failed: NamingContextFactory can't be instantiate

2006-05-08 Thread bertrand.njiipwo
Hello, i a'm still trying to run the hello example in the JBPM-BPEL but still stucking. All steps was successfull till the run-test with ant. Hier the Junit test can't run successfully because of the class NamingContextFactory that couldn't be found. I become the following error when running "

[JBoss-user] [JBoss Seam] - Re: JBPM task integration

2006-05-08 Thread dr_j
This may be related to this more recent post: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=81736 I'm working on an example that would show our issue (it's being reviewed by a couple of folks first, to ensure I don't post something too boneheaded!). j View the original post : htt

[JBoss-user] [Remoting] - Re: eclipse project missing junit

2006-05-08 Thread [EMAIL PROTECTED]
The XMLJunitMultiplesResultFormatter requires having ant-junit.jar in the lib directory of ant. It is used to process multiple outputs for the same test (so can have jboss and java serialization output files for the same test). I don't know anything about Eclipse (or what/how .classpath and .pr

[JBoss-user] [JBoss jBPM] - Re: jbpm+swimlane

2006-05-08 Thread [EMAIL PROTECTED]
Use pooling or define two tasks in the task node. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942003#3942003 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942003 ---

[JBoss-user] [JBoss jBPM] - Re: Best practice on Process Definition design sought

2006-05-08 Thread dr_j
Would somebody please post an example of jBPM with jPDL (pageflow) where there are multiple screens per task? We've been hitting problems with this (documented in another post; I'm working on an example to post to JIRA), and if somebody has a working example, it may help explain what we're doin

[JBoss-user] [JBoss jBPM] - Re: TaskInstance.end(

2006-05-08 Thread Saviola
Hi, sbhatti! Try setting anonymous wrote : end-tasks property of the task node to true and set the first transition to be the one you want to go when the task is finished. This way when you end a task with | taskInstance.end(); | all the other ununfinished tasks will be ended and the token

[JBoss-user] [Security & JAAS/JBoss] - Re: How to enable 3 login parameters

2006-05-08 Thread j2ee_junkie
Anil, Are you saying that when a Java EE standard spec. container based security is done it will allow for such adaptabliity? cgriffith View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941999#3941999 Reply to the post : http://www.jboss.com/index.html?module

[JBoss-user] [Security & JAAS/JBoss] - Re: How to enable 3 login parameters

2006-05-08 Thread [EMAIL PROTECTED]
There are two approaches to web security: a) J2EE standard specified container based security. b) Developer/company/application based security. What you are asking is b). When a) is done, you are given portability. JBoss (Tomcat internally) just provides the username/password based security as

[JBoss-user] [JBoss Messaging] - Re: Get timeout with a consumer of topic

2006-05-08 Thread [EMAIL PROTECTED]
It seems that Remoting behavior changed recently. I am following up on this on the Remoting forum http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941996#3941996 Until this is clarified, I changed Messaging to conform to the new Remoting behavior, and added a test to detect such change

[JBoss-user] [Remoting] - "socketTimeout" vs. "timeout"

2006-05-08 Thread [EMAIL PROTECTED]
When configuring Connectors, Messaging was using "socketTimeout=0" to make sure that server sockets created by the Connector don't timeout. However, it seems that this recently changed and we need to use "timeout=0". Any reason for this change? Is this documented somewhere? View the original

[JBoss-user] [Installation, Configuration & Deployment] - 4.0.4-CR2 changes to installation procedures

2006-05-08 Thread kurt_olsen
As far as I can tell, and contrary to some of the ejb3 documentation - the version of jboss obtained by extracting the zip file does not install the ejb3 code. If I use the graphical installer I can select a 'clustered ejb3' configuration - but how can I use it to install on a linux box without

[JBoss-user] [JBossWS] - Re: Generated @WebParam names when using JBoss 4.0.4.CR2

2006-05-08 Thread [EMAIL PROTECTED]
There is a testcase that covers @WebParam | [EMAIL PROTECTED] /cygdrive/d/svn/jbossws/trunk/src/test | $ ant -Dtest=org.jboss.test.ws.jsr181.webparam.JSR181WebParamTestCase one-test | one-test: | [junit] Running org.jboss.test.ws.jsr181.webparam.JSR181WebParamTestCase | [junit]

[JBoss-user] [EJB 3.0] - Foreign Key Constraint Problem, Bug?

2006-05-08 Thread tvanbuskirk
Hi Everyone, I'm getting the following error when I'm trying to persist multiple entities in the same method. Does anyone know if I'm doing something wrong? I really appreciate your help on this one, I can't seem to figure it out. Thanks in advance! (sorry I had to change example to Dogs, I

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JSP and Java5 Generics - Compiler reports error

2006-05-08 Thread vlewis
I have created a bug for this issue. If this is annoying you please go and vote for the bug. http://jira.jboss.com/jira/browse/JBIDE-307 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941988#3941988 Reply to the post : http://www.jboss.com/index.html?mo

[JBoss-user] [JBossWS] - Re: JBoss 4.0.3SP1 and JWSDP 2.0

2006-05-08 Thread sgao
I am experiementing the JBossWS 1.0.0GA and I want to know whether JbossWS 1.0.0GS support stub generation or not? And where I can find more detailed about the configuration for wstools-config.xml, user guide is not that complete. Thanks View the original post : http://www.jboss.com/index.htm

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Showing on the console or in the logs all the content of

2006-05-08 Thread balteo
That sorted it. Thanks a lot. I did not know about the trace level. Now I know. Julien. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941986#3941986 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941986 -

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Showing on the console or in the logs all the content of

2006-05-08 Thread j2ee_junkie
How about org.apache set to TRACE. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941983#3941983 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941983 --- Using Tomc

[JBoss-user] [JBoss and NetBeans] - Re: NoClassDefFoundError in GroupLayout on browsing applet.

2006-05-08 Thread pjiricka
You need to make sure that file swing-layout-1.0.jar (in the IDE it is included in directory platform6/modules/ext) is packaged in the war file and available on the classpath of the applet. Hope it helps, please speak up if it did not. View the original post : http://www.jboss.com/index.html?m

[JBoss-user] [JBossWS] - Re: jbossws-samples-1.0.0.GA problem

2006-05-08 Thread bmdefnall
awesome, that worked. thanks much!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941981#3941981 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941981 --- Using Tom

[JBoss-user] [JBossCache] - Re: how to integrate JBossCache into weblogic using JMX and

2006-05-08 Thread gianc64
Hi, Please, can you send me your JBCache and weblogic ( classpath, path etc etc ) configuration? I work with BEA 8.1 SP4 and JBCache 1.3 SP1 and I check the Wiki page but doc't work !!! Thank you gianc64 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39419

[JBoss-user] [JBossWS] - Re: jbossws-samples-1.0.0.GA problem

2006-05-08 Thread weiqigao
I ran into the same error situation last week, and tracked it down to a problem related to client/jbossws14-client.jar. This file is installed with JBoss 4.0.4 CR2 ejb3 profile (my choice of profile), and includes an out dated version of the schema/jbossws-tool_1_0.xsd that mandates element nam

[JBoss-user] [JBoss jBPM] - How to change the index page of jBPM

2006-05-08 Thread elvishou
Hi, all i want to change the jsp pages of jBPM, make it more friendly for some user, but i dont know what should i do. jBPM experts please help me it very urgent. thanks in advance. elvis. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941976#3941976 Rep

[JBoss-user] [JBoss jBPM] - Re: Why is Designer 3.0.9 not available from eclipse update

2006-05-08 Thread kosulin
Only GPD 3.0.8 is available from the update site. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941975#3941975 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941975 ---

[JBoss-user] [JBoss jBPM] - Re: server killed

2006-05-08 Thread stoi
hi the only log-file I found are .../jbpm-server/server/jbpm/log/boot.log .../jbpm-server/server/default/log/boot.log but there I cannot recognize anything about this problem. is there any other logfile where I can get information? greetings b.s. View the original post : http://www.jboss.com/

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Showing on the console or in the logs all the content of

2006-05-08 Thread balteo
thanks for the link. I tried enabling this: | | | | | | | | | and it still does not print anything about the contents of http requests and responses. Any other idea? Julien. View the original post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [JBoss Messaging] - Re: Reducing the JBoss Server to JMS

2006-05-08 Thread [EMAIL PROTECTED]
If you want a slimmed-down JBoss, download Messaging 1.0.1.CR1 http://labs.jboss.com/portal/index.html?ctrl:id=page.default.downloads&project=jbossmessaging and | cd util | ant -f release-admin.xml standalone | It will create a "standalone" jboss instance. Be aware that I only tested th

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Showing on the console or in the logs all the content of

2006-05-08 Thread j2ee_junkie
http://wiki.jboss.org/wiki/Wiki.jsp?page=KeyJBossSubsystemCategories View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941968#3941968 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941968 ---

[JBoss-user] [JBoss Seam] - Re: Seam Remote to Stateful Session-Scope Beans

2006-05-08 Thread [EMAIL PROTECTED]
Looks like you are trying to outject to BUSINESS_PROCESS scope from a call from remoting. This is not possible, since the remoting layer is not aware of business process scope at present. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941967#3941967 Reply to

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Showing on the console or in the logs all the content of the

2006-05-08 Thread balteo
hello, How can I configure log4J in order to show on the console or in the logs all the content of the post http methods? thanks in advance, Julien. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941966#3941966 Reply to the post : http://www.jboss.com/index.h

[JBoss-user] [JBoss Messaging] - Re: What's this JMSRecoverable?

2006-05-08 Thread [EMAIL PROTECTED]
Continuing the discussion on the forums is good, but at this stage, we should move it to the design forum View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941965#3941965 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=394

[JBoss-user] [Clustering/JBoss] - Re: Sticky Sessions in Clustering

2006-05-08 Thread [EMAIL PROTECTED]
You're using container managed FORM authentication if you have login-config element in web.xml that specifies FORM. If that's not what you're using, then you must have your own login code. In that case you'd need to take a look in a debugger to see what is going on. View the original post :

[JBoss-user] [JBoss jBPM] - Re: TaskInstance.end(

2006-05-08 Thread sbhatti
Also, I noticed that you cannot generally call signal from action, instead you have to leaveNode. Is there any similar rule for task where you cannot change taskInstance from the action class. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941963#3941963 Rep

[JBoss-user] [JBoss jBPM] - Re: jBPM 3.1.1 Released

2006-05-08 Thread hosierdm
Does the following line from the release notes imply that the database schema has changed and needs to be updated if you are upgrading from 3.1 to 3.1.1? keep the processdefinition.xml in the database View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941962#3941

[JBoss-user] [Beginners Corner] - Re: Reducing the JBoss Server

2006-05-08 Thread jiwils
See the Tuning and Slimming JBossAS Wiki. While it appears to be based on JBoss 3.2.6, it still contains a lot of valid information. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941961#3941961 Reply to the post : http://www.jboss.com/index.html?module=b

[JBoss-user] [JBoss jBPM] - Re: TaskInstance.end(

2006-05-08 Thread sbhatti
transition name='error' to='error' View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941959#3941959 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941959 --- Using Tom

[JBoss-user] [JBoss jBPM] - Re: TaskInstance.end(

2006-05-08 Thread sbhatti
parenthesis didn' show up, what I mean is http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941958#3941958 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941958 --- Using Tomcat but need to do m

[JBoss-user] [JBoss jBPM] - Re: TaskInstance.end(

2006-05-08 Thread sbhatti
actually i have same name for the parameter as is state name, e.g. http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941957#3941957 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941957 --- Using

[JBoss-user] [JBossWS] - Re: OperationDesc for a method was not synchronized to a met

2006-05-08 Thread kool_guru
Hello, I have a webservice which is being accessed by WebMethods.My service is in Jboss-4.0.3SP1. My service method is as follows public OrderResponse orderRequest(orderrequestheaderType orderrequestheader, IteminfoType iteminfo) throws java.rmi.RemoteException; As can be seen this m

[JBoss-user] [JBoss jBPM] - Re: TaskInstance.end(

2006-05-08 Thread kukeltje
the 'error' you pass as a parameter should be the name of a transition, not a (state)node View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941955#3941955 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941955 --

[JBoss-user] [JBoss jBPM] - TaskInstance.end("XXXX") within Action

2006-05-08 Thread sbhatti
I have some tasks defined in task-node as http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941954#3941954 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941954 --- Using Tomcat but need to do mo

[JBoss-user] [JBoss Portal] - Re: Searching CMS stored content...

2006-05-08 Thread billgloff
Would it be terriblly hard to get something working ourselves in 2.2/2.4 since we probably could not wait until the 2.6 timeline or is it way too much integration to even consider doing that? Guessing then we would have to live with indexing everything but the CMS controlled content right? Tha

[JBoss-user] [JBoss Portal] - Re: mixing static and dynamic content in a CMS controlled fi

2006-05-08 Thread [EMAIL PROTECTED]
The CMS is not capable of doing this. All content must be static - css, html, zip, pdf, etc... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941951#3941951 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941951 -

[JBoss-user] [JBoss Portal] - mixing static and dynamic content in a CMS controlled file..

2006-05-08 Thread billgloff
Is it possible to have some dynamic content (jsp scriplets, or JSTL) in a pgae that is managed by CMS? If so, then I am wondering how you go about forwarding to it from an action in a struts portlet? Would it just be a /portal/content/path_to_file.jsp type of url? Or does all content in CMS ne

[JBoss-user] [EJB 3.0] - Re: set of Attributes as member of an entytybean

2006-05-08 Thread [EMAIL PROTECTED]
I am not sure you can do this .. You may use another entity for StorageType and use ManyToMany ? I think you can use enum fonctionnality. Let's look at enum sets : > Enum sets also provide a rich, typesafe replacement for traditional bit flags: EnumSet.of(Style.BOLD, Style.ITALIC) < see :

[JBoss-user] [JBoss jBPM] - Re: jbpm.sar access

2006-05-08 Thread kukeltje
Explicitly stating "it looks I'm too stupid" and "I'm too impatient" and expecting an answer from us? ok... the thing to read first is the source, or if reading it takes to much time, try searching it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941947#394

[JBoss-user] [JBoss jBPM] - Re: building from source

2006-05-08 Thread jliptak
Thanks for the info. That's what I thought was happening, but wanted to be sure. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941946#3941946 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941946 --

[JBoss-user] [EJB 3.0] - Re: Cascade problem

2006-05-08 Thread [EMAIL PROTECTED]
Collections are always LAZY by default ... isn't it ? I have tested it with JBOSS 4.0.4RC1 (EJB3 RC ... ?) and CR2 (EJB3 RC6) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941944#3941944 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[JBoss-user] [EJB 3.0] - EJB class in SAR not reloaded during redeploy

2006-05-08 Thread atodorov
JBoss 4.0.4 CR 2, EJB3 An application with multiple .ear files, a common .jar and a .sar file. The common.jar contains the component (local) interface of a SLSB. The SLSB impl is in one of the ears. Everything works fine, but the problem appears in the SAR file when the application is redeploye

[JBoss-user] [EJB 3.0] - Re: Multiple PK, one from joined column

2006-05-08 Thread [EMAIL PROTECTED]
Here is an example : With Order / OrderPK / OrderLine (=> has a composite primary key with 2 foreign keys) | @Entity | @Table(name="ORDERS") | public class Order { | | private int id; | | private Date orderDate; | | @Id | @GeneratedValue(strategy=Gene

  1   2   >