[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - JBoss4.0.3sp1, Eclipse RCP 3.1.1, Hibernate 3.1, NoClassDefF

2006-02-08 Thread MistaMoasn
hi! i deployed an ear file which contains some ejb3.0 entity beans (.par file), some stateless session beans (.ejb3 file) and some code in another jar file. a java client gets data when i try to connect to the database via jboss (jndi lookup). but when i switch to a rcp client application i

[JBoss-user] [JBoss Portal] - problem with installing jbossportal2.0 on jbossas4.0.3RC1

2005-07-12 Thread MistaMoasn
hi! regarding to http://docs.jboss.com/jbportal/v2.0Final/user-guide/en/html/installation.html i installed the jbossportal 2.0 on jbossas 4.0.3RC1 but i get the following exception when running jboss: 13:51:23,613 ERROR [MainDeployer] Could not create deployment: file:/D:/jboss-4. |

[JBoss-user] [JNDI/Naming/Network] - NameNotFoundException at context lookup

2005-07-11 Thread MistaMoasn
hi! i want to use a stateless session bean in my servlet code, but i'm getting a namenotfoundexception when i try to do a lookup for my bean. here's the code of the init()-method of the servlet. | public void init(ServletConfig config) throws ServletException { | try { | |

[JBoss-user] [JNDI/Naming/Network] - Re: NameNotFoundException at context lookup

2005-07-11 Thread MistaMoasn
more info on the deployment. the following lines happen before ** lookup failed **: | 13:06:33,001 INFO [EARDeployer] Init J2EE application: file:/D:/jboss-4.0.3RC1/ | server/default/deploy/DipasNgHibernate.ear | 13:06:33,071 INFO [JaccHelper] Initialising JACC Context for deployment:

[JBoss-user] [JNDI/Naming/Network] - Re: NameNotFoundException at context lookup

2005-07-11 Thread MistaMoasn
problem fixed: i declared the business interface Akte as @Remote and the stateless session bean implements the interface. a context lookup of the interface-class now works without troubles. regards patrik View the original post :

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS-4.x, Eclipse-3.x, Lomboz-3.

2005-05-25 Thread MistaMoasn
i recommend using the jbosside plugin instead of the lomboz plugin. i had similar problems when using jboss 4.0.x. i tried many combinations of my .server files and i wasn't possible to create a running one. after searching in the jboss-forums i found the following workaround: start and stop

[JBoss-user] [JCA/JBoss] - JBoss + SQLBase + EntityBeans

2005-04-11 Thread MistaMoasn
hi! i'm trying to configure jboss in a way to use it with the gupta sqlbase database. in this forum i found out, that i have to create a datasource-mapping and datatype mappings for the jdbc-driver. although i'm trying hard, i was not able to get running config-files (sqlbase-ds.xml,

[JBoss-user] [JCA/JBoss] - Re: JBoss + SQLBase + EntityBeans

2005-04-11 Thread MistaMoasn
problem already fixed... i had my type-mapping.../type-mapping tag outside the type-mappings.../type-mappings tag. best regards patrik meisinger View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3873429#3873429 Reply to the post :

[JBoss-user] [JCA/JBoss] - Re: JBoss + SQLBase + EntityBeans

2005-04-11 Thread MistaMoasn
but i got another problem: 14:38:23,442 INFO [LocalTxConnectionManager] getManagedConnection returning unassociated connection 14:38:23,492 WARN [ServiceController] Problem starting service jboss.j2ee:jndiName=SampleEjb,service=EJB org.jboss.deployment.DeploymentException: Error while fixing