[jboss-user] [EJB 3.0] - Re: Own DLQ for EJB3-MDB via ActivationConfigProperty doesn'

2009-02-25 Thread camunda
Hi. I don't see anything about the DQL in the log, even on debug level? The only thing I see is the exception thrown: | 2009-02-25 09:12:47,214 ERROR ERROR [org.jboss.resource.adapter.jms.inflow.JmsServerSession] (WorkManager(2)-10:) Unexpected error delivering message

[jboss-user] [JBoss Messaging] - Re: Bridge MaxBatchTime does not work with 1.4.0.SP3

2009-02-25 Thread gaohoward
Do you have any test program that can be posted here? Also please give some info on how you setup your source and target nodes. Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4212829#4212829 Reply to the post :

[jboss-user] [Beginners Corner] - Re: DataSource binding to org.jboss.resource.adapter.jdbc.Wr

2009-02-25 Thread mendret
thanks for the reply, peter and indeed i had the mysql-connector in the web-inf/lib and deleted it there. now it is in server/standard/lib but i still get the same exception do you have any other suggestions what it might be? View the original post :

[jboss-user] [Remoting] - Unexplained ConnectionValidator Timeout

2009-02-25 Thread wigdavbar2
hi We are using JBoss EAP 4.3.0 CP03 from Red Hat for the first time. We are currently in QA and are having serious problems with a plain JVM acting as a JMS client to a non clustered JBoss app server running on the same box. The client keeps getting its remoting connection invalidated, the

[jboss-user] [JBoss Portal] - Can we Connect Jboss portal to Database other than hibernet

2009-02-25 Thread nanda143kumar
I m using Jboss portal + jboss AS 2.7.1 and hsql as database. my doubt is Can i connect HSQL DataBase From Portal program not using Hibernet also... or it is compulsory to use Hibernet... Please suggest me... I m new to Jboss portal programming.. Regards Nanda Kumar View the original post

[jboss-user] [Microcontainer] - Re: What is the correct time to invoke the getProperties on

2009-02-25 Thread alesj
jaikiran wrote : | Maybe MC already has something to achieve this and i am not finding the correct API? BeanMetaDataBuilder::createContextualInject is the closest you can get. But your example is different. Current contextual injection would still need the property name, it just wouldn't care

[jboss-user] [Microcontainer] - Re: What is the correct time to invoke the getProperties on

2009-02-25 Thread jaikiran
alesj wrote : | But this is weird custom behavior. :-) Custom - yes. Weird - maybe not :-) But i'll think a bit more to see if whatever i am trying to do is worth the efforts :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4212859#4212859 Reply to the

[jboss-user] [EJB 3.0] - Re: Own DLQ for EJB3-MDB via ActivationConfigProperty doesn'

2009-02-25 Thread jaikiran
camunda wrote : | | I don't see anything about the DQL in the log, even on debug level? | | From your first post, I was of the opinion that you did find something in the logs that indicated that your DLQ is not being used. From your first post: anonymous wrote : But still the

[jboss-user] [Microcontainer] - Re: What is the correct time to invoke the getProperties on

2009-02-25 Thread alesj
jaikiran wrote : | Weird - maybe not :-) | If you bother to change the field name, I think you can bother to change it as well in MC's xml descriptor. ;-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4212862#4212862 Reply to the post :

[jboss-user] [Beginners Corner] - Re: DataSource binding to org.jboss.resource.adapter.jdbc.Wr

2009-02-25 Thread mendret
found the error, in the webapp was another jdbc-driver, copied it to server/standard/lib and everything went fine, thanks for the help View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4212864#4212864 Reply to the post :

[jboss-user] [Microcontainer] - Re: What is the correct time to invoke the getProperties on

2009-02-25 Thread jaikiran
alesj wrote : | | .. as well in MC's xml descriptor. ;-) That's the whole point, this is a dynamic MC bean created on the fly with no xml configuration :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4212865#4212865 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Various errors showing up when load testing

2009-02-25 Thread manik.surt...@jboss.com
jshowalter wrote : Okay, I found the docs. I've ported our code. Now we need to deploy it into production, which is using Jboss 4.3.CP02 (and not easily changed). Will we be able to do that, or are the versions too different to be compatible? Depends. You cannot upgrade the versions of JBC

[jboss-user] [JBoss Cache: Core Edition] - Re: 3.0.3GA requiring change to configuration files

2009-02-25 Thread manik.surt...@jboss.com
Found the issue and fixed it. Please download 3.0.3.GA again. If you grabbed this from maven, please remove it from your local repository first. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4212869#4212869 Reply to the post :

[jboss-user] [EJB 3.0] - JVM container?

2009-02-25 Thread kkangsar
Hi all, I am new to Java and also EJB. I have the following question which may look simple for you, but is complex for me. Here are my questions: 1. What is JVM container? Can I say that one application server is running on one JVM container? 2. I have read an

[jboss-user] [JBoss jBPM] - Assignment Handler gets wrong ProcessInstance ID

2009-02-25 Thread wurzelbutz
Hello (: I'm using an Assignment Handler to assign my tasks to users and there is a strange issue: public void assign(Assignable arg0, ExecutionContext arg1) throws Exception { | System.out.println(AH-PID:+arg1.getProcessInstance().getId()); |

[jboss-user] [EJB 3.0] - How do I build a query with Dates in EJB QL ?

2009-02-25 Thread dimar1975
Hi all ! I have an EJB 3 Entity bean which issues some queries. The Queries include some Date field in the WHERE clause SELECT OBJECT(a) FROM TaskList AS a WHERE a.taskEndDate ='2004-09-01' Unfortunately Hibernate seems doesn't like it at allit issues a

[jboss-user] [JBoss Messaging] - Notification when Topic is destoyed

2009-02-25 Thread alfred.rsa
Hi We are using JBM 1.4 SP3 and our applications uses a topic to send messages. We look up the connection factory, create a connection and set an ExceptionListener on the connection. My problem is that an exception is only fired when JBM is shut down and not when the Topic is destroyed. If

[jboss-user] [Microcontainer] - Re: What is the correct time to invoke the getProperties on

2009-02-25 Thread alesj
jaikiran wrote : | That's the whole point, this is a dynamic MC bean created on the fly with no xml configuration :) OK, I still don't consider this a valid use case to make MC changes. :-) But keeps us informed on how you achieved this. ;-) View the original post :

[jboss-user] [JBoss Tools (users)] - Re: How to Connect hsqldb from eclipse using Servlet or jsp

2009-02-25 Thread nanda143kumar
max.ander...@jboss.com wrote : Nanda, not exactly a tooling question plus accessing databases directly from .jsp is a very bad practice. | | Anyhow can't really help you without knowing what your exception is. | | My best bet is that you don't have the hsqldb.jar in your classpath. |

[jboss-user] [EJB 3.0] - Re: JVM container?

2009-02-25 Thread Wolfgang Knauf
Hi, I will answer question 2, hopefully this gives the right hints to answer question 1 (which I do not understand fully ;-) ). The Container is the app server, which is the container for the EJB implementation. A remote client could also be defined as a different process (another java.exe

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Can we Connect Jboss portal to HSQLDB other than hibernate

2009-02-25 Thread nanda143kumar
can anyone tell me. can I connect to hsqldb from portlet programing other than using hibernate. regards Nanda Kumar View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4212907#4212907 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Assignment Handler gets wrong ProcessInstance ID

2009-02-25 Thread wurzelbutz
ok my 2nd TaskNode resides in a subprocess and therefore the Process Instance ID is different. *solved* View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4212912#4212912 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4212912

[jboss-user] [EJB 3.0] - Re: Problems running Quartz Scheduler Integration within an

2009-02-25 Thread jaikiran
Looks like some classloading configuration issue. amitskumar wrote : | System Details: | | JBoss [EAP] 4.3.0.GA_CP02 (build: SVNTag=JBPAPP_4_3_0_GA_CP02 date=200808051050) | Java version: 1.6.0_10,Sun Microsystems Inc | Operating System : Windows XP | | I see that you are

[jboss-user] [Beginners Corner] - java.lang.ClassNotFoundException: org.UoD.Control.Servlet

2009-02-25 Thread amarsibia
Hi I'm trying to write an EJB application from scratch, and to be honest im kind of lost. I have created my EJB and it seems to be deployed ok and my client side app is deploying but throwing the following error | INFO [[/UoD]] Marking servlet Servlet as unavailable | ERROR [[/UoD]] Error

[jboss-user] [JBoss Messaging] - Re: Possible bug in Jboss-messaging-2.0.0-alpha1

2009-02-25 Thread lidgaca
clebert.suco...@jboss.com wrote : We have done a lot of work around persistence since Alpha. | | You'd be better on giving a try on trunk. Thanks for the tip, I've pulled the trunk (rev 5925) this morning. It seems to build ok with ant, and seems to run via the ant target runServer, but I

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

2009-02-25 Thread OChikvina
The nightly builds of JBoss Tools/JBDS docs you can find here: http://download.jboss.org/jbosstools/nightly-docs/ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4212919#4212919 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Maybe a bug on EntityManager.createNativeQuery(String)

2009-02-25 Thread stephen.friedrich
Still a problem in current hibernate. My workaround is to use a custom dialect: public class FitOracle9iDialect extends Oracle9iDialect { | public String getHibernateTypeName(int code, int length, int precision, int scale) throws HibernateException { | if (code == Types.CHAR

[jboss-user] [JBoss Tools (users)] - Re: WIP: XForms editor based on VPE

2009-02-25 Thread sdzmitrovich
It is quite good. But where is source code ? :) Scrollbar is hided because you use overflow: hidden style. I have noted some problems with selection ( I think you should pay attention to correct adding of children during building ... but without source code I can't say exactly ). View

[jboss-user] [JBoss jBPM] - pvm_subprocess_problems

2009-02-25 Thread galanfish
hi, can anyone help me: there is a testcase 'org.jbpm.test.activities.SubProcessTest' in module 'test-pojo' which is run in object-mode. and so i try to write a subprocess testcase running in persistent-mode. i have been trying but i can not make it... exception comes out: 10:37:11,250 SEV |

[jboss-user] [EJB 3.0] - Re: Own DLQ for EJB3-MDB via ActivationConfigProperty doesn'

2009-02-25 Thread camunda
anonymous wrote : How did you verify this? By looking in the queue ;-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4212930#4212930 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4212930

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Drools WM persistence

2009-02-25 Thread nestabur
Hi all, I'm testing drools and I wonder to persist the working memory. How does drools do it? There is a possibitity of persisting it into a DDBB? Thanks, NEStor PD: sorry if this isn't the apropiate forum by I couldn't find it :( View the original post :

[jboss-user] [JCA/JBoss] - Re: Performance Cost of valid-connection-checker-class-name

2009-02-25 Thread vaerssv
no we did'nt wrote our own class, we are just using the simple check-valid-connection-sql ... But i suppose your post means that it is not possible to limit the numbers of check with this simple check-valid-connection-sql? and so that I'll have to write my own connection checker class... ?

[jboss-user] [EJB 3.0] - Re: Own DLQ for EJB3-MDB via ActivationConfigProperty doesn'

2009-02-25 Thread jaikiran
anonymous wrote : By looking in the queue ;-) Okay, so you do know where to look for in the jmx-console, that's good :) From what i had tried in my sample application, i could see that the MessageCount (don't have the jmx-console in front of me right now so i might be using the wrong property

[jboss-user] [JBoss jBPM] - Re: timer questions

2009-02-25 Thread galanfish
thanks for your suggestions, kukeltje. i've been trying for days but still no gains(i am a intelligent student..T.T)... i found few testcase is referenced to timer, and the guide/javadoc either... so i am still have no idea with the usage of 'timer'.. could anyone just shares a simple example

[jboss-user] [JBoss Tools (users)] - Re: WIP: XForms editor based on VPE

2009-02-25 Thread kukeltje
anonymous wrote : It is quite good. Thanks, but most credit should go to the VPE designers...There is very little that I did. From Learning VPE basics to this 'only' took about 25 hours. anonymous wrote : But where is source code ? :) Sourcecode is not in a project (yet), just locally. Maybe

[jboss-user] [Performance Tuning] - Re: Datasource Recovery

2009-02-25 Thread daniel.celentano
Sambit, Rigth now you can do a re-deploy of you datasource from jmx-console. And could be interesting for you this open source product: http://www.jboss.org/jopr/ take a look! Regards, Daniel View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4212945#4212945

[jboss-user] [JBoss Tools (users)] - Re: WIP: XForms editor based on VPE

2009-02-25 Thread sdzmitrovich
It is necessary to use a pair vpe:drag start-enable=yes / and vpe:drop container=yes / The first allows to drag specified element. The second allows to drop in specified element. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4212957#4212957

[jboss-user] [JBoss Messaging] - Security Context not passed to message listener

2009-02-25 Thread davemb
We're in the process of upgrading to 5.0.1.GA. We've taken it out of the box and have the packaged JBM at 1.4.1.GA. We have a problem where our message listener MDB fails as it doesn't seem to know which security context to process a message under. The listener is annotated as @MessageDriven

[jboss-user] [Security JAAS/JBoss] - Re: SSO Authentication against Oracle Database

2009-02-25 Thread Wolfgang Knauf
Sure, you just have to take care that java:/dsname points to a DataSource to your Oracle. Probably this does not help much, but your question was quite general ;-). Best regards Wolfgang View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4212960#4212960 Reply to

[jboss-user] [JCA/JBoss] - Re: ACCESS REMOTE QUEUE IN WEBSPHERE APPLICATION SERVER

2009-02-25 Thread vickyk
pargs54 wrote : Hi, | My query is my MDB in jboss has to access the queues in websphere application server and process the messages, can anyone help me on this. i posted this query in JBOSS Messaging but i was suggested to post it here. can anyone help on this. Does websphere uses websphere

[jboss-user] [JBoss Tools (users)] - Re: WIP: XForms editor based on VPE

2009-02-25 Thread mareshkau
It's allso compiled with jdk 1.6, we now support jdk 1.5 and to run this plugin it's required 1.6, so i think it's be good to recompile this plugin on java 1.5. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4212965#4212965 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: Performance Cost of valid-connection-checker-class-name

2009-02-25 Thread vickyk
vaerssv wrote : | so i'm wondering if there is a way to limit the number of checks ? not removing them completely, but specifying that we want a maximum of one hit every 10 seconds for exemple, not just before every querry... ? | many tanks What is the rational of doing such changes, can

[jboss-user] [JCA/JBoss] - Re: Jboss for AIX

2009-02-25 Thread vickyk
Read this http://www.catb.org/~esr/faqs/smart-questions.html View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4212967#4212967 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4212967

[jboss-user] [JCA/JBoss] - Re: MDB with Oracle AQ via Sun Adapter

2009-02-25 Thread vickyk
ryandavid wrote : | The other messages are deleted from the queue but their texts aren't printed out. | Strange!!! You should talk to people in ejb forums about it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4212968#4212968 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: WIP: XForms editor based on VPE

2009-02-25 Thread kukeltje
sdzmitrovich wrote : It is necessary to use a pair vpe:drag start-enable=yes / and vpe:drop container=yes / | | The first allows to drag specified element. | The second allows to drop in specified element. Yes, I have that and it sometimes works... I get the impression that

[jboss-user] [JBoss Tools (users)] - Re: WIP: XForms editor based on VPE

2009-02-25 Thread kukeltje
mareshkau wrote : It's allso compiled with jdk 1.6, we now support jdk 1.5 and to run this plugin it's required 1.6, so i think it's be good to recompile this plugin on java 1.5. I will compile with jdk 1.5 from now on (would compiling with 1.6 but using a 1.5 target be ok to?) View the

[jboss-user] [Beginners Corner] - Help required in drools

2009-02-25 Thread hari.manivannan
I am trying to come up with a commission calculation logic with Drools. I need some help in coming up with the best possible approach. The commission is calculated based on the location. By location, I mean the city, country and region. Please see the examples below. Data Setup:

Re: [jboss-user] [JBoss Tools (users)] - Re: WIP: XForms editor based on VPE

2009-02-25 Thread Stephen Davidson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Generally, yep. - -Steve kukeltje wrote: mareshkau wrote : It's allso compiled with jdk 1.6, we now support jdk 1.5 and to run this plugin it's required 1.6, so i think it's be good to recompile this plugin on java 1.5. I will compile with

[jboss-user] [JBoss Tools (users)] - Re: WIP: XForms editor based on VPE

2009-02-25 Thread mareshkau
Yes, it's should works then on java 5. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4212982#4212982 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4212982 ___ jboss-user mailing

[jboss-user] [JCA/JBoss] - Re: Performance Cost of valid-connection-checker-class-name

2009-02-25 Thread vaerssv
in fact we use a simple select 1 from dual, this causes few load, but the problem is that our dba's see millions of hits on the db, this generate some load that we wants to limit (by executing this query only every x time for exemple)... i see in the doc: check-valid-connection-sql : This

[jboss-user] [EJB/JBoss] - MDB with Oracle AQ via Sun Adapter

2009-02-25 Thread ryandavid
I have integrated Oracle AQ with JBoss 4.0.2 using the rar of Sun Adapter. I can send messages to a queue but I have some problems in using an MDB that reads from a queue. The MDB is BMT because the adapater doesn't support XA connections. I used this ejb-jar.xml Code: ejb-jar |

[jboss-user] [JNDI/Naming/Network] - very slow connection from client to server

2009-02-25 Thread blackwolff
Hi, why does the client always needs so much time (about 5-10 seconds) to get a connection to the jboss server? Even if I try to connect to the server the second or third time. The client runs on a Windows-System, the JBoss-Server on a Linux-System. If I do the same things with JBoss on

[jboss-user] [JBoss Messaging] - Re: JBoss messaging client timeout

2009-02-25 Thread jbabad
This sounds similar to problems that we've been seeing - silly question... where did you get the 2.2.2SP11 download from? Or did you build from source? Thanks, Joseph View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4212988#4212988 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - jdbcRealm - ClassCastException when trying to log in

2009-02-25 Thread mendret
hello, i'm currently migrating a webapp from tomcat 4.x to jboss 5.0.0.GA but if i try to login into the webapp i get the following error: | java.lang.ClassCastException: org.apache.catalina.realm.GenericPrincipal cannot be cast to org.jboss.web.tomcat.security.JBossGenericPrincipal | ...

[jboss-user] [JBoss Tools (users)] - Re: WIP: XForms editor based on VPE

2009-02-25 Thread max.ander...@jboss.com
Sorry but i'm a xforms noob - what do you guys use XForm at the moment ? And I really would love the screenshots since I wouldn't even know what to start trying to do with the plugin ;) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213000#4213000 Reply to

[jboss-user] [JBoss Tools (users)] - Re: WIP: XForms editor based on VPE

2009-02-25 Thread sdzmitrovich
Just so you know ... There are some common problems with selection ( drag/drop ). Some html elements ( checkbox, radio button, select ) can not be selected correctly. It is xulrunner's bug ( https://jira.jboss.org/jira/browse/JBIDE-2571 ) View the original post :

[jboss-user] [Remoting] - Problem of remoting in ajax with jseam

2009-02-25 Thread zzuli
Hi everybody: I'm studying ajax in JSeam using remoting and got stuck with the helloworld demo. The java code: @Local public interface Hello { @WebRemote public String sayHello(String name); } @Stateful @Scope(SESSION) @Name(helloAction) public class HelloAction implements

[jboss-user] [JBoss jBPM] - Re: JbpmContext usage best practices

2009-02-25 Thread apdo
We are using jbpm with EJB3. we use jbpm beind SLSB Here is a solution that we have implemented. We have implemented an Interceptor (using jboss AOP) that identify when it exit from the latest layer of a SLSB (exit from the business layer). When the aspect identify that the execution path is

[jboss-user] [JBoss Tools (users)] - Re: WIP: XForms editor based on VPE

2009-02-25 Thread sdzmitrovich
max.ander...@jboss.com wrote : Sorry but i'm a xforms noob - what do you guys use XForm at the moment ? | | And I really would love the screenshots since I wouldn't even know what to start trying to do with the plugin ;) | I have never used XForm :) View the original post :

[jboss-user] [JBoss Cache: Core Edition] - Re: 3.0.3GA requiring change to configuration files

2009-02-25 Thread nathanmesser
It's now quite happy with a 3.0 config file, thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213009#4213009 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4213009 ___

[jboss-user] [JBoss Tools (users)] - Re: WIP: XForms editor based on VPE

2009-02-25 Thread kukeltje
What I used them for in the past was designing forms that have a fairly complex structure. Car damage reports, the related insurance claim, the damage assesment etc... But from 'normal life' it can best be compared to tax forms where you have things like: - conditionally relevant (visible)

[jboss-user] [JBoss Tools (users)] - Re: WIP: XForms editor based on VPE

2009-02-25 Thread kukeltje
http://planetjbpm.wordpress.com/2009/02/25/xforms-editor-with-jboss-vpe-and-some-jbpm/ shows a screenshot, but at the same time shows you almost nothing since it just results in some visible stuff View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213020#4213020

[jboss-user] [Security JAAS/JBoss] - Re: jdbcRealm - ClassCastException when trying to log in

2009-02-25 Thread Wolfgang Knauf
Hi, you should not use Tomcat methods to handle security but JBoss methods. To do this: 1) Add a file WEB-INF\jboss-web.xml to your web project with this content (a security domain is configured, which is something similar to your realm): ?xml version=1.0 encoding=UTF-8? | !DOCTYPE jboss-web

[jboss-user] [JBoss Messaging] - Re: Possible bug in Jboss-messaging-2.0.0-alpha1

2009-02-25 Thread clebert.suco...@jboss.com
Can you do: svn update ant clean and runServer ant perfListener ant perfSender ? We had done a minor change because of this thread: http://www.jboss.org/index.html?module=bbop=viewtopict=151176, and we missed changing one file. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: WIP: XForms editor based on VPE

2009-02-25 Thread sdzmitrovich
kukeltje, the vpe rests on xulrunner . theoretically there is capability to hook mozilla extensions ( I have in view Mozilla XForms ) on the vpe. But I have never done it :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213048#4213048 Reply to the post :

[jboss-user] [JBoss jBPM] - Hightlight Jbpm process definition image

2009-02-25 Thread rodosa
Hello!! I'm using two servers, jbpm-jpdl-3.2.3 and jboss-4.0.5.GA. I would like to visualizate in my application the process definitions images like in jbpm-console, highlighting the step which is running in the current moment. I've been looking into the .xhtml files of jbpm-console but I

[jboss-user] [JBoss Portal] - Re: Can we Connect Jboss portal to Database other than hiber

2009-02-25 Thread PeterJ
You do not need to use Hibernate to connect to the HSQL database. I suggest that you create a another HSQL datasource and use that - you can use the two existing *-ds.xml files (one for DefaultDS, the other for the portal) as examples of how to do this. View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Unable to reach my app on 4.2.3 except with localhost

2009-02-25 Thread oenyinna
I am running an application on jboss 4.2.3 and I can reach it on http://localhost:8080/ but I am unable to reach it using my computer name or ip address. Please is there a setting somewhere I should change? Thanks View the original post :

[jboss-user] [JBoss Messaging] - Re: Possible bug in Jboss-messaging-2.0.0-alpha1

2009-02-25 Thread lidgaca
Clebert, Thanks for taking the time to research this. I've run the steps you suggested, but still get a failure. The ant runServer task runs fine, and produces the following output jar: runServer: [java] main 15:57:44,608 INFO [JBMBootstrapServer] Starting server [java] main

[jboss-user] [EJB 3.0] - Re: Own DLQ for EJB3-MDB via ActivationConfigProperty doesn'

2009-02-25 Thread camunda
In the jmx-console I see the counter of the default DLQ increasing, the one of the configured queue not. That's exactly my problem, the message is put into a DLQ, but the wrong one... In the meantime I wrote a unit test as well whicch really checks the content of the DLQ, the message is routed

[jboss-user] [JBoss Tools (users)] - Re: WIP: XForms editor based on VPE

2009-02-25 Thread kukeltje
Yes, I know and thought about that to. It initially sounds interesting, but - Not sure if it is still possible then to interact with the elements e.g. for validation, codecompletion etc... - Displaying XForms for chiba is converting the form to html (with xslt) so it is not native xforms.

[jboss-user] [JBoss jBPM] - Re: Transaction Issue

2009-02-25 Thread Toriton
The problem is still up, anyone can help me? I have another question too, anyone can link me where i can download source code for JBPM 3.3.1? Thanks in advance. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213071#4213071 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Possible bug in Jboss-messaging-2.0.0-alpha1

2009-02-25 Thread clebert.suco...@jboss.com
Are you trying to run it in a separate server? did you try running on the same host? (localhost). I just did these exact same steps, and didn't get any problem. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213074#4213074 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: How to Connect hsqldb from eclipse using Servlet or jsp

2009-02-25 Thread PeterJ
Continued at http://www.jboss.org/index.html?module=bbop=viewtopicp=4213057 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213075#4213075 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4213075

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Can we Connect Jboss portal to HSQLDB other than hiberna

2009-02-25 Thread PeterJ
Please to not cross post http://www.jboss.org/index.html?module=bbop=viewtopicp=4213057 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213077#4213077 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4213077

[jboss-user] [JBoss Messaging] - Re: Possible bug in Jboss-messaging-2.0.0-alpha1

2009-02-25 Thread lidgaca
All of the processes are running on the same system. The server process is started and run in one terminal instance. When I run my clients I run them via eclipse (but on the same system). When I ran your perfListener and perfSender they ran in separate terminal instances. My system is is open

[jboss-user] [Beginners Corner] - Re: java.lang.ClassNotFoundException: org.UoD.Control.Servle

2009-02-25 Thread PeterJ
In your WAR file, does this file exist: WEB-INF/classes/org/UoD/Control/Servlet.class What are the contents of your WAR file? You can list thecontents using: jar -tf xxx.war View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213082#4213082 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Transaction Issue

2009-02-25 Thread salaboy21
are you using XA datasource because you need it or because you copy the datasource from some place? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213083#4213083 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4213083

[jboss-user] [JBoss Cache: Core Edition] - Re: Various errors showing up when load testing

2009-02-25 Thread jshowalter
Interesting--that would allow us to decouple our use of the cache from our dependencies in the data center. However, it looks like that would require introducing our own config file for our cache, and double cache configuration on each node in the cluster. Or am I reading the docs incorrectly?

[jboss-user] [JCA/JBoss] - Re: Performance Cost of valid-connection-checker-class-name

2009-02-25 Thread PeterJ
anonymous wrote : so that I'll have to write my own connection checker class... Yes. I would look at extending the existing class that handles the check-valid-connection-sql option. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213087#4213087 Reply to the

[jboss-user] [JBoss Tools (users)] - Re: Crash When Trying to do example

2009-02-25 Thread sacauskis
I followed your example and no joy, I get the same stack trace. There must be something wrong with my environment. I'm going to try and reinstall JTools. A side question. In the example in http://docs.jboss.org/tools/3.0.0.CR1/en/ws_ref_guide/html/topdown.html it talks about creating a

[jboss-user] [JBoss Cache: Core Edition] - Re: Various errors showing up when load testing

2009-02-25 Thread manik.surt...@jboss.com
Yes, it would be completely independent of the cache setup that the app server uses. Different IP and port would be recommended if you can do this, especially for your multicast address. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213089#4213089 Reply to

[jboss-user] [Security JAAS/JBoss] - Re: SSO Authentication against Oracle Database

2009-02-25 Thread edgoquist
Thank you. yes, the question was very general as was your answer and that's just the way I wanted it. I haven't really done much work to figure out how to get sso going and just wanted to make sure it was possible thanks. -e. View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Unable to reach my app on 4.2.3 except with localhost

2009-02-25 Thread PeterJ
Did you read the readme.html file? First item under JBossAS 4.2.0.GA in the Configuration Issues section? Or did you see the FAQ: https://www.jboss.org/community/docs/DOC-10179 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213092#4213092 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: WIP: XForms editor based on VPE

2009-02-25 Thread sdzmitrovich
I don't know anything about it now. But I have become interested it. I will try to check if it is possible in the near future. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213093#4213093 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Possible bug in Jboss-messaging-2.0.0-alpha1

2009-02-25 Thread clebert.suco...@jboss.com
No.. I didn't think it was a network issue. I was just trying to find a workaround for you. (like, telling you what I just did). but I have a Linux system. Maybe there is some difference? you know... we are still working (and working hard actually, towards Beta), and this is not completely

[jboss-user] [JBoss Messaging] - Re: Possible bug in Jboss-messaging-2.0.0-alpha1 (Repost)

2009-02-25 Thread clebert.suco...@jboss.com
anonymous wrote : so I can't see that it's a networking issue. No.. I didn't think it was a network issue. I was just trying to find a workaround for you. (like, telling you what I just did). but I have a Linux system. Maybe there is some difference? you know... we are still working (and

[jboss-user] [JBoss jBPM] - [PVM] Process updates

2009-02-25 Thread mapg
Hi, I have a question regarding process modifications when the process execution has already started. What I'm using right now are the implementation classes from package org.jbpm.pvm.internal.model, which can be problematic since they're not part of the public API. Basically, I'm getting the

[jboss-user] [JBoss Messaging] - Re: JBoss messaging client timeout

2009-02-25 Thread pratimkm
I downloaded jboss-remoting SP11 from http://repository.jboss.com/jboss/remoting/2.2.2.SP11-brew/lib/ and made changes suggested by Howard. We had given an idle time of 14 hours for our listener. Now some of the messages sent to the JBM queue are getting stuck as the listener is not able to

[jboss-user] [JBoss Messaging] - Re: Possible bug in Jboss-messaging-2.0.0-alpha1

2009-02-25 Thread lidgaca
Thanks for the information. I can probably adapt a virtual fedora installation that I've got on my hard drive and I'll test it with that. I'll let you know what I find, but I may not respond until Thursday (it's going home time here !). -- Chris View the original post :

[jboss-user] [Beginners Corner] - Re: What is the best approach to datasource password securit

2009-02-25 Thread acastanheira2001
Hi Jaikiran, I´ve read http://www.jboss.org/community/docs/DOC-9350 and the one you have mentioned. I´ve configured SecureIdentityLoginModule and it worked fine. But, as stated in http://docs.huihoo.com/javadoc/jboss/3.2.7/connector/org/jboss/resource/security/SecureIdentityLoginModule.html

[jboss-user] [JBossWS] - RestEasy Client Framework

2009-02-25 Thread jej2003
I am trying to follow the guide that is here http://www.jboss.org/community/docs/DOC-11746 and while trying to implement the client I can't import org.resteasy.plugins.client.httpclient.ProxyFactory; Where is this located? View the original post :

[jboss-user] [JBoss Messaging] - Re: Possible bug in Jboss-messaging-2.0.0-alpha1

2009-02-25 Thread lidgaca
I was able to get the fedora system running and I already had everything I needed to build trunk v5930. The runServer, perfListener and perfSender targets build and run correctly, without any problem. Therefore the 'connection refused' problem must be some open solaris artifact. I'll try and

[jboss-user] [JBoss Messaging] - Re: Possible bug in Jboss-messaging-2.0.0-alpha1

2009-02-25 Thread adridi
lidgaca, I had the same issue and resolved it by specifying the rmi server host name in bin/run.sh. open that file and add the following line: -Djava.rmi.server.hostname=localhost In the alpha release the problem was fixed by injecting the hostname into the naming service from the

[jboss-user] [JBoss Tools (users)] - appearance of div based on attribute

2009-02-25 Thread kukeltje
In my custom XForms editor, I got the question from a respected person to see if I could render dojo components. From what I see, they do the following: div dojoType=dijit.form.DropDownButton label=click me | . | /div and runtime (html body onload I think) check the dojoType attribute to

[jboss-user] [Beginners Corner] - Jboss hardening

2009-02-25 Thread acastanheira2001
Hi there, What are the steps to improve jboss security? Thanks, Andre View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213123#4213123 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4213123

[jboss-user] [Installation, Configuration DEPLOYMENT] - installing esb4.4 on jboss4.2.3 minimal profile

2009-02-25 Thread yuap
Hello All, I'm working with the following: JBoss AS 4.2.3.GA JBoss Messaging 1.4.2.GA JBoss ESB 4.4.GA on an Windows XP Pro OS. I started with minimal server profile and successfully added the following: -Tomcat (jboss-web.deployer from the JBoss AS 4.2.3.GA default profile) -JBoss Messaging

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: installing esb4.4 on jboss4.2.3 minimal profile

2009-02-25 Thread yuap
An additional note: Up to and including installing JBoss Messaging 1.4.2.GA (and making the necessary adjustments), everything works perfectly ... I wrote a program to deploy a queue and a producer to send xml data from an eXist DB to a receiver ... and another program to destroy the queue ...

[jboss-user] [JBoss Tools (users)] - Re: WIP: XForms editor based on VPE

2009-02-25 Thread max.ander...@jboss.com
kukeltje - just ping me (email) if you want somewhere to commit this and ill give you access. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213135#4213135 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4213135

[jboss-user] [Beginners Corner] - Secure jmx-console and web-console

2009-02-25 Thread acastanheira2001
Hi there, The credentials of jmx-console and web-console are stored in plaintext files. Is there a better way to improve the security of jmxs passwords? Thanks, Andre View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213152#4213152 Reply to the post :

  1   2   >