[JBoss-user] [JBoss Getting Started Documentation] - Re: Unsupported major.minor version 49.0 when trying to star

2006-03-29 Thread [EMAIL PROTECTED]
What is the mystery here? The ejb3 services requires Java5. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933610#3933610 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933610 -

[JBoss-user] [Clustering/JBoss] - Re: Enlightenment

2006-03-29 Thread lovelyliatroim
cheers Brian, will take a look. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933608#3933608 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933608 --- This

[JBoss-user] [EJB 3.0] - Re: MIgrating to 4.0.4RC1 from 4.0.3SP1 and no Entity Beans

2006-03-29 Thread gommo
Interestingly, I removed the database from postgres and I get an exception on deployment that org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.postgresql.util.PSQLException: FATAL: database "posejb3" does not exist) So I know the persistence is

[JBoss-user] [JBoss jBPM] - call for examples

2006-03-29 Thread [EMAIL PROTECTED]
anonymous wrote : | I couldn't figure out where to post this suggestion, so hope | | it's ok that I send it to you: | dev forum anonymous wrote : | It seems like you generate your jBPM User Guide somehow (or | | maybe just converted from some other format?) | docbook anonymous wro

[JBoss-user] [JBoss Getting Started Documentation] - Re: Unsupported major.minor version 49.0 when trying to star

2006-03-29 Thread jedabo
Same bug with JDK1.4.2_9 (downgraded to this to try Geronimo before turning to JBoss). Yes, not using ejb3 packages must be a solution, as ejb3 are introduced in JEE 5 (and Glassfich), which in turn probably requires J2SE5. JBoss StartGuide indicates that packages can be deactivated after install

[JBoss-user] [JCA/JBoss] - Re: HOw can I get the connection object from JBoss

2006-03-29 Thread [EMAIL PROTECTED]
Ok, then I assume you are doing a straight lookup of a DataSource...in a J2EE client, application client, or a Application component. What I don't understand, and what you should kind of question is...why the property stuff? If you are actually running in a EJB, there should be no need for thi

[JBoss-user] [JCA/JBoss] - Re: JBossWorkManager waitForAll()

2006-03-29 Thread hannes.koller
Hi, thanks for your reply. I had already feared that this is not part of the JCA spec.. I will submit it as a feature request. Thanks :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933600#3933600 Reply to the post : http://www.jboss.com/index.html?modul

[JBoss-user] [EJB/JBoss] - Same JNDI name on two different hosts problem

2006-03-29 Thread ZBoris
Hey there, I have two session beans deployed in a separate jars on separate jboss instances running on two different hosts. These session beans have the same jndi name. Both beans have method defined testMethod() which returns name of the host, this bean is deployed at. Both beans also have a ru

[JBoss-user] [JBoss jBPM] - Re: EJB examples with jBPM?

2006-03-29 Thread cwad0000
ahthe user guide is out of date then The jBPM library can also be packaged and exposed as a stateless session EJB. This allows clustered deployment and scalability for extreme high throughput. The stateless session EJB will be written against the J2EE 1.3 specifications so that it is deploya

[JBoss-user] [EJB 3.0] - Re: Multiple Databases with Identical Schemas

2006-03-29 Thread Eekboom
Hah - if I understand your problem correctly this is exactly what caused a lot of trial-and-error for me. After all the only thing I had to do is get my entity manager dynamically rather than having it injected: public EntityManager getEntityManager(String unit) { | String path = "

[JBoss-user] [Security & JAAS/JBoss] - Re: Mapping ldap groups to jboss roles? where?

2006-03-29 Thread cwad0000
thanks for the replies, I have read those pages (and all other information I could find)... Am I wrong in assuming that I need to do a mapping of my group names in active directory to the role names defined in web.xml? this is my login-config.xml com.sun.jndi.ldap.Lda

[JBoss-user] [JBoss jBPM] - jBPM DB Queries under jbpm 3.1

2006-03-29 Thread trisko
Hello, currently we are migrating our application from jbpm 2 to 3.1. How are the jbpm db queries handeld in 3.1? So far I haven't found anything like JbpmQuery and somethign like executionService.findByQuery? Is this all done via API calls now or do we have to use hibernate directly to query t

[JBoss-user] [JBoss jBPM] - Re: Web form mechanism

2006-03-29 Thread medjbpm
Hello i see in src/ressource/jbpm.war the jsp file are these file that i should adapt ? Med View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933594#3933594 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933594 ---

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate Hql Editor not showing

2006-03-29 Thread [EMAIL PROTECTED]
i cannot see half of the xml but the stuff i do see with "classpath:" I have no idea why you would put that in a hibernate.cfg.xml ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933593#3933593 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [JBossWS] - Re: Override URL and Port For WS

2006-03-29 Thread anders.hedstrom
I guess you could try something like this: Your service interface class implements javax.xml.rpc.Service interface, this interface gives you a couple of methods you could use: java.rmi.Remote getPort(java.lang.Class serviceEndpointInterface) | java.rmi.Remote getPort(javax.xml.namespace.QName

[JBoss-user] [JBossCache] - Re: CacheLoaderInterceptor Bottleneck?

2006-03-29 Thread [EMAIL PROTECTED]
Just as a waning: if you try implementing locking per FQN, you will end up creating a tree-like structure again ! IMO we should better implement this in the cache itself, and use multiple root for example to bypass this problem. Or - if you absolutely have to do it - extract this functionality in

[JBoss-user] [JCA/JBoss] - Re: HOw can I get the connection object from JBoss

2006-03-29 Thread mahendra.wadekar
Thanks for the reply. Both the client and the server is on same VM and database is on remote machine. I have already gone through that link you provided to me and still I am having the same problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933590#393359

[JBoss-user] [JBoss Seam] - Re: peoblem about extend PersistenceContext in SFSB

2006-03-29 Thread littlesuns
Thank you Gavin; i will try to refactor my code.:-) regard wangzk View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933588#3933588 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933588 --

[JBoss-user] [Installation, Configuration & Deployment] - Re: Problem in accessing Connection Factory

2006-03-29 Thread baba79au
I would like to know is there any configuration setting to be added/enabled to activate the ConnectionFactory. Please help me... Thanks for your help.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933587#3933587 Reply to the post : http://www.jboss.com/i

[JBoss-user] [Installation, Configuration & Deployment] - Problem in accessing Connection Factory

2006-03-29 Thread baba79au
Hi I am new to JBoss. I am having a problem accessing the "ConnectionFactory" to send a Message to Queue. The code i have used is below: InitialContext ctx; QueueConnectionFactory cf; QueueConnection connection; QueueSession session; Queue destination; QueueSender

[JBoss-user] [JBoss Seam] - Re: peoblem about extend PersistenceContext in SFSB

2006-03-29 Thread [EMAIL PROTECTED]
BTW, the NPE is not beautiful, we should fix that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933584#3933584 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933584 --

[JBoss-user] [JBoss Seam] - Re: peoblem about extend PersistenceContext in SFSB

2006-03-29 Thread [EMAIL PROTECTED]
You are not supposed to pass the reference to the EM outside of the component. Refactor your code that runs the Query onto the FirmAction class. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933583#3933583 Reply to the post : http://www.jboss.com/index.html

[JBoss-user] [JBoss Seam] - Re: How to get EntityManager in seamtest

2006-03-29 Thread [EMAIL PROTECTED]
I don't understand. Usually you call your own components from SeamTest and EJB3 or Seam injects the EM. What is the context where you want to get one in your own code? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933582#3933582 Reply to the post : http://

[JBoss-user] [Installation, Configuration & Deployment] - Re: Help requried for JBoss 3.2.5 behind Firewall

2006-03-29 Thread sanketdesai
Hi Anuj, Can you send your jboss.xml? I want to know what modifications have you made (I know you that it is for JBoss 4, but let me see). Did you make any changes in standard-jboss.xml file? regards, Sanket. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [Installation, Configuration & Deployment] - problem starting up JBoss AS

2006-03-29 Thread [EMAIL PROTECTED]
I have been using 4.0.3SP1 on XP for a few months. It has been running fine with the EJB3 application. Yesterday, it suddenly had a problem starting up. There is no regular INFO messages showing up when the run.bat is executed. See the following. I checked the log4j.xml in the conf directory and

[JBoss-user] [JBoss Portal] - Re: root folder of CMS (what is that)

2006-03-29 Thread conkan
Follow these steps before you try anything else: 1. Point your browser to 'http://localhost:8080/portal'. 2. Select 'Standard login' and login as 'admin' with password 'admin'. 3. Go to the 'CMS Manager' tab. 4. You will see an icon that symbolizes a folder being created. Click that. 5. Make s

[JBoss-user] [JBoss Portal] - authorizaton to forum portlet catagory and forum problem

2006-03-29 Thread jandrew
I have deploy jboss forum portlet successfully.I create two category,I want authorize category 1 to admin user ,and authorize category 2 to common user,how can I configure or modify source code to implement these requirement. thanks very much. View the original post : http://www.jboss.com/ind

[JBoss-user] [JCA/JBoss] - Re: Hot deploy of ds.xml files generates errors

2006-03-29 Thread achitre
Anuj - Have you figured this out? If you have, please let us know. Thanks. Adrian, I hate to admit, but I tried to read the answer for this in the manual and I couldn't find it. All I know is, in a Spring based app we can accomplish this as follows: Add this to the JndiObjectFactoryBean be

[JBoss-user] [JBoss jBPM] - Re: question about deployment

2006-03-29 Thread ws822
"tperrigo" wrote : I'm having some trouble understanding how to deploy a process. I was able to create a jbpm service archive (using the steps outlined here: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=74781. I then copied the jbpm.sar to the deployment directory of my server; it

[JBoss-user] [EJB 3.0] - Re: @Service + @Management + @Remote + @SecurityDomain?

2006-03-29 Thread elkner
Thax a lot. Hope it doesn't take too long ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933570#3933570 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933570 ---

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss Bootstrap Environment config

2006-03-29 Thread johnson4
Well Im still having trouble with the database, I switched to mySQL but there is a problem with errors like this.ObjectName: jboss.j2ee:jndiName=tambur/billing/service,service=EJB | State: FAILED | Reason: org.jboss.deployment.DeploymentException: Error while fixing table name; - nested

[JBoss-user] [Clustering/JBoss] - Re: Enlightenment

2006-03-29 Thread [EMAIL PROTECTED]
This isn't directly what you're asking for, but has some helpful stuff: http://people.apache.org/~mturk/docs/article/ftwai.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933565#3933565 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[JBoss-user] [Beginners Corner] - EJB Client jar

2006-03-29 Thread bashdrew
Hi, I am a newbie in JBoss. I am using the JBoss Eclipse IDE. I've gone through the tutorial creating the FiboBean EJB and it says that the creation of client jar should be skipped. How can I get the client stubs to be needed by the client applications for remote access? Thanks. Regards,

[JBoss-user] [Clustering/JBoss] - Re: How to Stop a Running Master Node in singleton clusterin

2006-03-29 Thread [EMAIL PROTECTED]
If you un-deploy your singleton service, that should do it. Or you want to stop the node completely? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933562#3933562 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933562

[JBoss-user] [JBoss Portal] - Re: help on jboss-portal-2.2

2006-03-29 Thread ilangocal
"yxyang" wrote : what is the scope of pages defined within one war file? | | Does it mean war files will define pages and then all these pages can be used/arranged through management UI? | | yang Hi I am scratching my head over the same question? Why this SAR file? Have you figured it

[JBoss-user] [EJB 3.0] - Re: @Service + @Management + @Remote + @SecurityDomain?

2006-03-29 Thread bdecoste
This is fixed, but won't be available until our next release - EJB RC6. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933557#3933557 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933557

[JBoss-user] [EJB 3.0] - Re: Abnormal client disconnection

2006-03-29 Thread bdecoste
No, but the SFSB will quickly become passivated and eventually removed so there is no reason to worry about cleaning it up yourself. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933556#3933556 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [EJB 3.0] - Re: SFSB not storing values?

2006-03-29 Thread bdecoste
Every refresh is doing another SFSB JNDI lookup - this is giving you a new instance of the SFSB each time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933555#3933555 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[JBoss-user] [JBoss jBPM] - Re: jBPM and JDK 1.3?

2006-03-29 Thread kukeltje
I personally would not focus on new 1.3 development see http://java.sun.com/j2se/1.3/download.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933553#3933553 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933553

[JBoss-user] [JBoss jBPM] - Re: install jbpm

2006-03-29 Thread kukeltje
sometime solutions are so simple. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933551#3933551 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933551 --- Thi

[JBoss-user] [JBoss Seam] - How to get EntityManager in seamtest

2006-03-29 Thread liudan2005
Started trying seamtest again. How can i get EntityManager in SeamTest case. tried: EntityManagerFactory emf = Persistence.createEntityManagerFactory("mydb"); and tried: EntityManagerFactory emf = Persistence.createEntityManagerFactory("mydb",configOverrides); None of them worked.

[JBoss-user] [JBoss jBPM] - Re: Unworkable jbpm.war downloaded from wiki knowledge base

2006-03-29 Thread kukeltje
Hey, that's a wiki, anybody can post things that work against their environment. If they do not post enough info to describe their environment, this is what you can get. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933549#3933549 Reply to the post : ht

[JBoss-user] [EJB 3.0] - Re: EJB3 session bean with EJB2 session dependency

2006-03-29 Thread bdecoste
Here's an example of how to reference an EJB2.x bean from an EJB3.0 bean in two ways. The first is using annotations for the ejb reference and the other using the deployment descriptor. The following is the EJB3 bean: | @Stateless(name="Test3") | @Remote(Test3.class) | @RemoteBinding(jndi

[JBoss-user] [JCA/JBoss] - Re: JCA Connection Retry and Timeout

2006-03-29 Thread chungmanho
The JBoss version I am using is 4.0.3 sp1. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933547#3933547 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933547 -

[JBoss-user] [Installation, Configuration & Deployment] - Re: Help requried for JBoss 3.2.5 behind Firewall

2006-03-29 Thread anshah1
I am trying to achieve the same kind of deal. RMI over http with JBOSS 4. I was wondering what would be the correct way of testing this. Everything seems to be working fine however I do not know whether it's over Http or direct RMI. i have modified my jboss.xml to create invoker bindings for bot

[JBoss-user] [JBoss jBPM] - Re: difference beetween swimlane,role and user

2006-03-29 Thread kukeltje
because people how have knowledge about bpm, uml, processes etc *know* they are the 'same'. Ronald View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933545#3933545 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933545

[JBoss-user] [JBoss jBPM] - Re: [URGENT] help about workflow with JBPM

2006-03-29 Thread kukeltje
Chouiekh, If you read the documentation of the GPD, you will see exactely the things you need to know. The documentation on jBPM is (imo) not 'rare' but it is a little developer oriented and not fully meant to be just used by business users. Ronald View the original post : http://www.jboss.c

[JBoss-user] [JBossCache] - JBossCache 1.3 and Hibernate -- couple of questions

2006-03-29 Thread akardell
We're still working on testing 1.3 with Hibernate. I have a couple of questions, if anyone can help with, I'd appreciate it. 1) Is it okay to use optimistic node locking with REPLICATION_ASYNC, or is optimistic node locking only meant for use with INVALIDATION_ASYNC? 2) Is there anything with

[JBoss-user] [JBoss jBPM] - Re: question about deployment

2006-03-29 Thread kukeltje
make sure your start state has a task in it. It will then show up in the default web app. Otherwise you'd have to use sql to check the db to see if every thing is deployed Ronald View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933542#3933542 Reply to the pos

[JBoss-user] [EJB 3.0] - javax.annotation.EJB vs javax.ejb.EJB (was Re: @EJB annotati

2006-03-29 Thread xinu
"xinu" wrote : "adver11" wrote : thank asack.I found my problem. | | I'm having similar problems--I can't get the @EJB annotation to work at all, but everything is fine when I lookup() myself. | | adver11, what was your problem that you found? Never mind, I figured out my problem too.

[JBoss-user] [JBoss jBPM] - Re: more info in queries

2006-03-29 Thread kukeltje
To me this looks like hibernate logging. I think you should ask in the hibernate forums. Ronald View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933540#3933540 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933540 ---

[JBoss-user] [JBoss jBPM] - Re: multiple process definition

2006-03-29 Thread kukeltje
Yes Ronald View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933539#3933539 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933539 --- This SF.Net email is sponsored by

[JBoss-user] [JBoss jBPM] - Re: Required indexes missing in JBPM DB script.

2006-03-29 Thread kukeltje
I partly agree. Some people use integer colums to find task, some use other colums. jBPM cannot provide all these indexes out of the box, unless we say 'index everything) We can however provide information either in the wiki or in some faq to give directions. View the original post : http://

[JBoss-user] [JBoss Portal] - Re: root folder of CMS (what is that)

2006-03-29 Thread ilangocal
"gator" wrote : Hi Ilangocal, | | Out of the box, I would say the root folder for the CMS looks like this: | | http://localhost:8080/portal/content/ | | under there you will see the "default" directory. If you want to see | a image in the default directory you would enter a URL li

[JBoss-user] [JBoss jBPM] - Re: TIP: jBPM and BAM/BI

2006-03-29 Thread kukeltje
I fully agree, but having people from pentaho committed to jBPM would be nice. We coud (ab)use them to get up and running fast. I already downloaded their JBoss integrated environment and wil look into this (professionally, not in my spare time) to see what they can provide. Sound's like a perfe

[JBoss-user] [EJB/JBoss] - Re: Implementing Deployment Bootstrap

2006-03-29 Thread dsteinwe
Yes indeed, it sounds like the chicken and egg problem. But the fowl problem isn't unsolvable: First, there was a chicken like creature that lays the egg. Not a really surprising answer thinking about evolution, or? Let's go a step ahead: If the chicken and egg problem is solvable, why should t

[JBoss-user] [EJB 3.0] - Re: @EJB annotation not working in Java Bean

2006-03-29 Thread xinu
"adver11" wrote : thank asack.I found my problem. I'm having similar problems--I can't get the @EJB annotation to work at all, but everything is fine when I lookup() myself. adver11, what was your problem that you found? View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[JBoss-user] [JCA/JBoss] - Re: HOw can I get the connection object from JBoss

2006-03-29 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources I assume you are attempting to use this DS remotely correct? Please read the link above. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933532#3933532 Reply to the post : http://www.jboss.com/in

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: how to tunneling jms to 80 port?

2006-03-29 Thread andres10
This was right after step 6 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933531#3933531 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933531 --- This SF.Net emai

[JBoss-user] [JBossWS] - Re: org.jboss.axis.AxisFault: No service class was found! A

2006-03-29 Thread rosellinif
i have the same troubles with the wiki. have you any response? thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933530#3933530 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933530 -

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: how to tunneling jms to 80 port?

2006-03-29 Thread andres10
I did exactly these steps, but got the following error: 18:15:04,359 INFO [NamingService] Started jndi bootstrap jnpPort=1099, rmiPort=1098, backlog=50, bindAddress=/0.0.0.0, Client SocketFactory=null, Server [EMAIL PROTECTED] 18:15:05,468 WARN [ServiceController] Problem starting service jbo

[JBoss-user] [Clustering/JBoss] - Re: JRMPProxyFactory in deploy-hasingleton

2006-03-29 Thread [EMAIL PROTECTED]
If you don't need it, then I'd recommend avoiding farming until we can identify and resolve the issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933528#3933528 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933528

[JBoss-user] [JBossWS] - Override URL and Port For WS

2006-03-29 Thread greenbean
I setup a client in jboss following these directions: http://wiki.jboss.org/wiki/Wiki.jsp?page=WSDOCClientStepByStep However, I need to have the ability to programmatically override the port and url specific in the wsdl. Or, how about in the jboss-client.xml or application-client.xml? Thanks.

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - myCGI.exe in browser address

2006-03-29 Thread JoniJBOSS
Hi, I have a myCGI.exe that works fine with IIS(inserting the URL in the browser address), but when I use it in JBOSS and then it tries to download the file(myCGI.exe) the problem happens: the download is the problem, i don't want to download the file, i want to execute the file and it generate

[JBoss-user] [Clustering/JBoss] - Re: JRMPProxyFactory in deploy-hasingleton

2006-03-29 Thread Tyler Black
"[EMAIL PROTECTED]" wrote : See this discussion: | http://www.jboss.com/index.html?module=bb&op=viewtopic&t=77986 | | Farming and ha proxies are not interacting correctly. | | http://jira.jboss.com/jira/browse/JBAS-3023 | Thanks for the reply. Would you recommend avoiding farming i

[JBoss-user] [JBoss jBPM] - Re: is the Join-node mandatory???

2006-03-29 Thread osama.abdelkarim
I have an extended question related to this topic? Is it possible to make the process instance continue exection after a join node based on a condition (possibily in a script) instead of waiting for all child tokens? I have seen a undocumented attribute in the code of Join Node that allows add

[JBoss-user] [JBoss jBPM] - Re: Example custom TaskControllerHandler pls

2006-03-29 Thread dhartford
example: View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933521#3933521 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933521 --- This SF.Net email is sponsore

[JBoss-user] [JBoss jBPM] - Re: Example custom TaskControllerHandler pls

2006-03-29 Thread dhartford
example: | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933522#3933522 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933522 --- This SF.Net email

[JBoss-user] [Clustering/JBoss] - Re: JRMPProxyFactory in deploy-hasingleton

2006-03-29 Thread Tyler Black
"susitha" wrote : Hi, | What was the application that you were using? Was it an EJB? If so what kind of a bean? Did the failover and load balancing happened. | Prabath There are multiple applications that use the mbean via the proxy. Servlets and Stateless Session Beans. As mentioned above

[JBoss-user] [JBoss jBPM] - Example custom TaskControllerHandler pls

2006-03-29 Thread dhartford
Hey all, I am having a bit of a time trying to figure out HOW to write a custom TaskControllerHandler based on the information provided. Is there an example somewhere? As a usecase, if you wanted to add another property to the controller tag called 'type' that could be a Java/XML/.NET whateve

[JBoss-user] [J2EE Design Patterns] - Re: how to run WAR files in JBoss

2006-03-29 Thread anishv
I believe you need to stop the JBossAS and then start it up again with the run.bat. Then JBossAS will autotmatically detect the WAR and JAR files. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933518#3933518 Reply to the post : http://www.jboss.com/index.h

[JBoss-user] [JBossCache] - Re: CacheLoaderInterceptor Bottleneck?

2006-03-29 Thread [EMAIL PROTECTED]
Just as well you didn't write the test case while *you* were driving. :) The test case is fine so far, but if you would like to contribute further for more performance benchmarking and some of the major improvements I have planned for the 1.4.0 timeframe, do let me know - I could always use an

[JBoss-user] [Security & JAAS/JBoss] - Re: Mapping ldap groups to jboss roles? where?

2006-03-29 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=LdapExtLoginModule http://wiki.jboss.org/wiki/Wiki.jsp?page=LdapLoginModule View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933516#3933516 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[JBoss-user] [JBoss jBPM] - Re: Required indexes missing in JBPM DB script.

2006-03-29 Thread [EMAIL PROTECTED]
Would you mind posting the indexes you created here so others who try and use jBPM with Oracle can find the solution? thanks. PS: I agree with your comment. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933515#3933515 Reply to the post : http://www.jboss.

[JBoss-user] [Beginners Corner] - Re: Migration from websphere to JBoss

2006-03-29 Thread anishv
I am currently looking into this effort but have not had much luck finding detailed information. If I have developed EAR files in WASD how do I go about to migrate to JBoss AS to run my web services? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933514#3933

[JBoss-user] [JBossCache] - Re: CacheLoaderInterceptor Bottleneck?

2006-03-29 Thread tallpsmith
Manik, Thanks for you reply, glad the test case helped (I wrote in the car on the way home! :) - my wife was driving..) I'll grab CVS Head and check out the changes. At this stage, _any_ efficiency gains in the 1.3.0 release would be most sincerely appreciated. If it helps, I could help wrlte

[JBoss-user] [JBoss Portal] - Re: Multiple user pages / content management

2006-03-29 Thread mholzner
we are working on a feature called dashboard that will allow users to create their own pages. You can of course place a CM portlet on any of those pages. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933512#3933512 Reply to the post : http://www.jboss.com/

[JBoss-user] [Security & JAAS/JBoss] - JaasSecurityManager try to insert duplicate entry into Timed

2006-03-29 Thread wwwluo
Hi there, I have a customer site threw the following exception, but it is not reproducable in my development environment. The DefaultCacheTimeout is already set to 0 to disable the security caching, but JBoss seemed trying to cache it anyway according to the stack trace. Could any one look at t

[JBoss-user] [JBossCache] - Re: CacheLoaderInterceptor Bottleneck?

2006-03-29 Thread [EMAIL PROTECTED]
Hi, thanks for your test case. It proves this inefficiency quite well. I'm working on a proper fix involving locking on a per-fqn level based on method and isolation level, but for now I have a fix in CVS which does improve efficiency considerably but is not the final fix. If this "halfway fix

[JBoss-user] [JBoss Portal] - Re: root folder of CMS (what is that)

2006-03-29 Thread ilangocal
"gator" wrote : Hi Ilangocal, | | Out of the box, I would say the root folder for the CMS looks like this: | | http://localhost:8080/portal/content/ | | under there you will see the "default" directory. If you want to see | a image in the default directory you would enter a URL li

[JBoss-user] [JBoss jBPM] - Re: Required indexes missing in JBPM DB script.

2006-03-29 Thread k.pravin
I did that & created the required indexes.But this is the problem with JBPM DB on heavy traffic of user.JBPM should provide the script to create required indexex to avoid this problem as a pracuationary measures. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[JBoss-user] [JBoss Getting Started Documentation] - how to configure mail in JBoss

2006-03-29 Thread sony3002
hello all in tomcat we can use global naming resource in server.xml | to create mail session in JNDI how to do this in J Boss thanks Sony George View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933505#3933505 Reply to the post : http://www.jbo

[JBoss-user] [Installation, Configuration & Deployment] - Re: jboss time not in synch with host os time

2006-03-29 Thread [EMAIL PROTECTED]
jboss time is simply the jdk time. Look at configuring the timezone in your jdk. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933504#3933504 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933504

[JBoss-user] [JBoss AOP] - [Insight Article] JBoss AOP + JXInsight = Extensible APTM So

2006-03-29 Thread louth
Summary: This article details the integration of JXInsight 4.1.1 with JBoss AOP via a custom trace extension that enables the delivery of an extensible application performance and test management solution for enterprise Java applications. The article is a follow-up to two previous Insight articl

[JBoss-user] [Security & JAAS/JBoss] - Re: How to get authenticated user's Subject from EJB

2006-03-29 Thread [EMAIL PROTECTED]
Q9 http://wiki.jboss.org/wiki/Wiki.jsp?page=SecurityFAQ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933501#3933501 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933501

[JBoss-user] [EJB 3.0] - Re: @Service + @Management + @Remote + @SecurityDomain?

2006-03-29 Thread elkner
Thanx for the info. Unfortunately I need start() and stop() to fire up/cancel timer threads :( BTW: What are your estimations? Is it possible to have it fixed in RC2? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933500#3933500 Reply to the post : http://w

[JBoss-user] [JBoss Portal] - Re: JBOSS and JSF Portlets (Sun RI)

2006-03-29 Thread cooliluv
Hi, I have the same problem. I am not using Myfaces but Sun faces. Roy was going to have a look at it. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886147 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933499#3933499 Reply to the post : http

[JBoss-user] [Management, JMX/JBoss] - Re: How can i configure JBoss 4.0.2 in order to work with MB

2006-03-29 Thread [EMAIL PROTECTED]
The migration is as easy as falling off a log. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933495#3933495 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933495 --

[JBoss-user] [JCA/JBoss] - HOw can I get the connection object from JBoss

2006-03-29 Thread mahendra.wadekar
Hi All I am using JBoss 4.0.3SP1 with Sybase. I am implementing connection pooling from JBoss for which I have done all the configuration in Jboss configuration files. I am trying to get the connection object from the JBoss using this code System.setProperty("java.naming.factory.initial","org.jn

[JBoss-user] [Security & JAAS/JBoss] - Re: SRP with Web-Service?

2006-03-29 Thread [EMAIL PROTECTED]
Check out the source for the handshake. The only way this could be used with a webservice client would be a custom authenticator that did something like a DIGEST auth challenge. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933493#3933493 Reply to the post

[JBoss-user] [JBoss jBPM] - Re: TIP: jBPM and BAM/BI

2006-03-29 Thread [EMAIL PROTECTED]
there are 2 aspects to it. extracting information from the log db (hibernate queries) and visualization in the web console (integrating birt or one of the others into our jsf webapp). on the other hand there is the collection of information. we have the logs, but it would be nice if users coul

[JBoss-user] [Installation, Configuration & Deployment] - Re: SecureIdentityLoginModule and LGPL

2006-03-29 Thread [EMAIL PROTECTED]
That is a minor fair use issue that is fine. The password will be externalized in the next release. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933491#3933491 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933491

[JBoss-user] [JCA/JBoss] - JCA Connection Retry and Timeout

2006-03-29 Thread chungmanho
Hi, I tried to find this from the JBoss JCA documentation but can't find any information about this. Is there a way to configure the JCA Server connection manager to do automatic retry to establish a connection, if it cannot establish one the first time? If so, what steps need to be taken

[JBoss-user] [JBossWS] - Problem with HTTP GET binding

2006-03-29 Thread [EMAIL PROTECTED]
My goal is to provide both soap and http bindings for a web service that I am currently developing. I have had no problem deploying the soap/document literal version. I am starting from wsdl and using wscompile to generate the server side artifacts. The tool of choice on the wiki is wscompi

[JBoss-user] [Security & JAAS/JBoss] - Re: Problem with DatabaseServerLoginModule

2006-03-29 Thread manisha8969
finally i could solve it Instead of 'other' i used my own name and put inside jboss-web.xml as 'java:/jaas/mypolicy' and it worked. regards Manisha View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933486#3933486 Reply to the post : http://www.jboss.com/index

[JBoss-user] [EJB 3.0] - Re: Keep SFSB stub in HttpSession!?

2006-03-29 Thread [EMAIL PROTECTED]
The difference is in the api used to work with the state. Try both and asses the difference. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933485#3933485 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933485 ---

[JBoss-user] [JBossWS] - Re: Serialization of extraneous accessor value in response

2006-03-29 Thread restjohn
Sorry, I forgot to escape my XML. See my other message for the intended content. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933482#3933482 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933482 ---

[JBoss-user] [JBossWS] - Serialization of extraneous accessor value in response

2006-03-29 Thread restjohn
I am using JBoss 4.0.3. I have a wsdl generated by wscompile from a JSE. A value type returned as a respone from one of the operations includes an accessor method inherited from a parent class. Because the accessor has no complementary mutator, wscompile does not include a corresponding elem

[JBoss-user] [JBossWS] - Serialization of extraneous accessor value in response

2006-03-29 Thread restjohn
I am using JBoss 4.0.3. I have a wsdl generated by wscompile from a JSE. A value type returned as a respone from one of the operations includes an accessor method inherited from a parent class. Because the accessor has no complementary mutator, wscompile does not include a corresponding elem

[JBoss-user] [Security & JAAS/JBoss] - Re: LoginContext retrieving

2006-03-29 Thread hoth256
reostat - If I recall correctly, this may have something to do with how your code moves you to the next page (I believe "login form") upon clicking the "Logout" button. I'm not 100% sure I had agreed with who ever sent me a response, but I moved on... Again, if I recall correctly, a suggestio

  1   2   3   >