[jboss-user] [JBoss Messaging] - Null persistence for queues without breaking other things...

2008-12-08 Thread ghtdak
I'm evaluating JBoss for a high-rate ingestion system where persistence of messages is much less important than performance. Without venturing into messaging 2.0 (which looks promising) turning off persistence seems the best approach So I was happy to see the null-persistence-service.xml in

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Cannot find method addChild with this signature

2008-12-08 Thread mduffy_lists
I am using JDK 6.0 I downloaded the JDK 5 version of Jboss. I'll give the JDK 6.0 version a try. Here is the complete stack trace: 23:17:19,758 ERROR [AbstractKernelController] Error installing to Start: name=jboss.web.deployment:war=/lasser state=Create mode=Manual requiredState=Installed

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Configuration SMTP

2008-12-08 Thread mech123
Waiting for reply View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194974#4194974 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194974 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: All TCP connections in CLOSE_WAIT state

2008-12-08 Thread ravikumar.palaparthi
Hi Thanks for your Immediate response.. I gone through that URL. in that they mentioned by configuring native libraries for the jboss. we can jump from the problem. and i configured native libraries also. but problem is in my local system its not showing CLOSE_WAIT state. i have to install

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Cannot find method addChild with this signature

2008-12-08 Thread mduffy_lists
I got the same error running the JDK 6.0 version of JBoss. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194978#4194978 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194978 ___

[jboss-user] [JBoss jBPM] - Re: Packaging issues with 3.3.0 / MySQL

2008-12-08 Thread roschmel
There is only the enterprise ear file in the lib directory within the jbpm installation. Within the ear the enterprise classes are in an exploded jar file. This is quite unusual and not very handy when it comes to dependency handling within the ide - but of course its not really a major issue.

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - All TCP connections are in CLOSE_WAIT State

2008-12-08 Thread ravikumar.palaparthi
hi i m using jboss4.2.2.GA and ocle 10g OS : RHEL5 Problem Description: Users get a 503 error message when the try to login in to the website. it seems they cannot connect to the Application via ajp proxying. 1. My apache error_log looks like this when the 503 issues are occuring.. [Mon Nov

[jboss-user] [Javassist user questions] - Re: package rename

2008-12-08 Thread spampete
ok, sorry for this stupid question, package rename is included in class rename. Now, when I rename my com.company.app.TestClassA to com.test.A, I get a strange and quite unexpected import com.company.app.TestClassA.. how come ? currently using javassist 3.9.0, don't know if this was already

[jboss-user] [Installation, Configuration DEPLOYMENT] - Temoraly Undeployment through the JMX-Console

2008-12-08 Thread mark.bramnik
Hi, I have a question about the deployment process. I know that I can put my ear application into the 'deploy' directory of my instance and the JBoss will deploy it. Removing the ear file will cause undeployment during the runtime. However I would like sometimes to temporaly disable the

[jboss-user] [Microcontainer] - Microcontainer and OSGI support

2008-12-08 Thread hgomez
Hi to all, First I wish to congrats you with AS 5 and of course its great microcontainer. I wish to rewrite one of our company Java real-time monitor. This monitor handle many tasks and we wish to be able to stop/start/reload (with updated code) any task at runtime. I was thinking using OSGI

[jboss-user] [Installation, Configuration DEPLOYMENT] - Using TCLFilter with JBoss 4.2.2

2008-12-08 Thread k.baranski
I'm trying to configure log4j appender with org.jboss.logging.filter.TCLFilter. My appender definition looks like that: | appender name=FILE2 class=org.jboss.logging.appender.DailyRollingFileAppender | errorHandler class=org.jboss.logging.util.OnlyOnceErrorHandler/ |

[jboss-user] [Beginners Corner] - Re: Persist rich extendeddatatable state

2008-12-08 Thread nfeybesse
Hi priestex There isn't any problem to save the state of the table with the tableState property. But when extendedtable is rerendered, I have a problem : the tableState isn't refreshed and isn't reloaded. Look at this : https://jira.jboss.org/jira/browse/RF-5041 Could you vote for the issue

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Using TCLFilter with JBoss 4.2.2

2008-12-08 Thread k.baranski
Few lines where badly formated: (after first code block) I also tried adding filter class=org.apache.log4j.varia.DenyAllFilter/filter and changing DeployUrl to appnameX. (after second code block) I tried to change attribute name=Isolatedfalse/attribute in ear-deployer.xml, but has no result.

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: setParameter() IllegalArgumentException

2008-12-08 Thread NSchweig
Thank you for your hints. I do not know what happened. Since this morning it works. In the way I described it above. I did NOTHING in a different way! I do not understand but I am happy :-) Thanks and greetings Nicki View the original post :

[jboss-user] [Microcontainer] - Re: Microcontainer and OSGI support

2008-12-08 Thread hgomez
Thanks ales. Any samples around ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195010#4195010 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4195010 ___ jboss-user mailing list

[jboss-user] [Microcontainer] - Re: Microcontainer and OSGI support

2008-12-08 Thread alesj
hgomez wrote : | Any samples around? | Check jboss-classloading.xml tests -- jboss-cl sub-project. Or jboss-dependency.xml tests -- jboss-deployers sub-project: -

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Starting JBoss as a service on Windows (using options)

2008-12-08 Thread jaikiran
You will have to edit the service.bat file. See here for an example: http://www.jboss.com/index.html?module=bbop=viewtopict=145181 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195029#4195029 Reply to the post :

[jboss-user] [JBossWS] - Re: OutOfMemory exception when loading xml schemas in WSDL

2008-12-08 Thread almarro1
Thank you very much, bschmoll1 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195035#4195035 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4195035 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Starting JBoss as a service on Windows (using options)

2008-12-08 Thread Marcos_APS
Can you please point me to the right JBoss Native package to download for JBoss 4.2.3.GA? Thank you. Marcos View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195039#4195039 Reply to the post :

[jboss-user] [Microcontainer] - Re: Microcontainer and OSGI support

2008-12-08 Thread hgomez
Great. I'll do right now Thanks Ales View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195048#4195048 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4195048 ___ jboss-user mailing

[jboss-user] [JBoss Tools (users)] - How to do exploded deployment?

2008-12-08 Thread margotmedia
Hello. I'm under the impression that it is possible to do exploded deployment with JBoss Tools on a JBoss server (at least I think I read that somewhere) but I can't find out how to do this for the sake of my life. I'm using Eclipse 3.4.1 with the latest WTP JBoss Tools updates applied (WTP

[jboss-user] [JBoss jBPM] - Re: Auto-installation of jBPM 3.3.0

2008-12-08 Thread karypid
To answer to myself, the command is: java -jar jbpm-installer-3.3.0.GA.jar AUTO_INST_FILE.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195006#4195006 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4195006

[jboss-user] [JBoss jBPM] - jpdl-jbpm Standalone service

2008-12-08 Thread tommy111
hi dears how can i create jpdl-jbpm standalone service? pls help me View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195028#4195028 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4195028

[jboss-user] [JBoss Messaging] - Re: Timeout for Disconnected JBM Client

2008-12-08 Thread rtm333
No, I have not played with the prefetch size, yet. Where would I do this (have not found any attribute of this name)? What value would you suggest? The message concerned is a TextMessage with a String of a length of about 300 as payload. Thanks, Ralf Torsten View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Cannot find method addChild with this signature

2008-12-08 Thread jaikiran
Please post the output of jar -tf lasser.war View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194995#4194995 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4194995 ___ jboss-user

[jboss-user] [JBoss Messaging] - Re: Examples failing for JBM 1.4.1.GA on JBAS 4.2.2.GA

2008-12-08 Thread timfox
[Moved from design forum to user forum] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195032#4195032 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4195032 ___ jboss-user mailing

[jboss-user] [Installation, Configuration DEPLOYMENT] - Starting JBoss as a service on Windows (using options)

2008-12-08 Thread Marcos_APS
Hello, everybody! I'm almost starting JBoss as a service on Windows using JBoss Native. But before that, I have one doubt. I always start JBoss on the server using the following command line option with the provided arguments: run -b mydomain.com I use just that. How and where do I provide

[jboss-user] [JBoss Getting Started Documentation] - Re: eclipse + jboss + web services

2008-12-08 Thread Renani
Hi, The tutorial here was for JBoss developer Studio, not Eclipse plugin with Jboss Tools. I'm having problem with understanding how to create a project in Eclipse with Jboss tools. The tutorials I've found refer to using the new project..wizard and choose j2ee under the JBoss IDE. There is

[jboss-user] [JBossWS] - wstools.bat, how to use existing schema definitions?

2008-12-08 Thread s.emiliozzi
Hello, I am using wstools.bat to generate a wsdl in order to expose some stateless EJBs 2.1 as web services. The type of input/output parameters the EJBs accept are java classes generated starting from common XSD schema. The schema are also used by some BPEL processes so we want to have

[jboss-user] [JBoss jBPM] - Auto-installation of jBPM 3.3.0

2008-12-08 Thread karypid
How can I use the auto-installation script that the jBPM 3.3.0 installer generates? I assume something like: java -jar jbpm-installer-3.3.0.GA.jar SOME_OPTION MY_FILE.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194998#4194998 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Starting JBoss as a service on Windows (using options)

2008-12-08 Thread jaikiran
The version that you downloaded works for JBoss-4.2.3 GA version too. You can ignore the JBoss Application Server 5.0 is starting message or you can even edit to anything of your choice in the service.bat: set SVCDISP=JBoss Application Server 5.0 | set SVCDESC=JBoss Application Server 5.0.0

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Starting JBoss as a service on Windows (using options)

2008-12-08 Thread Marcos_APS
Thank you for the answer. Just another doubt related to that. I've just downloaded the JBoss Native package contained in the file: jboss-native-2.0.6-windows-x86-ssl.zip Looking in the README-service.txt, I see mentions like this: C:\ cd c:\jboss-5.0.0\bin | C:\ service.bat install and C:\

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Starting JBoss as a service on Windows (using options)

2008-12-08 Thread Marcos_APS
jaikiran wrote : The version that you downloaded works for JBoss-4.2.3 GA version too. You can ignore the JBoss Application Server 5.0 is starting message or you can even edit to anything of your choice in the service.bat: | | set SVCDISP=JBoss Application Server 5.0 | | set

[jboss-user] [Microcontainer] - Re: Microcontainer and OSGI support

2008-12-08 Thread alesj
hgomez wrote : or if I could just use simple Pojos and still get the start/stop/reload support ? | Sure, you don't need OSGi for this. Plain MC beans ((-jboss)-beans.xml) + some class(loading)|generic dependency does the trick. View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JBoss5, Hibernate and EHCache

2008-12-08 Thread cluib
With JBoss 5 going to GA, I gave it a try with our application which is a EJB3 application with Hibernate as JPA provider running on JBoss 4.2.x. We have also configured to use EhCache. Installing the application as EAR on JBoss 5 now shows an error on startup for which I have no idea to

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools Beta

2008-12-08 Thread mareshkau
[VPE]We doesn't support x64 platform's now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195018#4195018 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4195018 ___ jboss-user

[jboss-user] [Clustering/JBoss] - All TCP connections are in CLOSE_WAIT State ...

2008-12-08 Thread ravikumar.palaparthi
hi i m using jboss4.2.2.GA and ocle 10g OS : RHEL5 Problem Description: Users get a 503 error message when the try to login in to the website. it seems they cannot connect to the Application via ajp proxying. 1. My apache error_log looks like this when the 503 issues are occuring.. [Mon Nov

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: setParameter() IllegalArgumentException

2008-12-08 Thread NSchweig
Hi forget my post; I invoked another method The problem is still the same. The id column in the User table is never null because the id is generated automatically. ... CMTUSER | @Id | @GeneratedValue(strategy = GenerationType.AUTO) | private Long id; | ... | Any more

[jboss-user] [Beginners Corner] - Re: JBoss and EJB restrictions

2008-12-08 Thread Frito
AFAIK, JBoss does not use a security manager to force spec compliance here. Using IO or native libaries in EJBs can lead to errors, inconsistencies and memory leaks, depending on container configuration or container behaviour. You can combine MBeans with EJBs to do whatever you wanted to do...

[jboss-user] [JBoss Messaging] - javax.jmx.Session JMS XA Connection Factory

2008-12-08 Thread ivan.rododendro
Hello, we have a SLSB who register himself as producer of a topic, in post construct we create Conection, Session Porducer, and in send() we call session.createObjectMessage(): @PostConstruct | public void postConstruct() { | try { | connection =

[jboss-user] [JBossWS] - Spring integration, how to inject beans in a @Webservice cla

2008-12-08 Thread smalbequi
Hi, For now, I use a StaticWebApplicationContext but it is not intended for use in production ! Have you an better solution ? Thanks in advance View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195074#4195074 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Problem in injecting simple env entries in EJB

2008-12-08 Thread plethora
Ti, Thanks for your recommendation. But it did not work . The problem is simple env entries are not getting bound to the JNDI namespace . Plethora View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195078#4195078 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Problem in injecting simple env entries in EJB

2008-12-08 Thread jaikiran
Which version of JBoss and Java do you use? Also, please post the entire console logs. While posting logs or xml content or code, remember to wrap it in a code block. Also please hit the Preview button before posting, to ensure your post is correctly formatted. View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBoss5, Hibernate and EHCache

2008-12-08 Thread cluib
I tracked the problem within the debugger and found the source of the error. Obivously it is a different naming scheme they have in JBoss 5. Looking at the constructor of Hibernate's SessionFactoryImpl(), I saw the creation of a local variable named 'cacheRegionPrefix' (String

[jboss-user] [JBossWS] - Re: how to deal with unicode

2008-12-08 Thread helter_skelter
have you find the solution ? please View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195088#4195088 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4195088 ___ jboss-user mailing list

[jboss-user] [J2EE Compliance] - Re: Sending cyrillic data to ActionHandler

2008-12-08 Thread helter_skelter
did you find the solution ? please View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195089#4195089 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4195089 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Starting JBoss as a service on Windows (using options)

2008-12-08 Thread Marcos_APS
Hello, jaikiran! I've just installed JBoss as a service on Windows. It's working ok. But I got a little scared the first time I restarted the server machine and noticed that the JBoss service was not initiated. Then I went to Control Panel | Services and noticed that the JBoss service was

[jboss-user] [Beginners Corner] - Using same job class in Quartz scheduler

2008-12-08 Thread ramboid
How can I use the same class as a quartz job in Quartz? I am creating quartz jobs with the quartz implementaion of JBoss 4.2.3.GA. From a web object I add the job to the scheduler and create the cron. I add the job class name in the job detail as follows: org.quartz.JobDetail jd = new

[jboss-user] [JBoss jBPM] - Re: jBPM/Spring/jUnit

2008-12-08 Thread pojomonkey
I agree that my original use of the assignment handler for the start-task etc. was flawed - hence why I've now removed it. anonymous wrote : | All I was hoping for with this thread was to get some ideas as to why the DelegationException is thrown when I invoke createStartTaskInstance() from

[jboss-user] [JBoss jBPM] - find actors

2008-12-08 Thread pgros
Hi is there any possibility to get a list of actors for all TaskInstances? or have i to remember by my own to which actors i assigned tasks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195098#4195098 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - Re: JMX bean creating InitialContext: Works from JMX consol

2008-12-08 Thread dasmith836
Jboss 4.2.2 On the client? This exception is happening on the server, NOT on the client. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195100#4195100 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4195100

[jboss-user] [Beginners Corner] - Re: Persist rich extendeddatatable state

2008-12-08 Thread priestex
Hi nfeybesse, Thanx for your response. Looked at the issue you pointed out but I still dont understand how to implement the tablestate. I'd appreciate if you could give me sample code that does this and I will try see if I get the same problem as you. I'd be happy to vote on the bug if I can

[jboss-user] [EJB/JBoss] - Re: EJBs in a Load Balanced Environment

2008-12-08 Thread ejsdeveloper
Hi Daniel, Thanks for the link. There is lots to read here. Any shortcuts or hints? Thanks again. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195111#4195111 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4195111

[jboss-user] [JBoss Portal] - Re: Can't get Portal+AS binary to run on windows

2008-12-08 Thread PeterJ
You are using a very old version of JDK 6. I recommend either updating you JDK to 6u7 or 6u10, or perhaps going with the latest JDK 5. Also,what you posted was the deployment report which rarely indicates why the deployments failed. Earlier in the console log there should be an exception

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss 5 and CorbaOrb

2008-12-08 Thread peiguo
JBoss 5 spits out several stack trace complaining CorbaOrb. Is this the norm? or does it indicate something is wrong, either with my installation, or JBoss itself? Below is just one example of such message. | 2008-12-08 08:46:52,841 DEBUG

[jboss-user] [JBoss Portal] - Re: Can't get JBoss Portal Source Code to deploy

2008-12-08 Thread PeterJ
You do not have to build Portal, nor JBoss AS, in Eclipse in order to use Eclipse to develop portlets. What I did was create a simple web application project and added the jboss-portal.sar/lib/portal-portlet-lib.jar file to the libraries in my project's build path. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problems running JBoss

2008-12-08 Thread PeterJ
Aditya, I am not sure why you posted to an old topic. In addition, why did you not follow the suggestion made by Jaikiran - without that information we cannot help you. jaikiran wrote : You will be seeing the actual exceptions somewhere at the beginning of the logs. Post those here. View the

[jboss-user] [JBoss jBPM] - Re: creating new pooledactors for every task instance in JBP

2008-12-08 Thread stringaling
Thanks for your response. I made the change to swimlanes; but it doesn't seem to affect the behavior of creating records in the JBPM_POOLEDACTOR table for every task instance. I guess this is just how it works. Perhaps I'll repost on the JBPM-DEV list for comment. Thanks, David View the

[jboss-user] [Beginners Corner] - Re: create domain

2008-12-08 Thread PeterJ
Perhaps you should explain a little bit about what a domain is in WebLogic? JBoss AS might or might not have a similar concept but use a different name for it, so without knowing what it is, it is hard to say. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: domain in jboss

2008-12-08 Thread PeterJ
That still does not explain what a domain is. In JBoss AS, you can deploy an application by simply copying it to the server/xxx/deploy directory. For example, if you deploy foo.war, you can access it using the url http://localhost:8080/foo. Not sure if that answers your question. View the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Cannot find method addChild with this signature

2008-12-08 Thread mduffy_lists
java.io.FileNotFoundException: lasser.war (Is a directory) | at java.io.FileInputStream.open(Native Method) | at java.io.FileInputStream.init(FileInputStream.java:106) | at java.io.FileInputStream.init(FileInputStream.java:66) | at

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools Beta

2008-12-08 Thread PeterJ
Try using a 32-bit JDK. You will probably have to download it from the Sun web site and install it yourself. I have done this for my 64-bit Kubuntu and can run either 32-bit or 64-bit JVM. I typically use the 32-bit JVM for running Eclipse. View the original post :

[jboss-user] [JBoss Getting Started Documentation] - Re: eclipse + jboss + web services

2008-12-08 Thread PeterJ
What version of Eclipse and what version of JBoss Tools? The tutorial should be right one (though I admit it might be dated) because, from my understanding, Dev Studio is the supported version and Tools is the community version, but the code base is the same. Also, that is the tutorial linked

[jboss-user] [Management, JMX/JBoss] - Re: JMX bean creating InitialContext: Works from JMX consol

2008-12-08 Thread dasmith836
TO CLARIFY: the exception javax.naming.NoInitialContextException: Cannot instantiate class: org.jnp.interfaces.NamingContextFactory [Root exception is java.lang.ClassNotFoundException: org.jnp.interfaces.NamingContextFactory] is occurring on the server, not on the client. I can watch it

[jboss-user] [EJB 3.0] - EJB

2008-12-08 Thread thiagomontovaneli
So, Is there any form of find in JNDI of jboss the name of the my EJB? Because I am developing a EJB and in time that call him, is throw a exception... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195131#4195131 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss 5 and CorbaOrb

2008-12-08 Thread PeterJ
That is normal. Note that is is a debug log entry, and not an error or warning. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195133#4195133 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4195133

[jboss-user] [JBossWS] - Re: WS-Security Username Token Password Digest

2008-12-08 Thread bschmoll1
For any other interested parties... 4.2.2 - doesn't work 4.2.3 - doesn't work 5.0.0 - works View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195134#4195134 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4195134

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Cannot find method addChild with this signature

2008-12-08 Thread PeterJ
Looks like you have an exploded deployment. Do an ls in the lasser.war directory instead. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195135#4195135 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4195135

[jboss-user] [EJB 3.0] - Re: Cross-referencing EJBs doesn't work

2008-12-08 Thread mturner24
I'm currently migrating my application to JBoss 5.0.0 GA and the circular dependency are no longer ignore with the IgnoreDependency annotation. did anything change regarding jboss 5 ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195140#4195140 Reply to the

[jboss-user] [EJB 3.0] - performance hibernate vs EJB3

2008-12-08 Thread apdo
I know jboss EJB3 use hibernate technology. Should we expect identical peformance using EJB3 or hibernate (both behind slsb). I expect the answer to be yes. However, I'm performing some testing and I'm getting better performance using hibernate. Is this possible or my tests are incorrect?

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools Beta

2008-12-08 Thread rob.stry...@jboss.com
I develop, run, and test in an x86_64 environment. The drivers you need are over here: http://repository.jboss.org/xulrunner/ The xpcom one is required, and the appropriate xulrunner is required. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195145#4195145

[jboss-user] [JBoss jBPM] - Re: Packaging issues with 3.3.0 / MySQL

2008-12-08 Thread kukeltje
hmmm you are right... But that is why there is: http://repository.jboss.org/maven2/org/jbpm/jbpm3/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195149#4195149 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4195149

[jboss-user] [JBoss jBPM] - Re: jpdl-jbpm Standalone service

2008-12-08 Thread kukeltje
uhhmm... using the installer, select that you want to use a jboss as server and you are done... one selfcontained, standalone service. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195150#4195150 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: find actors

2008-12-08 Thread kukeltje
create a custom query for this View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195151#4195151 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4195151 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Cannot find method addChild with this signature

2008-12-08 Thread mduffy_lists
lasser.war: error images index.html javascript kmz META-INF pdf styles view WEB-INF WEB-INF: classes fmt.tldsql-rt.tld struts-config.xmlstruts-logic.tld struts-tiles.tld x-rt.tld c-rt.tldjboss-web.xml sql.tld

[jboss-user] [JBoss jBPM] - Re: creating new pooledactors for every task instance in JBP

2008-12-08 Thread kukeltje
huh? do you have a unit test that show this? Might be that the actual pooled actor of the swimlane is copied runtime, but that is not what you want. Suppose you change the assignment in the swimlane... then all pooled actors of taskinstances pointing to that swimlane would have the wrong

[jboss-user] [Beginners Corner] - Re: Persist rich extendeddatatable state

2008-12-08 Thread nfeybesse
anonymous wrote : extendedTable ...tableState=#{bean.state} | | | | BackBean : anonymous wrote : | public String getState() { | return state; | } | | public void setState(String state){ | this.state=state; | } | View the

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss testsuite errors with jboss-5.0.0.GA built from source

2008-12-08 Thread frankgrimes97
Hi All, I recently downloaded the jboss-5.0.0.GA source distribution to kick the tires a bit. FYI, I'm an old-time JBoss user since the 3.0 release, and current have jboss-4.0.5.GA in production. I'm noticing a whole bunch of test suite errors and failures when building and testing it with

[jboss-user] [JBoss jBPM] - Re: sending emil in using JBPM

2008-12-08 Thread shantanu.u
It works now. To summarize for those who may need it : 1. Make the following additions in the jbpm.cfg.xml string name=jbpm.mail.smtp.host value=your smtp server / | string name=jbpm.mail.smtp.port value=25 / | string name='jbpm.mail.from.address' value='[EMAIL PROTECTED]' / | Last

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Apache Portable Runtime (APR) on Jboss 4.2.3 GA

2008-12-08 Thread [EMAIL PROTECTED]
I am having a slightly different problem. It is finding the native directory but not APR. I run JBoss and it reports that it can not find APR in a bunch of directories. I download jboss-native-2.0.6-linux2-x86-ssl.tar.gz and follow the instructions on

[jboss-user] [Beginners Corner] - Re: Persist rich extendeddatatable state

2008-12-08 Thread priestex
Hey, I implemented the table state and it works perfectly for me. I am using the latest GA version of rich faces. Maybe updating to the latest version will resolve the problem for you too. Let me know if you need me to post my code, but its pretty much the same as what you have written here

[jboss-user] [JBoss jBPM] - Re: sending emil in using JBPM

2008-12-08 Thread kukeltje
anonymous wrote : Some links seem to show that there is a userid and password variable Could be from someone that made his own mailservice you could do that as well. Look at the source of jbpm and it is not that difficult View the original post :

[jboss-user] [JBoss jBPM] - Problem deploying on JBoss 5

2008-12-08 Thread karypid
If anyone is trying to run jBPM 3.3.0 on JBoss 5, please use this thread to post your experience. I've come across two issues, the first of which was simple to fix, whereas the other I hope someone will step up and fix: NOTE: I am using the default configuration of JBoss 5 and Sun JDK 1.5 1)

[jboss-user] [JBoss Tools (users)] - JBoss tools 3 daily Deployment failure due to spaces?

2008-12-08 Thread bdlink
Windows OS. Started with Eclipse 3.4.1 EE version, updated with BRIT and JBoss Tools update site enabled. Installed latest daily, N200812080252. Added JBoss AS 4.2.3.GA as JBoss, a division of Red Hat JBoss 4.2 Runtime and created a new local server by checking checkbox in New Server Runtime

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Apache Portable Runtime (APR) on Jboss 4.2.3 GA

2008-12-08 Thread PeterJ
Which version of JBoss Native are you using? The run script assumes that the shared objects in JBoss Native are located at a certain directory. Unfortunately, the directory structure of JBoss Native changed, I think in 2.0.3. The JBoss AS 4.2.x run scripts assume the pre 2.0.3 directory

[jboss-user] [JCA/JBoss] - DS URLSelector

2008-12-08 Thread emmitt1219
Is there any plan to port the url select strategy feature url-selector-strategy-class-name that is currently in 5 to 4 in the future? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195189#4195189 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: JBoss tools 3 daily Deployment failure due to spaces?

2008-12-08 Thread rob.stry...@jboss.com
Already fixed ;) I think. [JBoss JIRA] Commented: (JBIDE-3368) In WINDOWS default metadata location CONTAINS SPACES, no good Committed a fix earlier today. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195191#4195191 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: EJB3 Timer Service Problem with Oracle Datasource

2008-12-08 Thread ilangocal
Jaikiran This table already exists in the database. Also, the error java.sql.SQLException: ORA-00942: table or view does not exist is because a table called qrtz_locks does not exist. I tried to run the SQL script in docs/dbTables, after deleting all the tables, and started JBoss, but then this

[jboss-user] [EJB 3.0] - Re: Cross-referencing EJBs doesn't work

2008-12-08 Thread ALRubinger
The Integration Test is passing: http://jboss.hudson.alrubinger.com/job/EJB3_Integration_TestSuite_AS5_GA/lastBuild/testReport/org.jboss.ejb3.test.circulardependency.unit/ Please post relevant layout and errors in a new topic (so we don't hijack this one). ;) S, ALR View the original post :

[jboss-user] [JBoss AOP] - new bee maven aop plugin strugling with org/jboss/aop/standa

2008-12-08 Thread miroconn...@yahoo.com
I am new bee trying to use maven-jbossaop-plugin for my project here is my pom , I am using java 1.6 project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; | xsi:schemaLocation=http://maven.apache.org/POM/4.0.0

[jboss-user] [Security JAAS/JBoss] - Re: EJB3 and security role references

2008-12-08 Thread leobaz2
That is what you do to declare your roles. I have already done that. I need to declare my role references because the roles that I have hardcoded in my beans might not necessarily be the roles used in the deployment. View the original post :

[jboss-user] [JBoss jBPM] - Problem facing configuraing JBPM with SQL Server

2008-12-08 Thread santayan
Anyone plz help me to configure JBPM with SQL Server. It is very helpful if anyone can share a document regarding that. I have tried a lot to solve the problem. But whenever I loged in it automatically go to Hypersonic DB and SQLServer is not getting used. Plz help. Its very urgent. I have

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: EJB3 Timer Service Problem with Oracle Datasource

2008-12-08 Thread ilangocal
jaikiran wrote : anonymous wrote : ner) sql failed: CREATE TABLE QRTZ_JOB_DETAILS(JOB_NAME VARCHAR2(80) NOT NULL, JOB_GROUP VARCHAR2(8 | | 0) NOT NULL, DESCRIPTION VARCHAR2(120) NULL, JOB_CLASS_NAME VARCHAR2(128) NOT NULL, IS_DURABLE VAR | | CHAR2(1) NOT NULL, IS_VOLATILE VARCHAR2(1)

[jboss-user] [JBoss jBPM] - GPD Source

2008-12-08 Thread wkzk
Hi. I'm trying to build GPD from the sources. Is http://anonsvn.jboss.org/repos/jbpm/legacy/tempranillo/designer/ the current place? Just in case. waki View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195205#4195205 Reply to the post :

[jboss-user] [JBoss AOP] - jboss compile failing with java.io.FileNotFoundException:

2008-12-08 Thread miroconn...@yahoo.com
I am using jboss maven aop to build my project.I am doing a simple test trying to introduce serializable adive to my pojo. here my jboss-aop ?xml version=1.0 encoding=UTF-8? | aop | introduction class=com.test.Pojo | interfacesjava.io.Serializable/interfaces |

[jboss-user] [Clustering/JBoss] - Copying large files to members using JGroups

2008-12-08 Thread forumer
I need to copy large files (100MB to 1GB) between different machines. JGroups seems to be a good fit for doing this. Browsing the web, I find that this can be done fairly easily between two machines using state transfer which, apparently, uses TCP. However, multicasting would be a better

[jboss-user] [JBoss AOP] - Re: jboss compile failing with java.io.FileNotFoundExcepti

2008-12-08 Thread miroconn...@yahoo.com
i saw the folder audit/target/classes is read-only , i am using maven2 eclipse to build my porject , i am executing maven install which first will do the compile and then call jboss compile , but the compile by maven is making th classes folder read-only , why is ti read-only ? [EMAIL

[jboss-user] [JBoss Portal] - Re: How to remove jboss default home ?

2008-12-08 Thread peris
Hi guybedo, Thankyou very much for your help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195210#4195210 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4195210 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: Packaging issues with 3.3.0 / MySQL

2008-12-08 Thread roschmel
Oh thanks here are also the packaged jar files Robert View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195211#4195211 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4195211

[jboss-user] [JBoss Portal] - floating navigation portlet

2008-12-08 Thread peris
The left navigation(for example it contains 4 portlets) should preferably be a floating navigation, which remains on the same place regardless whether the user moves the page up and down like the below example. refer this url (http://www.likno.com/examples/floatingmenu.html) View the original

  1   2   >