You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(6) |
Oct
(6) |
Nov
(8) |
Dec
(2) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
(19) |
Feb
(15) |
Mar
(10) |
Apr
(8) |
May
(7) |
Jun
(9) |
Jul
(13) |
Aug
(31) |
Sep
(111) |
Oct
(52) |
Nov
(72) |
Dec
(42) |
| 2006 |
Jan
(21) |
Feb
(32) |
Mar
(33) |
Apr
(24) |
May
(15) |
Jun
(40) |
Jul
(32) |
Aug
(19) |
Sep
(38) |
Oct
(37) |
Nov
(63) |
Dec
(37) |
| 2007 |
Jan
(18) |
Feb
(39) |
Mar
(69) |
Apr
(49) |
May
(71) |
Jun
(59) |
Jul
(71) |
Aug
(85) |
Sep
(46) |
Oct
(14) |
Nov
(25) |
Dec
(56) |
| 2008 |
Jan
(24) |
Feb
(77) |
Mar
(104) |
Apr
(44) |
May
(41) |
Jun
(11) |
Jul
(31) |
Aug
(59) |
Sep
(44) |
Oct
(86) |
Nov
(66) |
Dec
(93) |
| 2009 |
Jan
(88) |
Feb
(41) |
Mar
(49) |
Apr
(135) |
May
(22) |
Jun
(31) |
Jul
(60) |
Aug
(71) |
Sep
(76) |
Oct
(18) |
Nov
(52) |
Dec
(20) |
| 2010 |
Jan
(8) |
Feb
(50) |
Mar
(35) |
Apr
(48) |
May
(46) |
Jun
(84) |
Jul
(38) |
Aug
(61) |
Sep
(51) |
Oct
(31) |
Nov
(17) |
Dec
(18) |
| 2011 |
Jan
(51) |
Feb
(14) |
Mar
(17) |
Apr
(23) |
May
(15) |
Jun
(11) |
Jul
(5) |
Aug
(5) |
Sep
(15) |
Oct
(8) |
Nov
(5) |
Dec
(25) |
| 2012 |
Jan
(2) |
Feb
(4) |
Mar
(6) |
Apr
(9) |
May
(27) |
Jun
(32) |
Jul
(36) |
Aug
(10) |
Sep
(16) |
Oct
(3) |
Nov
(13) |
Dec
(7) |
| 2013 |
Jan
(1) |
Feb
(4) |
Mar
|
Apr
(1) |
May
|
Jun
(2) |
Jul
|
Aug
(1) |
Sep
(4) |
Oct
(2) |
Nov
(1) |
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
(2) |
Apr
(1) |
May
(2) |
Jun
(9) |
Jul
(5) |
Aug
(2) |
Sep
(4) |
Oct
|
Nov
|
Dec
|
| 2015 |
Jan
(3) |
Feb
(2) |
Mar
(4) |
Apr
(3) |
May
(1) |
Jun
(2) |
Jul
|
Aug
(2) |
Sep
(5) |
Oct
(1) |
Nov
|
Dec
|
| 2016 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(5) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
| 2017 |
Jan
(6) |
Feb
|
Mar
|
Apr
(10) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
| 2018 |
Jan
(2) |
Feb
(5) |
Mar
|
Apr
|
May
(1) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2019 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2020 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
| 2021 |
Jan
(5) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2023 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
1
|
2
|
3
(1) |
4
|
5
|
6
(4) |
7
(1) |
|
8
(1) |
9
(2) |
10
(3) |
11
(1) |
12
(1) |
13
(5) |
14
(4) |
|
15
(1) |
16
(4) |
17
(3) |
18
(2) |
19
(2) |
20
|
21
|
|
22
|
23
|
24
|
25
|
26
|
27
|
28
(2) |
|
29
|
30
|
31
|
|
|
|
|
|
From: <php...@li...> - 2006-10-14 16:37:19
|
am able to deploy an EAR into Jboss 4.0.4GA (ejb3 install) and can call an EJB3 Stateless Session.
I am however, having a little problem with logging - as soon as my EAR is deployed (or the original WAR) my console locks up. I have managed to connect to the log4j output using Chainsaw so I know things are still working. Why is my console and normal logging disappearing.
I sometimes get the following exception also - on a deployment (things still appear to work okay though)
2006-10-14 17:03:44,626 DEBUG [org.jboss.invocation.pooled.server.ServerThread] beginning dorun
2006-10-14 17:03:44,636 ERROR [org.jboss.invocation.pooled.server.ServerThread] Failed to initialize
java.net.SocketException: Software caused connection abort: recv failed
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:129)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:256)
at java.io.BufferedInputStream.read(BufferedInputStream.java:313)
at java.io.ObjectInputStream$PeekInputStream.read(ObjectInputStream.java:2222)
at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2235)
at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:2703)
at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:760)
at java.io.ObjectInputStream.<init>(ObjectInputStream.java:278)
at org.jboss.invocation.pooled.interfaces.OptimizedObjectInputStream.<init>(OptimizedObjectInputStream.java:131)
at org.jboss.invocation.pooled.server.ServerThread.dorun(ServerThread.java:265)
at org.jboss.invocation.pooled.server.ServerThread.run(ServerThread.java:156)
p.s. Why is there such restrictions on posts to this forum - seems a little over censored in my opinion. I have been writing software for many years, I admit to having no PHP experience, but I have had a few problems which I think had to do with the documentation not being particularly clear, are you afraid of a bit of constructive criticism?
---------------------------------
Try the all-new Yahoo! Mail . "The New Version is radically easier to use" The Wall Street Journal |
|
From: <php...@li...> - 2006-10-14 15:32:22
|
Hi, > So I guess I just don't understand what these php > stubs are for? Can > anyone explain? They aren't ready yet. They will be used in the Eclipse IDE and debugger. One problem with these stubs is that PHP currently handles some method names like exit(), put() etc specially. This might change in PHP6. > Also, is there an official BBS > style forum anywhere > for posting help -- the mailing list seems outdated? We can set it up, if someone is willing to maintain it. Regards, Jost Boekemeier ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de |
|
From: <php...@li...> - 2006-10-14 15:26:05
|
Hi,
[please excuse the delay]
> The title of the email says it all! I know PHP like
> the back of my
> hand, but know little to nothing about Java.
you don't need java knowledge to invoke methods from
Java libraries. In fact you don't even need Java to
call out to Java libraries, if you have a recent
version of gcc installed (Linux only).
> 1) What are the standard "include" files I need at
> the top of each of
> my PHP scripts to utilize the Bridge?
require_once("java/Java.php")
is enough.
> 2) How do I gain access to certain Java methods in
> my PHP scripts?
with
require_once("java/Java.php");
java_require("/path/to/myLib.jar;...);
$myClass = new Java("myLib.myClass");
...
> For example if I want to convert a string read from
> a file into an
> array of values I think I would use
> $array_var->toCharArray
> ($string_var). I believe I need the
> "java.lang.string" library/class
> thing (found this in the Java API docs at Sun.com)
> but I cannot
> figure out how to enable this class or method in my
> PHP scripts?
The low-level interface is:
require_once("java/Java.php");
$string = new java("java.lang.String", "hello");
$ar = java_values($string->toCharArray());
The high-level interface:
require_once("java/java_lang_String");
$string = new java_lang_String("hello");
$ar = java_values($string->toCharArray());
> errors). So how do I call or access the classes in
> that file? For
> example, there is a class called "Utility" which in
> turn has a method
> called "read") in the JAR file. I tried the
> following:
>
> <?php
>
java_require("/Library/WebServer/Documents/cj/simapi-java-5.0.0/lib/
>
> cybsclients15.jar");
> $handle = new Java("Utility");
> $props = $handle->read("config.properties");
> ?>
You must use the full qualified name. For example:
$handle = new Java("com.foo.something.Utility");
You can see the name by opening the .jar file with
winzip for example.
Regards,
Jost Boekemeier
___________________________________________________________
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
|
|
From: <php...@li...> - 2006-10-14 15:06:49
|
Hi, [please excuse the delay] I am sorry, but I could not reproduce this problem with php 4. I have installed the latest tomcat version (http://ftp.uni-erlangen.de/pub/mirrors/apache/tomcat/tomcat-5/v5.5.20/bin/apache-tomcat-5.5.20.exe) and downloaded and copied the current PHP/Java Bridge ("JavaBridge.war") into C:\Programme\Apache Software Foundation\Tomcat 5.5\webapps downloaded and extracted the current PHP4 version to c:\php and changed C:\Programme\Apache Software Foundation\Tomcat 5.5\webapps\JavaBridge\WEB-INF\web.xml to <init-param> <param-name>php_exec</param-name> <param-value>C:\php\php.exe</param-value> </init-param> After that I was able to run PHP4 applications within tomcat. The only problem I see is that the documentation shows forward slashes, which is something that doesn't work on windows. But this is a minor problem, imho. > Now I'm fishing around abit to see if I can stumble > across a solution, I > try 'php-4-java-x86-windows.dll' in place of > php-cgi-x86-windows.exe in > the web.xml param-name value. Restart TC and get: You don't need a php_java.dll to run php from java. The PECL extension is only necessary for PHP4 and only if you want to embed java statements into your PHP pages. > So I try c:\php\php.exe in web.xml and get "Fatal: > The loaded java > extension is not the PHP/Java Bridge" That's okay, see above. You probably use an old version of the PECL extension. > PHP 4.4.2 too old. > For PHP versions < 5.1.4 install the PECL extension, Yes, the pure PHP implementation currently only works with php 5.1.4 or above. If you want to embed java statements into your php pages, you must install the PECL extension from sourceforge. > Try the url in the error msg above and search it for > PECL without luck The PECL extension is packaged within the JavaBridge.war. > tried copying php_java.dll and php_java.jar These versions are 4 years old and don't work anymore. Don't use them. Please use the most recent versions of the PHP/Java Bridge and the PECL extension. Regards, Jost Boekemeier ___________________________________________________________ Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de |