[JBoss-user] [JBoss jBPM] - Re: Deploy Process Archive

2006-04-21 Thread hungvy
Hello, I got it. Thanks a lot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938760#3938760 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938760 --- Using Tomcat

[JBoss-user] [JBoss jBPM] - Re: Deploy Process Archive

2006-04-21 Thread hungvy
Hello, I got it. Thanks a lot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938759#3938759 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938759 --- Using Tomcat

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Problem associating Topic with MDB

2006-04-21 Thread java_steve
Hi I am experiencing the same thing and I have checked all over for the solution. It seems that when I deploy the MDB the container creates a Topic with the same name and subscribes my MDB to it. What ever I put in the jboss.xml is ignored. jboss.xml MessageBean

[JBoss-user] [JBoss jBPM] - Re: Deploy Process Archive

2006-04-21 Thread hosierdm
When you open your process, there is now a Deployment tab (along with the Daigram, Swimlanes, Design, and Source tabs). You have to deploy from there now instead of the old right-click context menu. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938756#39387

[JBoss-user] [JBoss jBPM] - Re: Deploy Process Archive

2006-04-21 Thread hungvy
"[EMAIL PROTECTED]" wrote : The actual deployment is still done through the 'old' upload servlet in the jBPM webapp. | Regards, | Koen Please let me know it more details. Is there any way to work-around this problem without updating upload servlet? Thanks, View the original post : http:

[JBoss-user] [JBoss AOP] - Re: Conflict when running with AspectJ Load-Time Weaving on

2006-04-21 Thread rbodkin
I tested again on JBoss 4.04RC1 and did see the same problem with the built-in JMX server. I also was able to narrow the problem down to a more specific interaction of our aspect with the initialization of JBoss JMX, rather than a conflict between AspectJ and JBoss AOP per se... View the origin

[JBoss-user] [JBoss jBPM] - Error in GraphSession.findProcessDefinition()

2006-04-21 Thread nsobti
Hello, I get the following exception, while invoking the following code to find a process definition : context = jbpmConfiguration.createJbpmContext(); | GraphSession graphSession = context.getGraphSession(); | processDefinition = graphSession.findProc

[JBoss-user] [EJB 3.0] - error in ShoppingCartBean

2006-04-21 Thread dangquanghuy33
anonymous wrote : 2006-04-22 02:50:59,671 DEBUG [org.jboss.system.ServiceController] starting service jboss.j2ee:service=EJB3,module=tutorial.jar | 2006-04-22 02:50:59,671 DEBUG [org.jboss.ejb3.Ejb3Module] Starting jboss.j2ee:service=EJB3,module=tutorial.jar | 2006-04-22 02:51:00,156 DEBUG [

[JBoss-user] [Installation, Configuration & Deployment] - deploying HA-JMS with EJB3

2006-04-21 Thread josey
Most of the documentation that I have read so far has suggested that you need to install "all" when you install JBoss AS if you want to use HA-JMS. I have read things about deploy-hasingleton but I do not see this after installing JBoss 4.04CR2. Moreover, I want to use EJB3. Q1. Does JBoss 4

[JBoss-user] [EJB 3.0] - Re: Durable Subscriber Annotations for MDB using EJB3

2006-04-21 Thread josey
This annotation is incorrect: | @ActivationConfigProperty(propertyName="subscriptionDurability",propertyValue="Durable") | It s/b this: | @ActivationConfigProperty(propertyName="durability",propertyValue="Durable") | At least with AS 4.04CR2. View the original post : http://www.jbo

[JBoss-user] [Beginners Corner] - Re: JNDI Lookup timeout

2006-04-21 Thread jaibarra
Maybe, i'm working with versata-jboss and it use that port (1099) and is defined on file named "VSJNDI.properties" look for somethig like that and maybe you can define in that file the right port View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938746#3938746

[JBoss-user] [Messaging, JMS & JBossMQ] - Manual HTTP Post over HttpIL

2006-04-21 Thread cristian_e
Hello all, I hope this isn't in the documentation, but I haven't find it yet anywhere. I'm trying to POST a JMS message directly over the HttpIL servlet. The idea is to allow an ASP classic application to send messages to a queue, without the overhead of having to create a proxy for it to c

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: durable topic subscriber (using EJB3 annotations)

2006-04-21 Thread josey
Problem finally solved. This is not a valid annotation (even though I found it referenced numerous places during my research: | @ActivationConfigProperty(propertyName="subscriptionDurability",propertyValue="Durable") | It should be: | @ActivationConfigProperty(propertyName="durability

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Cant see XDoclet Configurations in my eclipse

2006-04-21 Thread aglavina
Try through the Java Perspective, not the Resource Perspective View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938739#3938739 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938739 --

[JBoss-user] [JBoss Messaging] - Re: Problems with JMS table creation: SQLExceptions

2006-04-21 Thread timfox
Anuj- This is to be expected. If you have createTablesOnStartup (see getting started guide) set to true then the server will always attempt to create the tables on startup. If the tables already exist you will then get a SQLException which will logged at log level of debug and it will continue

[JBoss-user] [EJB 3.0] - Re: Durable Subscriber Annotations for MDB using EJB3

2006-04-21 Thread josey
Did these annotations work for you in creating a MDB with a durable topic subscription? The annotation for subscription durability appears differently here: http://docs.jboss.org/ejb3/app-server/reference/build/reference/en/html_single/index.html#jboss_deployment_descriptor Using either one I am

[JBoss-user] [Beginners Corner] - Configure class loading application wide? EJB cannot find w

2006-04-21 Thread lpmon
I have an ear with a web module and an EJB3 module. When my first EJB3 MBean tries to load it cannot find the classes in my web module's WEB-INF\classes folder nor in the WEB-INF\lib folder. I suspect the secret maybe in jboss-app.xml but the docs are NOT CLEAR AT ALL or I have just not found

[JBoss-user] [Beginners Corner] - Re: JNDI Lookup timeout

2006-04-21 Thread peafunk
Hi, Thanks for getting back to me. Yes the database server is up. Could this have to do with the port? I thought the correct port for database access was 1433 but I've seen some people use 1099. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938734#3938

[JBoss-user] [JBoss Seam] - Re: Seam Configuration Qeustion

2006-04-21 Thread ALRubinger
Ah. Am grabbing source from Seam CVS to use the debugger as suggested. And yes, I'm fairly certain my code is properly annotated. | package com.alrubinger.showcase.entity; | | import java.util.Collection; | | import javax.persistence.CascadeType; | import javax.persistence.Co

[JBoss-user] [JBoss Messaging] - Problems with JMS table creation: SQLExceptions

2006-04-21 Thread anshah1
Hi, I had things working till about last night. where I was trying to send a simple text message to a queue. I see something of the sort 13:02:16,648 INFO [Queue] Queue[/queue/NCBIQueue] started, fullSize=75000, pageSize=2000, downCacheSize=1000 in my server output and I am sure that the queue

[JBoss-user] [JBoss Seam] - Re: Seam Configuration Qeustion

2006-04-21 Thread [EMAIL PROTECTED]
Wel, yes, but that just says the scanner looks at the class file. It does not tell you that the component has been deployed. Are you *really sure* that you have an @Name annotation on that class? Use you debugger to step through Initialization.addComponents(). View the original post : http://w

[JBoss-user] [JBoss Seam] - Re: Seam Configuration Qeustion

2006-04-21 Thread ALRubinger
I should be more clear to talk about one issue at a time. From the log file in my initial post, I have: 11:09:20,143 DEBUG [Scanner] archive: C:\jboss-4.0.4RC1\server\alrubinger\tmp\deploy\tmp247366-showc | ase-application.jar-contents\showcase-entity-ejb3.jar | 11:09:20,143 DEBUG [Scanner]

[JBoss-user] [JBoss Seam] - Re: Seam Configuration Qeustion

2006-04-21 Thread [EMAIL PROTECTED]
Huh?? From the log you posted above, the scanner does *not* pick it up! I would expect to see a line like: Component: user, ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938728#3938728 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[JBoss-user] [JBoss Seam] - Re: preventing auto-flushing

2006-04-21 Thread [EMAIL PROTECTED]
Oh, I missed that ... no, no idea. Ask Emmanuel in the HEM forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938727#3938727 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938727 ---

[JBoss-user] [JBoss Seam] - Re: Seam Configuration Qeustion

2006-04-21 Thread ALRubinger
I might also draw some attention to the following errors, though I'm not sure how they're affecting my app (or if they're even expected): 11:09:51,459 ERROR [STDERR] Apr 21, 2006 11:09:51 AM com.sun.facelets.compiler.TagLibraryConfig load | Implicit | INFO: Added Library from: jar:file:/C:/

[JBoss-user] [Clustering/JBoss] - Re: UDP issue

2006-04-21 Thread mikefinn
Thanks for the reply. Turns out our two nodes were actually plugged into two different switches. Somewhere in the path between them, "some" packets were getting dropped. Scary. This should work (provided no routers in the way). Got both boxes plugged into same switch, all is now working. Thank

[JBoss-user] [JBoss Seam] - Re: Seam Configuration Qeustion

2006-04-21 Thread ALRubinger
"[EMAIL PROTECTED]" wrote : Do you have seam.properties in the archive with the User class? Thanks for getting back to me, Gavin. In the root of that archive, yes. And the scanner seems to pick up on it in the log. S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op

[JBoss-user] [JBoss Seam] - Re: preventing auto-flushing

2006-04-21 Thread [EMAIL PROTECTED]
Thanks for your quick response - it works when I add TransactionAttribute(NOT_SUPPORTED) As a matter of interest do you know why the hints aren't working? I am using JBoss4.0.4rc1. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938723#3938723 Reply to the p

[JBoss-user] [JBoss Seam] - Re: preventing auto-flushing

2006-04-21 Thread [EMAIL PROTECTED]
You need to add TransactionAttribute(NOT_SUPPORTED) to the method that you don't want to flush, or you need to set the EM to FlushMode.NEVER. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938721#3938721 Reply to the post : http://www.jboss.com/index.html?mo

[JBoss-user] [Security & JAAS/JBoss] - Re: how to trap 403 error of jboss and display the Custom Er

2006-04-21 Thread pacwest
If you look carefully at the link posted before, you will see that your error page should have 'location' tags around it. I am not sure if this will work in Jboss directly like you say you need it to, but it might help. View the original post : http://www.jboss.com/index.html?module=bb&op=view

[JBoss-user] [JBoss Seam] - preventing auto-flushing

2006-04-21 Thread [EMAIL PROTECTED]
I am trying to prevent flushing from occurring while navigating through a wizard-type scenario. I have tried adding hints to my query: | @Entity | @Table (name="property") | @NamedQuery(name="property.findAll", query="select p from Property p", | [EMAIL PROTECTED](name="org.h

[JBoss-user] [EJB 3.0] - How to / where to specify classpath for MBean

2006-04-21 Thread lpmon
When my EJB3 MBean loads it cannot find the other classes in my app. These classes are in my web app. In my ear at the top folder I have: META-INF .. webapplication.war\WEB-INF\classes (where the classes are) beans.jar I need the bean to find the classes in the WEB-INF\classes folder. Ho

[JBoss-user] [JBoss Portal] - Re: change user role failed

2006-04-21 Thread cpage
what is your code source ? | The executeUpdate method must not return a result set. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938716#3938716 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938716

[JBoss-user] [JBoss jBPM] - Re: PooledActors Explanation

2006-04-21 Thread julian_k
Well for those searching on this topic, I have decided to implement my own custom fields in a subclass of TaskInstance to allow for a richer collaborative environment than that of pooled actors. Perhaps I mising something in the docs, but it seems certain tasks would be best if they could be as

[JBoss-user] [JBoss Eclipse IDE (users)] - How to make java function code change gets picked up without

2006-04-21 Thread sepgs2004
In my earlier version of Eclipse, once I start the JBoss server, if I make changes in any of the following JSP page Java function code, NOT adding or deleting a function or variable, just changing the code inside a function then I do not need to restart the JBoss server in the Eclipse IDE. Now

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Unable to configure JMS queue in mySQL DB

2006-04-21 Thread mining99
I met the same problem. anybody has any idea? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938708#3938708 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938708 --

[JBoss-user] [JBoss Portal] - Re: change user role failed

2006-04-21 Thread pedrosacosta
Here is the rest of the log: | 17:54:01,380 ERROR [org.jboss.portal.common.transaction.Transactions] Problem when ending transaction | org.jboss.tm.JBossRollbackException: Unable to commit, tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=dwprc/1061, BranchQual=, localId=1061] status=STAT

[JBoss-user] [Beginners Corner] - Re: PostgreSQL as DefaultDS Tutorial

2006-04-21 Thread eshalashnikov
Great!, after a day of "google-search" I foung your article is the best explains me how to run PostgreSQL on JBOSS, thanks a lot View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938712#3938712 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[JBoss-user] [JBoss jBPM] - Source Code for the Process Designer

2006-04-21 Thread lchui
Hi, I am trying to get the source code for the GPD (the Eclipse plug-in). I have already downloaded the zip file jbpm-gpd-feature-3.0.8.zip but after poking around a little bit, I could only find the source for the jBPM core engine. Perhaps I am not looking at the right place. Could someone pl

[JBoss-user] [JBoss Seam] - Re: Breaking changes to pageflow

2006-04-21 Thread bsmithjj
How about making a new beta release of Seam - I have trouble trying to figure out which version of facelets, EL, etc... I need to build complete application .war (for a Seam + Hibernate + Facelets style of application)... even though I try to use recent nightly releases, follow the documentation

[JBoss-user] [JBoss Portal] - change user role failed

2006-04-21 Thread pedrosacosta
When i try to exchange user roles from the portal, i get this error, and user role isn't changed: | 17:54:58,507 ERROR [org.hibernate.util.JDBCExceptionReporter] The executeUpdate method must not return a result set. | 17:54:58,507 ERROR [org.hibernate.event.def.AbstractFlushingEventListene

[JBoss-user] [JBossWS] - Problem in running JBossWS samples

2006-04-21 Thread ishq
Hi I wanted to run jbossws samples. but dont know which server is suitable for running samples. i m bit confused as it is written in build.properties about jboss 5 (which i dont know where to download) but only jboss 404 cr2 is available. But if i run ant tool gave some errors for No Class Def

[JBoss-user] [Security & JAAS/JBoss] - JAAS & LDAP Active Directory - Advanced Question

2006-04-21 Thread pacwest
I configured my web applications to use Active Directory via LDAP as described here. http://wiki.jboss.org/wiki/Wiki.jsp?page=LdapLoginModule http://www.developer.com/java/ejb/article.php/3077421 Works great. I can log in, and I can access any jboss applications that have an auth-constraing with

[JBoss-user] [JBoss AOP] - Conflict when running with AspectJ Load-Time Weaving on 4.03

2006-04-21 Thread rbodkin
Hi, I'm trying to support a Glassbox user who is using JBoss 4.03SP1. We are using AspectJ 1.5 load-time weaving with Glassbox. Using JBoss with the Java 5 JMX server works fine. However, if you add these Java options on startup along with our installation (basically -javaagent:aspectjweaver.jar

[JBoss-user] [EJB 3.0] - PLEASE HELP - TOMCAT - EJB3 Integration problem

2006-04-21 Thread sierras
I've a project with a piece of JSP code running like this one WorkerComment <% try { Country country;

[JBoss-user] [JBoss jBPM] - Webapp Example: Go to next task node

2006-04-21 Thread Isklar
Hi, in the webapp example each click on the "Save and Close Task" Button opens the Tasklist page (task.jsp). What is to do to go automatically to the next task node after clicking on an "Continue" Button ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [JBossWS] - java.lang.ClassCastException: org.jboss.ws.server.ServiceEnd

2006-04-21 Thread codemonster_4_hire
Hi All, First, let me say that the new ws stuff is a BIG improvement over the bastardized axis from 4.0.3... Using the supplied tools has been very straighforward. I'm seeing this exception, however, and I'm just not sure what to do about it. The AS is starting just fine, the wsdl is published

[JBoss-user] [JBoss Seam] - Re: Seam Configuration Qeustion

2006-04-21 Thread [EMAIL PROTECTED]
Do you have seam.properties in the archive with the User class? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938701#3938701 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938701 -

[JBoss-user] [JBoss Portal] - Re: UserImpl not mapped

2006-04-21 Thread cpage
i think you can inject the service in the portlet : in jboss-portlet.xml: | UserModule | org.jboss.portal.core.modules.UserModule | :service=Module,type=User | and get the usermodule in the portlet : userModule = (UserModule)getPortletContext().getAttribute("Us

[JBoss-user] [JBoss jBPM] - Re: jbPM and WebLogic

2006-04-21 Thread jcaraneda
sets the property "hibernate.dialect" with value: "org.hibernate.dialect.SQLServerDialect" and the property "hibernate.connection.datasource" with value:"jBPMDS" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938699#3938699 Reply to the post : http://www.jb

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: EJB3 Project using jboss-4.0.4.CR2

2006-04-21 Thread [EMAIL PROTECTED]
This bug has already been fixed in CVS. You can find a patch for the bug here: http://jira.jboss.com/jira/browse/JBIDE-294 Or you can download a recent nightly build from here: http://download.jboss.org/jbosside/builds/nightly View the original post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [JBoss jBPM] - Re: jbPM and WebLogic

2006-04-21 Thread jcaraneda
The steps to run example in weblogic 9 are: 1. Configure hibernate.cfg.xml, like this (I do it test with jbpm db using sql server, if you have another db engine, so read documentation). You only need to configure datasource in weblogic console. org.hibernate.dialect.SQLServerDialect

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: where to put context.xml in JBoss?

2006-04-21 Thread dplass
"[EMAIL PROTECTED]" wrote : No need to discover the hard way, when you refer to the wiki page for Tomcat on the JBoss wiki: | http://wiki.jboss.org/wiki/Wiki.jsp?page=Tomcat | | And in this wiki page, you would have stumbled upon a wiki page for the context.xml: | Using context.xml in JB

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: where to put context.xml in JBoss?

2006-04-21 Thread [EMAIL PROTECTED]
No need to discover the hard way, when you refer to the wiki page for Tomcat on the JBoss wiki: http://wiki.jboss.org/wiki/Wiki.jsp?page=Tomcat And in this wiki page, you would have stumbled upon a wiki page for the context.xml: Using context.xml in JBoss web applications http://wiki.jboss.org/w

[JBoss-user] [JCA/JBoss] - Connection to Oracle9i cluster

2006-04-21 Thread Anny_Lut
We have jboss321 connection pool configuration in oracle-ds.xml to Oracle9iAS cluster | | | BARSDB_ORACLE | jdbc:oracle:thin:@ | (description=(address_LIST= | (LOAD_BALANCE=ON) | (FAILOVER=ON) | (address=(host=10.109.1.11)(protocol=tcp)(

[JBoss-user] [JBoss Portal] - Re: UserImpl not mapped

2006-04-21 Thread pedrosacosta
To solve this problem do this: | UserModule mod = (UserModule) new InitialContext().lookup("java:portal/UserModule"); | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938691#3938691 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[JBoss-user] [JBossWS] - JBoss WS with attachment issues

2006-04-21 Thread neilstamps
using Sun's WScompile tool I have generated all necessary artifacts - WSDL and mapping file for a service which takes a DataHandler to upload files. I have previously run this service ok under Tomcat with Axis installed (using an axis wsdd file) Under 4.0.3.SP1 the deployment fails to find the

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: where to put context.xml in JBoss?

2006-04-21 Thread dplass
I also discovered (the hard way) that it only works if you put it in WEB-INF. However, I wanted to add a "Resources" tag (as defined in http://tomcat.apache.org/tomcat-5.5-doc/config/resources.html), referencing a class in the .war. But this doesn't work, beause the war is not deployed yet! W

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: how to setup a mapping from a context directory to an ex

2006-04-21 Thread dplass
I did some research into this, and found this reference: http://tomcat.apache.org/tomcat-5.5-doc/config/resources.html However this does not work for me, because I cannot figure out how to get the classloader to load the class that I referenced in the tag. Any ideas? View the original post :

[JBoss-user] [JBoss Seam] - Re: Seam Configuration Qeustion

2006-04-21 Thread ALRubinger
Hi. Was hoping for some assistance with a similar problem: | 11:09:53,822 DEBUG [SeamVariableResolver] resolving name: user | 11:09:53,822 DEBUG [Component] seam component not found: user | The view returns me with the message "Conversion Error!" when my form is submitted. I am using J

[JBoss-user] [JBoss jBPM] - Re: ProcessInstance.resume() not working

2006-04-21 Thread nsobti
Also, I forgot to mention that the instance was suspended in an Exception Handler. Could that be the reason why it is not able to resume execution? I could resume the execution using the following code, though: instance.resume(); | ins

[JBoss-user] [JBoss Seam] - Re: Deliver Image stored in seam variable

2006-04-21 Thread vivimos
I set parameters in the url that provides the servlet with the information needed to identify which image the servlet should output. Although, I would think that you could do a priority search by using Contexts.lookupInStatefulContexts() or something similar. Carl View the original post :

[JBoss-user] [JNDI/Naming/Network] - Binding objects in JNDI similar to Tomcat GlobalNamingResour

2006-04-21 Thread mmoales
I'm trying to bind a Jackrabbit repository in JNDI under JBoss (4.0.3SP1). In the Jackrabbit documentation, they describe how to do this under tomcat using the GlobalNamingResources/Resource tags in server.xml and ResourceLink tag in context.xml. This all works fine. Now I want to do the same

[JBoss-user] [JBoss jBPM] - haw to get variable

2006-04-21 Thread infmas
hi for all, i'm traying to get some varible from process instance,some one can help me how i can to do it ? thinks for help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938679#3938679 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

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

2006-04-21 Thread [EMAIL PROTECTED]
I did find a race condition that needs to be synchronized in the JaasSecurityManagerService which could result in this error. Really nothing to do with where the data sources reside other than how this affects the timing issues that cause the race condition. http://jira.jboss.com/jira/browse/JB

[JBoss-user] [JBossWS] - Re: WSSecurity

2006-04-21 Thread ramachennupati
I am trying to run the Jbossws examples with a axis wss4j based client. All my server side stuff seems working fine as the webservice is expecting a soap headers with the security. I am looking for the client side key store with the public key based certificate. In the examples, i am not finding

[JBoss-user] [JBoss jBPM] - ProcessInstance.resume() not working

2006-04-21 Thread nsobti
Hi all, I suspended a ProcessInstance in an ActionHandler of a node using the following code: public void execute( ExecutionContext executionContext ) throws Exception{ | executionContext.getProcessInstance().suspend(); | } I checked the database - JBPM_PROCESSINSTANCE t

[JBoss-user] [EJB 3.0] - Re: Entity comparison

2006-04-21 Thread d11w9t
This code does work, but I am looking for something more generic as I will need to perform various different tasks for different fields on different entities. To determine whether any field has changed on any entity, I would potentially have to add code to all my set methods to flag the field as

[JBoss-user] [JBoss Portal] - Re: UserImpl not mapped

2006-04-21 Thread pedrosacosta
No it doesn't work. :( 1 - Can you put an example that works? 2 - Should i start a service before doing findUserByUserName? | UserModule mod = new UserModuleImpl(); | User user = mod.findUserByUserName(username); | I'm asking this question because this snippet gives me the followi

[JBoss-user] [JBoss Seam] - Re: jasperException in all jsp pages of reversed app

2006-04-21 Thread ppetit
Ok... Here is the report: I have only "one" table in the PotgreSQL database (I wanted to start simple!): | CREATE TABLE abonne | ( | id int4 NOT NULL, | idinterne varchar(32) NOT NULL, | nom varchar(64) NOT NULL, | groupe varchar(64), -- groupe de rattachement | dateabon

[JBoss-user] [JBoss Messaging] - Re: Problem With Selector (Delivery Stops)

2006-04-21 Thread timfox
I have also fixed a related issue when using selectors with queues. This will also be available in the next release. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938665#3938665 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[JBoss-user] [JBoss Seam] - Re: Exception in Phaselistener ?

2006-04-21 Thread lcoetzee
Fixed ! I have upgraded to the myfaces 1.1.2 release which seems to have solved the problem ! Relief ! Later Louis View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938664#3938664 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[JBoss-user] [JBoss jBPM] - Synchronization of subprocesses

2006-04-21 Thread ilya_klyuchnikov
Hi all I am developing some service using jBPM. There are many suprocesses (inside process-state nodes) that run simultaneousely. I need some variables shared between ALL subprocess - for example totalAmount. The thing is that any subprocess can change values of this variables and the behaviou

[JBoss-user] [Installation, Configuration & Deployment] - Re: packaging and deployment of ear-files (classcastexceptio

2006-04-21 Thread andber
Just to clarify; turning on ear-isolation in ear-deployer.xml didn't help me, I have tried it. It made exactly the same to me as putting loader-repository in jboss-app.xml. I use remote interfaces because in some situations these ears are deployed on separate servers. And I use jboss 4.0.4. V

[JBoss-user] [Installation, Configuration & Deployment] - Re: packaging and deployment of ear-files (classcastexceptio

2006-04-21 Thread andber
Hi, and many thanks for your reply! I have tried to turn on ear isolation in ear-deployer.xml but according to my experience this has the same effect as specifying the loader-repository in jboss-app.xml as per above. And I agree, isolated class-loading between the apps should be default. Why

[JBoss-user] [Installation, Configuration & Deployment] - Re: packaging and deployment of ear-files (classcastexceptio

2006-04-21 Thread asack
Absolutely not. With EAR isolation turned off, that means that the first verison of ejb-jar-file will be used for ALL EARs. I'm not sure why you've turned off java2Parent delegation exactly either since you have EAR isolation turned off (as per WIKI, java2Parent delegation is to prevent an EAR

[JBoss-user] [Remoting] - Re: stream handler without a stream

2006-04-21 Thread [EMAIL PROTECTED]
Ok, so this doesn't seem right. If I don't handle streams, I can get the invocation metadata, but I CAN'T get this metadata if I'm handling streams. Why do I get the InvocationHandler in the invoke()... public Object invoke( InvocationRequest invocation ) ...but yet I can't get that same da

[JBoss-user] [JBoss jBPM] - Re: NPE Creating Task with GPD

2006-04-21 Thread er.principe
This seems to happen also today, I performed a fresh installation, plugin version is 3.0.8.1, with eclipse 3.1.2 and the problem persists: java.lang.NullPointerException at org.jbpm.ui.properties.ActionHandlerPropertyPage.performOk(Unknown Source) at org.eclipse.jface.preference

[JBoss-user] [EJB/JBoss] - Re: Calling a remote ejb interface in app1.ear from a servle

2006-04-21 Thread andber
I am using Jboss 4.0.4 CR2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938654#3938654 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938654 --- Using Tomcat but n

[JBoss-user] [JBoss jBPM] - Re: Error in Process Definition Deployment.

2006-04-21 Thread kukeltje
Look at my post to your same question in another topic: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=81449 Please respond first before asking the same question again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938653#3938653 Reply to the post

[JBoss-user] [JBoss Seam] - Re: Exception in Phaselistener ?

2006-04-21 Thread lcoetzee
Painful... seems to be a Myfaces issue. When I rollback to use the 1.1.1 release of myfaces the exception is gone, but when I use the nightlies for 1.1.2 it pops up. Caught between a rock and hardplace. I am forced to use facelets 1.1.4 (certain fixes in there that I need), but 1.1.4 does not p

[JBoss-user] [JBossWS] - Re: JAXB 2.0

2006-04-21 Thread Ganton
To start, I am trying to use a simple annotated class (@XmlRootElement), create a JAXBContext, and marshal it using that JAXBContext. What I am seeing, is that if I use the JAXB 2.0 RI, JBoss doesn't recognize the annotation, and I get a JAXBException relating to the class not having the requir

[JBoss-user] [Beginners Corner] - Logging HTTP requests (JBoss 3.2.6)

2006-04-21 Thread amendonca1974
Hello, I am using JBoss 3.2.6 and I would like to know how I can configure the webserver to log HTTP requests. In our application we have EJB calls tunneled via HTTP and I am interested in logging the *first* point of contact between the client app and the java process. I believe that would be

[JBoss-user] [EJB/JBoss] - Calling a remote ejb interface in app1.ear from a servlet in

2006-04-21 Thread andber
As topic says, I want to call a session bean which is deployed in an ejb-jar inside app1.ear, I am calling it from a servlet which is deployed in a war-file inside app2.ear. Since I have problems with dom4j/jaxen classloading colliding with the jboss jars I have isolated both ear classloading b

[JBoss-user] [Security & JAAS/JBoss] - Re: custom login and web.xml declarative security

2006-04-21 Thread j2ee_junkie
kgrjb, Tomcat's Container Managed Authentication mechanism can not be controllded (for a good reason) by a web application. The idea is that the container provides these services to applications. The applications then can ask to use them. Furthermore Java's servlet spec does not specify how

[JBoss-user] [JBoss Seam] - Re: Exception in Phaselistener ?

2006-04-21 Thread lcoetzee
Hmm... how can I see if I have two SeamPhaseListeners ? Surely for the booking demo that I compile here and deploy (for which I also see the exception) that won't be the case. I haven't changed any of those configuration stuff for a long time. Only thing that really changed was the ejb3 rc6 a

[JBoss-user] [JBoss Portal] - Jboss portal portlet creation

2006-04-21 Thread mandrake789
Hi.. I have always used Oracle sofware , for example Oracle Portal. With this product I am be able to create for example an simple html portlet into few steps without write java code. I have now installe Jboss Portal I'd like to know this product. so my fist question is: With Jboss Portal can I cr

[JBoss-user] [JBossWS] - Error deploying EJB endpoint in Doc/Literal style

2006-04-21 Thread sathwik
Hi, I am trying to deploy an EJB endpoint webservice in doc/literal style on Jboss 4.0.1SP1. I am getting this error mention below. Strangely, which I try for Serlvet endpoint it works. Can u help me on this. My aim is to deploy a EJB endpoint. The error says it doesn't find the xsd, but the x

[JBoss-user] [JBoss Seam] - Re: Value found for In attribute has the wrong type

2006-04-21 Thread kunaalv
You were right, it was the structure of the WAR file which was causing the problem. Once i corrected it so it was the same as your examples, it sorted itself out. Thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938644#3938644 Reply to the post : ht

[JBoss-user] [JBoss Seam] - Re: Exception in Phaselistener ?

2006-04-21 Thread [EMAIL PROTECTED]
BTW, debug, and make sure you don't have two SeamPhaseListeners registered with JSF... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938643#3938643 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938643 -

[JBoss-user] [JBoss Seam] - Re: Simple Seam Question...

2006-04-21 Thread [EMAIL PROTECTED]
That is how you use @Factory, not @Unwrap. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938642#3938642 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938642 --- Us

[JBoss-user] [JBoss Seam] - Re: Exception in Phaselistener ?

2006-04-21 Thread [EMAIL PROTECTED]
I've never seen this one, it certainly does not happen for me in the booking app. I also did not see it happen in the test code you submitted for that JIRA case. So you'll have to help me reproduce it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938641#39

[JBoss-user] [JBoss Messaging] - Re: selector performance

2006-04-21 Thread mwaschkowski
Yes, I understand. It is a risky/implementation dependent. Well, I guess I will have each listener update the database with the results, doesn't sound like there is any way around this, not... Thanks for the suggestions, Mark View the original post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [JBoss Portal] - Re: UserImpl not mapped

2006-04-21 Thread pedrosacosta
Thanks for the quick advice. Now it works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938637#3938637 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938637 ---

[JBoss-user] [JBoss Portal] - Re: UserImpl not mapped

2006-04-21 Thread cpage
why don't use the UserModule ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938636#3938636 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938636 --- Using Tomcat b

[JBoss-user] [JBoss Messaging] - Re: Problem With Selector (Delivery Stops)

2006-04-21 Thread timfox
Actually don't worry about the test case. I have replicated this with the version you are using. This is fixed for topic subscriptions with selectors in the next release which will be available early next week (hopefully Monday). Thanks for your patience. View the original post : http://www.

[JBoss-user] [Messaging, JMS & JBossMQ] - Cannot find the TransactionManager

2006-04-21 Thread plages
I am using a MessageListener to get ServerSession from a remote machine. But I got the following error when started to get Session from ServerSession: 2006-04-19 17:15:40,902 [main] ERROR framework.channel.AbstractJBossImpl - JMSException occurred when executing "getSession" in AbstractJBossImpl

[JBoss-user] [JBossWS] - Re: jbossws/jbossws14 dependency on Tomcat 5.5.16?

2006-04-21 Thread [EMAIL PROTECTED]
anonymous wrote : | I think this explicit dependence clause should be removed. | Yes. There is a release target in the jbossws build that generates the component-info.xml. It does not include tomcat anymore View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [JBossWS] - Re: wstools

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

[JBoss-user] [JBossWS] - Re: Abstract types and simple types not generated

2006-04-21 Thread [EMAIL PROTECTED]
Please try the latest http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQBuildAndInstall How does the wstools generated client fail? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938630#3938630 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

  1   2   >