[jboss-user] [JBoss Tools (users)] - Re: Making Maven Archetype created Seam Project JBoss Tool c

2008-12-04 Thread speleomaniac
"speleomaniac" wrote : I had created the entry in EJB https://jira.jboss.org/jira/browse/JBIDE-3351 I mean JIRA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194546#4194546 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [Security & JAAS/JBoss] - Re: isCallerInRole throws IlligalStateException

2008-12-04 Thread drfranknfurter
It was something similar, I specified the domain for the web-tier, but not for the ejb container. I had to add to jboss.xml Thanks for the help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194545#4194545 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [EJB/JBoss] - Exception in thread "main" javax.naming.NameNotFoundExceptio

2008-12-04 Thread ramujava
BankRemote.java import javax.ejb.Remote; @Remote public interface BankRemote { public String getName(); } BankImpl.java import javax.ejb.Remote; import javax.ejb.Stateless; @Stateless public class BankImpl implements BankRemote{ public String getName() { // TODO

[jboss-user] [EJB/JBoss] - Re: $Proxy123 cannot be cast to org.omg.CORBA.Object

2008-12-04 Thread jaikiran
Mark, Please post the home/localhome interface, the session bean skeleton and the remote/local interface code. Also please post the entire exception stacktrace. How are you packaging the applicaiton? Does your WAR and the EJB jar in the EAR both cotain the interfaces? Also, please post the out

[jboss-user] [EJB/JBoss] - Re: EJB 3.0, JBoss 4.2, JPA, JNDI, and Web Services

2008-12-04 Thread jaikiran
Mike, Can you please post the console logs when your application is being deployed? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194539#4194539 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194539 __

[jboss-user] [JBoss Tools (users)] - Problems with Eclipse

2008-12-04 Thread Willi2793
Hello, until now I developed my JSF-Apps with Netbeans. But my Company ist also developing C++ with Eclipse and so I want to use only one IDE. I also want to use Richfaces to get Ajax-Support for my JSF-Applications. I downloaded than Eclipse Ganymed SR1 (JEE-package), installed it (Java JDK

[jboss-user] [EJB/JBoss] - EJB 3.0, JBoss 4.2, JPA, JNDI, and Web Services

2008-12-04 Thread mikemurz
I'm having trouble getting a very simple web service to work. My WSDL is generated correctly, but when I try to invoke one of my web methods with a SOAP request, I get this response back: env:Server | Endpoint cannot handle requests in state: UNDEFINED I am fairly certain that this code is

[jboss-user] [Microcontainer] - Re: ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-04 Thread alesj
"[EMAIL PROTECTED]" wrote : Just to clarify - I put import-all="false" on both of my deployments and the effect is unchanged... On your deployments this is already false by default. ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194535#4194535 Reply to th

[jboss-user] [Beginners Corner] - Re: File Upload problem

2008-12-04 Thread jaikiran
Do you see any exceptions in the server.log file? How are you uploading the files? anonymous wrote : Jboss version is jboss-4.3.0. You mean the paid enterprise version (EAP)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194533#4194533 Reply to the post

[jboss-user] [JBossWS] - Port doesnot contain operation meta data

2008-12-04 Thread ravikb_jboss
I have created a simple webservice. As part of WS-Security, i have added the jboss-wsse-server.xml i have added the x509 encrypt element. as follows ... <config> <encrypt type="x509v3" alias="wsse"/> <requires> <

[jboss-user] [JBossWS] - Port doesnot contain operation meta data

2008-12-04 Thread ravikb_jboss
I have created a simple webservice. As part of WS-Security, i have added the jboss-wsse-server.xml i have added the x509 encrypt element. as follows ... the service was deployed in jbossAS 4.2.1 and running. i wrote a simple rpc client an

[jboss-user] [JBossWS] - Mustunderstand problem

2008-12-04 Thread ravikb_jboss
Hi, i have created a simple webservice. As part of WS-Security, i have added the jboss-wsse-server.xml i have added the x509 sign element. as follows ...

[jboss-user] [News & Announcements] - JBossAS 5.0.0.GA Released

2008-12-04 Thread rrajesh
JBoss Application Server 5.0.0.GA has been release and is available for download. http://www.jboss.org/jbossas/downloads/ JBoss 5.0.0.GA Release Notes This is the final release of the JBoss 5.0 series for the Java EE™5 codebase that fully complies with the Java EE 5 conformance testing ce

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: problem with testing: hibernate schema update -> can't c

2008-12-04 Thread charlf
I also got the same error, I fixed it, what you do is put the following properties in the persistence.xml | | | and then you put this property in your Spring Configuration, for the EntityManagerFactory | | | | | | |

[jboss-user] [JBoss jBPM] - problem about JBPM with tomcat

2008-12-04 Thread sunshine791225
I have builded the JBPM on the comcat server.When I deploy the example sale.jpdl flow.It displays the bellow error: Error deploying process: An exception of type "org.hibernate.HibernateException" was thrown. The message is: Could not parse configuration: hibernate.cfg.xml Who can help me?

[jboss-user] [Microcontainer] - Re: ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-04 Thread [EMAIL PROTECTED]
Just to clarify - I put import-all="false" on both of my deployments and the effect is unchanged... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194517#4194517 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194517 __

[jboss-user] [Security & JAAS/JBoss] - Re: JBoss SSO

2008-12-04 Thread yyovkov
So, do we expect to have GA soon? Which date, by the beginning of the next year? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194515#4194515 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194515

[jboss-user] [Microcontainer] - Re: ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-04 Thread [EMAIL PROTECTED]
Hm. I see that this is "classloader" not "classloading". Perhaps I should have grepped more specifically than "classload". :-) Which leaves me at square zero. No idea what to fix to make this work in jbossas. I'll poke around some more... View the original post : http://www.jboss.com/index

[jboss-user] [Microcontainer] - Re: ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-04 Thread [EMAIL PROTECTED]
Ah, great. Where should I make this change in JBossAS? in deployers.xml? I see this: | | ${jboss.lib.url}jboss-deployers-core-spi.jar | ${jboss.lib.url}jboss-deployers-core.jar | ${jboss.lib.url}jboss-deployers-client-spi.jar | ${jboss.lib.url}jboss-deplo

[jboss-user] [JBoss jBPM] - Re: Scheduler and asynchronous flow in in web app

2008-12-04 Thread kukeltje
1: Configuration is still done the same as before in jbpm.cfg.xml. The current docs are still valid to that regard. 2: Sorry, it is a ServletContextListener (JobExecutorLauncher) and used in the jsf-console.war in the lib dir after running the installer.. You can see how it is done in the corr

[jboss-user] [Beginners Corner] - File Upload problem

2008-12-04 Thread swetharaju
I am trying to upload a file.I am able to upload very small sized files 30-50 KB files.When I try to upload anything greater than 100KB files I am unable to do so.Is there any file size limit that I can specify somewhere in Jboss configuration? I am able to see the file content in Live Https so

[jboss-user] [JBoss jBPM] - Re: Scheduler and asynchronous flow in in web app

2008-12-04 Thread jeklund
Thank you Ronald (for this any _many_ other posts I've read on this forum)! I didn't find anything on this changes in Jira or anywhere else related to "JbpmThreadsServlet".. Does anyone know 1. the location of documentation of how to configure it the new way? or 2. the name of the new filter?

[jboss-user] [Beginners Corner] - Re: @Resource annotation question

2008-12-04 Thread csr1978
I am injecting this resource in servlets. I am using JBoss 4.2.3GA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194502#4194502 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194502 ___

[jboss-user] [Microcontainer] - Re: Microcontainer goes 2.0.0.GA

2008-12-04 Thread PeterJ
The AspectManager class is provided in jboss-aop-jdk50-client.jar and jboss-aop-jdk50.jar. Here is a handy utility for locating classes: http://www.isocra.com/2006/02/jarfinder/ Also, please to not use red text - one or two words is OK but multiples lines of it makes the text hard to read. Vi

[jboss-user] [JBoss jBPM] - Re: Upgrade from JBPM 3.1.2 to JBPM 3.2 or latest

2008-12-04 Thread kukeltje
The releasenotes are always in the jira e.g. 3.2.3 or 3.3 GA and bundled with the releases. Upgrade instructions... hmm... not sure where to find those directly, but I'm sure I've read some things somewhere View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=419

[jboss-user] [Microcontainer] - Re: Microcontainer goes 2.0.0.GA

2008-12-04 Thread Gary Marsh
Alesj - Well I almost made it through the EmbeddedBootstrap but just as I am leaving the bootstrap() method we do a deployer.validate() call which throws this error : java.lang.IllegalStateException: Incompletely deployed: *** DEPLOYMENTS IN ERROR: Name -> Error DataDirMonitor -> java.lang.No

[jboss-user] [JBoss Tools (users)] - Re: Smooks Plugin Tutorial

2008-12-04 Thread castlec
I'm not sure if it was the Ganymede update that fixed it or using the nightly build but it's up and running now. I should have updated then tried the beta but I attempted to form the combo by loading the beta and updating eclipse but the dependencies would fail. All the same, it's up. Chris

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: PHP on TOMCAT

2008-12-04 Thread [EMAIL PROTECTED]
anonymous wrote : X-Powered-By='Servlet 2.4; JBoss-4.0.2 (build: CVSTag=JBoss_4_0_2 date=200505022023)/Tomcat-5.5' | | 2008-11-25 17:33:33,485 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/php-examples]] php: init: loglevel set to 0 | | 2008-11-25 17:33:33,487

[jboss-user] [Microcontainer] - Re: ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-04 Thread alesj
"alesj" wrote : "alesj" wrote : I'll check the NPE. | | Trying to mock your case. | I've copied your xml config. | Running my demos boot, I don't get NPE. | ClassLoadingSpace:325 is used, but it's all fine. Found it. ;-) It's what I suspected in the first place - 1st post with import-all

[jboss-user] [JBoss Tools (users)] - Smooks Plugin Tutorial

2008-12-04 Thread castlec
Apologies if this was already posted. A search on Smooks only turned up ten pages of posts. I have been trying to follow Dart Peng's Smooks tutorial, https://jira.jboss.org/jira/secure/attachment/12323622/Smooks+Quick+Start.pdf. I have tried it with just the Smooks plugin, the entire JBoss To

[jboss-user] [Microcontainer] - Re: ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-04 Thread alesj
"alesj" wrote : I'll check the NPE. | Trying to mock your case. I've copied your xml config. Running my demos boot, I don't get NPE. ClassLoadingSpace:325 is used, but it's all fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194479#4194479 Reply to the

[jboss-user] [JBossWS] - JbossWS 2.0.3GA (Jboss 4.2.2) import location uses mismatche

2008-12-04 Thread phadnism
I have JBoss 4.2.2 running the 2.0.3.GA WS stack, fronted by apache on port 80, which is behind a load balancer doing ssl. so incoming requests, go from https at LB, http to apache and ajp to jboss In jboss-beans.xml, I have modifySOAPAddress set to true and I have defined the webServiceHost, w

[jboss-user] [Microcontainer] - Re: ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-04 Thread alesj
"alesj" wrote : Quick check/hack, | what if you put import-all="false" to classloading element? Although this should be there by default ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194475#4194475 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [Microcontainer] - Re: ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-04 Thread alesj
Quick check/hack, what if you put import-all="false" to classloading element? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194474#4194474 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194474 _

[jboss-user] [Microcontainer] - Re: Microcontainer goes 2.0.0.GA

2008-12-04 Thread alesj
"Gary Marsh" wrote : | Is this class found in another jar or do I need to download and build from some where else? | Looks like you've got some old jboss-common. It's now called jboss-common-core and it definitely includes this class. How else would the JBossAS boot. :-) View the original p

[jboss-user] [Microcontainer] - Re: ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-04 Thread alesj
I'll check the NPE. Trying to mock your case. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194472#4194472 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194472 ___ jboss-use

[jboss-user] [Microcontainer] - Re: ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-04 Thread [EMAIL PROTECTED]
If it matters, the jboss-classloading.xml of the jboss-threads.jar looks like this: | | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194470#4194470 Reply to the post : http://www.j

[jboss-user] [Microcontainer] - Re: ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-04 Thread [EMAIL PROTECTED]
BTW, the @VERSION@ thing gets replaced with my real version number during build (yes, I checked it). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194468#4194468 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194468 _

[jboss-user] [Microcontainer] - Re: ClassNotFound on deployment of a SchemaResolverDeployer

2008-12-04 Thread [EMAIL PROTECTED]
OK, latest update. Figuring that it was due to the fact that the classloading configuration for my deployer did not include the appropriate deployer classes, I changed my jboss-classloading.xml as follows: | | | | | | | | | | Now I

[jboss-user] [Security & JAAS/JBoss] - Re: JBoss SSO

2008-12-04 Thread msystems
Hi Sohil, Thank you for your answer. /Kenneth View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194464#4194464 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194464 ___ jboss-

[jboss-user] [JBoss jBPM] - Re: jBPM-3.3.0.GA Released

2008-12-04 Thread bhagatkota
We are currently on JBPM version 3.1.2 and are planning to upgrade to the latest stable version. We use JBPM for simple taskmanagement. Can anyone direct me to the upgrade instructions or any release notes from 3.1.2 to 3.2 or latest. View the original post : http://www.jboss.com/index.html?m

[jboss-user] [Microcontainer] - Re: Microcontainer goes 2.0.0.GA

2008-12-04 Thread Gary Marsh
PeterJ - I followed your suggestion and solved that problem but fell upon another runtime error. It seems that there is an interdependency with the org.jboss.util.collection.WeakTypeCache class that seems to be missing from the jboss-common.jar. Here is the error message: java.lang.Runtim

[jboss-user] [JBoss jBPM] - Upgrade from JBPM 3.1.2 to JBPM 3.2 or latest

2008-12-04 Thread bhagatkota
We are currently on JBPM version 3.1.2 and are planning to upgrade to the latest stable version. We use JBPM for simple taskmanagement. Can anyone direct me to the upgrade instructions or any release notes from 3.1.2 to 3.2 or latest. thanks View the original post : http://www.jboss.com/index.

[jboss-user] [Security & JAAS/JBoss] - Re: JBoss SSO

2008-12-04 Thread [EMAIL PROTECTED]
The anonymous svn location is: http://anonsvn.jboss.org/repos/jboss-sso/dev/trunk Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194459#4194459 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194459 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss install as service is successful, but no service i

2008-12-04 Thread PeterJ
Are you running a 32-bit or 64-bit version of Vista? Did you download the proper version of JBoss Native (32 or 64 bit)? I tried it using your settings, and it registered just fine, as viewed in the services gui and in powershell: [12/04/2008 12:43:23 D:\opt\powershell] | >get-service jbas405

[jboss-user] [Security & JAAS/JBoss] - Re: JBoss SSO

2008-12-04 Thread [EMAIL PROTECTED]
msystems- https://svn.jboss.org/repos/jboss-sso/dev/trunk has the GA codebase. The code for GA is ready and available on trunk. The official release needs to go through a release process. Mostly, build cleanup, docbook based documentation, etc. btw- The configuration has gone through some minor

[jboss-user] [Microcontainer] - Re: Microcontainer goes 2.0.0.GA

2008-12-04 Thread alesj
"Gary Marsh" wrote : | When I try to download from svn using alesj's suggestion I get the following error : | | svn: Your .svn/tmp directory may be missing or corrupt; run 'svn cleanup' and try again | svn: Can't open file 'microcontainer\trunk\kernel\src\test\resources\org\jboss\te

[jboss-user] [JBoss jBPM] - Re: JBPM 3.3.0 on Websphere 6.1

2008-12-04 Thread kukeltje
A custom deplotment of what? The console? When you use the installer, everything is extracted in multiple dirs, including the source afaik. There are maven profiles for multiple containers. So it still is possible...If you want to contribute a maven profile that works with Websphere 6.1, please

[jboss-user] [JBoss jBPM] - Re: jBPM/Spring/jUnit

2008-12-04 Thread kukeltje
the reason is simple, well, it was a few years back. There is a start node. Someone/thing starts the process, so if there is a task in the start node, that task was *assumed* to be for that person. If someone just starts the process, and the first task is for someone else, leave the start node e

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: No Deployment in Jboss 4.05GA

2008-12-04 Thread jorgeprieto
Ok, my issue is as follows: I have a problem with a file name server.ear you look at this location: JBOSS_HOME / server / default / deploy / In the log I could not find me doing this springframework the deployment, View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [Microcontainer] - Re: Microcontainer goes 2.0.0.GA

2008-12-04 Thread PeterJ
That was fairly painless. I got the jboss version of settings.xml from http://www.jboss.org/community/docs/DOC-11379, merged it with mine, and now I can build jboss-reflect. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194448#4194448 Reply to the post : h

[jboss-user] [JBoss jBPM] - Re: Scheduler and asynchronous flow in in web app

2008-12-04 Thread kukeltje
afaik, it now is a servletfilter... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194447#4194447 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194447 ___ jboss-user mailing

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: parentheses not enforcing evaluation order.

2008-12-04 Thread manticore
I am having the same problem with jboss 4.3.0.GA - is this a known issue? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194446#4194446 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194446 _

[jboss-user] [JBoss Portal] - hibernate strategy

2008-12-04 Thread danteconsales
what is pest practise strategy in a portal cluster, to prive datebase access to a portlet? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194445#4194445 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194445 ___

[jboss-user] [Microcontainer] - Re: Microcontainer goes 2.0.0.GA

2008-12-04 Thread PeterJ
Looks like ConfigurationPermission is in jboss-reflect.jar, whose sources are at http://anonsvn.jboss.org/repos/jbossas/projects/jboss-reflect/trunk/. But the jboss-reflect is not building for me because I haven't configured Maven to look for the JBoss repository. Hmm, add one more thing to my t

[jboss-user] [JBoss Portal] - download link from cms

2008-12-04 Thread danteconsales
hey, i have a pdf file uploaded in to cms and in a html file in portal is a "href" to this file. if i do click on this link with the right mouse button and go to save under all works okay, but if i do click towith the left button, a redirect take place and the download does not start. It seems

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss install as service is successful, but no service i

2008-12-04 Thread mtozserCLV
I just used what was listed in the service.bat as to net start "SVCNAME". Yes, the services GUI tool does not list any jboss services starting up. I also made some changes after my posting to the cmdStart: was .. call run.bat < .r.lock >> run.log 2>&1 .. changed it to: .. call run.bat -c dev <

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: No Deployment in Jboss 4.05GA

2008-12-04 Thread PeterJ
These are debug messages, not errors, thus there is no information here about any problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194441#4194441 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194441 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss install as service is successful, but no service i

2008-12-04 Thread PeterJ
Typo? JBAS50SVC (note the zero - '0') Did you look at the services manager to see if it is listed there? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194440#4194440 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41944

[jboss-user] [Microcontainer] - Re: Microcontainer goes 2.0.0.GA

2008-12-04 Thread Gary Marsh
Hummm. One caveat to my last post is that PeterJ's solution builds but when I run my code that has an EmbeddedBootstrap I get a runtime error : Exception in thread "main" java.lang.NoClassDefFoundError: org/jboss/config/spi/ConfigurationPermission at org.jboss.kernel.plugins.bootstr

[jboss-user] [EJB 3.0] - Problems with Embedded EJB3.1 from trunk

2008-12-04 Thread [EMAIL PROTECTED]
* org.jboss.metadata:jboss-metadata is [1.0.0.CR1] which causes a bootstrap problem, removing the version constraint fixes this * org.jboss.integration:jboss-transaction-spi was at 5.0.0.CR2, needs to be 5.0.3.GA, I hacked this by making embedded depend directly on the transaction-spi View the

[jboss-user] [JBossWS] - Re: ERROR [org.jboss.wsf.stack.jbws.RequestHandlerImpl] Cann

2008-12-04 Thread smeverts
I realize that this thread is over a year old however I am getting this same message and not sure if it caused the server crash that I saw last week. Basically the server crashed because of "too many open files" ... so I started checking the log files and I see this on every soap message that w

[jboss-user] [Installation, Configuration & DEPLOYMENT] - No Deployment in Jboss 4.05GA

2008-12-04 Thread jorgeprieto
I have a problem with the deployment of server.ear. Part of the Log: 2008-12-01 15:43:10,796 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/jboss-4.0.5.GA/server/default/deploy/server.ear 2008-12-01 15:43:10,796 DEBUG [org.jboss.deployment.MainDeployer] Startin

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Jboss install as service is successful, but no service is st

2008-12-04 Thread mtozserCLV
I have a Jboss 4.0.5 installed on Vista (using jdk1.6). We use port 8016. I downloaded Jboss Native and moved the service and the jbosssvc exe files under the %JBOSS_HOME%\bin. On the command line ran: service.bat install. According to the message the install was successful. However when I tri

[jboss-user] [JBoss Portal] - Themes - dyna style.css injected - but from where?

2008-12-04 Thread DeanoUK
Within our pages we're seeing the following CSS injected: | | | Even though our theme doesn't include this file: | | | dean | | | | | | | | | | | The theme change works except for this odd

[jboss-user] [Microcontainer] - Re: Microcontainer goes 2.0.0.GA

2008-12-04 Thread Gary Marsh
Thanks guys, that was just the info I needed. It downloads and builds correctly... Regards, GMarsh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194423#4194423 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194423 _

[jboss-user] [JBoss Tools (users)] - Re: DataModelSelection doesnt work

2008-12-04 Thread [EMAIL PROTECTED]
this is the tooling forum, you are looking for the richfaces forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194421#4194421 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194421 ___

[jboss-user] [EJB/JBoss] - $Proxy123 cannot be cast to org.omg.CORBA.Object

2008-12-04 Thread msecrist
Ok, I'm still trying to solve the mystery on the class cast problem on my EJB 2.0 project. I've eliminated a variety of potential causes including the utility class generated by the annotation mechanisms. To recap: I have a web application attempting to invoke a session EJB causing the class

[jboss-user] [Security & JAAS/JBoss] - Re: isCallerInRole throws IlligalStateException

2008-12-04 Thread leobaz2
You might need to specify a @SecurityDomain annotation for each of your EJBs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194414#4194414 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194414 _

[jboss-user] [Security & JAAS/JBoss] - Re: EJB3 and security role references

2008-12-04 Thread leobaz2
I tried to create the ejb-jar.xml but it requires me to also define the ejb-class, session-type, transaction-type, etc. Shouldn't this all be defined from the annotations? It seems redundant to me. Is this the only way to define security role references? I've tried in jboss.xml and jboss-app

[jboss-user] [JBoss jBPM] - JBPM 3.3.0 on Websphere 6.1

2008-12-04 Thread ClayM
Has anyone managed to this? There doesn't look like there's a way to do custom builds like in 3.2.3 and Websphere through an AppDeploymentException [null] when I try to deploy jbpm-enterprise-bundle.ear. Any ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [JBoss Messaging] - Re: Expiaration date does not work ?

2008-12-04 Thread ataylor
anonymous wrote : I don't know what you mean for "rollback" in this case... the message is posted on the topic, delivered once, never acked. Then the topic is unsuscribed and the session is closed, I'm expecting not to find the message in the topic when specified TTL has expired. Ok, I think I

[jboss-user] [JBoss Tools (users)] - Re: Making Maven Archetype created Seam Project JBoss Tool c

2008-12-04 Thread speleomaniac
I had created the entry in EJB https://jira.jboss.org/jira/browse/JBIDE-3351 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194408#4194408 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194408 __

[jboss-user] [JBoss Messaging] - Re: On durable subsciption in a synchronous mode.

2008-12-04 Thread ataylor
anonymous wrote : First, is exactly once semantic and ordered garanted on receiver side? I'm not 100% sure what problem you have here, could you elaborate. anonymous wrote : Second, I experimented that a second durable late joiner on a topic does't receive any message while the first receive i

[jboss-user] [JBoss Messaging] - Re: Expiaration date does not work ?

2008-12-04 Thread ivan.rododendro
>From JMS 1.1 specification: anonymous wrote : At the cost of higher overhead, a subscriber can be made durable. A durable | subscriber registers a durable subscription with a unique identity that is retained | by JMS. Subsequent subscriber objects with the same identity resume the | subs

[jboss-user] [JBoss AOP] - Re: New SystemOuts since upgrade to 2.0.0.GA with Jboss AS (

2008-12-04 Thread DerMas
"[EMAIL PROTECTED]" wrote : the problem was that AOPLogger would globally overwrite the loggerplugin settings even though it was only ment to do that for aopclasses if only the NullLoggerPlugin was used. we want this so that people using aop standalong have a easy way to display debug informatio

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Failed to Laizy load the Collection

2008-12-04 Thread NSchweig
Hi, I have got the same problem. In the hibernate forum they say that you have to use the opensessioninview pattern. http://www.hibernate.org/43.html If you use Spring (I do not) there ist a OpenSessionInViewFilter you can use (I think you only have to configure it in the web.xml) But I do not

[jboss-user] [Javassist user questions] - Re: serialVersionUID issue

2008-12-04 Thread spampete
just to be a little more precise, jleak can be found under http://www.qarks.com/sources.html this project was a sort of challenge over javassist, to see if it could help building such instrumentation through the java agent option, very funny to develop actually. Feel free to use jleak as a tuto

[jboss-user] [JBoss jBPM] - Re: jBPM/Spring/jUnit

2008-12-04 Thread pojomonkey
"kukeltje" wrote : Assignment handlers do not work in the start task. What does the logging tell you (maybe turn up the log level)Interesting - this just from the log file: 16:02:24,285 INFO [process.handler.NewProcessHandler] New process started: ProcessDefinition(ProjectProcess) version 1 ke

[jboss-user] [JBoss Messaging] - Re: Expiaration date does not work ?

2008-12-04 Thread ataylor
anonymous wrote : Expired messages are not removed from persistence (JBM_MSG) util an acknoledge is called That's correct, all messages must be kept in storage until they are properly consumed, i.e. they have been acknowledged or rolled back. If they are acked they are deleted from the database

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss as Windows service - stopping the service powers d

2008-12-04 Thread PeterJ
Looks like someone found the cause: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194278#4194278 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194391#4194391 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBoss jBPM] - Scheduler and asynchronous flow in in web app

2008-12-04 Thread jeklund
Hi everyone, I'm trying to get asynchronous tasks and scheduling for things like to work. I'm deploying the application as a WAR using Seam and jbpm-jpdl-3.3.0.GA.jar. But I get complaints about the 'scheduler' service isn't started. And I don't think it is, since I have only declared | ...

[jboss-user] [JBoss Tools (users)] - Re: Making Maven Archetype created Seam Project JBoss Tool c

2008-12-04 Thread scabanovich
Please, create an issue in jira.jboss.org for JBoss Tools project, and attach the project. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194386#4194386 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194386 ___

[jboss-user] [JBoss Portal] - Re: How to change the Internet Browser Window Tiltle for JBo

2008-12-04 Thread sannegrinovero
look in the (portalroot)/portal-core.war/layouts each folders has an index.jps which is used on the selected page layout, there you have the title tag you can edit as you like. Same story for the footers, etc. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194

[jboss-user] [JBoss Messaging] - On durable subsciption in a synchronous mode.

2008-12-04 Thread francesco_81
HI all, I'm in trouble about two things using durable subscriber in synchronous mode. First, is exactly once semantic and ordered garanted on receiver side? Second, I experimented that a second durable late joiner on a topic does't receive any message while the first receive it. This also happe

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Facing problem while rerendering in JSF

2008-12-04 Thread PeterJ
anonymous wrote : java.lang.NumberFormatException: For input string: "ssoid" Looks like some problem in your code - fix it and it should work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194378#4194378 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss jBPM] - Re: jBPM/Spring/jUnit

2008-12-04 Thread pojomonkey
"kukeltje" wrote : Assignment handlers do not work in the start task. That is an interesting nugget of information - why would the start task not permit assignment? Guess I'll have to re-read the docs etc. My question still stands though - why does it fail when I try to jUnit the code, but (appa

[jboss-user] [JBoss Tools (users)] - DataModelSelection doesnt work

2008-12-04 Thread zkaya
Hi, i am trying to select a row of a DataModel List. But get always the first Row. could you halp me please? a Part of my session Bean: | @Stateful | @Name("paxop") | public class PaxOpBean implements paxOpI { | | FbMwOpDatevEinzelbuchung fbEinzelbuchung; | FbMwOpDatevRech

[jboss-user] [Microcontainer] - Re: How to auto-wire using BeanMetaDataBuilder?

2008-12-04 Thread alesj
"alesj" wrote : I'll add BeanMetaDataBuilder::createContextualInjection method, | which will hide this. Done: - https://jira.jboss.org/jira/browse/JBMICROCONT-401 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194370#4194370 Reply to the post : http://www.

[jboss-user] [JBossWS] - Re: WS On 4.0.4GA and 4.0.5GA

2008-12-04 Thread PeterJ
This sounds like the JDK 6 issue mentioned at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=102355. (I thought there was a wiki entry on it but I cannot find that, so that link is to an earlier discussion on this topic - there have been many such discussion.) But there could be othe

[jboss-user] [JBoss Messaging] - Expiaration date does not work ?

2008-12-04 Thread ivan.rododendro
Hello, we post some PERSISTENT messages on a Topic which is subscribed by a durable subscriber. Expired messages are not removed from persistence (JBM_MSG) util an acknoledge is called. Right now (04 dec 08 16:17) a message with expiration = 1228402690296 (Thu Dec 04 15:58:10 CET 2008) is still

[jboss-user] [Microcontainer] - Re: Microcontainer goes 2.0.0.GA

2008-12-04 Thread alesj
"PeterJ" wrote : You could run the svn command from a command line: | svn co http://anonsvn.jboss.org/repos/jbossas/projects/microcontainer/trunk/ | That will get all of the sources. | No, this will only get the sources of MC's Kernel sub-project. ;-) See MC home page for full list of sub-pr

[jboss-user] [Microcontainer] - Re: Microcontainer goes 2.0.0.GA

2008-12-04 Thread PeterJ
You could run the svn command from a command line: svn co http://anonsvn.jboss.org/repos/jbossas/projects/microcontainer/trunk/ That will get all of the sources. Of course, you need to install Subversion first. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4

[jboss-user] [Security & JAAS/JBoss] - getting away from defining roles in ejb-jar.xml

2008-12-04 Thread drfranknfurter
Glassfish has the option to enable default role mapping. Which means if the role name assigned to the principal is the same as the the role name used in annotations or isCallerInRole you don't have to list all the roles in ejb-jar.xml or web.xml. Is there anything similar for JBoss? View the o

[jboss-user] [JBoss Tools (users)] - Re: Making Maven Archetype created Seam Project JBoss Tool c

2008-12-04 Thread speleomaniac
Hi, first of all thx for the answer... I check the all the points you mentioned and it look like this.. 1) You are right something was wrong at Seam Settings Wizard for web project. I choose there EAR project type but 'seam.ear.project' is not set to correct value it was set to web project. I

[jboss-user] [JBoss Cache: Core Edition] - Re: jbosscache/jgroups memory leak

2008-12-04 Thread [EMAIL PROTECTED]
Yes, that's correct. I suggest take a look at one of the configs shipped with JGroups (e.g. udp.xml) as example View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194355#4194355 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Customizing JBoss Native for Windows

2008-12-04 Thread jaikiran
"ohady" wrote : sure. but, i'm a java newbie. what is JIRA? You might find this useful http://en.wikipedia.org/wiki/JIRA_(software). In short every project uses a bug tracking tool to track bugs or feature enhancements. There are various bug tracking tools available like Bugzilla. JIRA has mo

[jboss-user] [JBoss jBPM] - Handling Transition Events in BPEL

2008-12-04 Thread dhanushgopinath
Hi, I want to do some custom specific thing in between the node transitions. Is it possible for me to add any kind of listener and to get the Execution Context, when the process transitions from Activity A to Activity B? Please let me know. Thanks In Advance. Best Regards Dhanush View the o

[jboss-user] [Security & JAAS/JBoss] - isCallerInRole throws IlligalStateException

2008-12-04 Thread drfranknfurter
When I try to use isCallerInRole the following exception is thrown | java.lang.IllegalStateException: isCallerInRole() called with no security context. | Check that a security-domain has been set for the application. | at org.jboss.ejb3.BaseSessionContext.isCallerInRole(BaseSessionCon

[jboss-user] [JBoss Tools (users)] - Re: Making Maven Archetype created Seam Project JBoss Tool c

2008-12-04 Thread scabanovich
It looks like you have set all required references, but nevertheless, could you please check once more 1) In web project, file .settings\org.jboss.tools.seam.core.prefs contains lines seam.ear.project=%ear project name% seam.ejb.project=%ejb project name% 2) In ear project, file .settings\org.ecli

  1   2   >