[jboss-user] [JBossWS] - Re: Type definition exception (bug?)

2006-08-31 Thread [EMAIL PROTECTED]
http://jira.jboss.org/jira/browse/JBWS-1164 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968841#3968841 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968841 ___ jboss-user

[jboss-user] [JBossWS] - Re: Is it me, JAX-WS, or JBoss?

2006-08-31 Thread [EMAIL PROTECTED]
http://jira.jboss.org/jira/browse/JBWS-1164 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968840#3968840 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968840 ___ jboss-user

[jboss-user] [JBossWS] - Re: handle out going message

2006-08-31 Thread [EMAIL PROTECTED]
You can use a handler to do that View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968839#3968839 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968839 ___ jboss-user mailing lis

[jboss-user] [Advanced Documentation] - Re: Invoking Ejb of Jboss 3.2.3 from JBoss 4.0.2

2006-08-31 Thread Lupson
I think I found the solution in another thread here at the JBoss forums, but basically my solution for JNDI-lookups and RMI-calls between JBoss 4.0.4.GA (client) and JBoss 3.2.6 (server) was: 1. Install JBoss 3.2.8 instead of 3.2.6. 2. Run JBoss 3.2.8 with: "sh run.sh -Dorg.jboss.j2ee.Serializat

[jboss-user] [JBoss Seam] - Re: Integrating Seam and Icefaces

2006-08-31 Thread jerome_082006
Problem solved, thank you. Regards, Jerome. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968837#3968837 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968837 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: jBPM appropriate for high volume system to system workfl

2006-08-31 Thread kukeltje
1 milion in 24h equals 11 per second. This is doable but the bottleneck will be the amount of db access needed for persisting things. If I recollect correctly, I achieved 3 per second on a 2GHz 1.5GB laptop with a local mysql running View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss jBPM] - Re: Backing-bean Outjection - jBPM Injection

2006-08-31 Thread kukeltje
It is best to ask this in the Seam forum. More specialists on this subject there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968834#3968834 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968834

[jboss-user] [JBoss jBPM] - Re: Jbpm BusinessCalender multiple timezone support?

2006-08-31 Thread kukeltje
Nope. The best solution is to move to a smaller country (like the Netherlands) where this problem does not occur. Just kidding. But the answer is still no. There is some discussion going on to move to quartz for scheduling (see the dev forum). If quartz supports it, it will probably be supported

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Heavy load results in: IllegalArgumentException: Illegal loa

2006-08-31 Thread mroosendaal
Hi, We have an application that uses JMS/MDB to send messages, processes these messages and persists derived (from messages) Hibernate-objects. Running a heavy load synchornise works fine but now that we use JMS/MDB on JBoss 4.0.2 we get the following errors which occurs now and again: java.la

[jboss-user] [EJB 3.0] - Re: Stateful Session Beans Interaction

2006-08-31 Thread grdzeli_kaci
thank's .. i did it the target session bean must be stateless @EJB annotation always creates new refference if the bean is statefull otherwise used already existed refference ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968831#3968831 Rep

[jboss-user] [J2EE Design Patterns] - Download Volume 01 of Eclipse Magazine for FREE

2006-08-31 Thread hinags2002
Software & Support Media, an associate member of the Eclipse Foundation, has announced the new Eclipse Magazine (English Edition). The new initiative is part of Software & Support Media?s mission to power the Eclipse ecosystem with top-class information that will promote and hone the use of Ecli

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign-ON, SPNEGO: How to?

2006-08-31 Thread [EMAIL PROTECTED]
Good Day bifriis, I read your introduction to getting fat clients to use SPNEGO/Kerberos to use SSO. I was wondering if you knew of a way to get this method to work with JBOSS J2EE server, especially when the fat/smart client is making calls on a session bean. If the session bean implementatio

[jboss-user] [Datasource Configuration] - Socket creation error in installing database

2006-08-31 Thread mahnaz_e220
Hello everybody I have a problem in deploying a .ear file in JBOSS. this .ear file is a demo of Danet workflow and it have a installdb file for creating tables for this demo. when I run this file in command line (java -jar installdb.jar), socket creation error occure.I created tables in Hyperson

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - jboss giving the following jsp/servlet exception

2006-08-31 Thread mahanare
Hi, what could be the problem with the following exception. we are trying to work with axis web service on jboss 4.0.1. Same application is working fine with corresponding tomcat version wihtout any problem. but when we deploy it the application on jboss we are getting the following exception.

[jboss-user] [JBoss Seam] - Re: Problem: Custom validate methods in EJBs crash

2006-08-31 Thread raja05
"bfo81" wrote : | But when you create a new person all its properties are null. And when you fill in the fields in a form and click save, then the persons properties are still null during validation (phase 3). They get their concrete values later, in phase 4 (update model values). And, alas,

[jboss-user] [JBoss Portal] - create IPC listener on portal2.4

2006-08-31 Thread kevnlin
In portal 2.4 the helloworldIPC is not work but I deploy in portal2.2 is ok help me , what is jar name include the org.jboss.portal.migration.model22.imple.portal. package thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968823#3968823 Reply

[jboss-user] [JBossWS] - Re: Problem with wsdl

2006-08-31 Thread stevenh
Hi Eric, see http://www.jboss.com/index.html?module=bb&op=viewtopic&t=89277 the jboss-bean.xml also contains a webservicehost param. Steve. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968822#3968822 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [Beginners Corner] - Re: Duke Bank, How it works?

2006-08-31 Thread visolvejboss
Hello, First unzip the j2ee-1_4-doc-tutorial_*.zip,it will create the j2eetutorial14. After that, u have to copy the jbossj2ee-src.zip file into j2eetutorial14 folder and unzip it. Go to the folder path /j2eetutorial14/examples/bank and run all the ant commands using jboss-build.xml

[jboss-user] [Installation, Configuration & Deployment] - Re: Apache - Jboss connectivity

2006-08-31 Thread visolvejboss
Hello, mod_jk is used for this purpose. The information about configuration and dowload path is available at http://www.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968820#3968820 Reply to the post :

[jboss-user] [JBossWS] - Re: Problem with wsdl

2006-08-31 Thread EricYP
I use JBoss version: jboss-4.0.4.GA There is only jbossws14.sar directory under server\default\deploy instead of jboss-ws4ee.sar (and there is no AxisService deployed in jboss-service.xml under server\default\deploy\jbossws14.sar\META-INF) What can I do? I also suffer the problem! View the orig

[jboss-user] [JBoss jBPM] - jBPM appropriate for high volume system to system workflow

2006-08-31 Thread seanpg
Is jBMP an appropriate workflow engine for high volume transactions (.5 to 1 million a day) where 90% of those transactions would be successful automated system to system type processes and the other 10% would be exception type processes that need a human component to correct and either push bac

[jboss-user] [JBoss jBPM] - Backing-bean Outjection - jBPM Injection

2006-08-31 Thread ngeadah
Hi All, I'm having problems with Outjection / Injection from a Backing-bean that creates a jBPM process which contains a jBPM Decision Handler. My backing-bean has the following member: | @Out(value="xml", scope=ScopeType.BUSINESS_PROCESS, required=false) | String theXml = "aaa";

[jboss-user] [Performance Tuning] - Re: No ManagedConnections available within configured blocki

2006-08-31 Thread stevesouza
If you can use a jamon proxy driver connection you will be able to see if you have closed all of your db connections or not. http://www.jamonapi.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968816#3968816 Reply to the post : http://www.jboss.com/index

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

2006-08-31 Thread smithbstl
Nope, I am still having this problem. I am still in development on my project and have swapped in jdbc for the time being and moved on. Please post back if you get this resolved. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968815#3968815 Reply to the po

[jboss-user] [JBoss jBPM] - Jbpm BusinessCalender multiple timezone support?

2006-08-31 Thread marcus.junk
Does anyone know if and when the Jbpm BusinessCalendar will support multiple timezones? The problem is .. We have configured our business calendar to have the hours of business, this can differ from state to state. Our jboss server is located in one place and thus has one timezone. However

[jboss-user] [JBossCache] - why cached objects become not available after leaving untouc

2006-08-31 Thread joy_wind
Hi, I am using treecache as an in-memory cache of my web application.I wrapped it as a bean and config it in Spring Ioc container,which will be initiated at the jboss startup time.The treecache hole some frequently used POJOs to avoid intensive database access. Now I found that,if there is no a

[jboss-user] [JBoss Portal] - Re: Building a service for the Portal

2006-08-31 Thread tseckend
zerrt: Wow, I will give it a try. I will let you know how it works for me. Thanks for the detail this is what I have been missing. Thanks again !! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968812#3968812 Reply to the post : http://www.jboss.com/i

[jboss-user] [Clustering/JBoss] - Re: Forcing Topology change

2006-08-31 Thread kpandey
Brian I tried Jgroups 2.3SP1 ( I didn't see 2.3 sp2 in sorceforge) and it works! Stop and start of partition is working across node1 and node2. However I see a behavior that is probably a bug. So I have 10.0.1.61 and 10.0.1.62 in a cluster with 10.0.1.61 as Master. I close partition on 10.0.1.61

[jboss-user] [JBoss Portal] - Re: Building a service for the Portal

2006-08-31 Thread zerrt
OK, so you would create your MBean service class as described in the documentation links in my first post. - create an interface for your MBean that extends extends org.jboss.system.ServiceMBean -create your MBean class that extends extends org.jboss.system.ServiceMBeanSupport and implements

[jboss-user] [JBoss jBPM] - Re: passing data to AssignmentHandler best practice?

2006-08-31 Thread jmjava
FWIW I got it: Instead of hardcoding the assignment like in the base websale example i changed the process Defintion to be: | | | | | | | | | | and after i create my processInstance i set the taskInstance variables in java code:

[jboss-user] [EJB 3.0] - JDBC transaction

2006-08-31 Thread Dens
Hello When I get a db connection from the a datasource. Is this connection and all the request i do from my dao involved in the transaction that was started from method of a session ejb3 (Required transaction attribute). Thanks ! View the original post : http://www.jboss.com/index.html?module

[jboss-user] [The Lizzard's corner] - Re: Are you developing on a Mac?

2006-08-31 Thread ramvem
i am using an ibook g4 1.2 with 512mb. sluggish. memory is the big bottleneck for me. i go to vi instead of eclipse. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968802#3968802 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss jBPM] - Re: passing data to AssignmentHandler best practice?

2006-08-31 Thread kukeltje
Please use the [ c o d e ] tags without the spaces around your xml. Use preview to see the result. You cannot use beanshell in the expression. Look at the jbpm docs and more important the testcases to see how you should use this. View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Seam] - forces conversationId in URL?

2006-08-31 Thread rpiaggio
Hi, I am using faces-config.xml to control the pageflow. I want bookmarkable URLs so I use in each navigation case. This causes nice bookmarkable URLs except that conversationId is inserted into them, even when I am not using multiple-request conversations. It is kind of annoying since the id

[jboss-user] [JBoss jBPM] - Re: passing data to AssignmentHandler best practice?

2006-08-31 Thread jmjava
thanks ron i am having trouble with the syntax: taskInstance.setVariable("buyer", "cookiemonster"); taskInstance.setVariable("salesman", "ernie"); taskInstance.setVariable("accountant", "bert"); taskInstance.setVariable("shipper", "grover"); i want to be able to access these v

[jboss-user] [Installation, Configuration & Deployment] - Apache - Jboss connectivity

2006-08-31 Thread samsat
Hi , I am looking for plugin for connecting apache to Jboss , Can somebody help giving the downlodable plugin URL..? Thanks , Saumitra. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968798#3968798 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss jBPM] - Re: passing data to AssignmentHandler best practice?

2006-08-31 Thread kukeltje
Yes, or retrieve them in a special assignmenthandler, or from your own database or in an actionhandler or whatever. It is indeed that simple. Great isn't it :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968797#3968797 Reply to the post : http://www.jbo

[jboss-user] [JBoss Seam] - Re: JDBC error in Factory class

2006-08-31 Thread petemuir
It's likely there is another exception occuring earlier which is the root cause of the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968796#3968796 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968796 __

[jboss-user] [JBoss jBPM] - Re: IDE: opening PDL in eclipse

2006-08-31 Thread wenbozhu
Just downloaded from jboss.org 2 wks ago, and here's the version info: org.jbpm.core_3.0.9 org.jbpm.gd.*.3.0.11 ... Thanks for the response. -w. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968795#3968795 Reply to the post : http://www.jboss.com/ind

[jboss-user] [JBoss Seam] - Re: Tomahawk datascroller loose conversationId

2006-08-31 Thread petemuir
As it's a UICommand component adding or should work (but I haven't tried it). I've used the tomahawk components a bit but they are peculiar in places. I would suggest trying the ADF (which I think is now called Trinidad) component set if you are starting from scratch. View the original pos

[jboss-user] [JBoss Seam] - Re: Calling a @CreateProcess method

2006-08-31 Thread petemuir
After hunting through the source code @In(create=true) BusinessProcess businessProcess; | businessProcess.createProcess("myProcessName"); or BusinessProcess.instance().createProcess("processName"); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968792#3968792

[jboss-user] [JBoss Seam] - Re: Problem: Custom validate methods in EJBs crash

2006-08-31 Thread petemuir
IMO this is a (big) problem with JSF validation - not that the validation framework can only handle 'simple' validation, but that you can't display 'complex' validation errors at the same time as simple ones. I can't see a way around it. I wonder if there has been any disucssion about this on o

[jboss-user] [JBossCache] - Can someone explain how to use maxElement attribute in LRU P

2006-08-31 Thread java123
I have been using JbossCache 1.3 and it does not handle setting max number of elemnts per regions. I see that JIRA JBCACHE-77 fixes this problem but does not explain if I need to use maxElemt attribute or still use maxNodes attribute. I have tried both and was unsuccessfull. Please show me an ex

[jboss-user] [JBoss Seam] - Re: How to use graphicImageDynamic with Seam?

2006-08-31 Thread petemuir
Have you seen this? http://wiki.java.net/bin/view/Projects/FaceletsTaglibsMyfacesSandbox View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968788#3968788 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968788 _

[jboss-user] [JBoss Seam] - Re: Seam Bean not instantiated

2006-08-31 Thread petemuir
As you say, it's likely the component isn't being instantiated. Does your log show the component being added when the application starts? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968787#3968787 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss jBPM] - bpel on Jboss jbpm

2006-08-31 Thread javilaalonso
I am a student and I have to do a project using BPEL language as the stantdard to get web service orchestration. I am thinking of using jboss as the App Server with jbpm plugg-in but I don't really understand if I can use many of the features as : The jBPM designer The jBPM console web applicat

[jboss-user] [JBossWS] - return types that are complex objects with aggregates - jav

2006-08-31 Thread fbadt
There is a webservice that returns a "MyObject" which has two public aggregates : an int and a String. What needs to be done to implement this such that it comes back OK to both a java application and also is represented in the WSDL so that non Java Clients can interact. Part of this question

[jboss-user] [JBoss jBPM] - passing data to AssignmentHandler best practice?

2006-08-31 Thread jmjava
I would like to have the ability to assign tasks to users based on GUI input. I see where you can use an assignment expression to do this but I'm not clearn on how to pass data to the scripting environment. For instance if i want don't want to hardcode this assignment How shoul

[jboss-user] [JBoss jBPM] - Re: IDE: opening PDL in eclipse

2006-08-31 Thread kukeltje
This happened with previous versions (<3.0.9.2) of the gpd. Besides that, please also post - what version of the plugin? - any othe plugins? - . And no, no intelliJ plugin. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968773#3968773 Reply to the pos

[jboss-user] [JBoss Seam] - Re: How do I test simple SLSBs?

2006-08-31 Thread chuckadams
I switched my test's classpath to use a freshly installed embedded-ejb3 download's libraries and conf/ directory, and this particular error went away. The version of embedded ejb3 shipping with seam would appear to be broken, and it appears to be the libs, since only using the conf/ directory

[jboss-user] [JBoss Seam] - Seam + RMI

2006-08-31 Thread sateeshnagilla
Any I have to call RMI in Seam components, any body have samples. thanks for your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968766#3968766 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968766 __

[jboss-user] [Performance Tuning] - Re: No ManagedConnections available within configured blocki

2006-08-31 Thread wandi
Man, it could sounds stupid but you close every connection? I have a similar problem and my app was using more than one datasoure, at end I don close every connection (for each datasorce)... so the problem of ManagedConnection arise. ... | } finally { | if (pstmYY != null) pstmYY.close()

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign-ON, SPNEGO: How to?

2006-08-31 Thread bofriis
... just to add a little more info on the subject of having SPNEGO GSSAPI support in JBoss. Its based on the JBoss NTLM implementation, changed to do SPNEGO GSSAPI, with group support (stored in the PAC). /Bo http://appliedcrypto.com View the original post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Seam] - Re: Newbie question: access session attribute from view

2006-08-31 Thread javri28
I agree - this is a better way - to know thet you are using the attribute of the RIGHT SCOPE. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968764#3968764 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968764

[jboss-user] [JBoss Messaging] - Re: Cannot connect to JMS from Service MBean

2006-08-31 Thread [EMAIL PROTECTED]
Deploy your service in the same classloading domain as Messaging: | jboss.messaging:loader=ScopedLoaderRepository | java2ParentDelegation=false | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968762#3968762 Reply to the post : http:

[jboss-user] [JBoss jBPM] - IDE: opening PDL in eclipse

2006-08-31 Thread wenbozhu
My IDE is always frozen for a while (20-30 sec.) when I try to open the "websales" example jPDL project file. I am using eclipse 3.1.2 (to use the AS plugin), and does anyone have similar experience - (hope it's just me)? Also, any IntelliJ plugin, by chance ...?? - Wenbo View the original p

[jboss-user] [Clustering/JBoss] - Re: Network Loss in a 1 to n Node Cluster

2006-08-31 Thread [EMAIL PROTECTED]
OK, your problem is the JGroups channel that your cache instance is using isn't detecting the unplugging of the cable. I bet if you wait about a minute, it will. The logging you posted is actually for a completely different channel. Technically its a different cluster, even though from a surf

[jboss-user] [JBossWS] - UnmarshalException with JBossWS 1.0.3

2006-08-31 Thread acxjbertr
I had a JSR-109 Web Service client that was working perfectly with JBoss 4.0.4.GA and JBossWS 1.0.2.GA. I just upgraded to 1.0.3.GA, used the new libraries to generate the stubs in the client, rebuilt, redeployed the client, and now I am getting this exception when I invoke the client. 14:43:1

[jboss-user] [JBossCache] - Re: maxNodes for LRUPolicy is not respected!!!!!!!

2006-08-31 Thread java123
I saw that jira 77 supposed to fix this issue but I have tested this with 1.4 and still able to add more elements to a region. Do I have to change my configuration? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968757#3968757 Reply to the post : http://www

[jboss-user] [JBossCache] - Re: maxNodes in region question

2006-08-31 Thread java123
"[EMAIL PROTECTED]" wrote : Yes, JBCACHE-77 will fix it - right now only nodes are considered and not the data within the nodes. | | If this is fixed does it require different configuration? Because I have tested this with my existing config with LRUPolich and maxNones set to 2. Unfortunalt

[jboss-user] [Installation, Configuration & Deployment] - Re: connection refused from external network

2006-08-31 Thread robo
thanks peter! even my dsl router does port forwarding, but no matter how i configure things i can't get port 8080 requests through. i read somewhere else on the web that sometimes ISPs block arbitrarily high port numbers - maybe that is what is happening. rather than fight it, i just changed jb

[jboss-user] [JBoss jBPM] - Re: Custom forms for different tasks

2006-08-31 Thread kukeltje
this is planned for 3.2, so it is not in 3.1 and therefor no documentation yet. Getting the source from cvs and building it, will give you the opportunity to play with this. If you know jsf a little and look at the example in the source, it will be rather simple to learn. View the original post

[jboss-user] [EJB 3.0] - Re: Embedded EJB3, No container configured with name 'Statel

2006-08-31 Thread djordan
I got same error. I am using Linux, and stand-alone RC6. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968750#3968750 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968750 _

[jboss-user] [JBoss Eclipse IDE (users)] - Re: jboss ide server configuration

2006-08-31 Thread [EMAIL PROTECTED]
There is no implemented way to do any of the following: - find a remote server - start a remote server - stop a remote server - copy a file to a remote server - twiddle a remote server - create a remote server - talk to an already-in-existance remote server In short... if its not

[jboss-user] [JBoss Eclipse IDE (users)] - Re: jboss ide server configuration

2006-08-31 Thread pachecouy
I can see that view but I can't add a remote JbossAS server 4.0.4 that runs in another machine of my network; i've tried everithing. I'm really bored with this. When I change localhost by the IP of the server the list of servers change to empty. My running things: SO: Debian GNU/Linux (both) Ja

[jboss-user] [JBoss jBPM] - Re: gpd.xml opens in XML editor

2006-08-31 Thread earniedyke
Thanks. My original search was a little to narrowly defined. When I searched for gpd.xml I found a soulution. Earnie! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968743#3968743 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [Clustering/JBoss] - Re: Network Loss in a 1 to n Node Cluster

2006-08-31 Thread jbirkenmaier
Thanks for the quick reply. Regarding the first problem. I see the view change on node 1 when I Ctrl-C JBoss on node 2. However, I don't see the view change when I unplug the network cable. Here is what's logged when I unplug the cable: 10:41:27,090 INFO [dragoneyes] (UpHandler (STATE_TRANSFE

[jboss-user] [JBoss Seam] - Re: How do I test simple SLSBs?

2006-08-31 Thread chuckadams
A null test using the embedded-ejb3 in seam results in this result from EJB3StandaloneBootstrap.boot(null): And no, my tests are not parallel. | 11:59:39,223 ERROR [AbstractKernelController] Error installing to Start: name=TransactionManagerInitializer state=Create | java.lang.NoSuchField

[jboss-user] [Beginners Corner] - Duke Bank, How it works?

2006-08-31 Thread Rockym
I downloaded the 2 parts from Duke'Bank's example; however, I don't know how to complement them, where do I build?, Which file? thanks :D View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968739#3968739 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss jBPM] - Custom forms for different tasks

2006-08-31 Thread [EMAIL PROTECTED]
I'm using jBPM 3.1 . I'd like to show on the webadmin task screen a different page (form) for each task. I realized that there is a way to do it including a forms.xml at the serviceunit deploy package. I seams to be very usefull, however I couldn't find documentation about how to implement it, w

[jboss-user] [EJB 3.0] - Partitioned classes and configuration?

2006-08-31 Thread sidragon
I am working with Seam, but I think this is an EJB3 problem, hence posting in this thread. I have a working test environment set up for my Seam application that performs nicely when I put all my configuration files in the same location as the classes. That is, it looks something like this: cla

[jboss-user] [JBoss jBPM] - Re: gpd.xml opens in XML editor

2006-08-31 Thread kukeltje
Yes, and if you search the forum, you will know to. Hint: It has something to do with installation order and extensions View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968735#3968735 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss Seam] - LoggedInInterceptor not working as expected ?

2006-08-31 Thread ve_rao
I am using the LoggedInInterceptor in my application (taken from Seam Booking example) and annotated all my session beans with @LoggedIn. My expectation was that if I try to access any page in my application without logging in, that it would simply take me to the login page. However, my methods

[jboss-user] [JBoss Seam] - Re: Newbie question: access session attribute from view

2006-08-31 Thread [EMAIL PROTECTED]
For what it's worth, #{sessionScope.loggedIn} should be a little faster. "sessionScope" is an implicit object. Implicit objects are always evaluated first by the ELResolver. Searching of all the scopes usually happens last. Stan View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Messaging] - Re: Problems at Startup with MySQL 5 and XAConnection

2006-08-31 Thread felipeal
"timfox" wrote : | JBossMQ is the old JMS provider that is still the default JMS provider for JBoss 4.x. | JBoss Messaging will be the default JMS provider in JBoss 5.x and above. | Ok, I wasn't that wrong then, as I use JBoss 4.0.4 without changing anything (hence it uses JBossMQ). "tim

[jboss-user] [EJB/JBoss] - Questions but no answers

2006-08-31 Thread dboeckli
Why most of the questions in this forum don't get any responses at all? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968727#3968727 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968727 ___

[jboss-user] [Microcontainer] - Allow retrieval of the collection instance from the bean [JB

2006-08-31 Thread rashidkamranbs
I mistakenly started the discussion on the Issue Tracker.. well my understanding of reading the collection instance from the bean rather than replacing it is as follows | public class MyClass | { | private List list; | | public List getList(); | | public MyClass(){

[jboss-user] [Clustering/JBoss] - Re: Network Loss in a 1 to n Node Cluster

2006-08-31 Thread [EMAIL PROTECTED]
First problem: TreeCacheListener.viewChange(View new_view) passes you a JGroups View object whenever there is a cluster topology change. Second problem: No, we have nothing like that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968724#3968724 Reply to the

[jboss-user] [JBoss Eclipse IDE (users)] - Re: changing host parameter in launch configuration

2006-08-31 Thread znbailey
"[EMAIL PROTECTED]" wrote : you'll be able to double click on the server in the view, click edit configuration, and change the command line arguments, including the host parameter. The configuration parameter will still be unchangeable. Sounds great - thanks for the hard work. View the orig

[jboss-user] [JBoss Messaging] - Re: Problems at Startup with MySQL 5 and XAConnection

2006-08-31 Thread timfox
"felipeal" wrote : Hi again, ... | I thought it was still called JBossMQ and that Jboss Messaging was the name of the next generation's... | JBoss Messaging is the new generation JMS provider (http://www.jboss.com/products/messaging) - it's already in 1.0. JBossMQ is the old JMS provider th

[jboss-user] [Clustering/JBoss] - Re: Forcing Topology change

2006-08-31 Thread [EMAIL PROTECTED]
I had problems with TCP as well, although didn't have time to debug. Can you try with JGroups 2.3.SP2? Just replace the jgroups.jar in server/all/lib. I'm swamped and it might be a while before I can dig into this. There've been a number of improvements in this area between 2.2.7 and 2.3.SP2

[jboss-user] [JBoss Messaging] - Cannot connect to JMS from Service MBean

2006-08-31 Thread chipschoch
I have a service that uses JMS and I have tested it stand alone and it works fine. However, when I wrapped it in the StandardMBean interface and deploy it, it loads and begins to execute. Then I get an exception when it calls ConnectionFactory.createConnection(). Part of the stack: java.io.I

[jboss-user] [JBoss Eclipse IDE (users)] - Re: changing host parameter in launch configuration

2006-08-31 Thread [EMAIL PROTECTED]
you'll be able to double click on the server in the view, click edit configuration, and change the command line arguments, including the host parameter. The configuration parameter will still be unchangeable. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3

[jboss-user] [JBoss Eclipse IDE (users)] - Re: changing host parameter in launch configuration

2006-08-31 Thread znbailey
"[EMAIL PROTECTED]" wrote : The requirement for an unchanging host will be dropped. Ok, thanks rob - will that allow me to set "0.0.0.0". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968719#3968719 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [EJB/JBoss] - Re: Unable to acces external Corba Object

2006-08-31 Thread drorfries
I have a similar problem. I cannot get a Corba object out of org.omg.CORBA.Object _is_a metgod The error is the same. Object is immtable in com.sun.corba.se.internal.ior.FreezableList add(object) method A workaround found in Sun's Java Forum: JDKBridge.setLocalCodebase(null); does not help eit

[jboss-user] [JBoss jBPM] - gpd.xml opens in XML editor

2006-08-31 Thread earniedyke
Greetings all, I have just installed jBPM and the JBoss Eclipse IDE. I have created a new process project and a new process definition within the project but when the gpd.xml is opened, the XML editor opens it NOT the graph editor. Any ideas why this may be doing this? Thanks! Earnie! View t

[jboss-user] [JBoss Eclipse IDE (users)] - Re: changing host parameter in launch configuration

2006-08-31 Thread [EMAIL PROTECTED]
The requirement for an unchanging host will be dropped. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968716#3968716 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968716 __

[jboss-user] [JBoss Messaging] - Re: Problems at Startup with MySQL 5 and XAConnection

2006-08-31 Thread felipeal
Hi again, First of all, thanks for your quick reply and sorry for the delay on mine's, but the link I was refreshing didn't show your reply, neither did I get an email notifying me about it... Anyway, your explanation was very good - even though I already knew most of the 2PC/XA stuff (and was

[jboss-user] [JBoss Eclipse IDE (users)] - Re: changing host parameter in launch configuration

2006-08-31 Thread znbailey
"Yilativs" wrote : Hello Rob, | | "[EMAIL PROTECTED]" wrote : Originally I decided that there would simply be no changing of host or configuration, and that to change either of them you'd simply have to create a new server for that combination. | | | | Where can I setup host param

[jboss-user] [JBossWS] - Re: JBoss port 1099 on windows

2006-08-31 Thread peiguo
That was my fault. There was another instance running (I guess that there might be some bug with JBoss shutdown), which already had the port used. Once I killed that run away process, now everything is fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39687

[jboss-user] [JBossWS] - Re: where to deploy web service war files

2006-08-31 Thread peiguo
That worked, thanks a lot! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968711#3968711 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968711 ___ jboss-user mailing list jbos

[jboss-user] [Beginners Corner] - Re: Duke's Bank example Incomplete

2006-08-31 Thread Rockym
Just 1 more question, how can I complement both projects?, I don't understand how to build it, the classes are completely separated thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968709#3968709 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [Beginners Corner] - Re: Duke's Bank example Incomplete

2006-08-31 Thread Rockym
Thanks for your help, I realized that I have already downloaded the tutorial, and I found it , :D, thanks for your help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968708#3968708 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [Clustering/JBoss] - Re: HA-JNDI Namespace in JMX Console

2006-08-31 Thread [EMAIL PROTECTED]
You don't want an EJB to appear in the HA-JNDI namespace. If it does, something is broken. Each server binds a proxy for the EJB in JNDI. The HA-JNDI tree is a replicated namespace; that means if each server bound their proxy in it, at any time only one proxy would be bound -- the one from th

[jboss-user] [JBossWS] - Re: SOAP client does not work in JBoss 4.0.1

2006-08-31 Thread bobet
did anyone resolve this issue ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968699#3968699 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968699 ___ jboss-user mailing list

[jboss-user] [Clustering/JBoss] - Re: Forcing Topology change

2006-08-31 Thread kpandey
Brian Did you get a change to test with the TCP stack? Also if you could give me some pointers on where to troubleshoot this that would be great. I'm looking to using cluster across WAN so will need to use TCP instead of UDP multicast. Thanks Kumar View the original post : http://www.jboss.

[jboss-user] [JBossWS] - Re: Poor unmarshalling performance

2006-08-31 Thread acxjbertr
I ran my code through a profiler and put the meaningful results on my website (http://keyspace.org/callTree.html). The results are from 50 invocations of my JSR-109 Web Service client. The root node ($Proxy55.append) is the method I am invoking off my endpoint. It doesn't appear now that the u

[jboss-user] [Javassist user questions] - XML signature and KeySelectors class: howto ?

2006-08-31 Thread ShadenS
Hi Community, I sign a XML message (really, soap message) and then I sent it to the server. The server could validate XML signed, but verification fails (server say that signature is invalid :( ) The strange is if I implement signing line code and validate line in same class, then all works (and

[jboss-user] [JBossCache] - TreeCache API auto-completion in Eclipse IDE

2006-08-31 Thread kapilanand
I hope this is the right forum to ask this. I am not able to see available methods on TreeCache instance when I press Ctrl-Space in eclipse IDE. Pressing F3 on TreeCache class does take me to the class definition that has all methods defined. When i type in 'a', it auto-completes into a list of

[jboss-user] [Security & JAAS/JBoss] - Random 408 Error in clustered environment

2006-08-31 Thread wdemoss
I am experiencing a random 408 error trying to log into a clustered environment behind a load-balancer using FORM authentication. JBoss version 4.0.3SP1 The login uses form based authentication. JAAS login module is a custom module. On a non-clustered single server environment it works fine. W

  1   2   3   >