Lavern Matthew

Ranch Hand
+ Follow
since Jun 05, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Lavern Matthew

Lavern Matthew wrote:

Martijn Verburg wrote:Yes I believe you can, try specifying a category e.g:



One would think so, I tried this. Let me get the log4j.xml...



This does not work. I assume it has to do with the Threshold param...






output:
ERROR net.mlw.sandbox.Main - error..
FATAL net.mlw.sandbox.Main - fatal...
ERROR net.mlw.sandbox.foo.Bar - error..
FATAL net.mlw.sandbox.foo.Bar - fatal...

Martijn Verburg wrote:Yes I believe you can, try specifying a category e.g:



One would think so, I tried this. Let me get the log4j.xml...
I want to turn DEBUG on for one package only. Currently I have an appender that has a threshhold="INFO", I an to use that appender and have one package be DEBUG, is this possible?

Originally posted by Bear Bibeault:
If the app doesn't use any system-specifics, the jar file should just run fine.



Yeah, but I want the program to have a professional look. An instaler would nice.

maybe: http://www.centerkey.com/mac/java/
16 years ago
I have a swing app that is in production. I need to make it available on a Mac. But I do not have a Mac to test this on. I have attempted to use the jarbundler ant task with no success. Any advice?

The application is here: http://draftmaster.rotoworld.com/.

Ideally I would like to have a build process in ant on a windows box that builds the mac distribution. If someone can get that working I would be willing to compensate...
[ August 01, 2008: Message edited by: Lavern Matthew ]
16 years ago
I have been asked to encrypt data using standard DES. I am having a hard time finding details on how to do this. I was given the following byte arrays:

private byte[] KEY_64 = new byte[] {12, 26, 92, 218, 58, 8, 156, 52};
private byte[] IV_64 = new byte[] {45, 167, 234, 59, 34, 76, 103, 9};

All the tutorials I have found start off by generating a key. I have both keys already
16 years ago

Originally posted by Parth Sagdeo:
I'm interested in making a program to log into yahoo.com and check my various stock portfolios. I already know how to access static web pages in Java, but this poses a unique challenge because it requires cookies and it uses SSH authentication (the https protocol). Does anyone have any tips on how I can get this to work, or know any helpful resources? I believe YPOPs (YPOPs does something similar (log in to Yahoo programatically), but their forums are pretty much dead. My biggest question right now is how I might accept cookies in Java so I can move around yahoo in a logged in state. Any ideas?

Thanks,
Parth



Did you ever complete this task? If not, then we should start a sf project dedicated to authenticating to all the major sites out there...
[ April 10, 2008: Message edited by: Lavern Matthew ]
We are running JBoss 4.0.1. We have a work flow that utilizes queues to define units or work. So as the work flow is performed a messages is placed on a queue, then pulled off, placed on the next queue, until the work flow is complete.

There are MDBs that pull them off, and they are placed on queues using springs JMS helpers. Everything works great until a load is placed on the server. At this point we get exceptions such as:

org.springframework.jms.JmsSecurityException: Connection not authorized to addMessage to destination: <NameOfQueue>

I have not authentication set up for any queues. Has anyone seen this type of behavior?

Thanks in advance,

Matthew
17 years ago
He is looking for binding, validation, i18n and concurency to name a few. Spring Rich Client ig gaining more gound every day. I would encourage users to take a look. I have built League Master on top of rich client.
[ June 29, 2006: Message edited by: Lavern Matthew ]
18 years ago

Originally posted by kri shan:
Which is the best optimised way for pagination ?



http://valuelist.sourceforge.net
20 years ago
It sure would be nice to search all the forums at once, instead of one at a time!
20 years ago
See valuelist.sf.net

20 years ago
If you are looking for a HTML table component you should take a look at http://valuelist.sf.net. This implementation is similar to displaytag except more attention was given to the data retrieval. The paging and sorting can be done in the database.

20 years ago