[jboss-user] [JBoss Tools (users)] - Re: Seam Generate Entities

2008-02-27 Thread baz
Hello, do i understand it correctly, 'Seam Generate Entities' does work for your databases, except for oracle? We have used it for generating entities out of our Oracle Express database. And we have it successfully used against Oracle 9. It was not an easy task for us to setup the database

[jboss-user] [JBoss Portal] - creating a portal for each org. unit

2008-02-27 Thread erezharari
can i use the multiple portals feature to manage each portal separately by a different organization unit? say i have multiple organization units. i need to: 1. create a portal for each one. 2. each portal can be accessed only by the users of that org. unit. 3. an administrator of the org. unit

[jboss-user] [JBoss Portal] - Re: Restricting access to different portals.

2008-02-27 Thread dipinpoovathel
Peter, Thanks for your reply. But this is not the one I want. I have multiple portals, say MyPortal1, MyPortal2, MyPortal3 etc... and I have muliple users. say User1, User2, User3 etc... Some of the user has Admin role and some of them had User role. Now I have to restrict access to MyPortal2

[jboss-user] [Management, JMX/JBoss] - Re: EHCACHE Mbean on Jboss

2008-02-27 Thread FrankTheTank
I walked into that one twice as well. It is there, you just cannot see it. If you use the ManagementFactory.getPlatformMBeanServer() method it will return something like your own private domain. Use this call instead: | MBeanServerFactory.findMBeanServer(null).get(0); | View the original

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deploying applications programmatically

2008-02-27 Thread jaikiran
There's a MBean named MainDeployer which you could use to deploy the applications programatically. Access you jmx-console (http://localhost:8080/jmx-console) and on that page look for service=MainDeployer under the jboss.system domain. If you click on that link you will be forwarded to a page

[jboss-user] [EJB/JBoss] - Re: Migrating from jBoss4.0.5GA to 4.2.2GA

2008-02-27 Thread jaikiran
Can you post the contents of your bean? Are you injecting any other beans? While posting the contents, remember to wrap it in a code block, using the Code button in the message editor window. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4132402#4132402

[jboss-user] [JBossWS] - Re: Changeing minOccurs possible?

2008-02-27 Thread [EMAIL PROTECTED]
Hi, according to http://jbws.dyndns.org/mediawiki/index.php?title=FAQ#Customizing_WSDL_Schema_Generation the only possibility you have is to use javax.xml.bind.annotation.* annotations. Your object GetBillingAccountRequest must be JAXB de/serializable. However aforementioned annotations

[jboss-user] [EJB/JBoss] - Re: Too many open files exception JBOSS 4.2

2008-02-27 Thread jaikiran
See this http://www.jboss.com/index.html?module=bbop=viewtopict=72154 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4132410#4132410 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4132410

[jboss-user] [JBossCache] - Re: Relogin after 30 minutes

2008-02-27 Thread typsy
mircea.markus wrote : This is not related to JBossCache okay, I see, it's not related to JBoss Cache, but it's related on authenticated users cache. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4132406#4132406 Reply to the post :

[jboss-user] [EJB 3.0] - Re: java.lang.NoClassDefFoundError: org/quartz/SchedulerExce

2008-02-27 Thread jaikiran
gz2jbt, This is a 2 year old thread and its highly likely that you might not get an answer. You will have to provide more details about your setup - JBoss version, Java version, OS and the exception stacktrace. When does this exception occur? View the original post :

[jboss-user] [Security JAAS/JBoss] - Login from different hosts and brute force prevent

2008-02-27 Thread LidiaEmma
Hi all, I developed a portal application some time ago with Jboss Portal Server 2.2 , and I was looking for a way to enhance security settings. In particular, some users notify me that - it is possible for a user to login from different hosts - there is no a limit for login attempts, so the

[jboss-user] [JBossWS] - Re: Changeing minOccurs possible?

2008-02-27 Thread SunFire
Ups, I meant SLSB not a SFSB. :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4132405#4132405 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4132405 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - How can i get client's ip

2008-02-27 Thread gnn
Hi, i need to get client's ip in portlet, and all my tries failed :( If we use servlet, it's easy - ((ServletRequest)FacesContext.getCurrentInstance().getExternalContext().getRequest()).getRemoteAddr(); Other try - Instead of getRemoteAddr(), i used getRemoteUser() cause the first one does not

[jboss-user] [JBoss jBPM] - JBoss JBPM Question~~~!!

2008-02-27 Thread sim912
Hi everyone, I am using jboss 4.0.4, jwsdp 2.0 and jbpm-bpel 1.1 beta 3. I am developing a simple web service that return two values from a operation. I have created the bpel and wsdl file and ServiceImpl.java. Inside ServiceImpl.java, It contains only one operation get(): public void

[jboss-user] [Beginners Corner] - Re: Developing EJB with JBoss Eclipse and JBossTools

2008-02-27 Thread mars1412
read about JBoss Developer Studio: http://www.jboss.com/products/devstudio JBDS forum: http://www.jboss.com/index.html?module=bbop=viewforumf=258 JBDS is commercial, but it's just a combination of open source plugins. so you could assemble it yourself JBDS provides nice Hot Deployment View the

[jboss-user] [JCA/JBoss] - Re: autocommit question

2008-02-27 Thread amit4uall
vickyk wrote : | Your problem is not related to this thread you would be calling the commit() on the connection whose autocommit property is set to true. | Maybe that's the case, but the same piece of code is working fine on tomcat and websphere and the problem occurs when i deploy it on

[jboss-user] [Clustering/JBoss] - Re: Jboss 4.2.1 clustering bug ?

2008-02-27 Thread islpe
The application is a war file and reads EDI files and applies these as updates to the database. There are few html pages where you can 'take the temperature' of the application, and it is on these pages that the error occurrs. One difference between Jboss 3.2.2 and jboss 4.2.1 is the use of

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: how to configure the thread count of execute queues in J

2008-02-27 Thread gav_on_rails
The value specified in server.xml is the total number of threads available to service any client requests and does not discriminate between different servlets. You can however limit the number of available threads for a given ejb, so you could delegate the request to the crystal report server

[jboss-user] [Beginners Corner] - Developing EJB with JBoss Eclipse and JBossTools

2008-02-27 Thread JanMueller
Hello, I'm making my first steps with EJB-Development on JBoss. I managed to Create a Session-Bean and a Client, but it seemed quite complicated to me. In my opinion the IDE should give me more support. Is there a good guide/tutorial on HowTo use The JBossTools? And how to deploy a EJB-Project

[jboss-user] [Installation, Configuration DEPLOYMENT] - Shutdown behavior

2008-02-27 Thread FrankTheTank
Hi! Is there a way to alter the default shutdown behavior? To be more exact, I have multiple MBeans and State*Beans (supplying web services) that might need to run longer then the shutdown mechanism allows. If that is not possible (crazy idea coming), might it be possible to create an

[jboss-user] [JBossWS] - Re: the client can't invoke the service

2008-02-27 Thread Bouchwichman
I have the same problem even if i use directly the SommeWSService class : //FLAG1 | SommeWSService service = new SommeWSService(); | | //FLAG2 | SommeWS s = service.getSommeWSPort(); the same exception at the FLAG2 instruction. ... | Caused by: java.lang.LinkageError: Class

[jboss-user] [JBoss jBPM] - jBPM Centralised Tables

2008-02-27 Thread cnblockl
Hello, I am looking into jBPM using one set of tables for a set of applications. Does anyone have any experience of this? I'd like to be able to restrict the processes displayed per application. For example, application 1 cannot see application 2's processes. Thanks. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - ERROR - as default value for output for java.util.logging?

2008-02-27 Thread baranowb
Hi I didnt find anythign similar and looks like this is forum it fits most. I have strange behaviour of logging utilities inside jboss. log4j works fine howeever java.util.logging prints weirdly. I mean default logging framework is log4j with jboss adaptor for it. However when I use

[jboss-user] [JBossWS] - the client can't invoke the service

2008-02-27 Thread Bouchwichman
Hi everybody! I'm following the JBossWS quick start (http://jbws.dyndns.org/mediawiki/index.php?title=Quick_Start), and i'm facing some weird errors. Here is what i have done : Server side My implementation class : package org.domain.proj_essai.ws; | | import javax.ejb.Stateless; |

[jboss-user] [EJB/JBoss] - Re: Can't replace container configuration for MDB

2008-02-27 Thread MarcoDavids
Hi Legga, Have you managed to get your MDB to listen to the remote queue? I am trying to do exactly the same thing but i get stuck when i deploy my MDB. It fails to connect to the remote queue. Any suggestions? Tx Marco View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deploying applications programmatically

2008-02-27 Thread gav_on_rails
Thanks for your reply! Following your advice I have now successfully deployed a jar and custom archive using the MainDeployer and a custom deployer. For anyone interested here is a code snippet demonstrating looking up the MainDeployer mbean and using this to deploy an archive: | |

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: hibernate: MS-SQL Server and UTF-8

2008-02-27 Thread mars1412
found the answer: you have to create your own hibernate dialect and then set the correct column types:package mypackage; | | import java.sql.Types; | | public class SQLServerDialect extends | org.hibernate.dialect.SQLServerDialect { | | public SQLServerDialect() { |

[jboss-user] [JBossWS] - Re: the client can't invoke the service

2008-02-27 Thread Bouchwichman
I have some good news!! I made it work (somehow...) My server application (which provides the web service) is a SEAM application that runs on JBoss 4.2 server. My client that can't invoke the web service is an application of another type (non SEAM) running on JBoss 4.0 server. Now i've juste

[jboss-user] [JBoss jBPM] - Less coding by custom nodes/jrules/etc...

2008-02-27 Thread trouby
Hey, I'm finding myself writing a lot of processes nodes that make a usage of the same java code but with very simple modifications, Then, I think writing custom nodes that will receive information(probably as parameters of the custom nodes) when drawing the node will solve the code re-write,

[jboss-user] [JBoss Portal] - Where is the portal properties file for PortalContext, or ho

2008-02-27 Thread jjandrorr
Hello. I`m trying to use a file that can be accessed by all deployed portlets (portlets are in diferents war files). I think the way to stablis the path for this file is using PortalContext properties but I don`t know in which file can I set this properties. Now the only properties that I

[jboss-user] [Clustering/JBoss] - log4j properties in .sar file in jboss 4.0.4GA

2008-02-27 Thread girijasahoo
I have created a .sar in JBoss 4.0.4 GA. i want to use log4j . Where i have to put the log4j properties file . Can anybody help me. Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4132479#4132479 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Less coding by custom nodes/jrules/etc...

2008-02-27 Thread pojomonkey
trouby wrote : I'm finding myself writing a lot of processes nodes that make a usage of the same java code but with very simple modifications, Then why not re-use the same handler code? Make sure the handler has a field/setter and then when you use the handler, pass in a parameter to modify the

[jboss-user] [JBoss Portal] - multiple portal instances

2008-02-27 Thread erezharari
what are multiple portal instances good for? what is the motivation? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4132488#4132488 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4132488

[jboss-user] [JBoss jBPM] - Creating ProcessInstance Object from webapplication

2008-02-27 Thread ganesh7582
hi, I persisted processdefinition.xml in to the database, and able to load it from database from my web application, using this code : JbpmContext jbpmContext = jbpmConfiguration.createJbpmContext(); try { GraphSession graphSession = jbpmContext.getGraphSession();

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss AS 5.0.0.Beta3

2008-02-27 Thread marciowb
Please Help! There is any solution? I'm also unable to use the JBoss AS 5.0.0.beta4 with IDE Netbeans 6.0.1 'cause the error: The domain path is not valid... Workarround? Solution? Patch Rebuild? Please give me an aid. View the original post :

[jboss-user] [Security JAAS/JBoss] - Re: JAAS Authentification with wrong role

2008-02-27 Thread forfaro
Thanks for help, worked fine by adding | error-page | error-code403/error-code | location/sorry.html/location | /error-page | Greets Sascha View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4132498#4132498 Reply to the post :

[jboss-user] JBOSS CLutering Problem

2008-02-27 Thread Subhasis Dasgupta
I am trying to running a cluster in jboss at two remote machine I am using the following command bin/run.sh -c all -b {Global IP} -g kaavo for both node A and B both are forming different cluster , can't locate each other . I am new in JBOSS please help me by your valuable advice

[jboss-user] [JBossWS] - referencing jboss-wsse-client.xml in WAR

2008-02-27 Thread nickarls
Hi, Noob question: I have a WAR that serves both as a provider and consumer of a secure web service. In the client section I try to do a ((StubExt)port).setSecurityConfig(new File(WEB-INF/jboss-wsse-client.xml).toURL().toExternalForm()); but end up with a FileNotFound for |

[jboss-user] [Security JAAS/JBoss] - UsernamePasswordLoginModule and client origin

2008-02-27 Thread idweiss
I have a subclass of UsernamePasswordLoginModule, and I want to use different authentication logic for clients that run on the server machine and clients that run on remote machines. How can I obtain the client origin from within the Login Module instance? View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Simply IP ban

2008-02-27 Thread zfar
Oh come on, it must works...anyway. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4132507#4132507 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4132507 ___ jboss-user mailing list

[jboss-user] [EJB/JBoss] - Re: Migrating from jBoss4.0.5GA to 4.2.2GA

2008-02-27 Thread nsmith80
Here's the bean, the interface(s) implemented, and class he inherits from. Basically the business tier was built on a hierarchical scheme where the highest level user BeloAdmin would inherit his characteristics from the lower levels. ie. RegionAdmin @Stateless public class

[jboss-user] [JBoss Portal] - Re: Changing port to 80 works, but throws errors

2008-02-27 Thread [EMAIL PROTECTED]
You still need to update the consumer configuration for the self producer if you are using it. See http://wiki.jboss.org/wiki/Wiki.jsp?page=WSRPChangePorts, consumer configuration... ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4132515#4132515 Reply to

[jboss-user] [Clustering/JBoss] - Re: Jboss 4.2.1 clustering bug ?

2008-02-27 Thread [EMAIL PROTECTED]
Try deploying you war in deploy, no sar or HASingletonController, with your classloader isolation in jboss-web.xml. That is, the way it works. But add to jboss-web.xml a depenedency on the HASingleton BarrierController as described at

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: 4.2.2 wont deploy my persistency unit

2008-02-27 Thread yugantshah
ae wrote : aborland wrote : Is there currently any other solution/workaround for this? I'd prefer not to hack in such a change. I'm using 4.2.0.GA_CP01 and having this exact problem. | | This fix is pretty safe and should not have any impact to the rest of the system. | | As for

[jboss-user] [JBoss jBPM] - problem in invoking of a web service

2008-02-27 Thread danesharman
Dear Friends, I have deisigned a simple process in BPEL designer to invoke a web service. But when I deploy this process to jbpm 1.1 GA, it shows an error message. I am sedning this error message at the end of this message. As it is not possible to attach the project, I am also sending the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deployers ordering and write access to the private namin

2008-02-27 Thread alesj
Moved this to User forum, where it should be in the first place. ;-) What's the env you're running this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4132522#4132522 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4132522

[jboss-user] [JBoss AOP] - Re: dynamic AOP whith EJB ?

2008-02-27 Thread belabed
Thanks for your response; I want to use dynamic AOP to realize a run-time adaptability of applicationsbased components, dynamic AOP is used to implement a redirection mechanism that allow a replacement of component, this mechanism is implemented in connectors level ( between two components).

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deployers ordering and write access to the private namin

2008-02-27 Thread [EMAIL PROTECTED]
Not necessarily as its a question of a new resource injection type. This will only be reasonably doable in jbossas5. Its not a question of startup ordering. Its an issue of a new resource type showing up in the component ENC. View the original post :

[jboss-user] [EJB/JBoss] - Re: Migrating from jBoss4.0.5GA to 4.2.2GA

2008-02-27 Thread nsmith80
nsmith80 wrote : Here's the bean, the interface(s) implemented, and class he inherits from. Basically the business tier was built on a hierarchical scheme where the highest level user BeloAdmin would inherit his characteristics from the lower levels. ie. RegionAdmin | | | |

[jboss-user] [JBoss Messaging] - Client failover

2008-02-27 Thread dlakhin
Hello all, I have a problem with the client failover sending JMS messages to the JBoss Cluster if I shutdown (not kill) one of the cluster nodes. JBoss version 4.2.2 GA JBM version 1.4.0 SP3 Java version 1.6.0_04 OS solaris 2.10 The cluster contains 2 nodes. JBM was installed on the clean

[jboss-user] [JBoss Portal] - Re: Default Pages On Reboot

2008-02-27 Thread dsulliva
Disregard my last post, just reading the documentation wrong. You are correct in the fact that I don't need to have to *-object.xml and portlet-instances.xml as the documentation mentions if you want to create the page layouts and portlet instances with the Manage Portlet capability. I was

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deployers ordering and write access to the private namin

2008-02-27 Thread deruelle_jean
We are currently adding sip servlets spec implementation on top of JBoss 4.2.2.GA as we are targeting the same version used by Mobicents (JAIN SLEE) to be able to bundle them together to provide full telco features. There is no way at all to do it in a 4.x version ? Even if it's a bit hacky in

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deployers ordering and write access to the private namin

2008-02-27 Thread deruelle_jean
By something hacky I meant something like : Let the EARDeployer deploys everything then iterate through all webapps/sipapps modules, get their SipFactory and inject them into the ENC of every other JEE modules (EJB, Web Service MDB and so on)... Everything done in EARDeployer that might have

[jboss-user] [JBoss jBPM] - Re: Less coding by custom nodes/jrules/etc...

2008-02-27 Thread trouby
Hey, Thanks for answering, Few reasons: 1) In the future, it'll be easier to customize things visually through nodes, selecting handles is not nice as dragging nodes, 2) Customizing parameters of nodes can be done visually, handlers receive info as method parameters, which is not nice as

[jboss-user] [JBoss Portal] - Re: PortletPreferences in MySql

2008-02-27 Thread PeterJ
Our portal uses MySQL and the preferences are stored and retrieved without any problems. I suspect a database configuration issue. Please run the myssql utility, enter the following command, and post the results: show variables; (you will want to widen your console window to prevent line

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Maximum CPU Usage in Jboss4.0.4 GA

2008-02-27 Thread PeterJ
The best thing to do is get a Java thread dump. I recommend doing three thread dumps at about 10 or 20 second intervals while the CPU usage is high. Examining the threads to see which ones are busy and what code they are executing should help pinpoint the problem. Also, what are your JVM

[jboss-user] [Performance Tuning] - Re: How the jboss performance can be increased?

2008-02-27 Thread PeterJ
Yes, there are a million things that you could change that affect the performance. For some tuning tips see http://wiki.jboss.org/wiki/Wiki.jsp?page=SPECjAppServer2002Tuning. Though the wiki article is specific to tuning that particular benchmark, the general principles apply to all

[jboss-user] [Management, JMX/JBoss] - Re: MyMBean depending on MyOtherMBean issues

2008-02-27 Thread PeterJ
Which version of JBossAS are you using? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4132561#4132561 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4132561 ___ jboss-user mailing

[jboss-user] [JBoss Portal] - Re: Restricting access to different portals.

2008-02-27 Thread PeterJ
One possibility. Define a role name Portal1Users. Add User1 to that role. For MyPortal1 assign the role Portal1Users viewrecursive (or personalizerecursive) permission, and remove all other permissions. Repat for the other portals. The User1 should have access to only MyPortal1. View the

[jboss-user] [JBoss jBPM] - Re: jBPM Centralised Tables

2008-02-27 Thread kukeltje
If you know how to differentiate between the 'taskslist' you can. E.g. with a custom query or a compound businesskey. Never did it though View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4132565#4132565 Reply to the post :

[jboss-user] [JBoss Portal] - Re: PortletPreferences in MySql

2008-02-27 Thread cassitos
Hi, here is the result: auto_increment_increment: 1 | auto_increment_offset: 1 | automatic_sp_privileges: ON | back_log: 50 | basedir: C :\Arquivos de programas\MySQL\MySQL Server 5.0\ | binlog_cache_size: 32768 | bulk_insert_buffer_size: 8388608 | character_set_client: latin1 |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Authentication or security features

2008-02-27 Thread pdesj
Hi. I'm using JBoss 4.2.1.GA to serve a web application that provides online help for another web application. I won't go into the reasons for separating these two applications but that's important to us. My requirement is that only users of the main web application may access the online help

[jboss-user] [JBoss Portal] - Re: Where is the portal properties file for PortalContext, o

2008-02-27 Thread PeterJ
One possibility. Place your properties file in server/xxx/conf, and then access it in the portlets using the jboss.server.config.url system property. Something like this: String propfFile = System.getProperties(jboss.server.config.url) + myportlet.properties; Properties prop =

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Simply IP ban

2008-02-27 Thread PeterJ
See http://wiki.apache.org/tomcat/FAQ/Security. Try googling tomcat restrict ip address. Most of what you find should work on jbossas also. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4132574#4132574 Reply to the post :

[jboss-user] [JCA/JBoss] - Hide pasword in oracle-ds.xml

2008-02-27 Thread Anna_Lut
Is it possible to hide or crypt password in oracle-ds.xml file smth like that | user-namejboss_usr/user-name | password***/password | and to prevent that this information was visible in server.log like this: | 2008/02/27 18:45:46 internalRegisterPool:

[jboss-user] [JBossCache] - Re: TCP clustering problem

2008-02-27 Thread tyke16
Thanks for the info. That configuration seems to be working. Can you give me the reader's digest version of the significance of where the configuration options fall in the stack? Thank you, Tyke View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4132579#4132579

[jboss-user] [JBossCache] - Re: TCP clustering problem

2008-02-27 Thread [EMAIL PROTECTED]
Read the documentation and wiki (latter has a good discussion of the protocols) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4132580#4132580 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4132580

[jboss-user] [JBoss Portal] - CMS File Creation Error

2008-02-27 Thread dsulliva
I ran into a similar error to the one below on trying to create a folder within the CMS area. I dropped the database and recreated the db. Then I created a new folder, which workded, but then I ran into the error below when trying create a file within this new folder. Any idea of what could

[jboss-user] [Management, JMX/JBoss] - Re: MBeanServerLocator.locateJBoss() throws IllegalStateExce

2008-02-27 Thread rammy1984
even iam encountering the same problem . MBeanServer server; server=MBeanServerLocator.locateJBoss(); what is the mistake iam doing. iam running my jboss portal server 2.6.3 GA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4132582#4132582 Reply to the

[jboss-user] [JBoss AOP] - Interceptor not geting executed in a WAR

2008-02-27 Thread chandra_88
Hi, I have a simple interceptor code and a servlet . When the servlets gets executed i wanted the Interceptor to log a message . The code is all tehre but the interceptor is failing to log it . I am sure this is related to packaging iam able to access the servlet but nothing gets logged in

[jboss-user] [JBoss Messaging] - Problem with JEMS JMS install: User is NOT authenticated

2008-02-27 Thread karpinsn
Hi, I'm trying to install a simple setup of JBoss with JBoss messaging. I used JEMS 1.2.1.CR4 to install a JMS setup with everything default except for the configuration which I have named messaging. From this point I can start JBoss at a command line issuing run -c messaging from the

[jboss-user] [JBoss Portal] - Re: Multiples idio mas Español , catalan , aleman

2008-02-27 Thread juancito
Creo que nadies sabe español, haci que me respondero solito jejeje. E podido crear por CMS una pagina llamada Index.html y me e dado cuenta que por ahi se puede escoger el idioma, ahora la cosa era como crear para las demas, pues simplemente creas otra con el mismo nombre Index.html pero

[jboss-user] [JBoss jBPM] - exposing GPD in web applications

2008-02-27 Thread wootenator
I've read on the jbpm FAQ that in the future you are going to create a new eclipse perspective that will make the GPD have only those features needed by the analyst, and hide some of the developer features from the current eclipse perspective. Also, in the User’s Guide: “A standalone

[jboss-user] [JBoss AOP] - Re: Interceptor not geting executed in a WAR

2008-02-27 Thread [EMAIL PROTECTED]
You cannot put sub-deployments beyond simple jars in WEB-INF/lib. You will need to deploy your .aop alone before your .war, or bundle them together in an .ear file if that does not work for you View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4132595#4132595

[jboss-user] [JBossCache] - Re: JndiBoundTreeCacheProvider

2008-02-27 Thread spatik
To be specific, the exported interface used is a TreeCacheMBean, but the author has type caste it to TreeCache. When it comes to the getCache, the library throws a exception that, the TreeCache which was proxied cannot be type casted to org.jboss.cache.TreeCache. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - jboss and soft links in linux

2008-02-27 Thread ramonibz
Hi all, First of all I want to say hi to everybody since I'm new in JBoss. My problem is as follows: I have two soft links in the context folder of JBoss, this two links are pointing to another folder outside of the context folder where I have some JSPs. My problem is that Jboss cannot find

[jboss-user] [Security JAAS/JBoss] - Re: UsernamePasswordLoginModule and client origin

2008-02-27 Thread ragavgomatam
Url for the Tomcat Valve code :- http://www.jboss.com/index.html?module=bbop=viewtopict=125015 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4132603#4132603 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4132603

[jboss-user] [Security JAAS/JBoss] - Re: UsernamePasswordLoginModule and client origin

2008-02-27 Thread ragavgomatam
You will l have to write a Tomcat ValveI have posted the codesome where in this or Tomcat/Httpd/Servlets/Jsp forum here under Jboss. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4132600#4132600 Reply to the post :

[jboss-user] [JBoss AOP] - Re: Interceptor not geting executed in a WAR

2008-02-27 Thread chandra_88
Thanks , i tried separate bundling with a war and aop separately it worked. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4132604#4132604 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4132604

[jboss-user] [Security JAAS/JBoss] - Re: UsernamePasswordLoginModule and client origin

2008-02-27 Thread idweiss
A small addition, my clients are EJB Java clients, some are processes that run on the JBoss machine (the local clients), and some are Java EJB client applications running on external machines View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4132605#4132605 Reply

[jboss-user] [JBoss jBPM] - Re: Less coding by custom nodes/jrules/etc...

2008-02-27 Thread pojomonkey
trouby wrote : So, for the start, is it possible to customize nodes? if so, is it documented? somehow? somewhere? samples? :) If you haven't yet, then download the jBPM source code (http://docs.jboss.com/jbpm/v3/userguide/gettingstarted.html#cvsaccess) and check out the unit test code and

[jboss-user] [JBoss Tools (users)] - IDE for JBoss Portlet development (2.6.4)

2008-02-27 Thread [EMAIL PROTECTED]
Hi there, I'm another newbie at JBoss. Struggling to find out a right IDE for Portlet development that plan to deploy on JBoss Portal Server 2.6.4. Is there an IDE which will help me stop/start JBoss Portal Server and deploy portlets onto the JBoss Portal server from within IDE? I'm ready to

[jboss-user] [JBoss Portal] - Re: CMS File Creation Error

2008-02-27 Thread dsulliva
I see what's causing the problem, but not sure why this happening. After dropping the database and recreating it. I go in as admin and go to CMS page. As soon as I try to create a file I get the error noted in last post. In looking at the postgres logs I see: ERROR: duplicate key violates

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Possible bug in named queries

2008-02-27 Thread apinto
Hi there, I guess I've hit what seems to be a bug in the way certain properties are referenced in a named query. If the entity bean has an attribute like: public String getPName() ... ... then, the named query fails deployment if the parameter pName is used, saying that it doesn't exist. The

[jboss-user] [EJB 3.0] - StackOverflowException caused by throwing app exception with

2008-02-27 Thread LordCoven
Hi All, Just had and resolved a really nasty problem. I've got a stateful (but I'd also tried the same with a stateless) EJB3 session bean which access an OpenLDAP backend to find some user data. I'm catching the NamingException when attempting the search and throwing my own application

[jboss-user] [EJB 3.0] - Re: StackOverflowException caused by throwing app exception

2008-02-27 Thread ALRubinger
If you suspect a bug, please try to isolate in a slim, repeatable test case project. From there we'll be able to get some context into the Exception thrown. Thanks. :) S, ALR View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4132619#4132619 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: Jboss 4.2.1 clustering bug ?

2008-02-27 Thread islpe
Thanks for the suggestion I have done as you and the doc described and the application starts nicely up and no error occurred. But the real test comes when I deploy it into the cluster next week. I will get back with the result Lasse Petersen View the original post :

[jboss-user] [JBoss Portal] - Help with portlet authentication

2008-02-27 Thread dcollodel
Hi, I am currently deploying Documentum portlets to Jboss portal. I've been successful in getting them to work with a separate login, but not using the Portal's security principal. The documentation is leaving me hanging on the Jboss configuration side, so any help would be greatly

[jboss-user] [JBoss Portal] - Re: help needed in LDAP authentication in portal environ.

2008-02-27 Thread rammy1984
UserModule module = (UserModule) new InitialContext().lookup(java:/portal/UserModule); RoleModule roleModule =(RoleModule) new InitialContext().lookup(java:/portal/RoleModule); UserProfileModule userProfileModule = (UserProfileModule) new

[jboss-user] [JBoss Portal] - Re: Help with portlet authentication

2008-02-27 Thread bvogt
That's quite interesting to me what you are expected to do, because I had to manage a documentum migration onto a solaris cluster in the past (I guess in 2001). Your login within the documentum portlet provides a session on the documentum side, what you need to have is a session on the portal

[jboss-user] [JBoss jBPM] - Re: Less coding by custom nodes/jrules/etc...

2008-02-27 Thread trouby
Hey, I already read the whole doc from top to bottom :) I'll try to download the source code, hopefully there's a full sample (custom node/process that make a usage of the custom node, etc...) I thought that this is something very common, Thanks, Asaf. View the original post :

[jboss-user] [Beginners Corner] - Re: IP address

2008-02-27 Thread trouby
Yeah, Jboss binds itself to localhost by default, If you want, you must set the binding parameter and specify the IP you would like JBOSS to listen to (this is relevant to many JBOSS services, 0.0.0.0 meaning all available IPs), I guess this is mainly for security reasons :) Asaf. View the

[jboss-user] [JBoss jBPM] - WebBean jbpm

2008-02-27 Thread Rodrigo_seam
Hi, i am developer in seam, and i have had a problem with call the task from jbpm into the webbean, well, i'd like to create just um process with many instance de um processo, but when i am calling de anotation @CreateProcess it allways created a new process, so, i want to know what is wrong,

[jboss-user] [Beginners Corner] - Re: Windows vs Linux

2008-02-27 Thread trouby
Yeah, Same goes here, I was checking Jboss in Win/Linux(many different kind of distributions) and the results were pretty equal, I still would suggest to go for Linux, Mainly because it's easier to start it as a service rather than installing Native pkg/using external service loaders...

[jboss-user] [JNDI/Naming/Network] - Re: remote JNDI lookup fails

2008-02-27 Thread lamprecht
Not completely. The response refered to localhost. There was something messed up with the service configuration. For one service, the IP was hardcoded to localhost. I don't know, who changed it, but now, I've fixed it. Thanks for pointing me to the right thing :-) Heiner View the

[jboss-user] [JBoss Portal] - Re: CMS File Creation Error

2008-02-27 Thread dsulliva
Well, I gave up on this issue and decided to try out mysql. It seems to work with mysql so I'm happy now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4132640#4132640 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4132640

[jboss-user] [Beginners Corner] - Re: richfaces richTree can't get item.type!

2008-02-27 Thread trouby
Hey, You have some tree examples that are working perfectly in the samples war file, If you need more specific help you better ask in Richfaces forum, Asaf. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4132641#4132641 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Deploying .EAR files fails with [HDScanner] Scan failed

2008-02-27 Thread trouby
I would suggest you to take a look at class: EARStructure.java, line 155, But Jboss should never throw a NPE anyway, So you better open a ticket in JIRA :-) Asaf. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4132643#4132643 Reply to the post :

[jboss-user] [Beginners Corner] - Re: JBOSS SSO Authentication with Windows

2008-02-27 Thread trouby
SSO? Are you talking about transparent authentication through Windows? If so, yeah, you can use JCIFS , I used it a lot, btw, are you using Seam by any chance? Asaf. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4132645#4132645 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Help with portlet authentication

2008-02-27 Thread dcollodel
On the Documentum side, the portlet is configured as trusted. A Documentum superuser makes the initial connection, and compares the Jboss-supplied user principal with the users in Documentum. Assuming the principal authenticates with Jboss, and matches a Documentum user, the Documentum module

  1   2   >