Time |
S |
Nick |
Message |
00:00 |
|
pdurbin |
so that's the takeaway, right? for god's sake, just use JUL |
00:06 |
|
|
kobain joined ##javaee |
00:09 |
|
zoot |
hai |
00:10 |
|
pdurbin |
zoot: what's up |
00:10 |
|
zoot |
beer |
00:10 |
|
zoot |
dipa |
00:10 |
|
pdurbin |
javaeebot: lucky dipa beer |
00:10 |
|
javaeebot |
pdurbin: http://en.wikipedia.org/wiki/India_Pale_Ale |
00:10 |
|
pdurbin |
IPA works |
00:10 |
|
zoot |
dipa = double ipa |
00:11 |
|
zoot |
got untaped? |
00:20 |
|
|
sajjadg joined ##javaee |
00:20 |
|
zoot |
did pdurbin just got an NPE? |
00:24 |
|
semiosis |
<3 double ipa! |
00:24 |
|
semiosis |
idk if its double but that harpoon ipa is good |
00:25 |
|
pdurbin |
I'm still tracing 'log.debug("Canonicalized SignedInfo:")' and such at http://svn.apache.org/viewvc/santuario/xml-security-java/tags/J_1_4_4/src/org/apache/xml/security/utils/SignerOutputStream.java?view=markup |
00:25 |
|
pdurbin |
stupid ADFS |
00:26 |
|
pdurbin |
need more debug at the OpenSAML level, I think |
00:26 |
|
pdurbin |
having to go too far down |
00:35 |
|
|
sfisque joined ##javaee |
00:35 |
|
|
sfisque1 joined ##javaee |
00:44 |
|
|
sajjadg joined ##javaee |
00:44 |
|
|
sajjadg_ joined ##javaee |
00:49 |
|
cem__ |
hi , i started using eclipse currently |
00:50 |
|
cem__ |
i dont know how to add jars |
00:50 |
|
zoot |
beer jars? |
00:50 |
|
sfisque1 |
mason jars? |
00:51 |
|
* pdurbin |
pours some wine |
00:51 |
|
pdurbin |
cem__: are you using maven or ant? |
00:51 |
|
cem__ |
i dont know any of those |
00:51 |
|
zoot |
are you a human? |
00:52 |
|
zoot |
did you pass the turing test? |
00:53 |
|
pdurbin |
cem__: use maven. make sure your project has a pom.xml file. if it doesn't, start over |
01:11 |
|
zoot |
yepp |
02:09 |
|
cem__ |
pdurbin: i have somewhat completed sqlite , next ? |
02:17 |
|
pdurbin |
cem__: how about JSON? |
02:57 |
|
|
Naros joined ##javaee |
03:04 |
|
Naros |
sess: you here? |
09:34 |
|
|
sajjadg joined ##javaee |
09:40 |
|
|
sajjadg joined ##javaee |
12:32 |
|
|
MegaMatt joined ##javaee |
13:01 |
|
|
drspockbr joined ##javaee |
13:29 |
|
|
drspockbr left ##javaee |
13:29 |
|
|
drspockbr joined ##javaee |
13:31 |
|
|
drspockbr joined ##javaee |
14:36 |
|
|
MegaMatt joined ##javaee |
15:13 |
|
SoniEx2 |
ok so I had a ton of fixed point number classes |
15:13 |
|
SoniEx2 |
I replaced them with ints |
15:13 |
|
SoniEx2 |
and copied the code I needed |
15:13 |
|
SoniEx2 |
and now everything broke |
15:13 |
|
SoniEx2 |
like, it's the same code |
15:13 |
|
SoniEx2 |
but it won't work |
15:13 |
|
SoniEx2 |
.-. |
15:16 |
|
sess |
if you replaced a lot of variables, its not the same code is it :v |
15:17 |
|
SoniEx2 |
well the fixed point to float conversion is the same... |
15:33 |
|
|
Quest joined ##javaee |
17:03 |
|
|
kobain joined ##javaee |
17:09 |
|
|
ilhami joined ##javaee |
17:09 |
|
ilhami |
Hey |
17:09 |
|
pdurbin |
ilhami: hi |
17:09 |
|
ilhami |
http://pastebin.com/8fgsFkFm |
17:09 |
|
ilhami |
It gives me error |
17:10 |
|
SoniEx2 |
sess: I kinda fixed it... |
17:10 |
|
ilhami |
I'm using glassfish btw |
17:10 |
|
Guest79526 |
why doesnt this or any class shows an auther name http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ConcurrentHashMap.html while in the source code. theres @author Doug Lea or some other |
17:11 |
|
SoniEx2 |
Guest79526: idk? |
17:12 |
|
ilhami |
you want to see my error log? |
17:12 |
|
ilhami |
or stacktrace |
17:12 |
|
ilhami |
brb |
17:13 |
|
Guest79526 |
jdk |
17:31 |
|
|
sajjadg joined ##javaee |
17:34 |
|
ilhami |
can anyone help me? I seriously need help |
17:39 |
|
pdurbin |
ilhami: error log and stacktrace, please |
17:40 |
|
ilhami |
http://pastebin.com/nAVZHyjk here you go |
17:45 |
|
sess |
ilhami: i think you need to load a driver for mysql |
17:45 |
|
sess |
also, storing datasources in a static context is not recommended |
17:46 |
|
ilhami |
I need a tutorial obviously. :D |
17:46 |
|
sess |
or uh the driver thing was probably wrong |
17:46 |
|
sess |
since youre in a container and the container should have the driver |
17:47 |
|
sess |
http://stackoverflow.com/questions/15779510/javax-naming-noinitialcontextexception-java |
17:47 |
|
ilhami |
I have put the JDBC jar file in the correct folder. :) |
17:47 |
|
sess |
youre probably missing some parameters |
17:47 |
|
ilhami |
ok let me try with the link you gave me. :) |
17:47 |
|
sess |
it's for ldap, but the error is the same |
17:48 |
|
ilhami |
yep. I will try and give you response soon. |
17:48 |
|
sess |
i never use jndi manually, so i have a hard time pointing out exactly what you need. There should be hundreds of easy to find tutorials on this though |
17:50 |
|
ilhami |
what do you mean you don't use it manually? how do you use it then? |
18:04 |
|
ilhami |
sess: which class should my Context.INITIAL_CONTEXT_FACTORY be? |
18:21 |
|
|
ilhami left ##javaee |
19:15 |
|
|
callMeBaby joined ##javaee |
19:53 |
|
zoot |
http://msdn.microsoft.com/en-us/library/kztecsys%28v=vs.110%29.aspx java needs this. |
20:03 |
|
|
Dev_ryanrr joined ##javaee |
20:12 |
|
|
SLovenberg joined ##javaee |
20:42 |
|
pdurbin |
zoot: what about http://docs.oracle.com/javase/7/docs/api/java/nio/channels/AsynchronousFileChannel.html ? |
20:49 |
|
zoot |
sort of, but @asynchronous is closer |
21:11 |
|
pdurbin |
zoot: what do you like about the .Net version? |
21:13 |
|
zoot |
what you can but await infront of anything |
21:14 |
|
zoot |
but you need a ejb container to use @asynchronous |
21:18 |
|
pdurbin |
hmm. but servlet 3.0 added async. so should work in tomcat |
21:19 |
|
zoot |
also, async methods most be called via an ejb proxy |
21:19 |
|
zoot |
not via the this pointer |
22:08 |
|
|
dtrott joined ##javaee |
22:12 |
|
|
shakaponk joined ##javaee |
22:13 |
|
|
FernandoBasso joined ##javaee |
22:14 |
|
|
FernandoBasso left ##javaee |
22:14 |
|
|
dtrott left ##javaee |
22:14 |
|
|
dtrott joined ##javaee |
22:14 |
|
|
dtrott left ##javaee |
22:15 |
|
|
shoky joined ##javaee |
22:32 |
|
|
Quest joined ##javaee |
22:32 |
|
Quest |
http://stackoverflow.com/questions/20024704/reuse-of-fields-or-methods-for-their-names-and-for-javadoc-description |
22:54 |
|
SoniEx2 |
just use ASM |
22:59 |
|
Quest |
asm? |
23:00 |
|
Quest |
the the answer to that SO makes sense by the way |
23:28 |
|
SoniEx2 |
ASM is a java lib thingy |