<![CDATA[Messages posted by "LQV0604"]]> /hvaonline/posts/listByUser/55908.html JForum - http://www.jforum.net Re: Có cách nào phát hiện httptunnel không? /hvaonline/posts/preList/24496/148260.html#148260 /hvaonline/posts/preList/24496/148260.html#148260 GMT Re: Có cách nào phát hiện httptunnel không? /hvaonline/posts/preList/24496/148210.html#148210 /hvaonline/posts/preList/24496/148210.html#148210 GMT Forum HVA có lỗi NullPointerException vào đây" trong thông báo lỗi "đọc nhanh quá" thì bị văng ra lỗi NullPointerException. Chắc code chưa check kĩ giá trị biến. ]]> /hvaonline/posts/preList/24511/148158.html#148158 /hvaonline/posts/preList/24511/148158.html#148158 GMT Load Balance với 3D Max Studio như thế nào? /hvaonline/posts/preList/24510/148157.html#148157 /hvaonline/posts/preList/24510/148157.html#148157 GMT Re: Có cách nào phát hiện httptunnel không? /hvaonline/posts/preList/24496/148156.html#148156 /hvaonline/posts/preList/24496/148156.html#148156 GMT Có cách nào phát hiện httptunnel không? /hvaonline/posts/preList/24496/148088.html#148088 /hvaonline/posts/preList/24496/148088.html#148088 GMT Re: Khoa Học Máy Tính - Ngành này học gì, làm gì ? /hvaonline/posts/preList/24047/145067.html#145067 /hvaonline/posts/preList/24047/145067.html#145067 GMT Các dấu hiệu nào cho biết một địa chỉ là Entry Point? /hvaonline/posts/preList/23127/138891.html#138891 /hvaonline/posts/preList/23127/138891.html#138891 GMT InitialContext did not implement EventContext problem? Code:
public static void addInstance(String uid, String name, SessionFactory instance, Properties properties) {

		log.debug("registered: " + uid + " (" + ( (name==null) ? "unnamed" : name ) + ')');
		INSTANCES.put(uid, instance);
		if (name!=null) NAMED_INSTANCES.put(name, instance);

		//must add to JNDI _after_ adding to HashMaps, because some JNDI servers use serialization
		if (name==null) {
			log.info("Not binding factory to JNDI, no JNDI name configured");
		}
		else {

			log.info("Factory name: " + name);

			try {
				Context ctx = NamingHelper.getInitialContext(properties);
				NamingHelper.bind(ctx, name, instance);
				log.info("Bound factory to JNDI name: " + name);
				[b]( (EventContext) ctx ).addNamingListener(name, EventContext.OBJECT_SCOPE, LISTENER);[/b]
			}
			catch (InvalidNameException ine) {
				log.error("Invalid JNDI name: " + name, ine);
			}
			catch (NamingException ne) {
				log.warn("Could not bind factory to JNDI", ne);
			}
			catch(ClassCastException cce) {
				log.warn("InitialContext did not implement EventContext");
			}

		}

	}

public static InitialContext getInitialContext(Properties props) throws NamingException {

		Hashtable hash = getJndiProperties(props);
		log.info("JNDI InitialContext properties:" + hash);
		try {
			return hash.size()==0 ?
					new InitialContext() :
					new InitialContext(hash);
		}
		catch (NamingException e) {
			log.error("Could not obtain initial context", e);
			throw e;
		}
	}
Mình đoán rằng InitialContext của JBoss không có implement EventContext. Để tránh được lỗi này thì phải download một gói nào đó của JBoss có hỗ trợ InitialContext mà có luôn EventContext. Mình đoán JbossJTA. Không biết có phải vậy không?]]>
/hvaonline/posts/preList/18983/113174.html#113174 /hvaonline/posts/preList/18983/113174.html#113174 GMT
Re: Kiến thức cơ bản về Reverse Engineering trên Windows Mobile /hvaonline/posts/preList/18695/112828.html#112828 /hvaonline/posts/preList/18695/112828.html#112828 GMT Re: Làm sao trộn câu trắc nghiệm online ? /hvaonline/posts/preList/15635/93393.html#93393 /hvaonline/posts/preList/15635/93393.html#93393 GMT Re: có bạn nào setup forums SMF chưa vào viết bài hướng dẫn đi ! /hvaonline/posts/preList/15632/93392.html#93392 /hvaonline/posts/preList/15632/93392.html#93392 GMT Re: Có ai biết demo nào cho Semantic Web Service? /hvaonline/posts/preList/15432/93064.html#93064 /hvaonline/posts/preList/15432/93064.html#93064 GMT Có ai biết demo nào cho Semantic Web Service? /hvaonline/posts/preList/15432/91972.html#91972 /hvaonline/posts/preList/15432/91972.html#91972 GMT Re: Thử nghiệm chương trình diệt Virus mới /hvaonline/posts/preList/10351/86260.html#86260 /hvaonline/posts/preList/10351/86260.html#86260 GMT