[JBoss-user] [Beginners Corner] - Re: Unable to start JBoss 4.0.1 from Eclipse 3.0.1 with Lomb

2005-01-11 Thread fabio quimbay
jgra, Excuses not to mention the error messages, I forgot; but, with the 
suggestion of sviluppatorefico, that used JBoss IDE, I proved and work 
successful. Thank you very much.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3861573#3861573

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3861573


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Unable to start JBoss 4.0.1 from Eclipse 3.0.1 with Lomboz 3

2005-01-08 Thread fabio quimbay
Grettings ...

I can't start JBoss 4.0.1 from Eclipse 3.0.1 with Lomboz 3.0.1. Thaks for your 
help. This is my server defition file, that i'm use: 

  | 
  | serverDefinition 
  |  name=JBOSS SIGLOS
  |  ejbModules=true
  |  webModules=true
  |  earModules=true
  | property id=serverRootDirectory
  | label=Application Server Directory:
  | type=directory
  | default=/mnt/siglos/development/jboss-4.0.1 /
  | property id=serverAddress
  | label=Address:
  | type=string
  | default=127.0.0.1 /
  | property id=serverPort
  | label=Port:
  | type=string
  | default=8080 /
  | property id=serverConfig
  | label=Server Configuration (minimal/default/all):
  | type=string
  | default=siglos /
  | property id=classPathVariableName
  | label=Classpath Variable Name:
  | type=string
  | default=JBOSS_SIGLOS /
  | property id=classPath
  | label=Classpath Variable:
  | type=directory
  | default=/mnt/siglos/development/jboss-4.0.1 /
  | property id=minimumHeapSize
  | label=Minimum total heap size:
  | type=string
  | default=256m /
  | property id=maximumHeapSize
  | label=Maximum total heap size:
  | type=string
  | default=256m /
  | property id=proxyProperties
  | label=Proxy properties:
  | type=string
  | default=-DproxySet=true -DproxyHost=proxy -DproxyPort=8080 /
  | serverHome${serverRootDirectory}/serverHome
  | 
webModulesDeployDirectory${serverRootDirectory}/server/${serverConfig}/deploy/webModulesDeployDirectory
  | 
ejbModulesDeployDirectory${serverRootDirectory}/server/${serverConfig}/deploy/ejbModulesDeployDirectory
  | 
earModulesDeployDirectory${serverRootDirectory}/server/${serverConfig}/deploy/earModulesDeployDirectory
  | 
jndiInitialContextFactoryorg.jnp.interfaces.NamingContextFactory/jndiInitialContextFactory
  | jndiProviderUrljnp://${serverAddress}:1099/jndiProviderUrl
  | startClassorg.jboss.Main/startClass
  | startWorkingDirectory${serverRootDirectory}/bin/startWorkingDirectory
  | startVmParameters-Xms${minimumHeapSize} -Xmx${maximumHeapSize}
  | ${proxyProperties}
  | -Djava.endorsed.dirs=${serverRootDirectory}/lib/endorsed/startVmParameters
  | startProgramArguments-c ${serverConfig}/startProgramArguments
  | stopClassorg.jboss.Shutdown/stopClass
  | stopWorkingDirectory${serverRootDirectory}/bin/stopWorkingDirectory
  | stopVmParameters/stopVmParameters
  | stopProgramArguments${serverAddress}
  | ${serverPort}/stopProgramArguments
  | serverClassPath
  | jar type=variable${classPathVariableName}/bin/run.jar/jar
  | jar type=variable${classPathVariableName}/bin/shutdown.jar/jar
  | jar type=variable${classPathVariableName}/bin/twiddle.jar/jar
  | jar 
type=variable${classPathVariableName}/lib/endorsed/resolver.jar/jar
  | jar 
type=variable${classPathVariableName}/lib/endorsed/xalan.jar/jar
  | jar 
type=variable${classPathVariableName}/lib/endorsed/xercesImpl.jar/jar
  | jar 
type=variable${classPathVariableName}/lib/endorsed/xml-apis.jar/jar
  | jar 
type=variable${classPathVariableName}/client/jboss-j2ee.jar/jar
  | jar 
type=variable${classPathVariableName}/lib/commons-httpclient.jar/jar
  | jar 
type=variable${classPathVariableName}/lib/commons-logging.jar/jar
  | jar type=variable${classPathVariableName}/lib/concurrent.jar/jar
  | jar type=variable${classPathVariableName}/lib/dom4j.jar/jar
  | jar type=variable${classPathVariableName}/lib/getopt.jar/jar
  | jar type=variable${classPathVariableName}/lib/gnu-regexp.jar/jar
  | jar type=variable${classPathVariableName}/lib/jboss-common.jar/jar
  | jar type=variable${classPathVariableName}/lib/jboss-jmx.jar/jar
  | jar type=variable${classPathVariableName}/lib/jboss-system.jar/jar
  | jar type=variable${classPathVariableName}/lib/log4j-boot.jar/jar
  | jar type=variable${classPathVariableName}/lib/namespace.jar/jar
  | jar type=variable${classPathVariableName}/lib/webdavlib.jar/jar
  | jar 
type=variable${classPathVariableName}/server/${serverConfig}/lib/activation.jar/jar
  | jar 
type=variable${classPathVariableName}/server/all/lib/autonumber-plugin.jar/jar
  | jar 
type=variable${classPathVariableName}/server/${serverConfig}/lib/bcel.jar/jar
  | jar 
type=variable${classPathVariableName}/server/all/lib/bindingservice-plugin.jar/jar
  | jar 
type=variable${classPathVariableName}/server/${serverConfig}/lib/bsh-deployer.jar/jar
  | jar 
type=variable${classPathVariableName}/server/${serverConfig}/lib/cglib-full-2.0.1.jar/jar
  | jar 
type=variable${classPathVariableName}/server/${serverConfig}/lib/hibernate2.jar/jar
  | jar 
type=variable${classPathVariableName}/server/${serverConfig}/lib/hsqldb-plugin.jar/jar
  | jar 
type=variable${classPathVariableName}/server/${serverConfig}/lib/hsqldb.jar/jar
  | jar 
type=variable${classPathVariableName}/server/${serverConfig}/lib/javax.servlet.jar/jar
 

[JBoss-user] [Beginners Corner] - Re: Unable to start JBoss 4.0.1 from Eclipse 3.0.1 with Lomb

2005-01-08 Thread fabio quimbay
I forgot to mention that actually i'm use JRE 1.5.0_01-b08 and I can start this 
version of JBoss correctly from console. Again, thanks for your help.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3861264#3861264

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3861264


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - I can't start JBoss 4.0.1 from Eclipse 3.0.1 with Lomboz 3.0

2005-01-08 Thread fabio quimbay
Grettings ...

I can't start JBoss 4.0.1 from Eclipse 3.0.1 with Lomboz 3.0.1. Thaks for your 
help. This is my server defition file, that i'm use: 


  | 
  | serverDefinition 
  |  name=JBOSS SIGLOS
  |  ejbModules=true
  |  webModules=true
  |  earModules=true
  | property id=serverRootDirectory
  | label=Application Server Directory:
  | type=directory
  | default=/mnt/siglos/development/jboss-4.0.1 /
  | property id=serverAddress
  | label=Address:
  | type=string
  | default=127.0.0.1 /
  | property id=serverPort
  | label=Port:
  | type=string
  | default=8080 /
  | property id=serverConfig
  | label=Server Configuration (minimal/default/all):
  | type=string
  | default=siglos /
  | property id=classPathVariableName
  | label=Classpath Variable Name:
  | type=string
  | default=JBOSS_SIGLOS /
  | property id=classPath
  | label=Classpath Variable:
  | type=directory
  | default=/mnt/siglos/development/jboss-4.0.1 /
  | property id=minimumHeapSize
  | label=Minimum total heap size:
  | type=string
  | default=256m /
  | property id=maximumHeapSize
  | label=Maximum total heap size:
  | type=string
  | default=256m /
  | property id=proxyProperties
  | label=Proxy properties:
  | type=string
  | default=-DproxySet=true -DproxyHost=proxy -DproxyPort=8080 /
  | serverHome${serverRootDirectory}/serverHome
  | 
webModulesDeployDirectory${serverRootDirectory}/server/${serverConfig}/deploy/webModulesDeployDirectory
  | 
ejbModulesDeployDirectory${serverRootDirectory}/server/${serverConfig}/deploy/ejbModulesDeployDirectory
  | 
earModulesDeployDirectory${serverRootDirectory}/server/${serverConfig}/deploy/earModulesDeployDirectory
  | 
jndiInitialContextFactoryorg.jnp.interfaces.NamingContextFactory/jndiInitialContextFactory
  | jndiProviderUrljnp://${serverAddress}:1099/jndiProviderUrl
  | startClassorg.jboss.Main/startClass
  | startWorkingDirectory${serverRootDirectory}/bin/startWorkingDirectory
  | startVmParameters-Xms${minimumHeapSize} -Xmx${maximumHeapSize}
  | ${proxyProperties}
  | -Djava.endorsed.dirs=${serverRootDirectory}/lib/endorsed/startVmParameters
  | startProgramArguments-c ${serverConfig}/startProgramArguments
  | stopClassorg.jboss.Shutdown/stopClass
  | stopWorkingDirectory${serverRootDirectory}/bin/stopWorkingDirectory
  | stopVmParameters/stopVmParameters
  | stopProgramArguments${serverAddress}
  | ${serverPort}/stopProgramArguments
  | serverClassPath
  | jar type=variable${classPathVariableName}/bin/run.jar/jar
  | jar type=variable${classPathVariableName}/bin/shutdown.jar/jar
  | jar type=variable${classPathVariableName}/bin/twiddle.jar/jar
  | jar 
type=variable${classPathVariableName}/lib/endorsed/resolver.jar/jar
  | jar 
type=variable${classPathVariableName}/lib/endorsed/xalan.jar/jar
  | jar 
type=variable${classPathVariableName}/lib/endorsed/xercesImpl.jar/jar
  | jar 
type=variable${classPathVariableName}/lib/endorsed/xml-apis.jar/jar
  | jar 
type=variable${classPathVariableName}/client/jboss-j2ee.jar/jar
  | jar 
type=variable${classPathVariableName}/lib/commons-httpclient.jar/jar
  | jar 
type=variable${classPathVariableName}/lib/commons-logging.jar/jar
  | jar type=variable${classPathVariableName}/lib/concurrent.jar/jar
  | jar type=variable${classPathVariableName}/lib/dom4j.jar/jar
  | jar type=variable${classPathVariableName}/lib/getopt.jar/jar
  | jar type=variable${classPathVariableName}/lib/gnu-regexp.jar/jar
  | jar type=variable${classPathVariableName}/lib/jboss-common.jar/jar
  | jar type=variable${classPathVariableName}/lib/jboss-jmx.jar/jar
  | jar type=variable${classPathVariableName}/lib/jboss-system.jar/jar
  | jar type=variable${classPathVariableName}/lib/log4j-boot.jar/jar
  | jar type=variable${classPathVariableName}/lib/namespace.jar/jar
  | jar type=variable${classPathVariableName}/lib/webdavlib.jar/jar
  | jar 
type=variable${classPathVariableName}/server/${serverConfig}/lib/activation.jar/jar
  | jar 
type=variable${classPathVariableName}/server/all/lib/autonumber-plugin.jar/jar
  | jar 
type=variable${classPathVariableName}/server/${serverConfig}/lib/bcel.jar/jar
  | jar 
type=variable${classPathVariableName}/server/all/lib/bindingservice-plugin.jar/jar
  | jar 
type=variable${classPathVariableName}/server/${serverConfig}/lib/bsh-deployer.jar/jar
  | jar 
type=variable${classPathVariableName}/server/${serverConfig}/lib/cglib-full-2.0.1.jar/jar
  | jar 
type=variable${classPathVariableName}/server/${serverConfig}/lib/hibernate2.jar/jar
  | jar 
type=variable${classPathVariableName}/server/${serverConfig}/lib/hsqldb-plugin.jar/jar
  | jar 
type=variable${classPathVariableName}/server/${serverConfig}/lib/hsqldb.jar/jar
  | jar 
type=variable${classPathVariableName}/server/${serverConfig}/lib/javax.servlet.jar/jar

[JBoss-user] [Persistence CMP/JBoss] - Re: using hibernate in jboss-4.0.0

2005-01-05 Thread fabio quimbay
But, If I don't use the *.hbm.xml files within the har file, How can I to refer 
this files without the attribute: MapResources in my hibernate-service.xml ?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3860741#3860741

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3860741


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user