Lozza Luton

Greenhorn
+ Follow
since Mar 14, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Lozza Luton

Paweł Baczyński wrote:java Tmp -Denvironment=value

This prints:
value



hmmmm - i really don't know what to investigate next :|
9 years ago
What is the correct way to provide JVM arguments when starting an application. On JBOSS i am providing them in my standalone.conf file as below;



but when in my java application i call the following



it is always null.

Thanks
9 years ago
Hi Winston

Thank you for your reply. It is very much appreciated - I will begin the refactoring process now, my only reason for the separation of personal details was to try and isolate as much data in to functional tables as possible by grouping sets. It seemed as though a user table should have reference to some persona details rather than store them - if you catch my drift?

Thanks again
Hi all

Given the following database structure



Is it possible to map using hibernate some form of select so that I can have a pojo which looks something like below;



I am having real difficulty with this, and to top it all off there is another constraint. My BusinessCard, SocialCard, PersonalCard pojos all extend an abstract class Card which has a firstname last name and email address. This data is stored in the database in the PersonalInformation table

Thanks for your time
Hi all,

I come in peace (and desperation!) and really need your assistance. I am going to cram this post with as much information as possible so hopefully some one can help because my friend and I have spent 2 days trying to solve this to no avail

Problem description: Unable to remote connect to JBoss EAP 6.2 with JConsole. The box is running on my local network which my friend remotes via ssh too. Operating System is Fedora 20

What have we tried: Everything! In all seriousness we have tried a multitude of things. Firstly here is our standalone.conf and standalone.xml files. As you can see in the standalone.conf we have a range of JAVA_OPT variables commented out, we have tried so many different combinations now that we don't know which are needed and which are not.

Standalone.conf





Standalone.xml



Potentially we thought it might be a networking issue as well, seeing as when we run i get the local network ip address of the box 192.168.0.<value> but in /etc/hosts we have


127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6




Failing this, i thought maybe if i could connect via code then it might prove its possible in which case we can persevere with jconsole. Alas I am getting errors although slightly better than I had hoped



The above throws the following exception :



Thats pretty much what we have tried, I am not sure what is relevant and what is not anymore - we are lost in trying to get this too work and would seriously appreciate some help.

Thanks for your time

9 years ago
Hi guys, we have been given the task of making a game for the last assignent of the year

i had already done this in vb.net so i no all of the logic to use, just creating the interface in java is a MASSIVE pain in the backside

i have attached a image of what i am trying to achieve in Java, this was the one i made in .net

At present i have the game squares made as a grid layout which is fine and this is all working great, but i am now very stuck on how to make the scoreboard next to it as i have done in .net i was hoping for some opinions that may help me in achieveing this, we get more marks if we use nested layout managers so anything that may do this would be welcomed

cheers guys


15 years ago