[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: java.lang.NoClassDefFoundError: net/sf/hibernate/Hiberna

2008-11-22 Thread jaikiran
anonymous wrote : java.lang.NoClassDefFoundError: net/sf/hibernate/HibernateException Which version of Hibernate does your application use? Are you packaging any Hibernate jars in your application? And which version of JBoss are you deploying this on? The exception indicates that you are

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: RepositorySelector and hibernate log

2008-11-22 Thread jaikiran
boby wrote : In fact, it would be more simple to use the jboss-log4j.xml to manage the log config for each application. The inconvenient is to have to manage this file on every Jboss server, but this solution avoids the problems with the Log4jRepositorySelector which seems to me hard to apply

[jboss-user] [Microcontainer] - Re: Lots of little XML files?

2008-11-22 Thread alesj
[EMAIL PROTECTED] wrote : OK, so the rule is that SchemaResolverDeployers must, must, MUST produce metadata that implements BMDF. No. ;-) The MD that maps to deployment's element must, must, MUST produce metadata that implements BMDF. e.g. | deployment xmlns=urn:jboss:bean-deployer:2.0 |

[jboss-user] [JBoss Tools (users)] - Re: Field based Annotations approach in reverse engineering

2008-11-22 Thread [EMAIL PROTECTED]
provide a patch to the pojo/*.ftl files - right now we always use getters. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4191459#4191459 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4191459

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Getting cached copy of WAR project after deploying new W

2008-11-22 Thread jaikiran
weinfie wrote : Yes, the AIX system clock is set to GMT time -- 5 hours ahead. Why would that matter? Here's what might be happening: * Let's consider that you have an application named MyApp.war which you build on a XP system at 2 PM. * Then for the first time you move this application to

[jboss-user] [Security JAAS/JBoss] - Re: SSO and JBOSS.

2008-11-22 Thread pradeepprathyu
i understood what you are saying sir. if i could explain my problem clearly, i have an application running on jboss. it has its own login module. i want to make use of the same login module for all other apps. As i am using the same login module for all the apps, is it possible to have SSO

[jboss-user] [EJB/JBoss] - Re: JBoss 5 CR2 - Serialization error

2008-11-22 Thread jaikiran
Going by the exception stacktrace, it seems to be failing (going into indefinite loop) while serializing this list contents: anonymous wrote : private List groups = new ArrayList(0); Try playing around with the list contents or by commenting out this list from the user and see if there is any

[jboss-user] [EJB/JBoss] - Re: JBoss 5 CR2 - Serialization error

2008-11-22 Thread jaikiran
And i don't know if this is the same issue as http://www.jboss.com/index.html?module=bbop=viewtopicp=4163835#4163835, but they look similar. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4191463#4191463 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: RepositorySelector and hibernate log

2008-11-22 Thread boby
Your thread could interest to me. I m curious to know how we can configure own log4j in JBoss-4.2. This thread may give some ideas even if I cant move to JBoss-4.2 today. Thanks a lot. Anyway, I think to give up the Log4jRepositorySelector. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: RepositorySelector and hibernate log

2008-11-22 Thread jaikiran
Here it is http://www.jboss.com/index.html?module=bbop=viewtopict=128979#4125416 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4191469#4191469 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4191469

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: RepositorySelector and hibernate log

2008-11-22 Thread jaikiran
Thinking more about this, i guess you could achieve the same in JBoss-4.0.5 GA too, if you are willing to rename %JBOSS_HOME%/server/ serverName/conf/log4j.xml to something else (ex: jboss-log4j.xml) View the original post :

[jboss-user] [JBoss Portal] - Integration with oracle cms

2008-11-22 Thread rinki
Hello, Is there support/way for using oracle content management with Jboss portal. I have searched lot but couldn't get any information. Any help will be greatly appreciated. Regards, Rinki View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4191472#4191472 Reply

[jboss-user] [Clustering/JBoss] - Re: JBoss 4.2.3 change partition name problem!

2008-11-22 Thread [EMAIL PROTECTED]
Include -g Test when you start JBoss, .e.g. ./run.sh -c all -g Test View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4191479#4191479 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4191479

[jboss-user] [JBoss jBPM] - how to install Run JBPM Please Help!!!

2008-11-22 Thread optixpro
problem is can't do with this site http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmGettingStarted now i have download jbpm-installer-3.3.0.GA already next step what must i do how can i install it in to glassfish server. i try to install but i don't understand the installation ask me 4

[jboss-user] [JNDI/Naming/Network] - Cannot do lookup from client program

2008-11-22 Thread chip_schoch
JBossAS 4.2.2 I have written a JUnit test program that I want to post a message to a JMS queue. I am attempting to do a JNDI lookup to obtain the connection factory and I get the following exception. java.lang.NoClassDefFoundError: org/jboss/aop/classpool/AOPClassPoolRepository | at

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Getting cached copy of WAR project after deploying new W

2008-11-22 Thread weinfie
This sounds very plausible. I will try this out shortly when I have access to the AIX server running on GMT. Thank you very much. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4191484#4191484 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Jboss going down and restarting many times inconsistently

2008-11-22 Thread maddy121179g
Hello, Below is the little background of the issue I am facing: Overall architecture : Currently we have 2 Apache server instances and 4 JBoss server instances in the Production for 2A.1. The Presentation i.e the css, images and js are put in Apache and the rest of the application, comprising

[jboss-user] [EJB 3.0] - No Classloader Found During JBoss-Hibernate Deployment

2008-11-22 Thread cwalters
I am getting a No Classloader Found exception during the deployment of my Hibernate Application on a JBOSS server. I have provided the full stack trace along with the relevant Hibernate cinfiguration and mapping files below. Any help you can provide would be GREATLY appreciated as I have been

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - No Classloader Found During JBoss-Hibernate Deployment

2008-11-22 Thread cwalters
I am getting a No Classloader Found exception during the deployment of my Hibernate Application on a JBOSS server. I have provided the full stack trace along with the relevant Hibernate cinfiguration and mapping files below. Any help you can provide would be GREATLY appreciated as I have been

[jboss-user] [Installation, Configuration DEPLOYMENT] - Can not establish the connection with MSSQL [seam project]

2008-11-22 Thread mariuszt
Hello everyone, I don't have much experiance with jboss... so please be patient :) I'm trying to deploy seam project. My seam project depend on MSSQL database, I have used with my project the sqljdbc4.jar driver. When I'm trying to depoly the project I recieve this warning message: 2008-11-22

[jboss-user] [JBossWS] - Best Practices for Dates

2008-11-22 Thread awhitford
I have a web service that returns Dates. Imagine something simple like: | @WebMethod | Date getCurrentBusinessDate() | In this case, I am only interested in a Date (not a Time or Date Time). This is by design because otherwise one might go down the road of considering Time Zones,

[jboss-user] [JBoss Portal] - JBoss Portal 2.7.0 - No Redirect after Portlet Action

2008-11-22 Thread dkrieger
I've recently started a new project at work and decided to make the leap to JBoss Portal 2.7 fmainly for the advantages of the Portlet 2.0 spec. So far so good, except for one small problem that I recently came across: When an action is sent to a portlet there is no redirect with the resulting

[jboss-user] [JBoss jBPM] - Re: Lots of versions of the same process

2008-11-22 Thread kukeltje
Yes, the sping jBPM template is also not very up to date. You miss jbpm 3.2 functionality and it is as usefull as the hibernate template (imo not useful at all). You can configure jBPM via spring afaik, but I'd ditch the template. It caused us (the company I worked for) more problems than it

[jboss-user] [JBoss jBPM] - Re: Error Saving ProcessInstance using AssignmentHandler

2008-11-22 Thread kukeltje
PLEASE make a full unit test to demonstrate the problem... Embedded processdefinition, actionhandlers (via inner classes) etc Mauricio, I'd appreciate it if you request that as well instead of trying to rely on code-snippets. View the original post :

[jboss-user] [JBoss jBPM] - Re: Execute Code Whenever Any Task Completes or Transition i

2008-11-22 Thread kukeltje
Yes... make a global event with the specific action in it and the type of event you want to catch View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4191509#4191509 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4191509

[jboss-user] [JBoss jBPM] - Re: Execute Code Whenever Any Task Completes or Transition i

2008-11-22 Thread kukeltje
global event just being an event configured right below the process-definition, not in a task or transition View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4191510#4191510 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Configuring jbpm

2008-11-22 Thread kukeltje
Camunda wrote : ]It is basically standard java. And please note that jbpm 3.1.4 is quite an old version! He is correct... anywhere on the classpath and not in a subdirectory (package) of it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4191513#4191513 Reply

[jboss-user] [JBoss jBPM] - Re: Combining my hibernate with jbpm

2008-11-22 Thread kukeltje
Sorry, I've not used the HibernateService jmx class, so unable to help you in more detail if combining the mappings is what you want. Having access to jBPM from multiple apps and jbpm sharing a connection with those other apps is what I know how to do... Never had the need to combine the

[jboss-user] [JBoss jBPM] - Re: variable scope from a script

2008-11-22 Thread kukeltje
which userguide? Can you give me the url you used or tell me whether it is the one that comes with the 'suite' View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4191515#4191515 Reply to the post :

[jboss-user] [JBoss Getting Started Documentation] - Re: bind address for jboss services

2008-11-22 Thread senderj
Thanks for the reply. I do not have any service.bat in my bin folder. Mine may not be the native Windows JBoss. I couldn't remember if I saw any word native when I download. ALso, I have some *.sh file in the bin. If I want to stay with this JBoss, how can I do the same in JBoss or

[jboss-user] [JBoss jBPM] - Re: problem of deployment

2008-11-22 Thread mash
Hi Johan, i am having the same fault as abdenourh and i found your reply. i am having the processdefinition in the folder /myProcess in the root of the EAR Project as well as the jbpm.cfg.xml. Is this location right? What is exactly meant to put the processdefinition in my classpath? I am

[jboss-user] [JBossWS] - How to avoid optional parameters (wsgen)

2008-11-22 Thread awhitford
Consider a simple web service method: | @WebMethod | void foo (@WebParam(name=param) String param) | When generating the WSDL using wsgen, and inspecting it in SoapUI, I notice that a primitive type (like an int) won't appear as optional, but an object reference does. In some cases, I

[jboss-user] [Beginners Corner] - Re: prepare failed with exception XAException.XAER_RMFAIL??

2008-11-22 Thread gan.gary
anyone? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4191519#4191519 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4191519 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss jBPM] - Re: variable scope from a script

2008-11-22 Thread tbeernot
kukeltje wrote : which userguide? Can you give me the url you used or tell me whether it is the one that comes with the 'suite' It is the one that comes with the suite, but it's also the online version. http://docs.jboss.com/jbpm/v3.2/userguide/html_single/ Paragraph 11.1. However, I do see a

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

2008-11-22 Thread jaikiran
anonymous wrote : com.clarksonville.gm.data.GMStore Do you have this class in your application package? Please post the output of jar -tf myApp.ear where myApp.ear is the name of your EAR View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4191521#4191521 Reply

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

2008-11-22 Thread jaikiran
Let's continue this discussion in your other thread at http://www.jboss.com/index.html?module=bbop=viewtopict=146135 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4191522#4191522 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - Re: Cannot do lookup from client program

2008-11-22 Thread jaikiran
Your client classpath just needs to have the jbossall-client.jar which is available in %JBOSS_HOME%/client folder. Have you placed that in the client classpath? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4191523#4191523 Reply to the post :