[jboss-user] [JBoss Seam] - Re: @Redirect issues - not redirecting to a page

2006-09-28 Thread zzzz8
One more thing - I've noticed that since I made the move from Seam 1.0.1 GA to the latest CVS version of Seam (Sep. 26), application exceptions that are thrown automatically take me to the JBoss Seam Debug page, similar to what was seen in this thread:

[jboss-user] [JBossCache] - Re: Caching for Web services?

2006-09-28 Thread zzzz8
Thanks for the info Brian. I've only quickly glanced at the tutorial - and perhaps I should do some extra reading before I ask this - but do you have any examples that relate to caching Web services. I couldn't find this in the tutorial. In particular, I'm looking for examples (or just some

[jboss-user] [JBoss Portal] - Portal with Postgresql

2006-09-28 Thread mb2s
Hello, I want to use the portal with Postgresql as default database. Is there a step by step description or can someone help me to configure the jboss portal installation? Many thanks Michael View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3974760#3974760 Reply

[jboss-user] [JBoss Portal] - Re: login portlet and CMS admin

2006-09-28 Thread noicangi
where i could find or instanciate cmsadmin portlet exclusively for a folder? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3974762#3974762 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3974762

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Multiple Wars in Ear -URL

2006-09-28 Thread nancy.aggarwal
Hello all, I am having an ear having 2 wars.I need that the unique context for both war.I have heard context name are war level not ear level. Is it correct? If that is the case then can it be possible that if a.war nad b.war in an EAR then URL: http://ip:port/a/x.html for a.war

[jboss-user] [JBoss Seam] - Re: @Redirect issues - not redirecting to a page

2006-09-28 Thread zzzz8
8 wrote : Hi Gavin, | | Thanks for the quick response! For now, I just made message non-null, but I've come up with a slightly different error.: | | ERROR 27-09 13:41:48,204 (ApplicationDispatcher.java:invoke:704) -Servlet.service() for servlet jsp threw exception

[jboss-user] [Security JAAS/JBoss] - Know current login user in my bean

2006-09-28 Thread yakamax
Hello ! How can I know current user in my standard bean ? I user : * JSF * auth-methodFORM/auth-method * JBoss 4.0.4GA But I don't know how can i get login of the current user logged ... I try this : FacesContext fc = FacesContext.getCurrentInstance(); |

[jboss-user] [EJB/JBoss] - Re: Embedded EJB3 and JNDI lookups

2006-09-28 Thread jaikiran
anonymous wrote : Anybody know how to see what's in the JNDI tables? Follow these steps: 1) Hit http://localhost:8080/jmx-console 2) On the page that comes up, search for service=JNDIView 3) Click on it 4) On the page that comes up, click on the Invoke button beside the list method. 5) This

[jboss-user] [Security JAAS/JBoss] - Re: Know current login user in my bean

2006-09-28 Thread jaikiran
I havent worked with JSF, but how about this API: http://java.sun.com/javaee/javaserverfaces/1.0/docs/api/javax/faces/context/ExternalContext.html#getRemoteUser() So your code will look like: FacesContext fc = FacesContext.getCurrentInstance(); | String loggedInUsername =

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Installing RMISecurityManager in jboss

2006-09-28 Thread jaikiran
anonymous wrote : when i'm trying to use RMI functions with tomcat under jboss it says i have no RMISecurityManager installed Please post the exact exception stacktrace that you were seeing(before you wrote the code to install the RMISecurityManager). The root cause of the exception might be

[jboss-user] [Security JAAS/JBoss] - Re: Know current login user in my bean

2006-09-28 Thread yakamax
Thanks but i find this : [CODE] FacesContext context = FacesContext.getCurrentInstance(); Principal p = context.getExternalContext().getUserPrincipal(); String login = p.getName(); [/CODE] Have Fun View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3974773#3974773

[jboss-user] [Installation, Configuration Deployment] - Re: problem installing RMISecurityManager under jboss

2006-09-28 Thread jaikiran
anonymous wrote : when i'm trying to use RMI functions with tomcat under jboss it says i have no RMISecurityManager installed Please post the exact exception stacktrace that you were seeing(before you wrote the code to install the RMISecurityManager). The root cause of the exception might be

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Installing RMISecurityManager in jboss

2006-09-28 Thread jaikiran
haplo_3, Let's continue this discussion at: http://www.jboss.com/index.html?module=bbop=viewtopict=91623, since at this point this does not look to be related to Tomcat. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3974777#3974777 Reply to the post :

[jboss-user] [JBoss and NetBeans] - Netbeasn 5.5 Beta2 budled with Jboss 4.0.4 problems

2006-09-28 Thread brettc4
I have just downloaded this bundled and installed based on the instructions from: http://www.netbeans.org/community/releases/55/install-jboss-bundle.html I then tried to follow the EJB3.0 Enterprise beans for the JBoss Application Server from here:

[jboss-user] [JBoss/Spring Integration] - Re: New feature proposal: byType injection of Spring beans

2006-09-28 Thread c.vidal
Great, glad to hear that :D View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3974779#3974779 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3974779 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - isUserInRole doesnt work in jsp

2006-09-28 Thread hubertg
hi, [jboss-portal bundle 2.4] i have a portlet which dispatches to a jsp to render the output. now my problem: within the portlet i can execute aRequest.isUserInRole(student)); this returns true because the given user is a student. but wihin the jsp | % out.println(jsp in role : +

[jboss-user] [JBoss Eclipse IDE (users)] - Debugging in eclipse

2006-09-28 Thread idom
Hello I am using: jboss-4.0.4.GA and Jboss IDE Eclipse 1.5 The problem - After updating my code, and running in debug mode the compiler does not recognize the changes in the code, I must repackage the entire code and redeploy it, only then the debugger is parsing the new code! Is this a

[jboss-user] [JBoss Portal] - Re: Security constraints for portlets

2006-09-28 Thread franco12
Same wondering ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3974783#3974783 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3974783 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Why the jBPM example webapp doesn't have process defination

2006-09-28 Thread [EMAIL PROTECTED]
I got the jBPM-3.1.2, and opened the example webapp package jbpm.war. But I didn't find the process defination file, I think it should has process defination file, such as processdefination.xml. So I want to know how to control the busniess process of this webapp? Thanks! View the original

[jboss-user] [Beginners Corner] - Access log for Jboss AS

2006-09-28 Thread jbchurn
Hi, How do I get the access log for Jboss As? The access log here refers to something like what Apache Web Server has where it contains details for all accessed url. Please advise. Thank you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3974785#3974785

[jboss-user] [JBoss Portal] - Re: isUserInRole doesnt work in jsp

2006-09-28 Thread hubertg
ok, my fault: i have to use portletRequest variable instead of request. and therefore I have to insert the defineObjects tag. this works now (returns true as is should): | portlet:defineObjects/ | % out.println(jsp in role : + renderRequest.isUserInRole(student)); % View the

[jboss-user] [Beginners Corner] - Re: Access log for Jboss AS

2006-09-28 Thread visolvejboss
Hello, If i have understand it correctly, you are looking for server.log file. JBoss creates this log file inside JBOSS_HOME/server/configuration-type/log/server.log directory View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3974787#3974787 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Regarding processdefinition

2006-09-28 Thread jits_1998
Download the src code. It comes with scores of test cases to demostrate the possiblities in jbpm. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3974788#3974788 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3974788

[jboss-user] [JBoss jBPM] - Re: Regarding variable in jbpm

2006-09-28 Thread jits_1998
TaskVariablesDbTest in the source code test cases demonstrates this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3974789#3974789 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3974789

[jboss-user] [JBoss jBPM] - Re: Variable Controler

2006-09-28 Thread jits_1998
TaskVariablesDbTest in the src code test cases explains how to put data in your task instances. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3974790#3974790 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3974790

[jboss-user] [EJB/JBoss] - NPE on SecurityActions.getContextClassLoader in Container.ja

2006-09-28 Thread mskonda
Let me explain what I'm trying to do: I have a resource adapter which does EIS specific stuff (it creates an Object, registers callbacks with a EIS written in C++ client using JNI, awaits for callbacks from the C++ EIS). When the message arrrives, the C++ client invokes the callback on the

[jboss-user] [JBoss Seam] - EL expression in annotation

2006-09-28 Thread atao
Hello, Is it possible to use syntaxe like this one @In(value=#{customer.addresses['shipping']}) with @Out, @ModelData and @ModelDataSelection? I tried @Out(value=#{fundSelector.entityListName},required=false) and when I checked the value's value of the annotation, I found the string

[jboss-user] [Security JAAS/JBoss] - Re: Can't get access right from Java Client

2006-09-28 Thread jaikiran
anonymous wrote : I was first using LoginInitialContextFactory. Does this module perform client-side authentication ? As per the javadocs of LoginInitialContextFactory: anonymous wrote : /** A naming provider InitialContextFactory implementation that combines the authentication phase | *

[jboss-user] [Installation, Configuration Deployment] - Re: problem installing RMISecurityManager under jboss

2006-09-28 Thread haplo_3
i manage to fix the problem by adding set JAVA_OPTS=%JAVA_OPTS% -Djava.security.manager -Djava.security.policy=Security to run.bat now it seems i can't find my stub class since i set the security manager i manully copied the stub to my client directory any suggestions of how to set the

[jboss-user] [JBoss jBPM] - Re: task priority not persisted, small BUG.

2006-09-28 Thread jits_1998
does this priority get used anywhere? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3974792#3974792 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3974792 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: seam messages

2006-09-28 Thread nhpvti
carojas wrote : Hi, | | I can change the messages. one link to according place in JSF docs or a couple of words about the solution would be more informative for people who are reading this thread ;-) View the original post :

[jboss-user] [Management, JMX/JBoss] - Re: Multiple depends

2006-09-28 Thread jactor
Thanx a billion!!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3974797#3974797 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3974797 ___ jboss-user mailing list

[jboss-user] [EJB/JBoss] - Re: javax.naming.CommunicationException: Receive timed out

2006-09-28 Thread [EMAIL PROTECTED]
Hello TAMAN ,if u get the solution for this problem plz send it to me View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3974800#3974800 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3974800

[jboss-user] [EJB 3.0] - Re: Deployment dependencies...

2006-09-28 Thread jactor
please describe how you have packaged your application. Are things in an EAR? If not, what is in which jars? As I mentioned earlier: anonymous wrote : I am creating a jar including all the beans except the MBean. I am creating a sar including the MBean and the jar created earlier. Both of

[jboss-user] [Beginners Corner] - Re: Access log for Jboss AS

2006-09-28 Thread jaikiran
I guess what jbchurn is looking for is the localhost_accessxxx.log files that get created in the %JBOSS_HOME%/server/default/log directory. The contents will be similar to: 127.0.0.1 - admin [12/Apr/2006:18:04:37 +0530] GET

[jboss-user] [EJB/JBoss] - Re: javax.naming.CommunicationException: Receive timed out

2006-09-28 Thread jaikiran
Please provide more details as to when are you seeing this exception. What is the code that you are using to do the lookup. The Context.PROVIDER_URL should be: jnp://localhost:1099 assuming that the EJB is deployed on the local machine. If you are using jndi.propeties then it should contain:

[jboss-user] [EJB 3.0] - EJB 3.0 Simplified API

2006-09-28 Thread artemgolubev
Hi, I trying to use remote interface for my session bean in my servlet: public class AddUserController extends HttpServlet { @EJB public UserDAO userDAO; ... remote interface is described this way: @Remote public interface UserDAO { ... but userDAO is null Can I use Simplified API with

[jboss-user] [EJB 3.0] - Tool for generating entities and mappings?

2006-09-28 Thread nomike
Hi! I have a very complex Sybase Adaptive Server Anywhere (not Adaptive Server Enterprise!) Database with lot's of tables, foreign-keys etc. Is there a tool which generates my Entities out of the DB? Also I need the XML-Files needed for mapping the entites to the db. I never saw a

[jboss-user] [EJB 3.0] - Re: EJB 3.0 Simplified API

2006-09-28 Thread artemgolubev
Is it the problem, described in http://jira.jboss.com/jira/browse/EJBTHREE-191?vote=vote ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3974807#3974807 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3974807

[jboss-user] [JBoss Getting Started Documentation] - Re: Drools 3.0_urgent_Any one plz answer

2006-09-28 Thread sheeba
GVenkat wrote : hi, | | can any one reply plz on the doubt in Drools.? | | Is is possible to fire only one rule from set of rules? | What is Agenda filter is drools? | How to use RuleNameEqualsAgendaFilter in drools? | | View the original post :

[jboss-user] [JBoss Portal] - How to control maximized portlet layout?

2006-09-28 Thread taprogge
Hi! I am trying to understand how Portal manages the layout of maximized portlets. The documentation does not seem to cover this topic. In a freshly deployed Portal, a maximized portlet will cover both center and left regions, but not navigation. How is this controlled? Is the omission of the

[jboss-user] [JBoss Seam] - Re: Problem in Booking Ex. from Seam 1.0.1 GA causes misbeha

2006-09-28 Thread widura
Indeed, you're right! After deploying the original Seam 1.0.1 GA Booking Example I haven't encountered this problem again. So I tried to figure out what my problem is. The only thing I changed in the booking example was the booking-ds.xml which I defined to use a MySQL Database as datasource:

[jboss-user] [Installation, Configuration Deployment] - problem in the connection ssl of a jar i wrote

2006-09-28 Thread carlo.bongiovanni
i configured jboss to use iiop over ssl. on jboss there is installed adobe policy server. i wrote a program, and put it in a jar deployed to jboss, this code is something like this: | ... | EDCFactory apsSession = null; | |

[jboss-user] [Installation, Configuration Deployment] - Re: problem installing RMISecurityManager under jboss

2006-09-28 Thread haplo_3
i set the set JAVA_OPTS=%JAVA_OPTS% -Djava.rmi.server.codebase=file:/C:\jboss-4.0.4.GA\server\default\deploy\lps.war\WEB-INF\classes\com\lo\simaserver\connector/ in run.bat but i still can't figure out why i'm getting newSimulation remotecall onerror: {faultString: VlabRequest_Stub (wrong

[jboss-user] [EJB 3.0] - Re: Embedded EJB3 and .scanClasspath()

2006-09-28 Thread jc7442
I have the same problem using maven. It uses several classpath. To solve this I have implemented a custom class embeddableejb3tools.EmbeddableEJB3Container(). Before starting the container I declare at least one session bean class. It will deploy all the classes deploy in the jar of this

[jboss-user] [EJB 3.0] - Re: EJB 3.0 Simplified API

2006-09-28 Thread muhviehstarr
I think it belongs more to http://jira.jboss.com/jira/browse/EJBTHREE-212 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3974814#3974814 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3974814

[jboss-user] [EJB 3.0] - @Ejb and remote ejb references

2006-09-28 Thread bizimalem
Hi, how can I use dependency injection for remote ejbs residing on other machines? Example: @Stateless(name=CustomerFacadeClient) @SecurityDomain(united-erp) @Name(CustomerFacadeClient) public class CustomerFacadeClientImpl implements CustomerFacadeClient { /**

[jboss-user] [Beginners Corner] - OK with JBoss 4.0.0 and 4.0.1, problems with later versions

2006-09-28 Thread vial
Hello, I used several basic examples to test Jboss, specially a basic hello word session EJB (example3 on www.reoseindia.net/jboss). Everithing is ok with Jboss 4.0.0 and jboss4.0.1. I also tried examples from the book Jboss at work) everything works fine. If I use later Jboss versions

[jboss-user] [EJB 3.0] - Re: EJB 3.0 Simplified API

2006-09-28 Thread artemgolubev
The status of http://jira.jboss.com/jira/browse/EJBTHREE-212 is closed, but it seems to me that it does not work in JBoss 4.0.4 GA Is it possibe to upgrade my JBoss to resolve this issue? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3974821#3974821 Reply to

[jboss-user] [JBoss jBPM] - Re: task priority not persisted, small BUG.

2006-09-28 Thread gmournos
I am using it to sort taskinstances (which take the priority of the underlying task) according to priority. Currently, due to the bug, all taskinstances have the same priority... However, if u r not using taskinstance priorities then u can live without persisting it... View the original

[jboss-user] [JBoss Portal] - UserModule: hibernate problem

2006-09-28 Thread heritier
Hi, I would like to use UserModule into a portlet that allow administrator to create new user. In my portlet I have tested this: UserModule userModule = (UserModule)getPortletContext().getAttribute(UserModule); User user = userModule.createUser('toto','toto','[EMAIL PROTECTED]'); In

[jboss-user] [JBoss Seam] - Re: IllegalStateException: No active application scope

2006-09-28 Thread jpviragine
Check if your faces-config.xml has the following lines: lifecycle | phase-listener | org.jboss.seam.jsf.SeamPhaseListener | /phase-listener | /lifecycle View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3974823#3974823 Reply to the

[jboss-user] [Beginners Corner] - Re: Why can't I install JBoss Rule eclipse IDE??

2006-09-28 Thread zjfmail
HELP!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3974824#3974824 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3974824 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - serve web application content as gzip- compressed

2006-09-28 Thread massoo
hi Is it possible to serve web application content in compressed format just like how we use mod_gzip with apache ie, My intention is to use any available, compatible and proven compression methods which can work with JBoss. I have an envrionment where jboss talks to apache through mod_jk. So

[jboss-user] [JBoss Seam] - Re: IllegalStateException: No active application scope

2006-09-28 Thread christophe.laumond
hi, Thanks for the feedback. my lifecycle tag in faces-config is the following : anonymous wrote : | | phase-listenerorg.jboss.seam.jsf.SeamExtendedManagedPersistencePhaseListener/phase-listener | | Do you know the difference ? Regards, Christophe View the

[jboss-user] [JBoss Seam] - automatic persitence on RENDER_RESPONSE

2006-09-28 Thread christophe.laumond
Hi, I have something like | @Entity | public class Question implements java.io.Serializable { | | @OneToMany(cascade = { CascadeType.ALL }, fetch = FetchType.LAZY, mappedBy = question) | public SetAnswer getAnswers() { | return this.answers; | } | Before

[jboss-user] [JBoss Seam] - Re: IllegalStateException: No active application scope

2006-09-28 Thread jpviragine
Christophe, Please, look at: http://docs.jboss.com/seam/latest/reference/en/html/configuration.html#d0e4853 In: http://www.jboss.com/index.html?module=bbop=viewtopict=87857 Gavin suggest: Check: (1) Your setting for org.jboss.seam.core.init.myFacesLifecycleBug (2) That you don't have two

[jboss-user] [Installation, Configuration Deployment] - Solved

2006-09-28 Thread kevinstembridge
The contents of the EntityMap attribute is expected to be in java.util.Properties format, so the whitespace in the key needs to be escaped. This is the complete service.xml file that works. | server |mbean code=org.jboss.services.xml.JBossEntityResolverMgr

[jboss-user] [JBoss Seam] - NoClassDefFoundError: Lorg/jboss/ejb3/embedded/EJB3Standalon

2006-09-28 Thread paulrot
i'm trying to upgrade from a pre 1.0 release of Seam to 1.0.1GA. i use Jboss 4.0.4GA with EJB9 and hibernate persistence after a few days of trial and error it finally came down to one single exception. (btw, i found on a diff thread that it may be related to the org.jboss.seam.core.ejb

[jboss-user] [JBoss Seam] - Re: automatic persitence on RENDER_RESPONSE

2006-09-28 Thread petemuir
I suggest you read up on Container Manager Persistence - both on the forum and the reference manual. Entities will be flushed on method boundaries unless stopped (FlushMode or TransactionAttribute). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3974834#3974834

[jboss-user] [JBoss Seam] - Using Jboss Seam Hibernate, persistence exception

2006-09-28 Thread lara
I have a list of groups and next to each row, there is a link named edit. When I click on edit, I go to a page where the information of the selected group are filled, and in that page there is a button update. If I modify the information of the group then click on update, the selected group is

[jboss-user] [Installation, Configuration Deployment] - HELP - Problem when starting JBoss in Eclipse 3.2

2006-09-28 Thread savoymp
I am new to JBoss. I got the server installed but when I start the JBoss server in Eclipse 3.2, and it is starting, I get numerous errors on numerous mbeans that have already been registered(?). Here is just one example of one of the mbeans: | [EMAIL PROTECTED] {

[jboss-user] [Messaging, JMS JBossMQ] - Tibco EMS messaging integration fails

2006-09-28 Thread romanchr
Hi all, I try to set up an environment where I have JBoss 4.0.4GA Patch1 with EJB3.0RC9 and Tibco EMS 4.2. In JBOss I would like to run an MDB and EMS the queues for my messaging. I followed the configuration guide lines stated

[jboss-user] [Security JAAS/JBoss] - Subject Propagation in JBoss

2006-09-28 Thread sreeraaman
I am working with myeclipse and jboss. I have created a custom login module. All classes related to the custom login module have been packaged as a java jar file and made the jar file as a java jar dependent project so that both the web and ejb modules can use the class files present in the

[jboss-user] [Beginners Corner] - Logging problems wtih jboss 4.0.4.GA / console hanging

2006-09-28 Thread MmarcoM
hi all, i am deploying my .ear application in jboss 4.0.4.GA i encountered problems with logging big time, found out htat jboss configures alredy its log4j properties. so i added this code into my logger .. | if(System.getProperty(log4j.configuration) == null) { |... configure my

[jboss-user] [JBoss jBPM] - Regarding Jbpm tables

2006-09-28 Thread jagadeeshrao
Hi, Where can i get full details about JBPM TABLES? like description for each and every field in Jbpm table. Please guide me. Thanks Jagadeesh View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3974842#3974842 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Regarding Jbpm tables

2006-09-28 Thread Saviola
http://wiki.jboss.org/wiki/Wiki.jsp?page=Jbpm31DataModel View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3974843#3974843 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3974843 ___

[jboss-user] [JBoss jBPM] - Re: task priority not persisted, small BUG.

2006-09-28 Thread kukeltje
If you think you hit a bug, search the jira first. This is a know issue and already reported there and fixed in cvs afaik View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3974844#3974844 Reply to the post :

[jboss-user] [JBoss Portal] - Re: null reference to CMSservice

2006-09-28 Thread [EMAIL PROTECTED]
try | service-refportal:service=CMS/service-ref | instead of :service=CMS. Thanks Sohil View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3974845#3974845 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3974845

[jboss-user] [JBoss Seam] - Re: Dynamic Pageflow with Seam

2006-09-28 Thread stealth_nsk
As I can see, this feature is already resolved. Could you please document how we could control handlers/viewers for dynamically loaded pageflows? Could we use some kind of manager bean to provide information to and handle tasks from dynamic pageflows? P.S. It would be a very powerful feature

[jboss-user] [JBoss Portal] - Re: Security constraints for portlets

2006-09-28 Thread [EMAIL PROTECTED]
This is not a bug. The whole idea of the portal is to let the users customize their portal (next version of portal will include dashboard management). You want to let the users edit the preferences of a portlet. Let's say you want to let one user display 15 posts per forum page and the other

[jboss-user] [JBoss jBPM] - 3.2.Alpha1 released

2006-09-28 Thread [EMAIL PROTECTED]
read all about it here: http://jboss.org/jbossBlog/blog/tbaeyens/2006/09/28/jBPM_jPDL_3_2_Alpha1_Released.txt View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3974849#3974849 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Server error when starting JBoss in Eclipse 3.2

2006-09-28 Thread savoymp
My problem was that I had unzipped the .zip file into the same directory as when I doubled clicked the installer.jar file and put it in the same directory. I whacked everything and started from scratch and everything came up successfully. Thanks anyway. View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: HELP - Problem when starting JBoss in Eclipse 3.2

2006-09-28 Thread savoymp
My problem was that I had unzipped the .zip file into the same directory as when I doubled clicked the installer.jar file and put it in the same directory. I whacked everything and started from scratch and everything came up successfully. Thanks anyway. View the original post :

[jboss-user] [JBoss Messaging] - Re: Poor performance after replacing JBossMQ

2006-09-28 Thread omerlin
We will try the Durable subscribers with selector solution on our product- and i will stress our application with both JBossMQ JBossMessaging. I'll give you a feedback asap View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3974852#3974852 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: MDB and connection to a remote queue with transaction

2006-09-28 Thread hoigh
Omitting java:/ to use the other namespace is a good point. If I use the XAConnectionFactory from global JNDI on the remote JBoss then the resending phenomenon is gone. However, there is still the problem that the message seems to be correctly sent but neither reaches the remote destination

[jboss-user] [Messaging, JMS JBossMQ] - Re: MDB and connection to a remote queue with transaction

2006-09-28 Thread [EMAIL PROTECTED]
What version of JBoss? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3974856#3974856 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3974856 ___ jboss-user mailing list

[jboss-user] [Messaging, JMS JBossMQ] - Re: MDB and connection to a remote queue with transaction

2006-09-28 Thread [EMAIL PROTECTED]
Though you code doesn't show it, I would assume that you are closing the sender, session and connection. Is this correct? Also, make sure the transactional attributes in you ejb-jar.xml file are correct. View the original post :

[jboss-user] [EJB 3.0] - Re: @Ejb and remote ejb references

2006-09-28 Thread [EMAIL PROTECTED]
Hmmm...you could probably use the ExternalContext MBean to bind the other hosts JNDI tree into your local namespace and do it that way. Take a look at: http://docs.jboss.org/jbossas/jboss4guide/r5/html/ch3.chapter.html#d0e8472 View the original post :

[jboss-user] [EJB 3.0] - Re: Tool for generating entities and mappings?

2006-09-28 Thread [EMAIL PROTECTED]
The Hibernate tools in JBossIDE seem to support this. anonymous wrote : | Reverse engineer existing DB schemas to Hibernate and EJB3 POJO, hbm.xml, HTML docs, JBoss Seam components, DAO, etc | Interactively query your DB with HQL/EJBQL3 | Advanced hbm.xml and cfg.xml editors with

[jboss-user] [Messaging, JMS JBossMQ] - Re: MDB and connection to a remote queue with transaction

2006-09-28 Thread hoigh
Yes, sender, session, and connection are closed after the send call. Here are the XML fragments for transaction handling in my ejb-jar.xml: | | ... | | transaction-typeContainer/transaction-type | message-driven-destination |

[jboss-user] [JBoss jBPM] - Re: method to run jbpm engine

2006-09-28 Thread cpob
jBPM is already released as a JAR file. You just include it (and any libraries it depends on) in your application, and call the code like you would any other library. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3974869#3974869 Reply to the post :

[jboss-user] [JBoss Seam] - Re: NoClassDefFoundError: Lorg/jboss/ejb3/embedded/EJB3Stand

2006-09-28 Thread paulrot
turns out my problem was related to the org.jboss.seam.core.ejb component after all... i had to change from : component class=org.jboss.seam.core.Ejb installed=true/ to component class=org.jboss.seam.core.Ejb installed=false/ no idea why it should be like that, but everything seems to work

[jboss-user] [Messaging, JMS JBossMQ] - Re: MDB and connection to a remote queue with transaction

2006-09-28 Thread [EMAIL PROTECTED]
Can you extract the send part from the MDB example and put it in a standalone client (you will obviously want to use 'ConnectionFactory') for the example? I just want to verify that you can post to the Queue at all. Also, any log sippets would be helpful as well. View the original post :

[jboss-user] [JBoss jBPM] - Re: task priority not persisted, small BUG.

2006-09-28 Thread gmournos
Indeed it is solved. Thanks... Any clue why when someone searches JIRA with the input string (unquoted): task priority, JIRA comes up with 36 totally irrelevant issues... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3974872#3974872 Reply to the post :

[jboss-user] [JBoss Portal] - Re: null reference to CMSservice

2006-09-28 Thread c.comparini
it worked fine! thanks a lot View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3974877#3974877 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3974877 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: header authentication login module

2006-09-28 Thread bvogt
HttpServletRequestLoginModule is not accessible outside of the package, so I derived from the IdentityLoginModule and evaluated the passed header attribute. I order to do this, I modified the login.jsp, which initially gets the header attribute, to automatically submit the form if the expected

[jboss-user] [JBoss jBPM] - error enabling the hsql MBean and tcp/ip connections

2006-09-28 Thread fernandogamba
hi, i follow the indications the startguide to run a process inside jboss, everything works fine until i try to enable the hsql mbean and the tcp/ip connections. I check like the guide says in the hsqldb-ds.xml file if the line jdbc:hsqldb:hsql://localhost:1701 is uncommented in the

[jboss-user] [JBoss Seam] - Re: seam messages

2006-09-28 Thread carojas
Hi, This helps for the messages http://developers.sun.com/prodtech/javatools/jscreator/reference/themes/jsf/custommessage.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3974887#3974887 Reply to the post :

[jboss-user] [JBoss/Spring Integration] - Re: New feature proposal: byType injection of Spring beans

2006-09-28 Thread c.vidal
Hi Ales, Here is a quick and dirty patch. I just couldn't wait :) I didn't have the time to figure out how the jboss unit tests work though, so I didn't add any unit tests. If you could just explain that to me quickly, I'd be glad to add them. The code tries to do as much guess-work as

[jboss-user] [JBossWS] - Re: Jboss and wsse

2006-09-28 Thread rmartony
I obtain a similar exception message. I have deployed jbossws-samples-wssecurity-encrypt.war and jbossws-samples-wssecurity-encrypt-client.jar on JBoss 4.0.4-GA. Whenever I try to invoke de client through JNDI I get the following exception: java.rmi.RemoteException: Call invocation failed with

[jboss-user] [Beginners Corner] - Web Console is not loading

2006-09-28 Thread adamwork
I'm running JBoss 4.0 in Eclipse and can run the JMX Console and the Tomcat Status but when I try to get the WebConsole up I get a 404 message below. type Status report message /web-console/ description The requested resource (/web-console/) is not available. Apache Tomcat/5.5 Any insight

[jboss-user] [Installation, Configuration Deployment] - Defining two oracle datasources, but using two difference jd

2006-09-28 Thread sjwhyter
I have two datasources defined in my oracle-ds.xml, both used to use the same driver, but now one of the databases has been upgraded to 10g and the other is still at 8.1.6. The newer ojdbc.jar is causing issues with the 8.1.6, and we need to revert back to the older jdbc driver for the 8.1.6,

[jboss-user] [Installation, Configuration Deployment] - Re: Cannot start JBoss web-console with JDK jdk1.5.0_04

2006-09-28 Thread greko
Up ! I encounter the same problem, using : JBoss 4.0.4.GA java 1.5.0_06 Does anybody have a solution ? Thx for your replies. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3974902#3974902 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: JMS Queue access lost when JMS fails over

2006-09-28 Thread kvbisme
Followup. So we got around this issue by suplying the Hashtable parameter in the construction of our InitialContex and then specifying all of the hosts and thier HAJNDI ports under the PROVIDER_URL key. This seems like a hack since now I need to maintain these in a properties file (since we

[jboss-user] [JBoss Portal] - Re: Portal with Postgresql

2006-09-28 Thread PeterJ
RTFM In this case, that would be the Reference Guide. The installation chapter. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3974911#3974911 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3974911

[jboss-user] [JBoss Seam] - Re: Seam calling other ejbs

2006-09-28 Thread chuckadams
It looks as though the example and the crud framework code live only in jboss-seam-head. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3974907#3974907 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3974907

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - jsp jstl problem

2006-09-28 Thread cooperbry
Hi Everyone, I'm trying to run the hello1 jsp example application that comes with the javaee tutorial. I war up the directory and I get the following error in JBoss-4.0.4.GA when I run it. Any help would be appreciated! | HTTP Status 500 - | | type Exception report | | message

[jboss-user] [JBoss and NetBeans] - Re: Starting JBoss 4 from NetBeans on Win64

2006-09-28 Thread jkreed
It has been added. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3974912#3974912 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3974912 ___ jboss-user mailing list

[jboss-user] [JBoss/Spring Integration] - Re: New feature proposal: Add injection interceptor scoped d

2006-09-28 Thread c.vidal
Something went wrong with the thread title, it was meant to be called: anonymous wrote : New feature proposal: Add injection interceptor scoped default Spring bean factory JNDI name. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3974906#3974906 Reply to the

  1   2   3   >