[jboss-user] [Beginner's Corner] - Re: Error with jboss start

2009-11-28 Thread amira88
Thank u so much sir i'll try it now View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267888#4267888 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4267888 ___ jboss-user mailing

[jboss-user] [Beginner's Corner] - Re: jboss and wtp

2009-11-28 Thread amira88
it's a question sir View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267889#4267889 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4267889 ___ jboss-user mailing list jboss-user@

[jboss-user] [Beginner's Corner] - Re: Error with jboss start

2009-11-28 Thread amira88
THANK U *1 Sir it's All resolved by ur link View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267891#4267891 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4267891 ___

[jboss-user] [Persistence] - HQL query doesn't have same result when deployed in JBoss

2009-11-28 Thread ptitjeojeo
Hello everybody, I don't know if there is the good place for this post... Maven dependencies : - hibernate-3.2.4.sp1 - hibernate-entitymanager-3.2.1.ga - hibernate-annotation-3.2.1.ga - persistence-api-1.0 - mysql-connector-java-5.1.8 Application Server : JBoss 4.2.3 Database Server : MySQL 5.1

[jboss-user] [JBoss Microcontainer Users] - Re: Single Deployment Unit from multiple files inside a zip

2009-11-28 Thread emuckenhuber
"rareddy" wrote : I am not sure how the "StructureDeployer" works, however once I created a structure for my version of the ZIP file, it works as I expected. The deployer invokes once for "a.xml" and once for "b.xml" then invokes merge for the "zip" metadata iteself with metadata from a.xml and

[jboss-user] [jBPM Users] - Re: jbpm4 task can be by many actor in the same task compone

2009-11-28 Thread optixpro
i don't unserstand what is PVM (Process Virtual Machine )what can thay do View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267895#4267895 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4267895

[jboss-user] [jBPM Users] - Re: jbpm4 task can be by many actor in the same task compone

2009-11-28 Thread kukeltje
http://docs.jboss.com/jbpm/pvm/article/ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267896#4267896 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4267896 ___ jboss-user mail

[jboss-user] [JBoss Microcontainer Users] - Re: Single Deployment Unit from multiple files inside a zip

2009-11-28 Thread alesj
Like Emanuel suggests, metadata/config files normally go to META-INF (or WEB-INF in case of .war deployments). If that doesn't suite you, instead of your own StructureDeployer, you can simply declare your custom structure via jboss-structure.xml: * http://www.jboss.org/community/docs/DOC-13178

[jboss-user] [Beginner's Corner] - Re: jboss and wtp

2009-11-28 Thread jaikiran
No, you won't require WTP for using JBoss AS. All you need is the JBoss AS .zip distribution. Extract that .zip to some location, set JAVA_HOME to point to a JDK installation and then use the run.sh or run.bat (depending on the operating system you use) from the bin folder of JBoss AS. View t

[jboss-user] [Beginner's Corner] - Re: jboss and wtp

2009-11-28 Thread amira88
Thank u sir . View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267902#4267902 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4267902 ___ jboss-user mailing list jboss-user@lists.

[jboss-user] [EJB 3.0 Users] - Re: EJB jar cannot be deployed as a library (JBoss 5.0.1.GA)

2009-11-28 Thread jaikiran
Ralph, I looked at that application and it's packaging looks invalid on one count and a bit weird on another count. The invalid part is - the persistence.xml is deployed through the META-INF of the my_ejb_module.jar. Which means that, as per the EJB3 spec, the persistence unit is scoped only t

[jboss-user] [Spring Integration] - Re: How to access deployed bean reference from a different s

2009-11-28 Thread marius.bogoevici
My previous post had a formatting error and was barely readable, so let me repost it: Ivan, ParentBeanFactory="BillingFramework" won't work in the JBoss Deployer, you need to use braces, but apart from that, it is a JBoss Deployer specific feature, and I don't think Mule (or for that matter a

[jboss-user] [Installation, Configuration & Deployment] - Re: Problem changing from Hypersonic to MS SQL

2009-11-28 Thread PeterJ
What version of JBoss AS? Each one has lsightly different steps one replacing HSQLDB with another database. Here are some discussions for AS 5.0 and 5.0.1: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224936#4224936 http://www.jboss.org/index.html?module=bb&op=viewtopic&t=141835 And

[jboss-user] [JBoss Web Services Users] - Re: JBossWS is Java EE 5 compliant?

2009-11-28 Thread PeterJ
As far as I know, JBoss AS 5.x is Java EE 5 compliant. I believe that the "standard" configuration supplied in 5.x is the one that passed the certification tests. anonymous wrote : the 2007 whitepaper which states that JBossWS is not fully Java EE 5 compliant Given that AS 5.0.0 was not releas

[jboss-user] [Installation, Configuration & Deployment] - EJB3.0 deployment failing in Jboss5.1.0GA

2009-11-28 Thread kumaran_is
I am using EJB3.0 and Spring 2.5 in my project .Using EJB3.0 as session facade bean. Trying to Inject Spring beans into EJB3 session bean using @Interceptors(SpringBeanAutowiringInterceptor.class) and @Autowired anontations Here is my ear package struture freeads.ear | |--APP-I

[jboss-user] [Spring Integration] - Deployment error Jboss5.1.0 Inject spring2.5 bean in EJB3.0

2009-11-28 Thread kumaran_is
I am using EJB3.0 and Spring 2.5 in my project .Using EJB3.0 as session facade bean. Trying to Inject Spring beans into EJB3 session bean using @Interceptors(SpringBeanAutowiringInterceptor.class) and @Autowired anontations Here is my ear package struture freeads.ear | |--APP-INF | |-

[jboss-user] [EJB] - Deployment error Jboss5.1.0 -injecting spring2.5 into EJB3 s

2009-11-28 Thread kumaran_is
I am using EJB3.0 and Spring 2.5 in my project .Using EJB3.0 as session facade bean. Trying to Inject Spring beans into EJB3 session bean using @Interceptors(SpringBeanAutowiringInterceptor.class) and @Autowired anontations Here is my ear package struture freeads.ear | |--APP-INF | |--lib

[jboss-user] [jBPM Users] - Re: jbpm4 task can be by many actor in the same task compone

2009-11-28 Thread optixpro
thanks you View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267928#4267928 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4267928 ___ jboss-user mailing list jboss-user@lists.jbo

[jboss-user] [jBPM Users] - how to create user in to jbpm workflow (identity)

2009-11-28 Thread optixpro
how can i register new user to my workflow application like register and login form can you give me an example thankyou View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267929#4267929 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[jboss-user] [jBPM Users] - Re: how to create user in to jbpm workflow (identity)

2009-11-28 Thread optixpro
oh i found some identityService.createGroup("sales-dept"); | | identityService.createUser("johndoe", "johndoe", "John", "Doe"); | identityService.createMembership("johndoe", "sales-dept"); | | identityService.createUser("joesmoe", "joesmoe", "Joe", "Smoe"); | identityService.createMe

[jboss-user] [EJB] - Re: Deployment error Jboss5.1.0 -injecting spring2.5 into EJ

2009-11-28 Thread jaikiran
You have posted this same question in numerous forums here. Please do not do that. Let's continue the discussion in the thread here http://www.jboss.org/index.html?module=bb&op=viewtopic&t=164352 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267934#4267934

[jboss-user] [Spring Integration] - Re: Deployment error Jboss5.1.0 Inject spring2.5 bean in EJ

2009-11-28 Thread jaikiran
You have posted this same question in numerous forums here. Please do not do that. Let's continue the discussion in the thread here http://www.jboss.org/index.html?module=bb&op=viewtopic&t=164352 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267936#4267936