1
vote
0answers
44 views

db4o Transparent Activation - Null Exception on retrieving children values of a node

I create a tree of nodes, and I store it in Database for Object Oriented (db4o). Because I want an efficient loading of the nodes from the database, I use Transparent Activation, and I implement the ...
0
votes
1answer
47 views

View emails with Swing using javamail

I'm writing a mail client using javamail. I followed the example in javamail-samples folder but the CommandInfo is just null for all mails retrieved. As a way of debugging, I wrote the following code: ...
1
vote
2answers
382 views

WebDriver Automation on verifying an email

I'm using WebDriver and Java to automate some web pages. I have a scenario that I'm not sure the best way to manage. A website provides the option to leave a comment, but if you are not a user it ...
4
votes
2answers
2k views

Generate activation urls in Java EE 6

I'm developing a web application using Java EE 6 Web Profile. I want to e-mail a new user an activation link for his account. How should I implement this? I'm using JSF2. Is there any library to do ...
0
votes
1answer
738 views

Activation codes

I am not sure what shall i put as Title for this Question, But I am here looking for help. I work in a company which makes desktop based application on CORE JAVA Platform. We provide an ACTIVATION ...
1
vote
3answers
954 views

Sending required mail content using mail.jar and activation.jar

Am using mail.jar and activation.jar as classpath and have programmed a automatic mail sending and it works fine. In my program, the content is declared as a String. But my requirement is, I need to ...
4
votes
2answers
4k views

What is JAF? What is its purpose?

I am unable to understand the purpose of JAF (Java Activation Framework). Please explain it to me in simple terms, or point me towards information. The Java Mail API is using JAF. It looks like the ...
2
votes
1answer
200 views

Missing activation DataHandler class

I have a java programs that outputs a warning for missing javax.activation.DataHandler and javax.mail.internet.MimeMultipart I'm not sure what these are used for, nor can I recall adding any specific ...