[jboss-user] [Beginners Corner] - Re: scheduler-plugin.jar in maven repo

2008-11-28 Thread newgro
Did you solve this? I'm looking for same. Alternativly we can install the file from distribution Cheers Per View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192967#4192967 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41

[jboss-user] [Installation, Configuration & Deployment] - Alternative for using jvm-arg

2007-01-25 Thread newgro
Hello *, i'm trying to solve a little problem. I already asked the goo... but i didnt found a proper solution. I have two applications deployed in an own server instance (default and ports-01). The clients get their library-updates from a folder located near the server. This folder is now acce

[jboss-user] [Installation, Configuration & Deployment] - Re: Alternative for using jvm-arg

2007-01-25 Thread newgro
Sorry a little mistake on myself Now the servers are started by run.sh -c default -DmyArg.to.client.update.folder=../client-update-folder ... and run.sh -c ports-01 -DmyArg.to.client.update.folder=../client-update-folder ... This is correct Cheers Per View the original post : http://www.jbo

[jboss-user] [Beginners Corner] - Access scoped / isoloated bean from a sar

2007-02-05 Thread newgro
Hi *, i already read alot of faqs, tutorials and threads. But i didn't found an appropriate solution. I run 2 applications within one server (default). Bot are packaged as an ear. Both applications are based upon a little framework (located in framework.jar packaged in both ears). The framewo

[jboss-user] [Beginners Corner] - Re: Access scoped / isoloated bean from a sar

2007-02-05 Thread newgro
Placing the interfaces into the sar file was impossible, because it was used by both (jar in ear and the sar). But i have found another solution. I put the sar into the ear. This worked for me. Thanks for help Per View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[jboss-user] [Beginners Corner] - HOWTO change deployment prefix

2007-09-14 Thread newgro
Hello *, i have a small problem. I noticed that in 4.2.1 GA the deployment prefix handling changed. I deploy my beans under my/TheBean in the myear.ear. And now the bean is deployed under myear/TheBean. Can i change that in config back to "my"? Thanks for your help Per View the original post

[jboss-user] [EJB 3.0] - Problem with deployment of ejb3 SLSB (5.0.0 beta2)

2007-09-17 Thread newgro
Hi *, we have a little problem here with deploying a bean. Our base interface looks like this package my.common.beans; import my.common.model.IPreSelectionModel; public interface IMaterializePreSelectionUseCase { IPreSelectionModel materialize(); } The appropriate remote and local int

[jboss-user] [EJB 3.0] - Exception while deploying entity bean for MSSQL 2000 server

2007-10-05 Thread newgro
Hi *, i wrote a simple entity bean, which should access a table on a mssql server 2000 instance. But i get this exception and dont know how to solve it. The information_schema.system_sequences is not available in the database. But everything (jboss and mssql server) are standard installations.

Re: [jboss-user] [JNDI and Naming] - Self referencing Session Bean

2010-05-07 Thread Per Newgro
Per Newgro [http://community.jboss.org/people/newgro] replied to the discussion "Self referencing Session Bean" To view the discussion, visit: http://community.jboss.org/message/541781#541781 -- Hey Volker, I use a simili

Re: [jboss-user] [EJB 3.0] - how to run ejb3.0

2008-03-08 Thread Per Newgro
There can be many issues. Maybe you forgot the annotation @Remote or you didn't implement the remote interface or you use the wrong JNDI name for your bean You can check the deployed beans (and names) in the jndi view with the list method. type in localhost:8080/jmx-console link jndi-view button