[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - OpenJPA and JBoss

2008-07-29 Thread hungtru
Hi there, Has anyone used OpenJPA with JBoss? I've run into a problem where I have an application running in WAS utilizing OpenJPA and porting it over to JBoss. However, when deployed in JBoss, after removing a slew of errors, it seems that one of my EJBs is stuck. I think that

[jboss-user] [EJB 3.0] - Re: server-side exceptions in EJB3

2008-07-29 Thread jaikiran
anonymous wrote : The client gets a stack trace (including the server stack), Please post that exception stacktrace. What is your client? Is it a standalone application or something else? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4167224#4167224 Reply to

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: OpenJPA and JBoss

2008-07-29 Thread jaikiran
Please post the entire exception stacktrace, the logs that you see on the console and also the version of JBoss and Java you are using. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4167235#4167235 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: Using custom security domain to use encrypted password

2008-07-29 Thread priyankalavti
here are the logs after enabling trace on the server. Please notice the time difference of colored logs. 2008-07-25 16:40:34,369 INFO [STDOUT] Entering getDbConnection method 2008-07-25 16:40:34,370 TRACE [org.jboss.security.SecurityAssociation] getPrincipal,

[jboss-user] [Beginners Corner] - Re: Starting error..

2008-07-29 Thread baksheen
Hi, thanks for your reply. Actually I downloaded jboss-4.2.3.GA with jdk6. But I am using jdk1.5. I thought that may be the reason.So I downloaded jboss-4.2.3.GA.zip without jdk6. Now it is working. I have two doubts. If the port already using error, how do we solve that port error? because I

[jboss-user] [Security JAAS/JBoss] - Re: looking for working example: custom login module extends

2008-07-29 Thread hedinant
Finaly i find my mistake. CallerPrinciple is a key View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4167248#4167248 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4167248 ___

[jboss-user] [JCA/JBoss] - Re: Using custom security domain to use encrypted password

2008-07-29 Thread priyankalavti
I am using MySQL database. The mysql-ds.xml looks like: local-tx-datasource | jndi-nametestjndi/jndi-name | connection-urljdbc:mysql://localhost:3306//connection-url | security-domainEncryptDBPassword/security-domain | driver-classorg.gjt.mm.mysql.Driver/driver-class |

[jboss-user] [Management, JMX/JBoss] - Re: How to check server state?

2008-07-29 Thread erasmomarciano
Try to put your web-app into deploy.last View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4167250#4167250 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4167250 ___ jboss-user

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: log multile FILEs appender on JBoss

2008-07-29 Thread gan.gary
thanks, PeterJ. I think it's something like this in POJO: static final Logger logger = Logger.getLogger(AAA.class); | static final Logger loggerTxn = Logger.getLogger(txn. + AAA.class); and something like this in jboss-log4j.xml: appender name=FILE

[jboss-user] [JBoss jBPM] - Re: how to integrate commandservicebean

2008-07-29 Thread AJanz
thats what i did. i copied the jbpm-enterprise.ear to the deploy directory but i got the following error 10:06:33,316 WARN [ServiceController] Problem starting service jboss.j2ee:service=EjbModule, module=jbpm-enterprise.jar org.jboss.deployment.DeploymentException: type-mapping is not

[jboss-user] [JBoss jBPM] - Re: not binding factory to jndi, no JNDI name configured

2008-07-29 Thread mputz
I don't see any errors in the log snippet you provided. Moreover, everything looks alright. The 'no JNDI name configured' message is just an INFO message from Hibernate, nothing to worry about. What happens if you access http://localhost:8080/jbpm-console? View the original post :

[jboss-user] [JCA/JBoss] - Re: Removing abandoned connections

2008-07-29 Thread vickyk
mcsous wrote : | Is there any similar tags to do the same result with Jboss DataSource Managment? | Thanks I just looked at the details over here http://commons.apache.org/dbcp/configuration.html I am not able to find out the proper definition of the abandoned connection , looks to me

[jboss-user] [JBossWS] - Re: Use of PostCreate in JaxWS WebService implementation cla

2008-07-29 Thread adinn
I checked up on Sun's online documentation for Metro and it confirms that PostCreate and PreDestroy annotated methodsof a WebService are supposed to be invoked by JaxWS. See: | https://jax-ws.dev.java.net/jax-ws-ea3/docs/annotations.html | The JaxWS 2.0 and 2.1 spec both refer to JSR 109

[jboss-user] [JBoss jBPM] - Re: how to integrate commandservicebean

2008-07-29 Thread mputz
Check your datasource configuration file, it must have a section for the type-mapping: metadatatype-mappingHypersonic SQL/type-mapping/metadata | where the value matches one of the entries in server/jbpm/conf/standardjbosscmp-jdbc.xml. View the original post :

[jboss-user] [JBossWS] - Re: Use of PostCreate in JaxWS WebService implementation cla

2008-07-29 Thread adinn
Apologies, for all occurences of PostCreate please read PostConstruct View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4167264#4167264 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4167264

[jboss-user] Delivery Notification [EMAIL PROTECTED]

2008-07-29 Thread Postmaster
This is a delivery status notification, automatically generated by MTA mx1.editionsatlas.ch on Tue, 29 Jul 2008 11:46:09 +0200 Regarding recipient(s) : [EMAIL PROTECTED] Delivery status : Failed. Message could not be delivered to domain provea.ru .Failed while initiating the protocol. [('[EMAIL

[jboss-user] [JBoss jBPM] - Call JBPM process with EJB

2008-07-29 Thread ihorvath
Hi All! Could you show me an example to call my JBPM project with EJB? How can i access my projec what run in JBPM server. A cannot find any examples in documentation for EJB or WebService call! Please help me! View the original post :

[jboss-user] [JBoss Tools (users)] - Re: XHTML files and content assist with custom tags

2008-07-29 Thread [EMAIL PROTECTED]
Add jsf capabilities does not have any constraint on project structure AFAIK. You can e.g. do it on a seam-gen'ed app if you want to. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4167274#4167274 Reply to the post :

[jboss-user] [JBossWS] - Re: JBoss WS security throws javax.xml.ws.WebServiceExceptio

2008-07-29 Thread r12345_2003
Can anyone help? I'm really stuck with this problem, any hints would be really appreciated! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4167272#4167272 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4167272

[jboss-user] [JBoss Cache: Core Edition] - Re: Hibernate/Writes but does not loads

2008-07-29 Thread skajotde
pozzo wrote : Kamil, | | It seems that the cache is working, in the log I see 'cache hit'. But I am very disappointed because the performance is equal and in some cases worse than without cache. And the sql queries continue to appear in the console, which seems strange. | | I know

[jboss-user] [JBossWS] - Error SAP WS-Security client calling JBoss Security WS

2008-07-29 Thread lall2
Hi, I get the following exception when the SAP system invokes a JBossWS WS-Security WS: | ERROR [WSSecurityDispatcher] Internal error occured handling inbound message: | org.jboss.ws.extensions.security.exception.WSSecurityException: Inavliad message, Reference element is missing a

[jboss-user] [JBossWS] - Re: Error SAP WS-Security client calling JBoss Security WS

2008-07-29 Thread lall2
Hi, i found a similar case with a Microsoft WCF client calling an Oracle WS: http://weblogs.asp.net/gsusx/archive/2006/10/20/WCF-Oracle-Application-Server-WS_2D00_Security-interoperability-Part1_3A00_-from-WCF-to-Oracle.aspx The last code listing contains a WS-Security request trace with an

[jboss-user] [JBoss Cache: Core Edition] - Re: CacheException while getting object from CacheLoader

2008-07-29 Thread [EMAIL PROTECTED]
Does it work if you set UseLazyDeserialization to false? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4167279#4167279 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4167279 ___

[jboss-user] [JBoss Cache: Core Edition] - Re: GenericTransactionManagerLookup Confussion

2008-07-29 Thread [EMAIL PROTECTED]
You don't need a TM lookup if you don't intend to use transactions AND are using pessimistic locking. READ_UNCOMMITTED does not mandate a TM. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4167280#4167280 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Node level cache listeners

2008-07-29 Thread [EMAIL PROTECTED]
Nope. But the events you get contain the Fqn so you can add some logic in your listener to ignore events on Fqns you don't care about. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4167282#4167282 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Does support blocking cache to avoid duplicate processin

2008-07-29 Thread [EMAIL PROTECTED]
Yes, if the in-memory cache miss is fulfilled by a backing loader. In this case the state in question will not be loaded twice. Does this answer your question? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4167283#4167283 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: JMS Benchmark

2008-07-29 Thread shimi
How can someone use these results if all the tests failed after 10 - 100 messages. anonymous wrote : MQ 100 - server stops responding to connections. | MS 10 - server runs out of heap space. | GF 10 - client receives errors indicating queue is full, server continues to

[jboss-user] [JBoss Messaging] - Re: JMS Benchmark

2008-07-29 Thread shimi
I would have want to see results for different size of messages (30 characters is too small) and to see ActiveMQ as part as the test as well. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4167292#4167292 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Stress Tests

2008-07-29 Thread lovelyliatroim
anonymous wrote : | The 3.0.0 Alpha release completely eliminates the problem (when using the MVCC locking mode). Perhaps you want to give that a try? | Unfortunately my time line wont allow for that. Seeing what I would say is a strange result. When I run the tests with 10 reading

[jboss-user] [Beginners Corner] - urgent help

2008-07-29 Thread samhar
hi guys i am trying to develope a web service using jbuilder and jboss4.0.5 server i create an ejb module and added session bean to it that have a business method as just a test method that have a string parameter and return a string i create a web service using the create web service from bean

[jboss-user] [JBoss jBPM] - processdefinition.xml corrupted?

2008-07-29 Thread alegomes
Hi all, I had a processdefinition.xml used to work fine. Today, when I tried to open it in jBPM GPD, I got an exception and it didn't open anymore. Then, I created a new process definition and, smartly, copied the xml code from the first process definition I had to this new one. As a result,

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - mod_jk integration with JBoss for HTTP and HTTPS both

2008-07-29 Thread [EMAIL PROTECTED]
Hi, I have Jboss 4.0.5 and Apache 2.2.9 with SSL on windows environment. I have successfuly cofigured mod_jk so that apache talks with jboss nicely for all HTTP request problem i am facing is when i am making an HTTPS request it goes to Apache but neve comes to JBOSS. I have successfuly

[jboss-user] [JBoss jBPM] - Re: how to integrate commandservicebean

2008-07-29 Thread AJanz
ok. added type mapping to the jbpm-ds and datasource mapping in the jbosscmp-jdbc.xml | jbosscmp-jdbc | defaults | datasourcejava:JbpmDS/datasource | datasource-mappingOracle9i/datasource-mapping | create-tablefalse/create-table | remove-tablefalse/remove-table |

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: mod_jk integration with JBoss for HTTP and HTTPS both

2008-07-29 Thread erasmomarciano
You should configure a Virtualhost in apache. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4167300#4167300 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4167300 ___ jboss-user

[jboss-user] [JBoss Portal] - How to deploy a Seam Portlet?

2008-07-29 Thread m.paranjape
Can any one help me with deploying a seam portlet? I am trying to develope a portlet using Seam and I get the below stack trace when deployed in jboss-portal-2.6.5. 17:35:40,925 INFO [PortletAppDeployment] Parsing /FinalSeamTesting/jboss-portlet.xml 17:35:40,956 ERROR [STDERR]

[jboss-user] [Security JAAS/JBoss] - SPNEGO Negotiation - JBoss Negotiation 2.0.3.Beta2

2008-07-29 Thread [EMAIL PROTECTED]
The second beta release of the JBoss Negotiation project has just been made. The JBoss Negotiation project provides a Tomcat authenticator and JAAS login module which can be used to add SPNEGO negotiation to any web application deployed to JBoss. The authenticator and user guide can be

[jboss-user] [Installation, Configuration DEPL OYMENT] - Failed to create xmbean for: org.jboss.system .se­rver.Serve

2008-07-29 Thread duman
I am new to JBoss. I have installed JBoss 4.0.3 SP1 as the default server. After the install completes, I am able to access the main page. After I reboot my Windows 2003, JBoss will not load correctly and I can see in the log file: Failed to create xmbean for:

[jboss-user] [Installation, Configuration DEPLOYMENT] - 4.4.2 vs 5.0.CR1 error

2008-07-29 Thread poss
I have a deployed war that works perfectly well on 4.2.2. Using the defaults, I get all kinds of errors when I start up on JBoss 5.0.cr1. Looks like a JSF issue, but I am not sure how to correct it. JDK=1.5.0_16 SuSe Linux 10 Does anyone have any idea what I can do to fix this? Thanks Here is

[jboss-user] [JBoss jBPM] - Re: not binding factory to jndi, no JNDI name configured

2008-07-29 Thread grin1dan
Hi Martin Thanks for the reply. The application will run and I can get to the console. The next newbie question is how I get to the designer to go about building a simple workflow application. I cannot seem to evoke a designer from the options in the console. I know eclipse has a

[jboss-user] [JBoss Tools (users)] - Re: XHTML files and content assist with custom tags

2008-07-29 Thread campi
[EMAIL PROTECTED] wrote : campi - please elaborate what you mean by jboss tools standard ? There is no such thing - we just understand normal TLD's My bad, I 'haven't probably used to right word. Actually my tld is using this dtd : http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd I will have

[jboss-user] [JBoss Tools (users)] - Re: XHTML files and content assist with custom tags

2008-07-29 Thread campi
Kragoth wrote : I've just spent about an hour trying the solution mentioned above at http://docs.jboss.org/tools/2.1.0.GA/en/jsf/html_single/index.html#CodeAssistAndDynamicCodeAssist42BasedOnProjectData but I'm not having any success with it. My tags are still not in the list of tags when

[jboss-user] [JBoss Tools (users)] - Re: XHTML files and content assist with custom tags

2008-07-29 Thread campi
campi wrote : | I needed the attribute-type and the attribute ... The attribute wasn't displayed in my previous post. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4167326#4167326 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Stress Tests

2008-07-29 Thread lovelyliatroim
Just back to this question anonymous wrote : | I would have thought that having an ISOLATION level of NONE would turn out to be quicker but apparently not. What goes on behind the scenes when its set to NONE?. | Any ideas as to why it would perform better with an isolation level set

[jboss-user] [EJB 3.0] - What's about embeddable EJB3

2008-07-29 Thread jc7442
I try to migrate my EJB3 application from JBoss 4.2.2.GA with JDK1.5 to JBoss 4.2.3.GA with JDK 1.6. Unit tests are executed in standalone with embeddable EJB3. Integration tests are executed within JBoss AS. Integrations tests works fine. Unfortunately, for unit tests I used an old version of

[jboss-user] [JBoss Cache: Core Edition] - Re: Hibernate/Writes but does not loads

2008-07-29 Thread pozzo
I checked the relationships and seems to be fine. Something that was also noticed is that when I do a query (createQuery) cache is not used, the cache is used just when I execute a search for primary key. I forgot any configuration to work with createQuery? Or cache only works with find by pk?

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: OpenJPA and JBoss

2008-07-29 Thread hungtru
Hi there. The strange thing is that I don't really have exceptions. I'm using JBoss 4.2.2, OpenJPA 1.1.0, and Java 1.5. In two beans, I am injecting the OpenJPA context via the @PersistenceContext(unitName=EventData) But I never see these two beans deploy completely, as it says it is waiting

[jboss-user] [JBossWS] - Re: XSD import in JBoss generated WSDL

2008-07-29 Thread bbucy
You will need to take a top-down approach (e.g. contract first using wsconsume to generate artifacts). This is described in the Tools documentation (e.g. http://jbws.dyndns.org/mediawiki/index.php?title=JBossWS_JAX-WS_Tools#Top-Down_.28Using_wsconsume.29). One side note, this all works fine,

[jboss-user] [Security JAAS/JBoss] - NullPointerException in getCallerPrincipal()

2008-07-29 Thread johanmicoud
I have upgraded to JBoss 5.0.0 CR1. Client side, my authentification uses JndiLoginContextFactory with env.put(Context.SECURITY_PRINCIPAL,user); env.put(Context.SECURITY_CREDENTIALS, password); Server side, every call to getCallerPrincipal() raises a NullPointerException in EJBContextHelper

[jboss-user] [JBoss Portal] - Re: Portlet security constraint tab ignored completely

2008-07-29 Thread Sasa_Srb
I have the same problem, can anyone help? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4167346#4167346 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4167346 ___ jboss-user

[jboss-user] [EJB 3.0] - Re: server-side exceptions in EJB3

2008-07-29 Thread bluesterror
anonymous wrote : Please post that exception stacktrace. What is your client? Is it a standalone application or something else? The client is a Swing application that uses remote SLSBs. Here's the client-side stack trace from throwing an IllegalArgumentException in our login routine. Again,

[jboss-user] [Installation, Configuration DEPLOYMENT] - jboss virtual Directory

2008-07-29 Thread wudaoshengu
my project was deployed in jboss.But i want my project was deployed as default . so,when i input the (http://localhost) ,it link to my project .In other words, MYPROJECT.war instead of ROOT.war, what the deployment should i do? which configure files should be changed? (my jboss which used do

[jboss-user] [JBoss Portal] - Re: Portlet security constraint tab ignored completely

2008-07-29 Thread HerQpapa
you need to add to your *-object.xml the role-name otherwise (I think) it is ignored: | security-constraint | policy-permission | role-nameadmin/role-name | action-nameview/action-name | /policy-permission | /security-constraint | View the original post :

[jboss-user] Delivery Failure

2008-07-29 Thread Postmaster
- The message you sent to language-bank.com/dmerritt was rejected because it would exceed the quota for the mailbox. The subject of the message follows: Subject:

[jboss-user] [JBoss Tools (users)] - Nightly: NPE DocTypeUtil.getDoctype(DocTypeUtil.java:137)

2008-07-29 Thread [EMAIL PROTECTED]
Hi, using a nightly from the 26th of July with eclipse 3.4 and get the following uncaught NPE : | java.lang.NullPointerException | at org.jboss.tools.vpe.editor.util.DocTypeUtil.getDoctype(DocTypeUtil.java:137) | at

[jboss-user] [Management, JMX/JBoss] - How to configure jboss to enable the authentication of twidd

2008-07-29 Thread cnsunfocus
Hi , everyone: I want to invoke some mbean using twiddle.sh, but the default config of jboss is without authentication. How can I enable the authentication of twiddle.sh? That mean : I shoud use twiddle.sh like this: twiddle.sh -u usernam -p password -s IP:port invoke mbean. View the

[jboss-user] [Management, JMX/JBoss] - Re: How to check server state?

2008-07-29 Thread sachinmodi
Thanks for the suggestion ... I will try it out. Is there a programmatic way of doing this, changing the deployment process is a bit of a pain. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4167355#4167355 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: how to integrate commandservicebean

2008-07-29 Thread AJanz
ok finally made it in the jbpm.cfg.xml was jta defined...dont know why or from where i got this file changing it to | jbpm-configuration | | jbpm-context | factory | service name=persistence | factory | | bean

[jboss-user] [EJB 3.0] - Re: server-side exceptions in EJB3

2008-07-29 Thread wolfc
You're not missing a configuration setting. It really is not implemented yet. :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4167357#4167357 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4167357

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss virtual Directory

2008-07-29 Thread jaikiran
See this http://wiki.jboss.org/wiki/SetupARootContextApp View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4167358#4167358 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4167358 ___

[jboss-user] [JBoss Cache: Core Edition] - Compensation for network latency of sync'd DB

2008-07-29 Thread kblanken
We're about to deploy our application using JBC. We have several systems that work on two databases: The master DB that's always up to date and the slave DB that is synchronized 5 seconds after the master DB. We use DB queue replication. All systems use the same cache. We do not always use

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: how to config the classloader

2008-07-29 Thread PeterJ
Did you need more help on this? I am asking because you did not provide any information on the exception. If you do need more help, please provide: * The full stack trace for the class cast exception * The source code that caused the exception, highlighting the line in error View the original

[jboss-user] [JBoss jBPM] - Re: org.hibernate.HibernateException: null index column for

2008-07-29 Thread clandestino_bgd
Hello Ronald, thanks for the reply. I managed to resolve the problem. I am answering to your questions below, in case somebody else is also trying to use JBPM inside Appfuse. anonymous wrote : | - do you use spring jBPM template? if so, ditch it (not spring, just this template, it's

[jboss-user] [JBoss Portal] - Re: Loading page slow with IE, but using Firefox ok

2008-07-29 Thread PeterJ
You could always place a Runs best on Firefox icon on the portal. (Hey, I have to constantly curse narrow-minded web site designers who think that everyone uses IE and who therefore don't even try to make their site usable with Firefox - it's about time there was some payback.) But more

[jboss-user] [JBoss Portal] - JSF Portlet state issue

2008-07-29 Thread manick_r
Hi, I have created a JSF portlet. The portlet renders (say)pageA when visited first. When the user submits pageA and if the validations are successful pageB is rendered. However in the same session, when the user tries to access the portlet, pageB is always rendered. Is there anyway I can reset

[jboss-user] [JBossWS] - Signed security provider jar inquiry

2008-07-29 Thread Shiroyanagi
I am implementing a custom handler (GenericSOAPHandler) which uses the JSafeJCE cryptography provider. The JSafeJCE jar is signed, and it performs a self-integrity check when one attempts to access any of its contents. The self-integrity check is failing in my service, which is generally the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Incomplete Deployment listing when upgrading from JBoss

2008-07-29 Thread kvancamp
That did it. Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4167370#4167370 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4167370 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: server-side exceptions in EJB3

2008-07-29 Thread bluesterror
wolfc wrote : You're not missing a configuration setting. It really is not implemented yet. :-) Ah, that's a shame. Thanks :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4167371#4167371 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Starting error..

2008-07-29 Thread jaikiran
baksheen wrote : Hi, | | If the port already using error, how do we solve that port error? because I am using 8080. how it is related to 1099 ? | 8080 and 1099 are just two of the many default ports, which JBoss uses. For a complete list, see this

[jboss-user] [Installation, Configuration DEPL OYMENT] - Re: Failed to create xmbean for: org.jboss. system.se­rver

2008-07-29 Thread jaikiran
Please post the entire exception stacktrace along with the console logs. And did you do any changes to the JBoss configuration after downloading? Also how do you start JBoss? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4167376#4167376 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Hot deploy with .Class

2008-07-29 Thread jaikiran
You can redeploy an entire application (containing that .class file), without having to restart the server. Is that what you are looking for? If yes, then have a look at http://wiki.jboss.org/wiki/ExplodedDeployment

[jboss-user] [Beginners Corner] - Re: urgent help

2008-07-29 Thread PeterJ
Let me see if I understand this. You are using JBuilder to generate the client for a web service, but in one case, it does not generate what you expect. Since JBuilder is the one doing the generating, why are you not asking about this on a JBuilder forum? P.S. Please use a more descriptive

[jboss-user] [JBossWS] - Re: IndexOutOfBoundsException when transforming into SAAJ SO

2008-07-29 Thread [EMAIL PROTECTED]
OK, I've taken a look at your issue: I've added your test to the native testsuite. Our implementation of Node, NodeImpl, holds the actual w3c node along with its children and our implementation of soapChildren. The exception you were having was due to the latter being null while it should have

[jboss-user] [JBossWS] - Re: IndexOutOfBoundsException when transforming into SAAJ SO

2008-07-29 Thread poutsma
Ok, thanks for the fix. I understand the issue. Are you planning on sharing that DOMBuilder patch with Xalan? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4167384#4167384 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: 4.4.2 vs 5.0.CR1 error

2008-07-29 Thread PeterJ
Try this. Start jbossas without your app being deployed. Once it is up, then deploy your app. CR1 continues to have issues with the order of how apps and services are deployed (not as bad as the earlier betas, but the deployment ordering still isn't completely correct) View the original post

[jboss-user] [JBoss Messaging] - Re: Messages are not getting delivered :(

2008-07-29 Thread TheOverlord
Part 4: | Thread: jbm-server-session-w65-qn5gn8jf-1-ltyo28jf-8j87wr-t36hs4 : priority:5, demon:false, threadId:5135, threadState:WAITING, lockName:[EMAIL PROTECTED] | | java.lang.Object.wait(Native Method) |

[jboss-user] [JCA/JBoss] - Re: Controlling the quartz scheduler from EJB with the quart

2008-07-29 Thread atijms
I'm wondering about this too, but don't know the solution either. Maybe I'll have to look into the JCA specs and (if available) the current Quartz RA source code to see how challenging it is to add outflow capabilities to it. I'm afraid though that it probably won't be the easiest or fastest

[jboss-user] [Management, JMX/JBoss] - Re: How to configure jboss to enable the authentication of t

2008-07-29 Thread PeterJ
Is this what you are looking for: http://wiki.jboss.org/wiki/SecureTheInvokers View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4167394#4167394 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4167394

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: 4.4.2 vs 5.0.CR1 error

2008-07-29 Thread poss
yes, I have done that...no luck. Still the same error. There must be something with the JSF implementation with 5.0 that is different than 4.2.2. I suspect I have to change something , I just can't figure out what. View the original post :

[jboss-user] [EJB 3.0] - Accessing stateless EJB3 bean from a ejb-jar

2008-07-29 Thread [EMAIL PROTECTED]
this problem had been nagging me for days,i had made a project using ejb3. and deployed it to jboss4.2.3GA. the following is part of my project: 1:persistence.xml persistence-unit name=cattle_persis | transaction-type=JTA | providerorg.hibernate.ejb.HibernatePersistence/provider |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: 4.4.2 vs 5.0.CR1 error

2008-07-29 Thread PeterJ
It does look like it is having problems with the http://java.sun.com/dtd/web-facesconfig_1_1.dtd file. If it is complaining about line 25 position 3, then I have no idea - that is in the middle of a comment. View the original post :

[jboss-user] [JBoss Messaging] - Re: Messages are not getting delivered :(

2008-07-29 Thread ataylor
try running the clustered examples to make sure you're environment is set upcorrectly. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4167403#4167403 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4167403

[jboss-user] [JBoss Cache: Core Edition] - Re: CacheException while getting object from CacheLoader

2008-07-29 Thread cacheuser
It did work after setting UseLazyDeserialization to false. Thanks. But I think I am still going for 3.0, when will it be released ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4167405#4167405 Reply to the post :

[jboss-user] [JBoss jBPM] - nexusBPM plug in and eclipse

2008-07-29 Thread grin1dan
Hello...Newbie question here. I have set up a process flow in eclipse and I need to know how to get the process to show up and run under the jBPM console. TIA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4167415#4167415 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Portlet security constraint tab ignored completely

2008-07-29 Thread Sasa_Srb
I added that, it's still ignored when portlet is remote! :( What should I do in this case? Is there any difference between accessing local and remote portlet? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4167420#4167420 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: not binding factory to jndi, no JNDI name configured

2008-07-29 Thread cshmcfan2
Yes, thanks for the reply. Sorry, I guess I had assumed that when the start.bat had completed it would either have delivered a 'successful' message or popped up the admin window or...something! FYI: I can bring up the admin console via windows explorer. View the original post :

[jboss-user] [EJB 3.0] - Re: Using quartz from EJB 3.0

2008-07-29 Thread henk53
Anyone else has any idea? I tried for over a full week to find a solution, but still did not find anything. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4167428#4167428 Reply to the post :

[jboss-user] [JBoss jBPM] - How to get the actor-id of the actor who started a process?

2008-07-29 Thread coolex
Hello! When I start a process, can I get the information WHO (actor-id) started the process? I need it, because in my application many customers can start their own processes but they should not get in the way of other actor's processes. So, if customer A starts a process, customer B should

[jboss-user] [JBoss Portal] - JSF Based Portlet and IPC

2008-07-29 Thread SreeniJakka
Hello I have a JBoss portal up with several JSF/RichFaces portlets that are deployed into it, and using the JBoss PortletBridge. I am struggling to find some info on how to make IPC work in JSF portlets. I see the IPC sample in JBoss reference guide, but that doesn't address a JSF portlet

[jboss-user] [JBoss jBPM] - Re: processdefinition.xml corrupted?

2008-07-29 Thread alegomes
Problem solved and processdefinition.xml recovery. For some reason, an empty transition was inserted into a node. | task-node name=DBA Implementa Alteracoes no Banco | task name=Implementar alteracoes no banco de dados swimlane=DBA/task | transition to=/transition | /task-node |

[jboss-user] [Beginners Corner] - Re: Progressnotification

2008-07-29 Thread eaglenest
The rich:progressBar can be used to show a status. There is an example of the server side in the example app. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4167438#4167438 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Option to remove persistent data is a valid use case

2008-07-29 Thread cacheuser
A Eviction policy option to be able to remove persistent data is valid use case that the JBoss Cahe does not support right. For example, we are storing data that we get by making a webservice call to other vendor, we have contract with to be able to store the data for no longer than a certain

[jboss-user] [Beginners Corner] - Re: Hot deploy with .Class

2008-07-29 Thread deniswsrosa
But, if i change a .class and change de web.xml too, will jboss redeploy the entire application??? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4167443#4167443 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4167443

[jboss-user] [JBoss Cache: Core Edition] - Disable Eviction in JBoss Cache 1.4.1 Sp9

2008-07-29 Thread ssmayur
Hi I have the following configuration as part of JBossCache.xml, attribute name=LockAcquisitionTimeout15000/attribute | attribute name=EvictionPolicyClassorg.jboss.cache.eviction.LRUPolicy/attribute | attribute name=EvictionPolicyConfig |

[jboss-user] [JBoss Messaging] - Re: How do I empty a JBoss queue?

2008-07-29 Thread asaur
timfox wrote : If you have well written clients which always close their connection(s) properly before exiting then any unacknowledged messages will be returned immediately to the queue(s) on close of those connection(s), otherwise the after the client exits the server will eventually time out

[jboss-user] [JBoss Cache: Core Edition] - Re: Option to remove persistent data is a valid use case

2008-07-29 Thread genman
In your eviction configuration, you can set the EvictionPolicyClass and define what the method does: | public abstract class BaseEvictionPolicy implements EvictionPolicy { | |/** | * Evict the node under given Fqn from cache. | * | * @param fqn The fqn of a node in

[jboss-user] Delivery Notification [EMAIL PROTECTED]

2008-07-29 Thread Postmaster
This is a delivery status notification, automatically generated by MTA emea-hub.yr.com on Tue, 29 Jul 2008 22:50:58 0100 Regarding recipient(s) : [EMAIL PROTECTED] Delivery status : Failed. Message could not be delivered to domain tr.mecglobal.com .Failed while initiating the protocol.

[jboss-user] [JBoss Cache: Core Edition] - Re: Compensation for network latency of sync'd DB

2008-07-29 Thread genman
What would be wrong with setting an eviction policy on the cluster so that entries are evicted older than 5 seconds? That would probably be the easiest to configure. Though, your delay approach would probably work. Just be sure to have the removal action queued and take place in a separate

[jboss-user] [JBoss Cache: Core Edition] - Re: Stress Tests

2008-07-29 Thread genman
The best use of JBossCache is primarily for data read frequently but written rarely...according to the docs. Consider testing using an actual application scenario. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4167456#4167456 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - JBoss datasource encryption

2008-07-29 Thread aramin
We're running JBoss 4.0.5 (Windows in development, Linux in production), and I'm trying to encrypt a datasource password using our own algorithm, using this as a reference: http://wiki.jboss.org/wiki/EncryptingDataSourcePasswords I've been able to get this to work using the standard JBoss

[jboss-user] [JBossWS] - ant task org.jboss.wsf.spi.tools.ant.WSConsumeTask problem

2008-07-29 Thread nobleman1997
Hi I am trying to create source and output of web services based on wsdl file. I am using following ant task in my build. i am using jbossws-native-3.0.2 in my class path wsconsume fork=false verbose=true destdir=output

  1   2   >