[jboss-user] [EJB 3.0] - Re: when do we call entity manager flush and refresh methods

2008-12-02 Thread jaikiran
Answered in your other thread here http://www.jboss.com/index.html?module=bbop=viewtopict=146469 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193664#4193664 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4193664

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: OutOfMemoryError deploying an JSF 1.2 app (ADF11g) to JB

2008-12-02 Thread nuadaComm
Hi Peter, {Heap before GC invocations=57 (full 2): PSYoungGen total 92608K, used 3420K [0x4c81, 0x539d, 0x539d) eden space 68736K, 0% used [0x4c81,0x4c81,0x50b3) from space 23872K, 14% used [0x50b3,0x50e870d8,0x5228) to space 23680K, 0% used

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Jboss is not starting

2008-12-02 Thread jaikiran
On the other system, have you set the JAVA_HOME correctly? What does the following command output: echo %JAVA_HOME% If you are sure that the JAVA_HOME setting is right, then remove the @echo off line from the run.bat. Then open a command prompt and 'cd' to the bin folder of JBoss and run the

[jboss-user] [JBoss jBPM] - TaskInstance without ProcessInstance

2008-12-02 Thread username_____
We'd like to integrate our task management with JBPM. In our case, it could be possible to have TaskInstances that do not originate from a ProcessInstance... Is this possible? Some tests show that when JBPM saves a TaskInstance, it actually persists the ProcessInstance instead... View the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Multiple instances of same application in JBOSS

2008-12-02 Thread Kooper
Yes, I have two ears with same application, for example Myapp.ear and Myapp1.ear Ear has the structure: | lib dir | Meta-inf dir | myapp-ejb.jar | myapp.jar | myapp.war | I have application.xml in myapp.ear/meta-in: | | | ?xml version=1.0 encoding=UTF-8? | | application

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Multiple instances of same application in JBOSS

2008-12-02 Thread jaikiran
Can you post the configuration files for both these applicaitons? I guess you are deploying EARs, right? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193675#4193675 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4193675

[jboss-user] [Beginners Corner] - Re: HTTP 400. Bad request! Sit! Stay!

2008-12-02 Thread nickarls
I tried using virtual hosts and it seems to be working when used from the internal network but the above mentioned error still occurs when coming from an external network. Network configurations aside, how can this error anyways be related to where the request is originating from? View the

[jboss-user] [JBoss Tools (users)] - [JBoss Tools 2.1.2.GA] Resolving a row variable does not wor

2008-12-02 Thread kphilipp
Take a look at the following code: | rich:dataTable id=cTable value=#{customers.list} var=record | rich:column | f:facet name=headerh:outputText value=Surname //f:facet | h:outputText value=#{record.surname} / | /rich:column | /rich:dataTable | The row

[jboss-user] [JBoss jBPM] - Re: Compliation Error in parsing process definition xml from

2008-12-02 Thread [EMAIL PROTECTED]
I would suggest that you drop the processdefinition.xml which you wish to parse in the same folder where you have your jbpm.cfg.xml. If you deployed jbpm to tomcat like i did, it should be in the /WEB-INF/classes folder View the original post :

[jboss-user] [JBoss jBPM] - Re: How to get a Bpel Process Instance through API?

2008-12-02 Thread dhanushgopinath
Hi Alex, Thanks for the confirmation. The fact was that my process is like this receive -assign-invoke-receive The first receive and assign went fine, but I was getting exception in invoke. I thought since the receive activity is completed the process instance might have created, but

[jboss-user] [JBoss Portal] - Re: Page restricted to unauthenticated users ?

2008-12-02 Thread psevestre
Just a sidenote: using conditional regions as I did also supports content management via the admin portal. All you have to do is create multiple regions and, in your layout pages, add the appropriate logic. The end-user will see all regions, and will be able to add content to them at will.

[jboss-user] [JBoss Tools (users)] - Re: a deployment problem

2008-12-02 Thread gufiya
I'm using JBoss 4.2.3GA, Eclipse 3.3.2 (for J2EE). I have also added to eclipse JBoss Tools 2.1.2. When I deploy the EAR, everything is fine, and error log stays clean. When I remove the EAR from the server, the client JAR remains on the server, I cannot delete it (until I shutdown JBoss), and I

[jboss-user] [JBoss Tools (users)] - Re: [JBoss Tools 2.1.2.GA] Resolving a row variable does not

2008-12-02 Thread akazakov
kphilipp wrote : JBoss Tools 2.1.2.GA, Eclipse 3.4 Are you sure? JBoss Tools 2.* does not support Eclipse 3.4. Anyway I've checked rich:dataTable and it works in JBoss Tools 3.0.0 (last nightly build). We have fixed some bugs in var/value resolving since JBoss Tools 2.1.2.GA and now it should

[jboss-user] [EJB 3.0] - Re: Logs of System Exception

2008-12-02 Thread jaikiran
Found it! http://www.jboss.com/index.html?module=bbop=viewtopict=139906 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193725#4193725 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4193725

[jboss-user] [Microcontainer] - Re: Injecting a field value

2008-12-02 Thread alesj
[EMAIL PROTECTED] wrote : Though I am starting to suspect that there is no support for this currently. You would be wrong. ;-) I might even be offended as you doubt us. :-) See constants usage: -

[jboss-user] [Microcontainer] - Re: How to auto-wire using BeanMetaDataBuilder?

2008-12-02 Thread alesj
What exactly do you wanna auto-wire? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193727#4193727 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4193727 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Cange swimlane at runtime

2008-12-02 Thread pgros
Is it possible to change the swimlane or asignment of a task in a ProcessInstance, when the tasknode is not reached yet? apparently the asignment is appointed when the process leaves the start-state and can not be changed later even if i use a process variable: | task name=Execute |

[jboss-user] [Microcontainer] - Re: Alternative JAR extensions

2008-12-02 Thread bob.mcwhirter
Yah, if you guys could add .rails as a jar extension for the GA, that'd be plenty fine for my needs. Thanks! -Bob View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193732#4193732 Reply to the post :

[jboss-user] [Microcontainer] - Re: Alternative JAR extensions

2008-12-02 Thread emuckenhuber
bob.mcwhirter wrote : Yah, if you guys could add .rails as a jar extension for the GA, that'd be plenty fine for my needs. This will be by default in AS5 GA: | +value.spring/value | +value.rails/value | +value.esb/value | There is also

[jboss-user] [Microcontainer] - Re: How to auto-wire using BeanMetaDataBuilder?

2008-12-02 Thread [EMAIL PROTECTED]
For XNIO, if no provider name is given, I want it to auto-wire based on type (in other words, find whatever provider is available). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193734#4193734 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Configuring JBoss 4.0.x to connect to Oracle database us

2008-12-02 Thread clboucher
I know how to configure a ds.xml file. However, Oracle OS authentication is different in that all that you need to do from a command line is this: sqlplus / Oracle Client is then smart enough to look at your environment and see if there is an SID configured. If there is, it passes you to the

[jboss-user] [Microcontainer] - Re: Injecting a field value

2008-12-02 Thread [EMAIL PROTECTED]
Ah, I see why it wasn't obvious at first. So does that mean that any bean which I want to pull constants from has to be managed? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193736#4193736 Reply to the post :

[jboss-user] [Microcontainer] - Re: Injecting a field value

2008-12-02 Thread alesj
[EMAIL PROTECTED] wrote : So does that mean that any bean which I want to pull constants from has to be managed? It's all about beans. Unless we had special constants treatment, how else do you expect us to pull stuff from? :-) But I guess this can be done generic: - simply add constants

[jboss-user] [Microcontainer] - Re: Injecting a field value

2008-12-02 Thread [EMAIL PROTECTED]
It just seems a little odd - I want to pull a static field so why do I need an object instance? Unless access-mode=FIELDS implicitly grabs the class instead? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193743#4193743 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Customizing JBoss Native for Windows

2008-12-02 Thread ohady
Hi, I'm using JBoss application server 4.3.0.GA_CP03. To manually start JBoss application server I use: run.bat -c all -b 0.0.0.0 But, I'd like to start JBoss as a windows service using JBoss Native for Windows (jboss-native-2.0.6-windows-x86-ssl). How to customize it to start with -c all -b

[jboss-user] [Installation, Configuration DEPLOYMENT] - Running Multiple Instances of JBoss on Windows

2008-12-02 Thread kpalania
I modified the ports in server.xml (tomcat), jboss-service.xml, etc, but I am not able to access the 2nd instance of JBoss running on the same Windows machine unless and until I shutdown the first instance. Could someone point me to relevant documentation please? Basically, I need to be able

[jboss-user] [Microcontainer] - Re: How to auto-wire using BeanMetaDataBuilder?

2008-12-02 Thread alesj
| BeanMetaDataBuilder builder = BeanMetaDataBuilder.createBuilder(...); | builder.addPropertyMetaData(provider, new AbstractInjectionValueMetaData()); | OK, a bit more impl detail. I'll add BeanMetaDataBuilder::createContextualInjection method, which will hide this. View the

[jboss-user] [EJB 3.0] - Re: when do we call entity manager flush and refresh methods

2008-12-02 Thread jaikiran
The Entitymanager javadoc might help http://java.sun.com/javaee/5/docs/api/javax/persistence/EntityManager.html In brief - the flush call will issue SQL queries to update the database with the changes that have been done to the in memory entities. The refresh on the other hand pulls the entity

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Multiple instances of same application in JBOSS

2008-12-02 Thread jaikiran
Are you including the same jboss-app.xml in the META-INF of both the EARs? If yes, then you need to change it to make them unique. Here's an example: For ear1: | ?xml version=1.0? | jboss-app | loader-repositorymyapp.com:archive=MyAppOne/loader-repository | /jboss-app

[jboss-user] [Beginners Corner] - Re: scheduler-plugin.jar in maven repo

2008-12-02 Thread jaikiran
Is this related to this http://www.jboss.com/index.html?module=bbop=viewtopict=144525 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193678#4193678 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4193678

[jboss-user] [JBoss jBPM] - Re: Cange swimlane at runtime

2008-12-02 Thread kukeltje
so your subject is wrong... I almost pointed you to page 2 of this forum where the answer is 'use the api' It is normally best to start with your *real problem* in the beginning of the post. If it is in the end and more than 50% of this post is like a previous one (it's 95% for this post) I

[jboss-user] [Microcontainer] - Re: Injecting a field value

2008-12-02 Thread alesj
[EMAIL PROTECTED] wrote : Unless access-mode=FIELDS implicitly grabs the class instead? Grabs class how? We don't have any special static handling (via xml or BMDB). OO != static. ;-) And I don't see why we should have any special treatment, the example I provided you is not a huge penalty. But

[jboss-user] [JBoss Tools (users)] - Re: [JBoss Tools 2.1.2.GA] Resolving a row variable does not

2008-12-02 Thread kphilipp
akazakov wrote : Are you sure? JBoss Tools 2.* does not support Eclipse 3.4. | Anyway I've checked rich:dataTable and it works in JBoss Tools 3.0.0 (last nightly build). We have fixed some bugs in var/value resolving since JBoss Tools 2.1.2.GA and now it should works for all tags with var and

[jboss-user] [Microcontainer] - Re: Injecting a field value

2008-12-02 Thread alesj
alesj wrote : | We don't have any special static handling (via xml or BMDB). | Apart from constructor::factory. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193756#4193756 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Page restricted to unauthenticated users ?

2008-12-02 Thread sannegrinovero
thanks a lot; I had it done as in psevestre's code, but will definitely try the patch of dkrieger as it permits my users to manage the front page by CMS. I wonder if this functionality wouldn't be welcome by more users, or if it's not possible because of some spec. A configurable option maybe?

[jboss-user] [Beginners Corner] - Re: JBoss version

2008-12-02 Thread jaikiran
The MBean, Peter is talking about, can be accessed from the jmx-console. The jmx-console itself will be available at http:// serverName: httpPort/jmx-console. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193677#4193677 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Unauthenticated /sec Access with CAS enabled

2008-12-02 Thread iliap
For reference, this is the environment: JBoss AS 4.3.0.GA Portal 2.6.6.GA Postgres Plus 8.3 JDK 1.60_03 Windows XP (Dev Machines) / Red Hat Enterprise Linux Server release 5.2 (Prod) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193685#4193685 Reply to the

[jboss-user] [JBoss jBPM] - Re: TaskInstance without ProcessInstance

2008-12-02 Thread kukeltje
Currently you need a processinstance. This will change in jBPM 4. In jBPM 3 you can make a real small processdefinition with just one task node in it (no start and end) and use that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193700#4193700 Reply to

[jboss-user] [JBoss Messaging] - Re: JBMESSAGING-999 problem in cp04 and 1.4.1GA

2008-12-02 Thread mclu
As I just saw this is also not fixed/reintroduced in JBM 1.4.1 GA. Can someone reopen this bug? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193668#4193668 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4193668

[jboss-user] [Microcontainer] - Re: Alternative JAR extensions

2008-12-02 Thread alesj
Let's add all legacy one's we can think of, otherwise users might be in for a surprise. - .beans - .spring - ... ? Adding a TODO - to remove them once this issue is fixed (do we have a JIRA?). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193691#4193691

[jboss-user] [EJB 3.0] - Re: how to get native connection

2008-12-02 Thread jaikiran
Not exactly sure, but since these properties are JVM system level properties, i don't think its possible to set it at an application level View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193663#4193663 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - change port for webservice deployment

2008-12-02 Thread claman
Hello, I change the standard port of jboss from 8080 to 9080, but I don't succeed to deploy a webservice on this port. In fact, the wsdl file in data folder, have location url with 8080 port. I think I must change this value in some jboss configuration file, but I don't know which one. Can

[jboss-user] [JBoss Messaging] - Re: JBMESSAGING-999 problem in cp04

2008-12-02 Thread gaohoward
I'll take care of it. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193669#4193669 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4193669 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - How to flush Connection in jBoss?

2008-12-02 Thread ramsbuddha
Hi All, here I have a doubt on how to configure to force jboss to flush database connection after certain time. Here I have come across some flush() method in JBossManagedConnectionPool. is that method can be used in this scenario, if so How can we do so. is there a way to do this by some

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Configuring JBoss 4.0.x to connect to Oracle database us

2008-12-02 Thread jaikiran
I don't know much about OCI driver. But i guess similar to other JDBC drivers, it will be packaged in a jar (which you can place in %JBOSS_HOME%/server/ serverName/lib folder) and maybe some specific parameters/connection url that needs to be used in the datasource configuration (through

[jboss-user] [JBoss jBPM] - Re: Cange swimlane at runtime

2008-12-02 Thread pgros
When i create my process instance i set the var SWIMLANE to Unknown i have following nodes startstate - node - tasknode1 - tasknode2 node sets var swimlane to test then i overrided the enter() function of tasknode as following | @Override | public void enter(ExecutionContext

[jboss-user] [JBoss AOP] - jboss-aop configuration help needed

2008-12-02 Thread csr1978
Hi, I am new to JBoss AOP concept and need some help in configuring it. I have a web application deployed to jboss server 4.2.0. I am trying to configure logging interceptor for the web application with aop. so far i followed these steps: package jboss.aop.interceptor; import

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Port for JBOSS

2008-12-02 Thread jaikiran
When JBoss server is started, it uses multiple ports for different services. Which port are you interested in? The ports can be configured using the servicebindingmanager. See this for details

[jboss-user] [JBoss jBPM] - Re: Compliation Error in parsing process definition xml from

2008-12-02 Thread kukeltje
yes.. resources take things from the classpath, not absolute paths. If you want something like that, read in the file as a string yourself and create a processdefiniton from that string View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193706#4193706 Reply to

[jboss-user] [EJB 3.0] - Re: Logs of System Exception

2008-12-02 Thread benChato
I'm using JBoss-4.2.2.GA I use the jmx-console to monitor the number of destroyed instances of my Bean. And I can't find my exception in %JBOSS_HOME%/server/default/log/server.log. Because I need those logs, I put an interceptor for all my beans that logs exceptions when they occur. But this is

[jboss-user] [EJB 3.0] - Re: Logs of System Exception

2008-12-02 Thread benChato
Thanks a lot for your search, jaikiran ! Now I know it's not a configuration problem of my instance. I voted for it in JIRA and will use my interceptor for the moment. Thanks a lot ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193731#4193731 Reply to the

[jboss-user] [JBoss Messaging] - Problem in topic consumers when lost connections

2008-12-02 Thread cbolanos
Hello. I have installed JBoss Messaging 1.4.0 SP3 in a Jboss Server 4.2.2.GA, persisted in a MySQL database, and no clustered. I have deployed one topic and one queue, and a MDB in a the Jboss Server, and I have multiple standalone clients. The clients send messages to the queue, the MDB

[jboss-user] [JBoss jBPM] - Re: workflow changes frequently, is it suitable to use jbpm?

2008-12-02 Thread aspider
we are developing a product which will be deployed in several countries, workflow of each country is same except that 2 or 3 steps are slightly different. for example 1)in one step this country need 1 confirm while other country need 2 or more comfirm 2)if amount is larger than limit, need a

[jboss-user] [Installation, Configuration DEPLOYMENT] - Not able to access the second JBoss instance started on the

2008-12-02 Thread kpalania
I've created the bindings.xml file as mentioned in the link below and have modified jboss-service.xml such that it points to that file.

[jboss-user] [JBoss jBPM] - Re: TaskInstance without ProcessInstance

2008-12-02 Thread username_____
Thanks for the reply! That is exactly what we're doing now, just wondering if we missed out on something. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193703#4193703 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4193703

[jboss-user] [Performance Tuning] - Re: JBoss AS 4.2.3.GA + Seam 2.1.0.GA - 1 hit = 100% CPU

2008-12-02 Thread noelo
If this is on windows, run it without the apache portable runtime (apr) I've seen this happen problem happen on windows before with tomcat... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193698#4193698 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Perplexing error - meta-aware object error

2008-12-02 Thread jaikiran
I don't have much idea about what might be wrong, but are you sure the transaction is not timing out or maybe you are using multiple non-XA transaction aware resources in a single transaction? For the latter, see this http://www.jboss.org/community/docs/DOC-11443 View the original post :

[jboss-user] [EJB 3.0] - EJB 3.1 support

2008-12-02 Thread yairogen
Hi, What is the official release of JBoss that supports EJB 3.1? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193728#4193728 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4193728

[jboss-user] [JBoss AOP] - Re: NoSuchMethodError: org.jboss.aop.ClassAdvisor$1

2008-12-02 Thread DerMas
I had exactly the same problem :) The problem is here: Exception in thread AWT-EventQueue-0 java.lang.NoSuchMethodError: org.jboss.ao p.ClassAdvisor$1.(Lorg/jboss/aop/ClassAdvisor;Lorg/jboss/aop/AspectManager You have the AspectManager class 2 times in your classpath. The first one is in your

[jboss-user] [JBoss jBPM] - Re: 3.2.3 GA installation issues

2008-12-02 Thread kukeltje
no, 3.2.x is not officially (emphasis on officially!!!) tested against almost anything database and container. See http://www.jboss.org/community/docs/DOC-12859 and http://www.jboss.org/community/docs/DOC-12860 All working environments of 3.2.3 in e.g. the wiki are mostly reported by users and

[jboss-user] [Microcontainer] - Re: Alternative JAR extensions

2008-12-02 Thread emuckenhuber
bob.mcwhirter wrote : | So, it seems that since things initialized from deployers/ can affect VFS handling, deployDir.getChildren() should wait until deployers/ is fully deployed. | | Possible? Possible yes, unfortunately not in the timeframe of GA. But we could add your .rails

[jboss-user] [Microcontainer] - Re: Injecting a field value

2008-12-02 Thread [EMAIL PROTECTED]
Consider the case where a constructor takes an enum or an enum-like object - object identity is significant, but there may or may not be a way to get the value from a factory method. The object would be known publicly only because it is declared as a public constant. The most obvious

[jboss-user] [EJB 3.0] - Re: JPA Deployment problems

2008-12-02 Thread jaikiran
Looks like some issue with your hibernate entity mapping (either through xml or annotation). See this thread where a similar issue was discussed http://www.jboss.com/index.html?module=bbop=viewtopict=82946 View the original post :

[jboss-user] [Microcontainer] - Re: Alternative JAR extensions

2008-12-02 Thread beve
Hi, anonymous wrote : But we could add your .rails extension by default to the deployers.xml | and once this is fixed we remove it again, if this would help you ? Would it also be possible to add the '.esb' extension in that case? Thanks, /Daniel View the original post :

[jboss-user] [JBoss Portal] - Re: Unauthenticated /sec Access with CAS enabled

2008-12-02 Thread [EMAIL PROTECTED]
This is a valid bug. The CAS SecuredURLPattern needs to filter /sec from its list. This fix should be available in the next release. Until then, you can override the getSecuredURLPatterns method on the Valve with this filtering Thanks View the original post :

[jboss-user] [EJB 3.0] - Re: Logs of System Exception

2008-12-02 Thread jaikiran
Which version of JBoss do you use? anonymous wrote : | With the Administration console, | But I can't see my System Exception in the log. You mean the jmx-console? There's a server.log file under %JBOSS_HOME%/server/ serverName/log folder. See if you can find the exception logged there.

[jboss-user] [JBoss jBPM] - Re: Cange swimlane at runtime

2008-12-02 Thread kukeltje
This is way to complex... as mentioned use an assignmenthandler View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193776#4193776 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4193776

[jboss-user] [JBoss jBPM] - Re: workflow changes frequently, is it suitable to use jbpm?

2008-12-02 Thread kukeltje
you can either: - make a process which contains all these items, lots of decisionnodes etc so it will be fully generic but can get complex - make a subprocess for each and decide runtime (by using an EL for the subprocess name and binding=late) which of the subprocesses to call. View the

[jboss-user] [JBoss AOP] - Re: jboss-aop configuration help needed

2008-12-02 Thread [EMAIL PROTECTED]
Modify your jar to have the .aop extension, put the jboss-aop.xml into the .aop archive's META-INF directory. Deploy the file to the deploy folder. See the injboss example that comes with the download for more examples View the original post :

[jboss-user] [JBoss Messaging] - Re: Number of topic subscribers

2008-12-02 Thread clebert.suco...@jboss.com
anonymous wrote : that each subscriber will have a selector to only pull down messages that its interested in. I don't see a problem with the selector, as long as you are not doing something like userID= on the selector on which case it would be a terrible design IMO where you should in fact

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

2008-12-02 Thread almarro1
Dear all, last week I started a project to that implements a HL7 interface using EJBs 3.0 and annotations. Since the restrictions applied by HL7 to the WSDL semantics are quite strong, I'm forced to manually write the WDSL descriptor and import it using @WebService(wsdlLocation=..). The

[jboss-user] [JBoss AOP] - Re: jboss-aop configuration help needed

2008-12-02 Thread csr1978
Kabir, To be more specific i am trying to configure logging for EAR file. So, my interceptor should be accessible by both web(.WAR) and ejb(.JAR) files. I created mylogging.aop file with jboss-aop.xml file in meta-inf dir. and copied it to deploy dir of jboss. I still get:

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: OutOfMemoryError deploying an JSF 1.2 app (ADF11g) to JB

2008-12-02 Thread PeterJ
According to the heap statistics, you have plenty of heap available. You are using only 58% of an 80MB permgen (and the max is 256MB, so it can grow if needed). Also, the tenured generation is only 61% used. Is there no other text or a stack trace? (I guess I would be happier if you posted

[jboss-user] [JBoss Portal] - wrong selected in selectOneMenu for portal-identity

2008-12-02 Thread sannegrinovero
I've been following the reference guide to add new internationalized properties to identity-ui-configuration.xml: ui-component name=typeofcustomer |property-refportal.user.typeofcustomer/property-ref |values | value key=xiindividual/value | value key=xccompany/value

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: change port for webservice deployment

2008-12-02 Thread PeterJ
Did you change 8080 in all of the configuration files, or just in server.xml? If you grep for 8080 you will also find it in: server/xxx/deploy/http-invoker.sar/META-INF/jboss-service.xml server/xxx/deploy/jbossws.sar/jbosswes.beans/META-INF/jboss-beans.xml (You never said which JBossAS version,

[jboss-user] [JBossWS] - JBWS WSDL long array parameter

2008-12-02 Thread ravitas
Hi All, I ahve just downloaded jbossws-native-2.0.3.GA ant deployed it, i order to allow authentication at Webservices with @WebContext annotation. I could see the the WSDL is now published differently then before, however I was able to work with it and to perform teh authentication

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to flush Connection in jBoss?

2008-12-02 Thread PeterJ
Try this, Using the jmx console (http://localhost:8080/jmx-console), go to the jboss.jca:name=XXX,service=ManagedConnectionPool MBean (where XXX is the datasource name). Change the pool sizes and timeout value. Then wait for the timeout and the connections should be closed. Also, you can set

[jboss-user] [JBoss Portal] - WSRP: failed to configure remote producer as described in Re

2008-12-02 Thread engela
JBossAS 4.2.3 JBossPortal 2.7 JDK 1.6 (installed the Portal from the JBoss AS and JBoss Portal bundle) I am new to Web Services for Remote Portlets and are reading through Chapter 15 A Web Services for Remote Portlets (WSRP) of the JBoss Portal Reference Manual. I tried to configure access to

[jboss-user] [Microcontainer] - Re: Injecting a field value

2008-12-02 Thread alesj
A simpler use case would be constants in an interface. ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193793#4193793 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4193793 ___

[jboss-user] [JBoss AOP] - Re: jboss-aop configuration help needed

2008-12-02 Thread csr1978
Kabir, I tried injboss-SimpleInterceptor example. I build the aopexample.ear file and deployed it. When i run it i could see only the println statements from ExampleValue and ExampleSessionBean but i couldn't see any println statements from SimpleInterceptor like Entering SimpleInterceptor:

[jboss-user] [Microcontainer] - Re: Injecting a field value

2008-12-02 Thread [EMAIL PROTECTED]
Exactly... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193795#4193795 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4193795 ___ jboss-user mailing list

[jboss-user] [JBoss AOP] - Re: jboss-aop configuration help needed

2008-12-02 Thread csr1978
BTW i am using JBoss 4.2.0GA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193796#4193796 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4193796 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Configuring JBoss 4.0.x to connect to Oracle database us

2008-12-02 Thread PeterJ
You might have to go into the Oracle admin console and add a username and password specifically so that you can use it in *-ds.xml. I run into similar issues with PostgreSQL on Linux where by default PostgreSQL login is done according to the user's Linux account name. Going into PostgreSQL and

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Customizing JBoss Native for Windows

2008-12-02 Thread PeterJ
See http://www.jboss.com/index.html?module=bbop=viewtopict=145181 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193799#4193799 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4193799

[jboss-user] [JBoss AOP] - Re: jboss-aop configuration help needed

2008-12-02 Thread [EMAIL PROTECTED]
Turn on loadtime weaving. http://www.jboss.com/index.html?module=bbop=viewtopict=110955 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193800#4193800 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4193800

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

2008-12-02 Thread bschmoll1
It looks to me like there are a number of message types that are being parsed that don't seem relevant to the WSDL, MCCI_MT000100UV01.xsd, COCT_MT040203UV01.xsd. I assume each of these also have references to the datatypes.xsd, voc.xsd and the other base schema's, which is why there are

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Configuring JBoss 4.0.x to connect to Oracle database us

2008-12-02 Thread clboucher
Oracle OS authentication allows you to add a user that can access the database from the OS level, instead of a database-level user. This OS user would most definitely have a password. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193802#4193802 Reply to the

[jboss-user] [JBoss Messaging] - Re: Problem in topic consumers when lost connections

2008-12-02 Thread [EMAIL PROTECTED]
anonymous wrote : My problem is that when the stand alone client reconects after lossing connection with the Jboss server, (something that is very probably, because they connect through internet) it can sends messages to the queue but it cannot consume messages from the topic. It is not clear

[jboss-user] [Microcontainer] - Re: Injecting a field value

2008-12-02 Thread alesj
[EMAIL PROTECTED] wrote : The most obvious mechanism to me is a ValueMetaData that is comprised of a class and a field name. The most obvious is value-factory: | bean name=ConstantsProvider class=org.jboss.demos.ioc.access.ConstantsProvider | constructor |

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

2008-12-02 Thread almarro1
First of all, thank you for your quick response. bschmoll1 wrote : | I don't know how you're packaging the HL7 schemas, but you could try reducing the number of schemas down to the message type your actually interested in, which appears to be the PRPA_IN201101UV01, plus base schema's. |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Not able to access the second JBoss instance started on

2008-12-02 Thread PeterJ
Based on the information you have provided, I would guess that you did something wrong. If you fix it, it should work. ;-) But seriously, look at the console log for the second instance and post any exceptions that were shown. If there were no exceptions, post the contents of the console

[jboss-user] [Microcontainer] - Autoexplosion of archives

2008-12-02 Thread bob.mcwhirter
Is there some standard or default way to mark certain archives as needing exploding before doing a true deployment, or even structure deployment? Turns out, even with the .rails archives bit, the JRuby bits aren't quite happy with URLs yet. I'd like a deploy/myapp.rails file, if it's not

[jboss-user] [Microcontainer] - Re: Autoexplosion of archives

2008-12-02 Thread alesj
We already have this. ;-) You can define this in jboss-structure.xml. Its context element takes modification attribute. It can either be temp, unpack or explode: -

[jboss-user] [Microcontainer] - Re: Autoexplosion of archives

2008-12-02 Thread alesj
alesj wrote : Its context element takes modification attribute. | Eventually this is part of ContextInfo, so you can pre-determine this yourself. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193824#4193824 Reply to the post :

[jboss-user] [Microcontainer] - Re: Autoexplosion of archives

2008-12-02 Thread bob.mcwhirter
Yah, if the top-level deployment isn't bundled up in an archive, I can assume it's filesystem-based and can do vfsFile.toURL().getFile(). It might be somewhat evil, but it works for me so far. :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193827#4193827

[jboss-user] [EJB/JBoss] - Default EJB transaction timeout in JBoss

2008-12-02 Thread tips09
If no transaction timeout attribute is specified in the ejb-jar.xml, what is the default transaction timeout for the EJB methods of a stateless session bean? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193835#4193835 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Performance parameters for JBOSS

2008-12-02 Thread PeterJ
Use the JMX Console (http://localhost:8080/jmx-console). It lists all of the MBeans registered in JBossAS. Several of them contain performance information. Here are some examples, there are others: For a data source named xxx, the following MBean provides information on the number of

[jboss-user] [EJB 3.0] - prg on EJB3.0 stateless

2008-12-02 Thread ramujava
i want stateless session bean prg in jboss with client prg.can an bod give me the example plz,its urgent. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193838#4193838 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4193838

[jboss-user] [EJB/JBoss] - problem with new bean I'm creating (EJB2.0)

2008-12-02 Thread MikePhoenix
I'm trying to create a new entity bean for an existing application. When I deploy I get the following error: anonymous wrote : org.jboss.deployment.DeploymentException: Field changeDate in prim-key-class must be of the same type. New table sql CREATE TABLE `projecthistory` ( | `ProjectId`

[jboss-user] [EJB/JBoss] - prg on EJB3.0 stateless

2008-12-02 Thread ramujava
i want stateless session bean prg in jboss with client prg.can an bod give me the example plz,its urgent. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4193847#4193847 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4193847

  1   2   >