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
(3) |
2
(2) |
|
3
(2) |
4
(7) |
5
(4) |
6
(1) |
7
|
8
|
9
|
|
10
(8) |
11
|
12
(2) |
13
(6) |
14
(5) |
15
(1) |
16
|
|
17
|
18
(3) |
19
(3) |
20
(3) |
21
(4) |
22
(2) |
23
(1) |
|
24
(2) |
25
(10) |
26
(4) |
27
|
28
(3) |
29
(1) |
|
|
From: <php...@li...> - 2008-02-05 22:19:13
|
Hi Jost, Thanks for the reply, and sorry for my lack of clarity. > I need to confirm a call to com.dang through Tomcat:8080 without requiring local apache php > load. I am trying to connect my php front-end to my web application in the tomcat backend. I see from the INSTALL.J2EE that I must deploy my "myBackendApp.war", and that the example uses the JavaBridge.jar. I see that I must edit my Java.inc target to reflect this new web context, ie http://127.0.0.1:8080/myBackendApp. Am I to understand that all that is required is the Java.inc in order to access myBackendApp, and that I will not need any deployed JavaBridge.war in order to communicate via the apache php and the tomcat java? Building this particular backend war requires quite a bit of effort, but in addition - much of it includes production-ready deployment scripts, so knowing whether or not I must integrate the JavaBridge into deployment is very important. Thank you for all of your hard work and time, I shall be sure to try and answer some of the posts on the threads as I become more familiar / confident with the package. Thanks again, ~tim |
|
From: <php...@li...> - 2008-02-05 16:27:44
|
Hi,
> [o:ClassNotFoundException]:"java.lang.ClassNotFoundException: Unresolved
> external reference: java.lang.NoClassDefFoundError:
> org/hibernate/HibernateException. -- Unable to call the method, see the
> README section "Java platform issues" for details." at: #-6
there exists an open reference to an external entity. Please see the README section "Java platform
issues" for details.
Regards,
Jost Boekemeier
Heute schon einen Blick in die Zukunft von E-Mails wagen? Versuchen Sie´s mit dem neuen Yahoo! Mail. www.yahoo.de/mail
|
|
From: <php...@li...> - 2008-02-05 11:11:58
|
Hi,
I am calling my custom Java class from PHP and am getting following error:
[o:ClassNotFoundException]:"java.lang.ClassNotFoundException: Unresolved
external reference: java.lang.NoClassDefFoundError:
org/hibernate/HibernateException. -- Unable to call the method, see the
README section "Java platform issues" for details." at: #-6
php.java.bridge.JavaBridge.getUnresolvedExternalReferenceException(
JavaBridge.java:427) #-5
php.java.bridge.JavaBridge.Invoke(JavaBridge.java:1072)
#-4 php.java.bridge.Request.handleRequest(Request.java:409) #0
http://127.0.0.1:8080/JavaBridge/java/Java.inc(259):
java_ExceptionProxyFactory->getProxy(5, 'java.lang.Class...', true) #1
http://127.0.0.1:8080/JavaBridge/java/Java.inc(411):
java_Arg->getResult(true) #2
http://127.0.0.1:8080/JavaBridge/java/Java.inc(417):
java_Client->getWrappedResult(true) #3
http://127.0.0.1:8080/JavaBridge/java/Java.inc(621):
java_Client->getResult() #4
http://127.0.0.1:8080/JavaBridge/java/Java.inc(1749):
java_Client->invokeMethod(4, 'getCause', Array) #5
http://127.0.0.1:8080/JavaBridge/java/Java.inc(2117):
java_JavaProxy->__call('getCause', Array) #6 [internal function]:
java_exception->__call('getCause', Array) #7 C:\~\htdocs\test.php(51):
java_InternalException->getCause() #8 {main}]
The code executed is below:
<?
java_require("c://~//WEB-INF//lib");
$user_class = new JavaClass('org.myApp.Usermanagement');
$obj = $user_class->getInstance();
?>
Pls let me know what is missing here..
regds,
Bharti
|
|
From: <php...@li...> - 2008-02-05 01:37:12
|
Hi,
Thanks very much for the clarifications. We will try your suggestions and hopefully get things working.
Regards,
Ramdak
php...@li... wrote: Hi,
> 1.) We already have JDK 1.4.2 at /usr/local/. Does this mean we already have java running or
> that php has java support?
Yes. Just type /usr/local/java -jar JavaBridge.jar SERVLET:somePort 3 logfile.log to enable PHP
Java support.
> 2.) If we were to use php-java-brdige, will it meet our gateway provider's requirement of having
> PHP with java support? Basically, the shopping cart is a php/mysql thing, so the php application
> needs to call certain .jar files relevant to the payment gateway.
The bridge uses fopen(somePort) and PHP fread/fwrite to communicate with Java. Please see the
README for details.
> 3.) If we install php-java-bridge, can we remove the jdk
If you keep the JRE or some other free "Java" like technology (e.g.: gcj), yes.
Regards,
Jost Boekemeier
Machen Sie Yahoo! zu Ihrer Startseite. Los geht's:
http://de.yahoo.com/set
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
php-java-bridge-users mailing list
php...@li...
https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.
|