[JBoss-user] [JBoss Portal] - Re: Crypting problem

2006-06-28 Thread david.c.florin
Sory for double post! I have succed to store the password uncrypt by modifying in the class UserProfile userModule.createUser(uname, Tools.md5AsHexString(pass1), realEmail); to userModule.createUser(uname,pass1, realEmail); But where should I modify to get the password like is stor

[JBoss-user] [JBoss jBPM] - Re: Database exportation

2006-06-28 Thread antitrust1982
hi, I don't want to install a database more. I just know where I must put the hsql folder and files in order to use it with my jbpm portlet. must I put this files in the portlet war file? or must I put in the jboss portal folder? and if yes where? because I use the hibernate.cfg.xml file of web

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - JBOSS MyFaces problem with session

2006-06-28 Thread EL FEZZAZI
I'm using JBOSS 4.0.4 with Apache MyFaces 1.1.3. I deploy my enterprise application on, but after two or three clic on it, i seem losing my session, i have JSFException and i can't find my object in session. Any help please. View the original post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [EJB/JBoss] - Re: Calling EJB Remote Interface

2006-06-28 Thread AshuDagr8
Thanks JaiKiran..!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953902#3953902 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953902 Using Tomcat but need to do more? Need to support web services, security? Get st

[JBoss-user] [Installation, Configuration & Deployment] - getting

2006-06-28 Thread camunda
Hi! We hava a JBoss 4.0.4 GA Patch1 running on a Gentoo Linux server. Now we get this Warning from time to time: | 2006-06-28 09:30:18,947 WARN [org.apache.jk.core.MsgContext] Error sending end packet | java.net.SocketException: Broken pipe | at java.net.SocketOutputStream.socke

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JSTL taglib cannot be resolved by JBoss 3.2.1

2006-06-28 Thread jukcoder
Put your tlds under WB-INF/tlds folderthen refer to them as : <[EMAIL PROTECTED] uri="/WEB-INF/tlds/c.tld" prefix="c"%> --you'll be just fine I prefer to refer to all my tlds locally so I can work off-line -- if needed View the original post : http://www.jboss.com/index.html?module=b

[JBoss-user] [JBoss jBPM] - Re: BPEL and Java

2006-06-28 Thread Skyman37
"[EMAIL PROTECTED]" wrote : | anonymous wrote : how my client can send data to BPEL process ? | By sending a message to one of the endpoints published by the process. | I don't understand what do you mean with this ? I have red the bpel specification, but what is an endpoint ? And how is

[JBoss-user] [Security & JAAS/JBoss] - Re: Problem with security and Seam

2006-06-28 Thread gekorob
Thank's a lot for your reply, could you suggest a link or some documentation that explain how to extend Tomcat's security system? With the expression "do customization to Tomcat's security system" do you mean to create a custom Authenticator? I'm sorry for my questions but I'm quite new to se

[JBoss-user] [JBossWS] - Re: is MTOM transmission mandatory?

2006-06-28 Thread [EMAIL PROTECTED]
The contract between sender and receiver is the WSDL. Our MTOM implementation optimizes binary data when it encounters xmime tagged schema elements. Future versions will go one step further and do it based on a size threshold. I.e it would be possible to either enforce or completly disable MTOM

[JBoss-user] [JBossWS] - Re: Web services and java.util

2006-06-28 Thread [EMAIL PROTECTED]
It's not a problem it's a JAXRPC specification. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953909#3953909 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953909 Using Tomcat but need to do more? Need to support web

[JBoss-user] [Management, JMX/JBoss] - How to register simple MBean to JBoss AS

2006-06-28 Thread J0Ke
Hello im new JBoss user i must migrate from Bea WebLogic 8.1 to JBoss but i have problem with MBeans. i have 1-2 simple MBeans and i want to register them to JBoss AS . how can i do that ? under Bea the things was like this i must implement class ApplicationLifecycleListener then i must predefine

[JBoss-user] [JBossWS] - Re: Complex types in SOAP messages?

2006-06-28 Thread [EMAIL PROTECTED]
Please check the userguide and provide readable examples. Otherwise i won't able to help you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953911#3953911 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953911 Using T

[JBoss-user] [JBoss jBPM] - Re: Database exportation

2006-06-28 Thread kukeltje
Wrong choice, HSQLDB is NOT for full blown production environments. It's not performing at all. With 200 tasks assigned the performance already drops if multiple users are accessing the system View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953912#3953912 Rep

[JBoss-user] [JBoss Messaging] - JBoss JMS Message persistance with Ingres problems

2006-06-28 Thread alanjonesbath
We are currently trying to get JBoss 4.0.3 working with Ingres (instead of HSQLDB) as a means of JMS message persistance. We have our demo application successfully connecting to the Ingres R3 database, and it has created the necessary tables in the database for us. However, when our demo applica

[JBoss-user] [JBoss Messaging] - Re: JBoss JMS Message persistance with Ingres problems

2006-06-28 Thread timfox
Please post your message in the JBossMQ user's forum. This is a JBoss Messaging forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953914#3953914 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953914 Using Tomcat b

[JBoss-user] [JBoss Portal] - No active application context

2006-06-28 Thread tom.serru
I try to use JSF and seam in a MyFacesGenericPortlet. I defined this portlet like this in the portlet.xml file... | PricatCheckerPortlet | org.apache.myfaces.portlet.MyFacesGenericPortlet | | default-view | /WEB-INF/jsp/BelgacomPricatCheck/index.xh

[JBoss-user] [Messaging, JMS & JBossMQ] - JBoss JMS Message persistance with Ingres problems

2006-06-28 Thread alanjonesbath
We are currently trying to get JBoss 4.0.3 working with Ingres (instead of HSQLDB) as a means of JMS message persistance. We have our demo application successfully connecting to the Ingres R3 database, and it has created the necessary tables in the database for us. However, when our demo applica

[JBoss-user] [JBoss Messaging] - Re: JBoss JMS Message persistance with Ingres problems

2006-06-28 Thread alanjonesbath
Done - thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953917#3953917 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953917 Using Tomcat but need to do more? Need to support web services, security? Get stuff done

[JBoss-user] [JBoss jBPM] - Re: Role of JbpmThreadsServlet & CommandExecutorThread

2006-06-28 Thread gregory.mostizky
I am dealing with the same issue right now. The problem seems that CommandExecutorThread is not opening/closing transactions. I am going to try to fix that by wrapping executeCommand() method of CommandExecutorThread to manually open/commit. View the original post : http://www.jboss.com/index.h

[JBoss-user] [EJB 3.0] - Re: Hibernate Exception When Deleting OneToMany EJB3 Entity

2006-06-28 Thread chrismalan
Hi Mike, Sometimes you just have to think in database terms. Your kids table has a foreign key field for the primary key of the table called parent. There is nothing in the parent table to give any indication of how many kids the specific parent has. What this boils down to is this: just d

[JBoss-user] [JBossWS] - Re: is MTOM transmission mandatory?

2006-06-28 Thread omatzura
Hi Heiko, thx for your reply.. the reason I ask is that I have tried to invoke the MTOM samples in the 1.0.1 release without actually sending the binary data with MTOM (I just left it in the request body..).. jbossws returns an error in this situation; "xop:Include not found..", from my point o

[JBoss-user] [JBossWS] - Re: How to get a SOAP header value from a context

2006-06-28 Thread [EMAIL PROTECTED]
Could supply some code examples? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953922#3953922 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953922 Using Tomcat but need to do more? Need to support web services, secur

[JBoss-user] [JBossWS] - Re: is MTOM transmission mandatory?

2006-06-28 Thread [EMAIL PROTECTED]
You could move this discussion to the design forum and we continue from there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953924#3953924 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953924 Using Tomcat but need

[JBoss-user] [JBossWS] - Re: Does JBoss-WS support EJB3?

2006-06-28 Thread [EMAIL PROTECTED]
PLease read the documentation. I amsure you will find it when thoroughly looking... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953925#3953925 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953925 Using Tomcat but

[JBoss-user] [JBoss Seam] - Re: Inheritance, Polymorphism, and Butler with no eyebrows.

2006-06-28 Thread twistah
Could you post your JSF aswell ? Pål O. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953926#3953926 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953926 Using Tomcat but need to do more? Need to support web service

[JBoss-user] [JBoss jBPM] - Re: Database exportation

2006-06-28 Thread antitrust1982
hi, So I decide to use MySQL, but I can find in the documentation how configure the hibernate.cfg.xml. Somebody, can give me some advises or a documentation which can explain how change this file: | | http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd";> | | |

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBOSS Shutting down automatically while being scan by Po

2006-06-28 Thread tonyLeung
I`ve tried to remove jmx-console.war from deploy folder and then run jboss again and scan it with port scan program(such as MaxPatrol) and jboss running well now. Is there any problem with htmlAdaptor.class at jmx-console.war? I guess that htmlAdaptor.class makes many error message at console wh

[JBoss-user] [Installation, Configuration & Deployment] - Re: Minimum system requirements??

2006-06-28 Thread AlliumPorrum
anonymous wrote : JBoss is quite lightweight and you can slim it down further if needed. What do you exactly mean with this? How can I slim it down to work in some older computer?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953929#3953929 Reply to the

[JBoss-user] [JBossCache] - PojoCache: why are final/static fields not replicated?

2006-06-28 Thread jeyrich
Hi, can anybody give me a rationale for not replicating final and static fields in PojoCache? I can think of some scenarios where there could be problems, but I'm not sure why it is not even offered as an option. I couldn't find an explanation in the documentation, on the wiki, or in the forum

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Eclipse 3.2RC7 + JBossIDE 1.6.0 GA -> xdoclet problems

2006-06-28 Thread lost_traveller
great, thanks! heres the link for those who dont have it --> http://download.jboss.org/jbosside/builds/nightly/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953931#3953931 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [JBossWS] - Does JBoss-WS support EJB3?

2006-06-28 Thread yair.zaslavsky
Good day all, Currently we're working with JBoss 4.04 RC1 When we develop a web service, we still develop it using "J2EE/EJB 2.1" style - What I mean is that we define an interface for the endpoint, that extends RMIRemote, we also write a stateless session bean , we right a remote and remote-hom

[JBoss-user] [JBossWS] - Re: Problems in processing of xs:any

2006-06-28 Thread [EMAIL PROTECTED]
We had seen this problem before (JBWS-934) and it was supposed to be fixed. I will reopen that JIRA issue. In the meantime you could proceed with commenting the wildcard declarations. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953932#3953932 Reply to th

[JBoss-user] [JBossWS] - Re: Problems consuming webservice

2006-06-28 Thread fuzebest
have you tried setting all options? http.proxyPort, http.proxyHost, proxySet ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953933#3953933 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953933 Using Tomcat but need

[JBoss-user] [JBossWS] - Re: Problems in processing of xs:any

2006-06-28 Thread [EMAIL PROTECTED]
BTW, if you consider using the jboss dev environment for your project, please contact me directly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953934#3953934 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953934 Us

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBOSS Crashing on Linux while sending JMS messages Irre

2006-06-28 Thread timfox
Please post on the JBoss MQ forum, this forum is about JBoss Messaging. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953935#3953935 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953935 Using Tomcat but need to do mo

[JBoss-user] [JBoss Messaging] - Re: 1.0.x compatibility poll

2006-06-28 Thread timfox
Hi Clebert - Will StringUtil work with Java serialization to? Now, we are splitting long strings into chunks < 64K and re-assembling them on the other side. Would StringUtil do this more optimally? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953936#395

[JBoss-user] [Beginners Corner] - struts on Jboss server.log deploy error

2006-06-28 Thread Gurnard
Hello, I am getting these errors reported by my server in the server.log file when I start the server: | Parse Error at line 55 column 25: Element type "aciton" must be declared. | org.xml.sax.SAXParseException: Element type "aciton" must be declared. | at org.apache.xerces.util.Error

[JBoss-user] [JBossWS] - generation client-side classes

2006-06-28 Thread fuzebest
Hello! I'm trying togenerate client-side classes and mapping for ws. wstools config looks like | | | | http://a.test.com/jaws"/> | http://b.test.com/jaws"/> | http://c.test.com/jaws"/> | | | | | | bu

[JBoss-user] [JBossWS] - Re: Problems in processing of xs:any

2006-06-28 Thread docampbell
Heiko, Thanks for the response. Commenting out the wildcarding is considerably more complex than it would appear, as the WSDLs that I use are all imported and are WS-* standards based, so I cannot change them! I have just mailed you directly. Thanks, Dominic. View the original post : http:

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Is there a way to prevent JBossMQ from using the jbossmq

2006-06-28 Thread DrPizza
anonymous wrote : I am not clear on what exactly is your requirement I wish to have multiple queues, each with its own security-domain. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953942#3953942 Reply to the post : http://www.jboss.com/index.html?module=b

[JBoss-user] [Management, JMX/JBoss] - Re: How to register simple MBean to JBoss AS

2006-06-28 Thread jaikiran
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=ExampleHelloWorldService View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953921#3953921 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953921 Using Tomcat but

[JBoss-user] [Beginners Corner] - Re: Problem deploying EJB to JBoss

2006-06-28 Thread Chris Miles
Hi thanks for responding... yes the jar contains the xml files. META-INF/ META-INF/MANIFEST.MF AccountJAR/ AccountJAR/META-INF/ AccountJAR/META-INF/MANIFEST.MF AccountJAR/META-INF/jboss.xml AccountJAR/META-INF/ejb-jar.xml AccountJAR/cakeinabox/ AccountJAR/cakeinabox/beans/ AccountJAR/cakeinabox/be

[JBoss-user] [EJB 3.0] - Re: Dissolving a many to many relationship

2006-06-28 Thread chrismalan
Hi Squishy, Thanks very much. That was it. However, before the code posted above I had a for(Subject s : subjects). That threw the same exceptions. This time I got a Set of subjects and turned it into an Object array and for looped through that - no problem. It didn't take long to execute,

[JBoss-user] [Beginners Corner] - Re: struts on Jboss server.log deploy error

2006-06-28 Thread jaikiran
There's a spelling mistake at: anonymous wrote : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953945#3953945 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953945 Using Tomcat but need to do more? Need to support web services, security? Get s

[JBoss-user] [Management, JMX/JBoss] - Re: How to register simple MBean to JBoss AS

2006-06-28 Thread J0Ke
a :) 10x a lot :)) thanksss ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953946#3953946 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953946 Using Tomcat but need to do more? Need to support web services, securi

[JBoss-user] [JBossCache] - Re: PojoCache: why are final/static fields not replicated?

2006-06-28 Thread [EMAIL PROTECTED]
final fields cannot be modified, so why replicate them ? However, static fields *should* probably be replicated, what is the current behavior ? Ben, Brian ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953947#3953947 Reply to the post : http://www.jboss.co

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Context in Jboss / Tomcat

2006-06-28 Thread essimal
Thanks to the two View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953948#3953948 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953948 Using Tomcat but need to do more? Need to support web services, security? Get stuff

[JBoss-user] [Beginners Corner] - Re: struts on Jboss server.log deploy error

2006-06-28 Thread Gurnard
yeah I just found it myself just after posting, I feel like a total fool, thanks for catching it though, you have a keen eye. I must get rid of this French keyboard and get myself an English one like I trained on. Again thanks for the response. cheers Martin View the original post : http://

[JBoss-user] [Beginners Corner] - Problem while deploying JBoss Seam on Tomcat 5.5.17

2006-06-28 Thread kapilkashyap
Hi, This is Kapil Kashyap, and I am a new member of this JBoss Forum.Well I am trying to work with the new JBoss Seam Framework and have successfully deployed it on JBoss, but am getting the below error message when trying to deploy it on Tomcat 5.5.17 Tomcat version - 5.5.17 Using JDK 1.5 I

[JBoss-user] [Beginners Corner] - Re: Problem deploying EJB to JBoss

2006-06-28 Thread jaikiran
anonymous wrote : META-INF/ | META-INF/MANIFEST.MF | AccountJAR/ | AccountJAR/META-INF/ | AccountJAR/META-INF/MANIFEST.MF | AccountJAR/META-INF/jboss.xml | AccountJAR/META-INF/ejb-jar.xml | AccountJAR/cakeinabox/ | AccountJAR/cakeinabox/beans/ | AccountJAR/cakeinabox/beans/Account

[JBoss-user] [JBossCache] - Re: PojoCache: why are final/static fields not replicated?

2006-06-28 Thread jeyrich
Thanks for the quick answer. Concerning final, I see that it makes no sense replicating final fields that point to immutable objects (e.g. Strings). But when the referenced object is mutable I might want to replicate changes to it, too. Objects are mapped into the cache by reachability, but obj

[JBoss-user] [JBoss Seam] - Re: Cannot configure datasource

2006-06-28 Thread petemuir
I think this is becuase the datasource you reference in persistence.xml isn't available. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953956#3953956 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953956 Using Tomcat

[JBoss-user] [EJB 3.0] - Re: org.hibernate.MappingException: Unable to find column wi

2006-06-28 Thread chrismalan
Turn your InheritanceType to SINGLE_TABLE and see if it works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953958#3953958 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953958 Using Tomcat but need to do more? Need

[JBoss-user] [JBoss jBPM] - Re: Database exportation

2006-06-28 Thread kukeltje
Search the hibernate docs, forums, etc or maybe even search the jbpm forums, wiki, doc etc. There are some things you have to learn yourself View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953959#3953959 Reply to the post : http://www.jboss.com/index.html?mo

[JBoss-user] [JBoss Seam] - Has anybody made seam work with JEMS installer EJB3 clustere

2006-06-28 Thread doliver2000
Hi I'm trying to get a new seam app and some existing ejb3 apps to run on the same server to make my old apps work I need to use the ejb3 clustered configuration but when I do this seam application doesn't run (I've tried deploying the booking example and that fails as well). Any ideas for maki

[JBoss-user] [JBossWS] - Re: generation client-side classes

2006-06-28 Thread fuzebest
forget to add wsdl file here it is | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |

[JBoss-user] [JBoss Messaging] - Re: messaging flow control related question

2006-06-28 Thread raghum
There is one connection, one topic and one session shared by three threads. Session is created with AUTO_ACKNOWLEDE flag. And there are no queues. The threads - 1. Sender thread has a producer on the topic. 2. Relayer thread has a producer and a consumer on the topic. 3. Receiver thread has a con

[JBoss-user] [JBossWS] - Re: How to get a SOAP header value from a context

2006-06-28 Thread cliffb53
I originally posted this because I wanted to retrieve the ws-security username token from the soap:header but I'm guessing that there must be a much cleaner way of doing that instead of fetching the header values myself, so I've posted another message where I ask how to get the username token (i

[JBoss-user] [Installation, Configuration & Deployment] - Cannot create MBeanServer Eror

2006-06-28 Thread hemantrk1612
Hi ! I am new to jboss. I have just installed jboss on windows 2000 server. with jdk 1.5.0. I can not start the jboss. It gives cannot create MBeanServer runtime exception. full boot log is 16:02:40,374 INFO [Server] Server Home Dir: C:\jboss-4.0.3SP1\server\default 16:02:40,374 INFO [Server

[JBoss-user] [Beginners Corner] - Re: Problem deploying EJB to JBoss

2006-06-28 Thread Chris Miles
Ah good call. Never seen that. I was creating the jar with jar -cvf AccountJAR.jar AccountJAR So I have moved up a level and done. jar - cvf AccountJAR.jar * and JBoss now starts churning out stuff... errors though mind you but it's a start. haha. thanks for that. Here are the further errors

[JBoss-user] [JBossWS] - Re: JSR181WebServiceEJB3TestCase failed

2006-06-28 Thread grdzeli_kaci
i get the same error :( did u resolve it ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953969#3953969 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953969 Using Tomcat but need to do more? Need to support web servi

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - MyFaces 1.1.1: Incorrect order to call valueChangeListener a

2006-06-28 Thread radudumi
Hello everybody I am new to this forum and new to MyFaces. I have created the following JSF page: The associated code is: public List getVertragidList() { if(debugInfo) System.out.println("getVertragidList.1"); List result=new ArrayList(); for(Vert

[JBoss-user] [JBoss jBPM] - having custom node with gpd

2006-06-28 Thread kpavan_8
I have created a custom decision node, and I want to integrate it with the eclipse gpd. Is it possible to have user defined nodes in the eclipse gpd plugin? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953971#3953971 Reply to the post : http://www.jboss.co

[JBoss-user] [Installation, Configuration & Deployment] - security.properties FileNotFoundException

2006-06-28 Thread deepak_srivastav
We moved from jboss 3.2.6 to 4.0.4 But when we executed the junit test cases , we get the following exception java.io.FileNotFoundException: D:\PBVM2\Source Code\build\config\security.properties (The system cannot find the path specified) at java.io.FileInputStream.open(Native Method)

[JBoss-user] [JBoss jBPM] - Re: spawning multiples subprocess instances

2006-06-28 Thread smalbequi
Hi, I propose this solution based on an event type "node-enter" on the fork node. | | | | | | | | | | | | | | | | | | |

[JBoss-user] [JBoss jBPM] - Re: State events fire order

2006-06-28 Thread jbaton
Hi cpob, Thanks for your help. Using your xml in my (process-runner) program, I get the following log (truncated for page's sanity) | 13:34:13,964 [Thread-0] DEBUG GraphElement : event 'process-start' on 'ProcessDefinition(cpob)' for 'Token(/)' | *** signal ! *** | 13:34:13,964 [Thread

[JBoss-user] [JBoss Seam] - Re: running Eclipse TestNG plugin on a Seam project

2006-06-28 Thread jtucker
Glad to hear you are up and running! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953975#3953975 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953975 Using Tomcat but need to do more? Need to support web services, s

[JBoss-user] [EJB 3.0] - Re: Problem during marshalling/unmarshalling

2006-06-28 Thread grdzeli_kaci
i get the same error but i can't resolve it :( plz help my hibernate jars are the same ... error code : [CODE] Exception in thread "main" java.lang.reflect.UndeclaredThrowableException at $Proxy0.add(Unknown Source) at org.jboss.tutorial.stateless.client.Client.main(Client.java:12)

[JBoss-user] [EJB 3.0] - Re: Dissolving a many to many relationship

2006-06-28 Thread squishy
Don't you have a relationship on EJB level so you can do student.getSubjects() instead of going through the trouble of doing a query? Looks awful complicated to me :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953977#3953977 Reply to the post : http://w

[JBoss-user] [JBoss Seam] - Re: help with Maven 2 and SeamTest (part 2)

2006-06-28 Thread jtucker
There's nothing too tricky to getting it running in Maven2. Your problem sounds like you need to take the config files out of target/test-classes/conf/ and just have them in target/test-classes/ instead. This means that if you are using a standard Maven2 layout, they should probably be in src/m

[JBoss-user] [JBoss Messaging] - Re: messaging flow control related question

2006-06-28 Thread timfox
Don't use hypersonic, it not intended for any serious use. This is mentioned in the getting started guide. The reason you are running out of memory, and see little disk activity is that hypersonic stores it's tables in memory (in the same process). We should really prevent Jboss messaging from

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Is there a way to prevent JBossMQ from using the jbossmq

2006-06-28 Thread jaikiran
anonymous wrote : I wish to have multiple queues, each with its own security-domain. Interesting. I think this is what you might have to do, in that case: For configuring your queues, you use something like: | jboss.mq:service=DestinationManager | jboss.mq:service=SecurityManager

[JBoss-user] [JBoss Seam] - Seam reverse engineering tool

2006-06-28 Thread jkrupka
I'm trying to use the Seam CRUD tool to get a simple app up against a mysql db... it deploys ok until it hits the seam init stuff, then here's what happens... 08:39:51,743 INFO [Initialization] reading properties from: /seam.properties 08:39:51,743 INFO [Initialization] reading properties from

[JBoss-user] [JBossCache] - Re: PojoCache: why are final/static fields not replicated?

2006-06-28 Thread [EMAIL PROTECTED]
It is stated in the documentaiton that currently neither final, transient, or static fields are replicated. To replicate static is really case dependent since it it a global variable. Question is then how do we store it internally if there are multiple POJOs stored in the cache? And this has i

[JBoss-user] [Security & JAAS/JBoss] - Re: JBOSS vulnerable to Port Scan?

2006-06-28 Thread j2ee_junkie
Tony, I am running JBoss 4.0.3SP1 on Fedora Core 4. I used nmap 4.03. Scanning produces no problems. cgriffith View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953986#3953986 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.1 GA Examples don't work

2006-06-28 Thread rsmithaa
twistah, thank you. Deploying the file to the ${jboss.home}/server/default/deploy worked great. Seems like this file was included in the jboss-seam-booking.jar file at one time? Do you know why this was removed, and having the ?ds.xml file separate from the jar is this considered a best practic

[JBoss-user] [JBoss Seam] - Re: Has anybody made seam work with JEMS installer EJB3 clus

2006-06-28 Thread [EMAIL PROTECTED]
What problem do you face ? Do you use the JEMS installer ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953989#3953989 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953989 Using Tomcat but need to do more? Need to s

[JBoss-user] [Security & JAAS/JBoss] - Re: Problem with security and Seam

2006-06-28 Thread j2ee_junkie
Roby, There is not much documentation. Your best source is Tomcat code as well as JBoss wiki at http://wiki.jboss.org/wiki/Wiki.jsp?page=Tomcat. Also, if you have special security needs, you may want to post them on thread http://www.jboss.com/index.html?module=bb&op=viewtopic&t=74435 or if y

[JBoss-user] [JBoss jBPM] - Re: State events fire order

2006-06-28 Thread kukeltje
Read the logging again The token is in state "first", then you signal it and get the following logs: | 13:34:14,151 [Thread-0] DEBUG GraphElement : event 'before-signal' on 'State(first)' for 'Token(/)' | 13:34:14,151 [Thread-0] DEBUG GraphElement : event 'node-leave' on 'State(first)

[JBoss-user] [JBoss jBPM] - Re: State events fire order

2006-06-28 Thread cpob
What you need to think about is separation of processes. You need to ignore the node enter on to your Node(First) That happened with the previous signal, and does not happen in the signal while your token is in 'First' For example, we have a simple graph, made of 2 simple nodes, A and B. Curr

[JBoss-user] [JBoss jBPM] - Re: having custom node with gpd

2006-06-28 Thread cpob
Since it is an open source product, of course it is possible, if you want to edit and compile the GPD. However, that being said, you need a fair amount of experience with numerous technologies to rebuild the GPD. Eclipse plugin development, SWT, GEF, etc. The current state does not support cus

[JBoss-user] [JBossWS] - JBossWS 1.0.1: client bug in consuming JavaBeans

2006-06-28 Thread Juergen.Zimmermann
My Web Service delivers a JavaBean. The server log file shows these entries as expected: | org.jboss.ws.soap.SOAPContentElement - setObjectValue: {id=1, nachname=Alpha, vorname=Adrian, art=privat, rabatt=0} | org.jboss.ws.soap.SOAPContentElement - setObjectValue: {id=1, nachname=Alpha, vorn

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Is there a way to prevent JBossMQ from using the jbossmq

2006-06-28 Thread DrPizza
I've done that, though I think you need to do the Queues like this: | | jboss.mq:service=DestinationManager | myApp:service=SecurityManagerForQueue1 | myApp:service=SecurityManagerForQueue1 | | | | |

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Problem with the credential in login in struts

2006-06-28 Thread cool_bhanu
Iam developing sample login application in struts which should switch to https if the credential are correct i made the necessary modification in web.xml to contain the form-auth parameters and also in the login-config.xml I have made necessary modifcations like users.properties but the problem

[JBoss-user] [Security & JAAS/JBoss] - Re: Problem with security and Seam

2006-06-28 Thread gekorob
Thank you very much for your help, I hope to find a good solution that can be useful also for other. Bye, Roby View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953997#3953997 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [JNDI/Naming/Network] - Re: Calling EJB Remote Interface from Outside EAR Applicatio

2006-06-28 Thread [EMAIL PROTECTED]
The java:comp/env namespace is a component local one. Unless you have deployed a j2ee client that sets up a java:comp/env namespace you need to know the full jndi name of the remote ejb home to lookup. For more on j2ee clients see: http://wiki.jboss.org/wiki/Wiki.jsp?page=J2EEClient View the or

[JBoss-user] [JNDI/Naming/Network] - Re: Basics: binding object instance/factory to JNDI name

2006-06-28 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JNDIBindingServiceMgr View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953999#3953999 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953999 Using Tomcat but need to do more? Need

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Is there a way to prevent JBossMQ from using the jbossmq

2006-06-28 Thread jaikiran
anonymous wrote : notice that it doesn't just depend on the custom SecurityManager--it actually specifies that it uses it You are right. anonymous wrote : Unfortunately this does not appear to work I suggest, you enable TRACE level logging of jboss security and post the logs here. Here's how

[JBoss-user] [JBoss Portal] - Re: How to passing session varibles from Portlet to Servlet

2006-06-28 Thread halversp
If you're trying to use a servlet to handle portlet requests, you might want to take a look at the Apache Portals Bridges project, which provides various mechanisms to address the differences between a portlet request context and the more general servlet request context. For example, there's a

[JBoss-user] [JBoss jBPM] - Re: spawning multiples subprocess instances

2006-06-28 Thread cpob
Couldn't you also just use a fork, have n transitions to the sub process node and then a single transition from the join? Like this: | | | | | | | | | | | | | | | | | | |

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Problem with the credential in login in struts

2006-06-28 Thread jaikiran
You will have to add a security-domain element in the jboss-web.xml to enable the security authentication. Something like: | http://www.jboss.org/j2ee/dtd/jboss-web.dtd";> | | |java:/jaas/someSecurityDomain | View the original post : http://www.jboss.com/index.html?module=b

[JBoss-user] [Beginners Corner] - Re: How to setp JVM

2006-06-28 Thread [EMAIL PROTECTED]
run.bat is where this is set on win32. The run.conf is used on platforms that support a unix type shell. You can use cygwin/bash on win32. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954005#3954005 Reply to the post : http://www.jboss.com/index.html?modul

[JBoss-user] [JBoss Portal] - Re: How to passing session varibles from Portlet to Servlet

2006-06-28 Thread [EMAIL PROTECTED]
"keletappi" wrote : anonymous wrote : | | When I put attribute with PortletSession.setAttribute() into APPLICATION_SCOPE is it accessible with HttpSession.getAttribute() in my Servlet in same war ? | | | | Yes. View the original post : http://www.jboss.com/index.html?module=bb&op

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Configure queues/topics at application level, Possible?

2006-06-28 Thread jaikiran
Anyone from jboss team? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954007#3954007 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954007 Using Tomcat but need to do more? Need to support web services, security? Ge

[JBoss-user] [JBoss Portal] - Re: Problem with Forums portlets

2006-06-28 Thread [EMAIL PROTECTED]
This is somewhat non-forums related answer, I am not sure if you are using hsqldb as initial database, or you intend to use it in production, but as a friendly warning - HSQLDB is not stable enough for production, consider changing it. View the original post : http://www.jboss.com/index.html?m

[JBoss-user] [JBoss Portal] - Migrating portal objects between instances

2006-06-28 Thread halversp
Is there a defined approach for copying portal content between two separate instances of JBP? (e.g. between a test/staging instance and a production instance) I'm referring to items like portal instances, windows, pages, etc. While I can create an initial set of deployments through an *-object.

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.1 GA Examples don't work

2006-06-28 Thread [EMAIL PROTECTED]
It gets deployed automatically when you type "ant" (along with the .jar) Yes the -ds.xml must be outside the war. And it lets you change the database without having to change anything but this descriptor (change from HSQL to MySQL for example) View the original post : http://www.jboss.com/inde

[JBoss-user] [Messaging, JMS & JBossMQ] - How on earth!?

2006-06-28 Thread ManneF
Hi everybody, I'm having a rather exotic problem at the moment. Trying to connect to JBoss MQ from a remote client, I succeed when I don't want to. Some test code may make this clearer: Properties env = new Properties(); env.put(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interf

[JBoss-user] [JBoss Portal] - Re: Migrating portal objects between instances

2006-06-28 Thread [EMAIL PROTECTED]
There is a definite need for this, as you are not the only one to ask. I will create a jira task for it, but am not sure it can make it in to 2.6... lets see. My idea is like yours, to have an export of the current snapshot in xml format that u can then move to your prod server. I would also lik

[JBoss-user] [JBoss Seam] - Re: Seam reverse engineering tool

2006-06-28 Thread [EMAIL PROTECTED]
It might (again) not be in sync :( Sorry for that. We plan a major rework of the templates (with no timeframe). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954014#3954014 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

  1   2   3   >