[JBoss-user] [Installation, Configuration Deployment] - Migrating a webapp on Tomcat to JBoss

2006-02-23 Thread JBossBruce
Hello, I have an application that is running as separate JSPs and servlets in the webapps directory in standalone Tomcat 4.1. I need to migrate this to run on an existing installation of JBoss 4.0.2. Can I simply copy the webapp files from C:\tomcat\webapps directory to the

[JBoss-user] [JBossWS] - Re: WSDL authentication

2006-02-23 Thread sthalkidis
Hello, the reason for protecting the wsdl file, is that the wsdl file can give valuable information for starting a Web Service related attack, according to the bibliography (see for example: Hacking Exposed, Web Applications, Scambray J., Shema M., McGraw Hill; Hacking Exposed, J2EE Java,

[JBoss-user] [JBoss AOP] - Re: intercepting execution of super(..)

2006-02-23 Thread [EMAIL PROTECTED]
What version of jboss aop are you using. construction is quite new, so try one of the later releases if you are not doing so already. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925771#3925771 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: SubProcessInstance(s) returns null

2006-02-23 Thread send2shriram
Hi Ian, Thanks for your reply. I got it working now. Yes, The subProcessInstance IDs are stored in DB. Actually my Process has two subProcesses. The call processInstance.getRootToken.getActiveChildren(). gives me a map of tokens in the mainProcess. From the token in map, i say

[JBoss-user] [JBoss jBPM] - Re: mulit-threading and commit transaction

2006-02-23 Thread RAlfoeldi
This anonymous wrote : I have one jbpmSession that I open that is used in the main class (the engine) only and it stays open till the process instance completes (normally or abnormally). I also have a helper application that opens its own jbpmSession to save process instance, is your

[JBoss-user] [EJB/JBoss] - JBoss AS to non-JBoss AS invocations

2006-02-23 Thread wellington
Is there any means, from JBoss, to call EJBs deployed on a non-JBoss AS (a) using the environment naming context and ejb-refs, and (b) without resorting to JNDI federation and compound names? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925776#3925776 Reply

[JBoss-user] [Clustering/JBoss] - Re: EJB and Http load balancing

2006-02-23 Thread duylt
i found that althought i config deploy stateless session bean in clustered mode . But JBoss still load invoker-proxy-binding with name stateless-rmi-invoker which no HA is applied. And i try to reconfig stateless-rmi-invoker which HA is applied Jboss do load balance and fail over with no

[JBoss-user] [JBoss Seam] - Re: JAAS and SEAM

2006-02-23 Thread [EMAIL PROTECTED]
You can use the Wiki pages for that, you can attach files to a Wiki page. Create a new page and link it from here: http://www.jboss.com/wiki/Wiki.jsp?page=JBossSeam View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925778#3925778 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: JAAS and SEAM

2006-02-23 Thread js8523
It would be really cool if you placed it in the jboss seam wiki. Thanks, James View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925779#3925779 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925779

[JBoss-user] [EJB 3.0] - Re: @OneToMany relation issues

2006-02-23 Thread cspada
No one to help on this ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925780#3925780 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925780 --- This SF.Net email is

[JBoss-user] [JBoss and NetBeans] - Re: Issues in accessing an EJB web service deployed on JBoss

2006-02-23 Thread lkotouc
I already answered the problem with ClassCastException on [EMAIL PROTECTED] Could you please check http://www.netbeans.org/servlets/ReadMsg?list=nbj2eemsgNo=1734? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925781#3925781 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: Migrating a webapp on Tomcat to JBoss

2006-02-23 Thread gquintana
For an application called MyApp deployed in Tomcat, copy C:\tomcat\webapps\MyApp\* into a folder called C:\jboss\server\default\deploy\MyApp.war Then you can add a jboss-web.xml under MyApp.war\WEB-INF to customize the deployment in JBoss. View the original post :

[JBoss-user] [EJB 3.0] - @NamedQueries cannot be on SLSB?

2006-02-23 Thread lhoriman
It appears that @NamedQueries must be attached to an @Entity class, and are not found if they are attached to a @Stateless class. This seems odd to me. Many of my named queries are not logically associated with only a single entity. It would seem to make the most sense that my named queries

[JBoss-user] [JBoss jBPM] - Re: Error parsing queries with jBPM 3.1

2006-02-23 Thread camunda
The problem seems to be the hibernate version! Because I have the same problem but everything works fine in our SessionBean in JBoss I have the idea and it was right: Take the hibernate 3.1 Version (we have the one delivered with JBoss 4.0.3SP1) and it works! View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Re: login issues

2006-02-23 Thread gquintana
Did you declare your security domain java:/jaas/Psc400 in the login-config.xml file? With something like: | application-policy name=Psc400 | authentication | login-module code=org.jboss.security.auth.spi.UsersRolesLoginModule flag=required | module-option

[JBoss-user] [JBossCache] - Using a TCPGOSSIP server

2006-02-23 Thread soeren
Hello, currently we're using JBossCache for an application that is running on about 10 machines, relying solely on a TCP stack as UDP + Broadcasting caused some problems in the past. I.e. the discovery protocol is TCPPING where we need to specify each machine separately. However, if we add a

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Struts Exception

2006-02-23 Thread didi
the field names in the html form have to much the attribute names in the Struts form View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925788#3925788 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925788

[JBoss-user] [JBoss jBPM] - Merging jbpm 3.1 persistence provider into existing SessionF

2006-02-23 Thread kresho
I have a JNDI bound SessionFactory in JBoss, and I want jbpm to register it's mappings into it so I could have single transactions. I have found some mentions in the docs that this is possible, but I just cant get it to work. The JBoss log shows that jbpm has initialized and found the

[JBoss-user] [Security JAAS/JBoss] - invoking an external servlet throgh SSL from Jboss-tomcat

2006-02-23 Thread gioppoluca
Hi I need to call a servlet on www.mytomcat.com:8443 from a servlet deployed on www.myjboss.com:8080 The main problem is that it seems that jboss doesn't recognise the mytomcat certificate. I've created the certificate with the keytool exported and imported both into the keystore of

[JBoss-user] [EJB 3.0] - Re: @OneToMany relation issues

2006-02-23 Thread wereldkeuken
I don't see the reason why you use @JoinTable for a onetomany relationship? This is meant for a manytomany relationship no? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925792#3925792 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: Doubt canceling a timer and killing the tasks

2006-02-23 Thread boerse
Hi Alex I've just noticed you are right and the token leaves the node 3 times, but does it represent a problem or a serious mistake? I think this way it just works and for the statistics (i'll have to make in the future) it does not affect since only the no-default nodes are taken

[JBoss-user] [JBoss jBPM] - Re: Assign a task to 2 users, how please?

2006-02-23 Thread boerse
Hi Elmo and thanks for your reply! What you said is exactly what i want to make (and many of us, i suppose): a timer and 2 or more users, first-come-first serve and keep on working. That's the right point and what in the paper pefectly works, i tried again (as i had already done

[JBoss-user] [Clustering/JBoss] - Too Many httpd process

2006-02-23 Thread vanduyns
My configuration is Apache 2.0 (Latest release) + mod_jk (Latest release) + Jboss 3.2.6 on cluster with 2 nodes (redhat ES 3.0 Update 4 with JDK 1.4.2) Something strange append on Apache. Using Opensta with only for example 5 VU (1 iteration by VU) there is a lot of httpd process created

[JBoss-user] [JBoss jBPM] - Re: Assign a task to 2 users, how please?

2006-02-23 Thread enazareno
Hi boerse, I will try to share my solution to you. I assume you already know how to add groups, users and membership. You try the solution | swimlane name=approver | assignment expression=group(groupname)/ | /swimlane | When it creates the

[JBoss-user] [Installation, Configuration Deployment] - Re: Shutdown = Connection refused

2006-02-23 Thread Spice1978
Same problem. Linux 2.4, JBoss4.0.4RC1, ip alias While append -Djava.rmi.server.hostname=192.168.x.x on startup, all fine View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925797#3925797 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: JAAS and SEAM

2006-02-23 Thread lcoetzee
Wiki ... will do so. Probably only over the weekend though (too many meetings today and tomorrow). L View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925798#3925798 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925798

[JBoss-user] [JBoss Portal] - Re: download a zip file since CMS content

2006-02-23 Thread glodo
Hi everyone.. still dont work the download a zip file... since Firefox when i click on zip file open it a window with the option open or save but.. it download like index.html.. not like zip file.. since IE open a window with code unreadable.. please if someone there do this and works.. please

[JBoss-user] [JBoss Seam] - Tree structure workspaces?

2006-02-23 Thread jbaker_softcomms
I have an app to design that I am considering using seam for and want to know if the following would be easy with the workspaces feature. I need a dynamic tree like structure that represents the structure of the business with nodes representing some process that can be triggered or reinstated

[JBoss-user] [EJB 3.0] - Re: @OneToMany relation issues

2006-02-23 Thread cspada
wereldkeuken wrote : I don't see the reason why you use @JoinTable for a onetomany relationship? This is meant for a manytomany relationship no? Yes it is. But i am actually coding my EJB3 code for an application, but i have to use the old Datamodel in place. So i have no choice for the moment.

[JBoss-user] [Installation, Configuration Deployment] - JBOSS DOM4j XPATH does it work ? need assistance

2006-02-23 Thread dreuzel
I'm not an internal developer of JBOSS but have some applications that need DOM4jand XPATH QUERIES As far as I understand i need DOM4J.1.6.1 and JAXEN 1.1-beta-8 I'm not in the above numbers but standalone my application seems to work. PLugging it in a EJB seems a pain in

[JBoss-user] [JBoss Portal] - Re: help in starting portal server (No null layout allowed h

2006-02-23 Thread noicangi
that error apears me one time i was editing the generic layout, copy again the jboss portal2.2rc2 to your deploy directory and try again View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925803#3925803 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: download a zip file since CMS content

2006-02-23 Thread [EMAIL PROTECTED]
I just tried to upload a zip file using the latest JBoss Portal + JBoss AS 4.0.4RC1. I also added a link from a CMS page to that file It works as expected on Konqueror, Mozilla and IE. I mean that if i click on the link it asks me if i want to open it or save it with its correct filename

[JBoss-user] [Security JAAS/JBoss] - Restricting Cipher suites

2006-02-23 Thread seanduddy
Hi, I am trying to retrict the enabled cipher suites to just TLS_RSA_WITH_AES_128_CBC_SHA on the JBOSS server side, i.e. any clients connect using my stateless beans MUST use this suite. I was using JBOSS 4.0.2, but it appears there was no way to restrict the suites, so I switched to

[JBoss-user] [JBoss Portal] - Installing JBoss Portal 2.2 (packaged with JBoss ) fails

2006-02-23 Thread hjodlozinski
Configuration: JBoss Portal 2.2 (packaged with JBoss AS 4.0.3 SP1) mySQL 5.0 mysql-connector-java-3.1.12 I did follow all installation instructions given in the documentation. The situation is as follows: During first startup, not all tables are created. Exceptions like:

[JBoss-user] [JBoss jBPM] - TaskInstance: ISOPEN_ attribute set to 1 (in suspend/resume

2006-02-23 Thread mennen
Hi, I just tried to suspend a process. And then i resumed it. The result was that, in the tasklist of the user i had a bunch of taskInstances to be done. The problem is that there are tasks that are completed, but that still appear on the tasklist. I checked in the database and noticed that

[JBoss-user] [Security JAAS/JBoss] - j_security_check authentication - uppercase user name = prob

2006-02-23 Thread jeff_porter
If I login to my system with a uppercase user name, then I get the following message. The user is valid, its just in uppercase. HTTP Status 403 - Access to the requested resource has been denied. | | type Status report | | message Access to the requested resource has been denied |

[JBoss-user] [Installation, Configuration Deployment] - graphical tools for deployment

2006-02-23 Thread san_km
actually i have created process archive files by plugin jbpm-gpd-site-3.0.5 into eclipse ide.i donot know how to deploy and how to make .jar/.war files by using eclipse. is there any graphical tool for deployment. View the original post :

[JBoss-user] [JBoss Portal] - Re: download a zip file since CMS content

2006-02-23 Thread glodo
yap.. i use the JBoss AS 4.0.3SP1 and JBoss portal 2.2.1RC1...it would be the problem the version of both? because i try like this.. I have my zip files on default/article/zip/ in a html i link like default/article/zip/tables.zip thats all.. but dont work.. the behavior is the same like describe

[JBoss-user] [JBoss Portal] - Re: download a zip file since CMS content

2006-02-23 Thread noicangi
thomas, how do you install jboss 4.04rc1 and the portal? i used the installer.jar of the jboss 404rc1 and when i deploy the portal (binary) there is an error about policy. what configuration do you use for jboss404rc1 that works with the portal? View the original post :

[JBoss-user] [Security JAAS/JBoss] - Re: flushAuthenticationCache replication

2006-02-23 Thread andersonra
did I post in correct forum ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925813#3925813 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925813 --- This SF.Net email

[JBoss-user] [Installation, Configuration Deployment] - Message bean Undefined annotations activationConfig

2006-02-23 Thread dreuzel
I'm giving message beans a try and i'm trying the examples It seems impossible to link since JAR's or imports seem to be missing The main attribute activationConfig is missing in the definitions Where is it suppoed to be defined ??? Context::

[JBoss-user] [EJB 3.0] - Thread model for @Service beans?

2006-02-23 Thread lhoriman
I couldn't find anything explicit about this in the docs: What's the thread model for a @Service bean? Will all requests to the Local, Remote, and Management interfaces queue and be processed one-at-a-time? Or should the bean be designed thread-safe? If parallel thread access is not allowed,

[JBoss-user] [JBoss jBPM] - Looking for process definition file for the example of 'webs

2006-02-23 Thread sosoict1
Does anyone have the process definition file for the example of 'websale' with jbpm-starters-kit-3.1 ? Please send me a copy. Thank you!! my email: [EMAIL PROTECTED] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925815#3925815 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: Looking for process definition file for the example of '

2006-02-23 Thread Saviola
Here is the code: ?xml version=1.0? | | process-definition name=websale | xmlns=urn:jbpm.org:jpdl-3.1 | | !-- SWIMLANES (= process roles) -- | | swimlane name=buyer / | | swimlane name=salesman | assignment expression=user(ernie) / |

[JBoss-user] [JBoss jBPM] - Re: Looking for process definition file for the example of '

2006-02-23 Thread sosoict1
Thank you,Saviola!! :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925817#3925817 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925817 --- This SF.Net email is

[JBoss-user] [JBoss Portal] - Re: download a zip file since CMS content

2006-02-23 Thread glodo
noicangi: I work with the jboss-4.0.3SP1.zip because with the installer dont work.. if you work with oracle.. is best that you use the jboss complete configuration.. Thomas: the problem with the zip files is because the version? Can you test with the jboss-4.0.3SP1 and portal 2.2.1RC1 and tell

[JBoss-user] [JCA/JBoss] - track-connection-by-tx

2006-02-23 Thread rcarragher
I'm using JBoss 3.2.7 with an older Firebird JCA adapter (1.5.0 beta3) which I'm looking to upgrade immediately. The big problem with it is that after it runs for a while, I get Failure to delist resource exceptions when attempting to get a connection from the pool. It's an xa connection

[JBoss-user] [EJB 3.0] - Re: @persistencecontext: name or unitName?

2006-02-23 Thread mnewcomb
Did this change in the latest PFD? I ask because the EJB3 trail I have has the entity-manager tag inside the persistence.xml file, not a persistence-unit tag. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925820#3925820 Reply to the post :

[JBoss-user] [EJB 3.0] - Message Beans where can one find jar or import definition

2006-02-23 Thread dreuzel
I'm giving message beans a try and i'm trying the examples It seems impossible to link since JAR's or imports seem to be missing The main attribute activationConfig is missing in the definitions Where is it suppoed to be defined ??? Context:: @MessageDriven(activationConfig = {

[JBoss-user] [Installation, Configuration Deployment] - server.conf

2006-02-23 Thread tparlayan
hi server-timeout36/server-timeout is a parameter in server.conf file. 1-)what parameter is it ? anybody can explain it ? 2-) 36 is seconds or mili seconds thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925822#3925822 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - ClassCastException when trying to modify RmiPort using XSLT

2006-02-23 Thread java123
I am trying to run multip instances of JBoss on a single machine. I see that Tomcat ports are handled bings file by use of XSLT. I like to apply this to rest of the ports. I started with RMI port and here is the xsl that I am using: service-config name=jboss:service=Naming

[JBoss-user] [EJB 3.0] - Re: @persistencecontext: name or unitName?

2006-02-23 Thread elkner
yes. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925824#3925824 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925824 --- This SF.Net email is sponsored by xPML, a

[JBoss-user] [EJB 3.0] - @NamedQuery in JBoss 4.0.4

2006-02-23 Thread pimpf
Hi there, Does anyone know if @NamedQuery is supported in JBoss 4.0.4 RC1? I defined one as: @Entity(name=Customer) @Table(name=CUSTOMERS) @NamedQuery(name=findAllCustomers, query=SELECT c FROM Customers c) public class Customer implements Serializable { private Long addressId; private

[JBoss-user] [JBoss Seam] - Re: RequestParameter question

2006-02-23 Thread JamesWoodward
Thanks for that, here is my working version! @Stateful | @Name(mySession) | @Scope(ScopeType.SESSION) | @Interceptors(SeamInterceptor.class) | @Cache(NoPassivationCache.class) | public class MySessionBean implements Serializable, MySession { | | @PersistenceContext |

[JBoss-user] [EJB 3.0] - Re: @NamedQuery in JBoss 4.0.4

2006-02-23 Thread wesslan
Your query is SELECT c FROM Customers c but your entity is named Customer (without the s on the end). Your query should be SELECT c FROM Customer c. Regards Peter View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925827#3925827 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: Schemaupdate tries to create existing sequences ?

2006-02-23 Thread Instinct
How would I do this using current ejb3 PFD implementation? I'm currently using this: | @Entity | @Table(name=incident_category, schema=dossier) | and in the class | @Id | @GeneratedValue(strategy = GenerationType.SEQUENCE, generator = incident_category_seq) |

[JBoss-user] [Beginners Corner] - startup on windows fails

2006-02-23 Thread quaxi
hi - just installewd jboss4.04 on a win2003 machine (1.5_06 installed) * it tells me: Error: Password file read access must be restricted: C:\_java\_sdk\1.5_06\jre\lib\management\jmxremote.password . changed file to read-only access = but it does not care ... thänx for any hint View

[JBoss-user] [Messaging, JMS JBossMQ] - out of memory error loading large queue

2006-02-23 Thread taggat
I am doing a test of jbossMQ to see if it will be suitable for use in a messaging platform. When i load a queue up with over 100k messages and stop the jboss server (simulated server death) I restart the server and jboss gets an out of memory error loading up the queue. (The queue is persisted

[JBoss-user] [EJB 3.0] - Re: Schemaupdate tries to create existing sequences ?

2006-02-23 Thread Instinct
Well, changing the code to | @SequenceGenerator(name = incident_category_seq, sequenceName = dossier.incident_category_seq) | (changing the sequenceName to schema.sequenceName) solved this error, but I think since this did not work for the table specification, it's probably not supposed

[JBoss-user] [EJB 3.0] - Re: @NamedQuery in JBoss 4.0.4

2006-02-23 Thread pimpf
wesslan wrote : Your query is SELECT c FROM Customers c but your entity is named Customer (without the s on the end). | Your query should be SELECT c FROM Customer c. | | Regards Peter I can't believe this, I played around with so many scenarios and at the end - I didn't see a 's'.

[JBoss-user] [Installation, Configuration Deployment] - Re: ClassCastException when trying to modify RmiPort using

2006-02-23 Thread Lviz
what are you trying todo? is that what you are looking for ? http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringMultipleJBossInstancesOnOneMachine edit the jboss-service.xml | mbean code=org.jboss.services.binding.ServiceBindingManager | name=jboss.system:service=ServiceBindingManager

[JBoss-user] [EJB 3.0] - Re: @NamedQuery in JBoss 4.0.4

2006-02-23 Thread wesslan
pimpf wrote : I can't believe this, I played around with so many scenarios and at the end - I didn't see a 's'. | Cheers mate! Welcome to the club! :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925839#3925839 Reply to the post :

[JBoss-user] [JBoss jBPM] - Task assignment handler not being called second time through

2006-02-23 Thread iterrell
I have a process with a task in a loop, and although the assignment handler gets called the first time, it doesn't get called any subsequent times. Here's an example process that shows the behavior: | process-definition name=Task Loop Test | swimlane name='sl' |

[JBoss-user] [EJB 3.0] - Re: Problem with ejb and Servlet

2006-02-23 Thread djiska1
I am testing, but I happen the same. I don't know why? Any idea? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925841#3925841 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925841

[JBoss-user] [JBoss AOP] - Error opening zip file: pluggable-instrumentor.jar

2006-02-23 Thread anders.hedstrom
Hi, I'm using jboss-4.0.3SP1 with jdk 1.5.0_06 on Debian. I've installed JBoss AOP 1.3.5 and made all changes needed to run it with jdk5. It all works fine when I start JBoss from the console like this: [EMAIL PROTECTED] ./run.sh But...when I try to start JBoss from my startup script I get

[JBoss-user] [EJB/JBoss] - Re: Invalid invocation, check your deployment packaging

2006-02-23 Thread tnine
I'm also experiencing this problem, except it is between two EJBs packaged in seperate EARs. One EJB is making a remote call to another. Each ear has its own classloader defined with the Meta-inf/jboss-app.xml with | ?xml version=1.0 encoding=UTF-8 ? | jboss-app |

[JBoss-user] [Installation, Configuration Deployment] - Scanning failed; continuing

2006-02-23 Thread n_ton
Hi, all, I'm am trying to upgrade my application from JBoss 3.0.6 to 3.2.8 on RedHat running JDK 1.4.2_10. When I first start up JBoss with my applications in the deploy directory, my 5 ears deploy fine and my applications work as expected. During development, I have an ant build process

[JBoss-user] [EJB 3.0] - Re: Extensions to EJB3: Message Driven POJOs

2006-02-23 Thread georgesberscheid
Hi, I just downloaded JBoss4.0.4RC1 and installed EJB3 extensions. Unfortunately, I can't find org.jboss.ejb3.mdb.Consumer or org.jboss.ejb3.mdb.Producer interfaces as described in the wiki. There seem to be implementations to those interfaces in jboss-ejb.jar though. Has this feature been

[JBoss-user] [EJB/JBoss] - Re: Invalid invocation, check your deployment packaging

2006-02-23 Thread tnine
Just as a follow up, I may be misunderstanding the classloader issue. My understanding is that you receive this error when the same class has been loaded twice by the same classloader. Since we configure each ear to have its own classloader, then each application should have a contained class

[JBoss-user] [JBoss jBPM] - Need help with action config-type field and List property

2006-02-23 Thread michaelholtzman
I have an action that requires a List property to be populated in the process definition. | node name=InitializeVariables | action class=com.olf.workflowmgr.action.VariableInitActionHandler | VarListTranNum|Int|/VarList | VarListInExcession|Boolean|False/VarList |

[JBoss-user] [JBoss Portal] - View a CMS content

2006-02-23 Thread glodo
Hi everyone! i want to know if is possible reference a CMS content since a jsp i have a portlet that deploy a list of items.. and each service i need to reference to a CMS content.. particularly a html content in a CMS portlet.. and another items (same list of items) to a different

[JBoss-user] [JBossCache] - Re: Getting data from the cache.

2006-02-23 Thread srivathsak
Thanks 4 understanding my problem... Yes...exactly what u said is happening How can i overcome this problemdo reply me fast. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925855#3925855 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: download a zip file since CMS content

2006-02-23 Thread [EMAIL PROTECTED]
noicangi wrote : thomas, how do you install jboss 4.04rc1 and the portal? i used the installer.jar of the jboss 404rc1 and when i deploy the portal (binary) there is an error about policy. | what configuration do you use for jboss404rc1 that works with the portal? I use the CVS HEAD of

[JBoss-user] [JBossCache] - Significance of wakeUpIntervalSeconds ?

2006-02-23 Thread srivathsak
Hi ppl, Thanks 4 the support u r giving Here i have another doubtI am not clear with the concept of wakeUpIntervalSeconds. Can anyone explain me in detail what is the significance of it in evicting a node.. View the original post :

[JBoss-user] [EJB 3.0] - Re: What's wrong with the following OR mapping?

2006-02-23 Thread yantriki
just want to point out that I have a variable of ModuleType defined in the Module class. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925860#3925860 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925860

[JBoss-user] [JBoss Portal] - Re: Portal 2.2 Clustering

2006-02-23 Thread noicangi
hi, thomas in the topic about a zip file in cms for download post that he uses the cvs head of portal 2.4, i need to know if that version ( not stable i know) has the option of clustering, i don't know if i'am usign the 2.2 branch of the portal, but setting true at local.properties at cvs i

[JBoss-user] [JBoss Portal] - Re: Portal 2.2 Clustering

2006-02-23 Thread noicangi
also i need to know if jboss-portal.sar need to be a file or a directory because when i build the portal its a file and when i download the directory and change the config like the wiki says its a dir . View the original post :

[JBoss-user] [JBoss jBPM] - Timer duedate always set to yyyy-mm-dd 09:01:00

2006-02-23 Thread mennen
It's weird.. I set a timer on a state node like this: state name=node1 | timer duedate=1 business minute transition=choix2 / transition name=choix1 to=task2/transition | transition name=choix2 to=task3/transition |/state | And the duedate in the database is

[JBoss-user] [EJB 3.0] - Re: Collection not yet supported

2006-02-23 Thread aidan_b5
Excellent, thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925864#3925864 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925864 --- This SF.Net email is sponsored

[JBoss-user] [JBoss Portal] - Re: Portal 2.2 Clustering

2006-02-23 Thread [EMAIL PROTECTED]
I didn't try the clustering yet and don't know if everything was ported to the 2.4 branch. About the file/directory question, JBoss AS doesn't care if it is a file or a directory as long as the directory name includes the extension .sar in our case. View the original post :

[JBoss-user] [JBoss Seam] - Cannot get value for expression

2006-02-23 Thread rengar
It deploy fine. Some errors in log : FATAL [org.hibernate.ejb.packaging.PersistenceXmlLoader] entityManager JTA But show this error in all jsf files : javax.servlet.ServletException: Cannot get value for expression '#{usuarioEditor.new}' And jboss log : 17:14:48,757 ERROR [STDERR]

[JBoss-user] [Clustering/JBoss] - Re: farmed .jars being deleted

2006-02-23 Thread ScottMarlowNovell
I think that this is the same issue as reported in JIRA JBAS-1227 (http://jira.jboss.com/jira/browse/JBAS-1227). I need someone that is experiencing this issue to recreate with the 4.0.4rc1 bits. If it recreates with 4.0.4rc1, we can try to fix for the 4.0.4 release. Thanks for your help,

[JBoss-user] [JBoss Seam] - Re: Cannot get value for expression

2006-02-23 Thread [EMAIL PROTECTED]
I don't remember seeing that error: 17:14:48,757 ERROR [STDERR] java.lang.ClassCastException: org.jboss.ejb3.entity.InjectedEntityManagerFactory and wonder where it comes from. But all other errors are known and are ok to ignore. MyFaces is a bit to verbose on things it cannot find.

[JBoss-user] [JBoss jBPM] - Problems with setProcessDefinition over reflection and GCLIB

2006-02-23 Thread camunda
Hi, we have developed a workaround to update running processes to a new version. This also needs to change the processDefinition attribute in ProcessInstance. Because there is no setter, we have done it over reflection: | Field field =

[JBoss-user] [JBoss Seam] - Re: Tree structure workspaces?

2006-02-23 Thread cesarizurieta
Maybe you should check out Seam's integration with jBPM: http://www.jboss.com/products/jbpm http://docs.jboss.com/seam/reference/en/html/jbpm.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925873#3925873 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: Timer duedate always set to yyyy-mm-dd 09:01:00

2006-02-23 Thread mennen
I don't know if it's a bug or not, but it seems to work when i take the 'business' keyword off.. so the duedate becomes duedate = 1 minute instead of duedate = 1 business minute I checked the userguide, and here is what I found: 14.1. Duration | A duration is specified in absolute or in

[JBoss-user] [JBoss Seam] - Re: JBoss-SEAM examples and eclipse 3.1

2006-02-23 Thread kregan77
I jsut got this same error running the hibernate EG example in Eclipse 3.1 with JBoss IDE installed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925875#3925875 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925875

[JBoss-user] [The Lizzard's corner] - Rumors: not commenting is JBoss's policy.

2006-02-23 Thread [EMAIL PROTECTED]
Dear All, To further grow our community and ecosystem, JBoss is always talking to a lot of companies about ways we can work more closely together. From time to time, in the course of these discussions, we receive proposals that go beyond the scope of a partnership. JBoss? policy, however, is

[JBoss-user] [Installation, Configuration Deployment] - Re: Scanning failed; continuing

2006-02-23 Thread [EMAIL PROTECTED]
If you are on unix, you could copy your deployment into a different location in the same filesystem when ./deploy is, then do an atomic 'move'. We would need to look what changed from 3.0.6 to 3.2.8. View the original post :

[JBoss-user] [Clustering/JBoss] - 'Invalid transaction state' in HttpSessionListener with dist

2006-02-23 Thread greyfairer
Hi all, We are developing a web application that needs to track when a user logs out, or when it's session times out, so we wrote an HttpSessionListener that uses Hibernate to update a login record when the authentication attribute is removed from the HttpSession. This works in a non-clustered

[JBoss-user] [JBoss jBPM] - Re: Task assignment handler not being called second time thr

2006-02-23 Thread kukeltje
afaik, jBPM does not call the assignmenthandler again if the swimlane already has an actor assigned in a swimlane. This is at least what I saw too in jBPM 3.0 and are trying to verify that now by looking in the code. What version are you using? View the original post :

[JBoss-user] [EJB/JBoss] - Re: Invalid invocation, check your deployment packaging

2006-02-23 Thread [EMAIL PROTECTED]
Not if a war is configured to use child first class loading and it redundantly (unnecessarily) includes the ejb jars. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925881#3925881 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: out of memory error loading large queue

2006-02-23 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQJDBC2Persistence 4.0.4 has more options for recovering large msg stores. http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMQ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925883#3925883 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: Error parsing queries with jBPM 3.1

2006-02-23 Thread kukeltje
Yep, for me to. If I put the hibernate version that is in the jbpm/lib/hibernate jar in jboss 4.0.2 this error diasappears, but another error pops up. Just tried 4.0.3 and have no problem there. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925882#3925882

[JBoss-user] [EJB/JBoss] - Re: Invalid invocation, check your deployment packaging

2006-02-23 Thread gugrim
[EMAIL PROTECTED] wrote : Because classes used by the ejbs are duplicately deployed in the war. Yepp, that was it. Two libraries that were included in the EAR, on the same level as the WAR, were also in the WEB-INF/lib inside the WAR. A relic from the time when the application was just a WAR

[JBoss-user] [JBossCache] - Re: Significance of wakeUpIntervalSeconds ?

2006-02-23 Thread [EMAIL PROTECTED]
That's the eviction thread wake up interval to process eviction. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925885#3925885 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925885

[JBoss-user] [Security JAAS/JBoss] - Re: j_security_check authentication - uppercase user name =

2006-02-23 Thread [EMAIL PROTECTED]
This says the user is valid but does not have permission to access the resource. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925886#3925886 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925886

[JBoss-user] [JBoss jBPM] - Re: Task assignment handler not being called second time thr

2006-02-23 Thread iterrell
I'm using 3.1. It strikes me that if an action is used for task assignment, it should call the action every time. What if a process instance runs for a long time (mine will run for at least 3 or 4 months) and the task actors should be set based on information that could be modified by the

[JBoss-user] [JBossCache] - Re: TreeCacheAOP Get Performance

2006-02-23 Thread [EMAIL PROTECTED]
Ok, it is diffcult for me to see now because I have run some profiling myself last week and I didn't see it. Which version of JBossCache you are using? -Ben View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925888#3925888 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Re: Restricting Cipher suites

2006-02-23 Thread [EMAIL PROTECTED]
You need a dependency on the provider of the java:/jaas/rmi-ssl keystore. | mbean code=org.jboss.invocation.jrmp.server.JRMPInvoker | name=jboss:service=invoker,type=jrmp,socketType=SSLSocketFactory,wantsClientAuth=true | ... | dependsWhatevery your JaasSecurityDomain associated

  1   2   3   >