[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Cannot deploy my persistence-unit

2007-11-18 Thread tdemuth
Well in Germany, we say: "who's able to read, has a big advantage" - forget my last post. I did not specify a @Id-annotation. I have same new errors, but I want to think about that one first before I bother you. kind regards Tobias View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Cannot deploy my persistence-unit

2007-11-18 Thread tdemuth
Ok, seems to work ... somehow - new error: org.hibernate.AnnotationException: No identifier specified for entity: de.tobiasdemuth.cube.server.security.Role What does that mean? I just specified the annotation "Entity" for Role. mpG Tobias View the original post : http://www.jboss.com/index.h

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Cannot deploy my persistence-unit

2007-11-17 Thread tdemuth
Hi, I'm trying to deploy a persistence-unit on JBoss 4.2, but it fails all the time: Here is the logging-output when I start up JBoss: 14:30:08,687 INFO [Server] Starting JBoss (MX MicroKernel)... | 14:30:08,687 INFO [Server] Release ID: JBoss [Trinity] 4.2.1.GA (build: SVNTag=JBoss_4_2_1_GA

[jboss-user] [EJB 3.0] - Returning File Contents to Client

2007-10-28 Thread tdemuth
Hi, I need to write a Stateess Session Bean which has Methods that return file-contents to the client. The files are text-files (<100 kb) or binary files (<2mb). Just returning a stream or reader isn't possible, because these classes aren't serializable. So how can I do this? Or am I on the wro

[jboss-user] [JBoss Tools (users)] - Re: Update to JBoss IDE beta3 -> lots of problems ...

2007-10-02 Thread tdemuth
Ok, the Packaging-Problem first occured in beta2 exists in beta3, too. When I configure "Packaging Archives" and press the button "Apply" (or in beta2 choose "Run Packaging") a popup occurs "An internal error occured. See error log for details.". In error log view I found te following exception:

[jboss-user] [JBoss Tools (users)] - Re: Update to JBoss IDE beta3 -> lots of problems ...

2007-10-02 Thread tdemuth
A newly created Server-configuration solves the problem. Now I'll try to dig me through the new Archiving ... Thank you very much! Tobias View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090558#4090558 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Tools (users)] - Re: Update to JBoss IDE beta3 -> lots of problems ...

2007-10-02 Thread tdemuth
The JBoss AS-configuration has been done in beta2 and worked fine there. After installing beta, I just took over the existing workspace - with the JBoss configuration in it. And now it breaks on startup with the following Eclipse-console-output: 11:48:33,062 INFO [Server] Starting JBoss (MX Mi

[jboss-user] [JBoss Tools (users)] - Update to JBoss IDE beta3 -> lots of problems ...

2007-10-01 Thread tdemuth
Hi, tonight I have updated to JBoss IDE beta3, because the packaging-mechanism refuses to work in my beta2-installation from now on (I don't know why, its telling me something of "Internal Error: beginRule path/in/my/workspace doesn't match surrounding context another/path/not/in/my/workspace"

[jboss-user] [Security & JAAS/JBoss] - Re: Beginner's problems with ClientLoginModule

2007-08-23 Thread tdemuth
Thank you so much! I just replaced the JDBC-Driver and now it works! That is pretty cool! Thank you! kind regards Tobias View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077328#4077328 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [Security & JAAS/JBoss] - Re: Beginner's problems with ClientLoginModule

2007-08-23 Thread tdemuth
Well I have problems getting this running on my MySQL-Database. I think, the problem is, that I have not configured the MySQL-Datasource correctly. This is my mysql-ds.xml-File: | | | | MySqlDS | jdbc:mysql://localhost:3306/cube | com.mysql.jdbc.Driver | root

[jboss-user] [Security & JAAS/JBoss] - Re: Beginner's problems with ClientLoginModule

2007-08-22 Thread tdemuth
Ok, after starting JBoss simply from the command-line instead from my IDE directly, I have seen an exception in the output there which brought me to the problem with UsersRolesLoginModule: I just hadn't the files put in the right directories :ashamed:. Thanks for reading, Tobias View the origi

[jboss-user] [Security & JAAS/JBoss] - Beginner's problems with ClientLoginModule

2007-08-22 Thread tdemuth
2007-08-22 13:17:15,031 - DEBUG (Starter.java:59) Login | 2007-08-22 13:17:15,046 - TRACE (ClientLoginModule.java:103) Security domain: null | 2007-08-22 13:17:15,046 - TRACE (ClientLoginModule.java:121) Enabling restore-login-identity mode | 2007-08-22 13:17:15,046 - TRACE (ClientLoginModule

[jboss-user] [Beginners Corner] - Did I understand this correctly?

2007-08-10 Thread tdemuth
I'm trying to write a first JEE-Applicationclient connecting to JBoss for my diploma thesis. I have read a lot of stuff about how to connect and login into JBoss, but I'm not sure if I got it right: When my app-client starts up, it should prompt the User for an username and a password. This Use

[jboss-user] [Beginners Corner] - Re: Running run.bat produces no output.

2007-08-09 Thread tdemuth
Thanks for all of your advices and suggestions, but I was able to solve the problem. I had to set the JAVA_HOME-variable to JDK 1.6, the system's default. I had tried before with JAVA_HOME set to 1.5, because everybody said, that JBoss under 1.6 isn't tested, but see above that doesn't work if y

[jboss-user] [Beginners Corner] - Running run.bat produces no output.

2007-08-08 Thread tdemuth
After copying the files of JBoss 4.2.1GA on my computer, I tried to run run.bat, which produces no output. I cannot find any jboss-*-process in my taskmanager also. So: What happens? I have set a JAVA_HOME environment variable, but I have got two other JDKs installed (I have 1.4.2, 1.5 and 1.6,